]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/67278 (ICE: verify_gimple failed on darwin 14.5 x86_64)
authorJakub Jelinek <jakub@redhat.com>
Wed, 9 Mar 2016 09:23:53 +0000 (10:23 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 9 Mar 2016 09:23:53 +0000 (10:23 +0100)
PR middle-end/67278
* gcc.dg/simd-7.c: Add -w -Wno-psabi to dg-options.

From-SVN: r234080

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/simd-7.c

index 7ff053fe8102fd6bc23b06a24f22068bf45c37e1..7545220e631688f6adafe8fa542873c4a6a0007c 100644 (file)
@@ -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.
 
index 0b888fc64866e6e6bcf9aa835720646a87b108ba..42feccb209d34bc738a65645315d37accf0be189 100644 (file)
@@ -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)));