re PR target/67278 (ICE: verify_gimple failed on darwin 14.5 x86_64)
authorJakub Jelinek <jakub@redhat.com>
Wed, 9 Mar 2016 09:20:18 +0000 (10:20 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 9 Mar 2016 09:20:18 +0000 (10:20 +0100)
PR target/67278
* gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.

PR middle-end/70050
* gcc.dg/pr70050.c: Add -w to dg-options.  Fix up PR number
in testcase comment.

From-SVN: r234079

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr70050.c
gcc/testsuite/gcc.dg/simd-8.c

index 638d7ba..7ff053f 100644 (file)
@@ -1,3 +1,12 @@
+2016-03-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/67278
+       * gcc.dg/simd-8.c: Add -w -Wno-psabi to dg-options.
+
+       PR middle-end/70050
+       * gcc.dg/pr70050.c: Add -w to dg-options.  Fix up PR number
+       in testcase comment.
+
 2016-03-09  Tom de Vries  <tom@codesourcery.com>
 
        * gfortran.dg/goacc/kernels-loop-2.f95: New test.
index feedd3f..ec6834d 100644 (file)
@@ -1,6 +1,6 @@
-/* PR middle-end/70025 */
+/* PR middle-end/70050 */
 /* { dg-do compile } */
-/* { dg-options "-Wno-psabi" } */
+/* { dg-options "-w -Wno-psabi" } */
 
 typedef int v8si __attribute__ ((vector_size (32)));
 
index 6e6cd35..5bc8637 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 (32)));