mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-06 10:16:59 +08:00
committed wrong rev. oops. fixing.
From-SVN: r47766
This commit is contained in:
parent
a73073aa6e
commit
9975c6d428
@ -10,10 +10,10 @@ vector int foobar;
|
||||
|
||||
/* Only floats and integrals allowed. We don't care if they map to SIs. */
|
||||
struct X { int frances; };
|
||||
vector struct X hotdog; /* { dg-bogus "invalid vector type" "case 1" } */
|
||||
vector struct X hotdog; /* { dg-error "invalid vector type" } */
|
||||
|
||||
/* We don't have a V2DF. */
|
||||
vector double x; /* { dg-bogus "no vector mode" "case 2" } */
|
||||
vector double x; /* { dg-error "no vector mode" } */
|
||||
|
||||
/* Arrays of vectors. */
|
||||
vector char b[10], ouch;
|
||||
|
Loading…
Reference in New Issue
Block a user