public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options
@ 2017-02-21 12:08 Segher Boessenkool
  2017-02-21 12:49 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Segher Boessenkool @ 2017-02-21 12:08 UTC (permalink / raw)
  To: gcc-patches; +Cc: Segher Boessenkool

Without this the test fails on 32-bit PowerPC.

Is this okay for trunk?


Segher


2017-02-21  Segher Boessenkool  <segher@kernel.crashing.org>

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

---
 gcc/testsuite/gcc.dg/plugin/diagnostic-test-expressions-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options
  2017-02-21 12:08 [PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options Segher Boessenkool
@ 2017-02-21 12:49 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2017-02-21 12:49 UTC (permalink / raw)
  To: Segher Boessenkool; +Cc: gcc-patches

On Tue, Feb 21, 2017 at 12:00:03PM +0000, Segher Boessenkool wrote:
> Without this the test fails on 32-bit PowerPC.
> 
> Is this okay for trunk?
> 
> 
> Segher
> 
> 
> 2017-02-21  Segher Boessenkool  <segher@kernel.crashing.org>
> 
> gcc/testsuite/
> 	* gcc.dg/plugin/diagnostic-test-expressions-1.c: Add -Wno-psabi
> 	to dg-options.

Ok, thanks.

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-21 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 12:08 [PATCH] Add -Wno-psabi to diagnostic-test-expressions-1.c options Segher Boessenkool
2017-02-21 12:49 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).