Add -Wno-psabi to diagnostic-test-expressions-1.c options
authorSegher Boessenkool <segher@gcc.gnu.org>
Tue, 21 Feb 2017 12:12:55 +0000 (13:12 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Tue, 21 Feb 2017 12:12:55 +0000 (13:12 +0100)
Without this the test fails on 32-bit PowerPC.

gcc/testsuite/
* gcc.dg/plugin/diagnostic-test-expressions-1.c: Add -Wno-psabi
to dg-options.

From-SVN: r245625

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c

index 9873e07b9ab7cbe196509707b776fd428e3cf143..7161eb0cfda9c80b0228c9288a06c88105dd9cd5 100644 (file)
@@ -1,4 +1,9 @@
-2016-02-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+2017-02-21  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       * gcc.dg/plugin/diagnostic-test-expressions-1.c: Add -Wno-psabi
+       to dg-options.
+
+2017-02-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * gcc.dg/gimplefe-26.c: Require c99_runtime.
 
index afbe0f734a25da33d9a2a4041884b5b5ea09899f..b0dbc05bc1dfa79b3751c9c788a49a3a873ad43d 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O -fdiagnostics-show-caret" } */
+/* { dg-options "-O -fdiagnostics-show-caret -Wno-psabi" } */
 
 /* This is a collection of unittests to verify that we're correctly
    capturing the source code ranges of various kinds of expression.