Skip to content
Snippets Groups Projects
Commit bf5c00d7 authored by David Edelsohn's avatar David Edelsohn
Browse files

testsuite: XFAIL linkage testcases on AIX.


The template linkage2.C and linkage3.C testcases expect a
decoration that does not match AIX assembler syntax.  Expect failure.

gcc/testsuite/ChangeLog:
	* g++.dg/template/linkage2.C: XFAIL on AIX.
	* g++.dg/template/linkage3.C: Same.

Signed-off-by: default avatarDavid Edelsohn <dje.gcc@gmail.com>
parent d74cceb6
No related branches found
No related tags found
No related merge requests found
// PR c++/70413
// { dg-do compile { target c++11 } }
// { dg-final { scan-assembler-not "(weak|glob)\[^\n\]*_Z" } }
// { dg-final { scan-assembler-not "(weak|glob)\[^\n\]*_Z" { xfail powerpc-*-aix* } } }
namespace {
template<class> struct A;
......
// PR c++/70413
// { dg-final { scan-assembler-not "(weak|glob)\[^\n\]*_Z" } }
// { dg-final { scan-assembler-not "(weak|glob)\[^\n\]*_Z" { xfail powerpc-*-aix* } } }
namespace {
struct A {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment