diff options
author | Sam James <sam@gentoo.org> | 2024-09-25 21:03:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-25 21:09:38 +0100 |
commit | 6fee826bc1bbd4016d5b79e16e642d68c4007b09 (patch) | |
tree | a6abc6ccb2757b002359a9e36e53c26bcb3e2d1c /gcc | |
parent | d5864b95ce94d9d480a70ffd6e2e4a5f45dc75ed (diff) | |
download | gcc-6fee826bc1bbd4016d5b79e16e642d68c4007b09.zip gcc-6fee826bc1bbd4016d5b79e16e642d68c4007b09.tar.gz gcc-6fee826bc1bbd4016d5b79e16e642d68c4007b09.tar.bz2 |
testsuite: XFAIL g++.dg/modules/indirect-1_b.C
Mark the newly typo-fixed dg-final bits as XFAIL until investigated.
gcc/testsuite/ChangeLog:
PR c++/116846
* g++.dg/modules/indirect-1_b.C: Add XFAIL.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/g++.dg/modules/indirect-1_b.C | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/testsuite/g++.dg/modules/indirect-1_b.C b/gcc/testsuite/g++.dg/modules/indirect-1_b.C index 7621e05..dee8a00 100644 --- a/gcc/testsuite/g++.dg/modules/indirect-1_b.C +++ b/gcc/testsuite/g++.dg/modules/indirect-1_b.C @@ -48,7 +48,8 @@ namespace bar // { dg-final { scan-lang-dump {Lazily binding '::foo::Scoped'@'foo' section:} module } } // { dg-final { scan-lang-dump-not {Lazily binding '::foo::Scoped@foo:.::[ABCD]'@'foo' section:} module } } -// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Plain@\(foo\)::C'@foo} module } } -// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Plain@\(foo\)::B'@foo} module } } -// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Scoped@\(foo\)::C'@foo} module } } -// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Scoped@\(foo\)::B'@foo} module } } +// XFAIL is for PR116846 +// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Plain@\(foo\)::C'@foo} module { xfail *-*-* } } } +// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Plain@\(foo\)::B'@foo} module { xfail *-*-* } } } +// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Scoped@\(foo\)::C'@foo} module { xfail *-*-* } } } +// { dg-final { scan-lang-dump {Wrote named import:-[0-9]* const_decl:'::foo::Scoped@\(foo\)::B'@foo} module { xfail *-*-* } } } |