re PR c++/68180 ([ICE] at cp/constexpr.c:2768 in initializing __vector in a loop)
authorJakub Jelinek <jakub@redhat.com>
Fri, 18 Nov 2016 23:51:30 +0000 (00:51 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 18 Nov 2016 23:51:30 +0000 (00:51 +0100)
PR c++/68180
* g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options.

From-SVN: r242610

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1y/pr68180.C

index 85bed9e..50b8888 100644 (file)
@@ -1,5 +1,8 @@
 2016-11-18  Jakub Jelinek  <jakub@redhat.com>
 
+       PR c++/68180
+       * g++.dg/cpp1y/pr68180.C: Add -Wno-psabi as dg-additional-options.
+
        PR middle-end/78419
        * gcc.target/i386/pr78419.c: New test.
 
index acecff4..5c8ec53 100644 (file)
@@ -1,5 +1,6 @@
 // PR c++/68180
 // { dg-do compile { target c++14 } }
+// { dg-additional-options "-Wno-psabi" }
 
 typedef float __attribute__( ( vector_size( 16 ) ) ) float32x4_t;
 constexpr float32x4_t fill(float x) {