mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 07:10:25 +08:00
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
This commit is contained in:
parent
4244ec23df
commit
cf0ac75684
@ -1,3 +1,7 @@
|
||||
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 } } } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user