re PR target/67278 (ICE: verify_gimple failed on darwin 14.5 x86_64)
PR middle-end/67278 * gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options. From-SVN: r234080
This commit is contained in:
parent
2e141c8daf
commit
5a9def3777
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2016-03-09 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/67278
|
||||
* gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.
|
||||
|
||||
PR target/67278
|
||||
* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-w -Wno-psabi" } */
|
||||
|
||||
#if __SIZEOF_LONG_DOUBLE__ == 16 || __SIZEOF_LONG_DOUBLE__ == 8
|
||||
typedef long double a __attribute__((vector_size (16)));
|
||||
|
|
Loading…
Add table
Reference in a new issue