diff options
author | Segher Boessenkool <segher@gcc.gnu.org> | 2017-02-21 13:12:55 +0100 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2017-02-21 13:12:55 +0100 |
commit | e6655a5f986e217ffb3ab6d6d07cba7216d3d626 (patch) | |
tree | 1bf1fb5917bfe2b797eef51794b76f2b5f753bfe | |
parent | a156b0f10ca1e4bfc5b89a1808927e4d299f23f2 (diff) | |
download | gcc-e6655a5f986e217ffb3ab6d6d07cba7216d3d626.zip gcc-e6655a5f986e217ffb3ab6d6d07cba7216d3d626.tar.gz gcc-e6655a5f986e217ffb3ab6d6d07cba7216d3d626.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9873e07..7161eb0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c index afbe0f7..b0dbc05 100644 --- a/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c +++ b/gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c @@ -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. |