]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: re PR c/68062 (ICE when comparing vectors)
authorJakub Jelinek <jakub@redhat.com>
Thu, 7 Jul 2016 12:59:39 +0000 (14:59 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 7 Jul 2016 12:59:39 +0000 (14:59 +0200)
Backported from mainline
2016-03-02  Jakub Jelinek  <jakub@redhat.com>

PR c/68062
* c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.

From-SVN: r238108

gcc/testsuite/ChangeLog
gcc/testsuite/c-c++-common/vector-compare-4.c

index 22c8e13e6e0f036935e8e3b00097d93c0f317b21..acfc20d68da632828dfff54cccf92b9805d2251a 100644 (file)
@@ -1,6 +1,11 @@
 2016-07-07  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from mainline
+       2016-03-02  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/68062
+       * c-c++-common/vector-compare-4.c: Add -Wno-psabi to dg-options.
+
        2016-02-02  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * c-c++-common/vector-compare-4.c: Prune "non-standard ABI extension"
index b05deccfab53d60f582e23ae2a3b617ddb4c9406..e7d37eb8459209c165794f4fa8458b21775d420d 100644 (file)
@@ -1,6 +1,6 @@
 /* PR c/68062 */
 /* { dg-do compile } */
-/* { dg-options "-Wsign-compare" } */
+/* { dg-options "-Wsign-compare -Wno-psabi" } */
 /* Ignore warning on some powerpc configurations. */
 /* { dg-prune-output "non-standard ABI extension" } */