Add -Wno-psabi to diagnostic-test-expressions-1.c options

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
This commit is contained in:
Segher Boessenkool 2017-02-21 13:12:55 +01:00
parent a156b0f10c
commit e6655a5f98
2 changed files with 7 additions and 2 deletions

View 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.

View 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.