re PR c/87286 (ICE on vectors of enums)
PR c/87286 * gcc.dg/pr87286.c: Add -Wno-psabi to dg-options. From-SVN: r265006
This commit is contained in:
parent
6cdd5aecfb
commit
1c07061211
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-10-10 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c/87286
|
||||
* gcc.dg/pr87286.c: Add -Wno-psabi to dg-options.
|
||||
|
||||
2018-10-09 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR c++/84423
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* { dg-options "-Wno-psabi" } */
|
||||
enum foo { F };
|
||||
typedef enum foo vec_foo __attribute__((vector_size (16)));
|
||||
vec_foo add (vec_foo x, vec_foo y) { return x + y; }
|
||||
|
|
Loading…
Add table
Reference in a new issue