Commit 9975c6d4 by Aldy Hernandez

committed wrong rev. oops. fixing.

From-SVN: r47766
parent a73073aa
...@@ -10,10 +10,10 @@ vector int foobar; ...@@ -10,10 +10,10 @@ vector int foobar;
/* Only floats and integrals allowed. We don't care if they map to SIs. */ /* Only floats and integrals allowed. We don't care if they map to SIs. */
struct X { int frances; }; 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. */ /* 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. */ /* Arrays of vectors. */
vector char b[10], ouch; vector char b[10], ouch;
......
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