Commit cf0ac756 by Richard Sandiford Committed by Richard Sandiford

vector26.C: Restrict scan-assembler test to ! c++98.

gcc/testsuite/
	* g++.dg/ext/vector26.C: Restrict scan-assembler test to ! c++98.

From-SVN: r207384
parent 4244ec23
2014-02-01 Richard Sandiford <rdsandiford@googlemail.com>
* g++.dg/ext/vector26.C: Restrict scan-assembler test to ! c++98.
2014-02-01 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/51219
......
......@@ -5,4 +5,4 @@
typedef enum { e } T __attribute__((vector_size(8)));
static void foo(T t) {}
void bar (T t) {} // { dg-error "no linkage" "" { target c++98 } }
// { dg-final { scan-assembler-not "globl\[ \t]*_Z3bar" } }
// { dg-final { scan-assembler-not "globl\[ \t]*_Z3bar" { target { ! c++98 } } } }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment