gcc/testsuite/
* g++.dg/ext/vector26.C: Restrict scan-assembler test to ! c++98.
From-SVN: r207384
+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
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 } } } }