diff options
Diffstat (limited to 'gcc/testsuite/c-c++-common/vector-2.c')
-rw-r--r-- | gcc/testsuite/c-c++-common/vector-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/c-c++-common/vector-2.c b/gcc/testsuite/c-c++-common/vector-2.c index e9f40a35892..9db53a88c5f 100644 --- a/gcc/testsuite/c-c++-common/vector-2.c +++ b/gcc/testsuite/c-c++-common/vector-2.c @@ -9,7 +9,7 @@ vector int a1; vector float b; vector int b1; -int f(void) +void f(void) { a = a | b; /* { dg-error "" } */ a = a & b; /* { dg-error "" } */ |