public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [testsuite] suppress warnings for powerpc for graphite vector test
@ 2011-10-08 10:44 Dominique Dhumieres
  0 siblings, 0 replies; 3+ messages in thread
From: Dominique Dhumieres @ 2011-10-08 10:44 UTC (permalink / raw)
  To: gcc-patches; +Cc: janisjo, mikestump

> I'm hoping the graphite people have an even a better idea...  If not, Ok.

I have filed pr50023 two month ago CCing Sebastian Pop asking the question:
"Why not on powerpc?" and I have the patch (comment#2) since over a month.

I think that if "the graphite people have an even a better idea", they had
plenty of time to react. Please apply the patch.

Thanks

Dominique

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

* Re: [testsuite] suppress warnings for powerpc for graphite vector test
  2011-10-07 20:41 Janis Johnson
@ 2011-10-07 21:06 ` Mike Stump
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Stump @ 2011-10-07 21:06 UTC (permalink / raw)
  To: janisjo; +Cc: gcc-patches

On Oct 7, 2011, at 12:50 PM, Janis Johnson wrote:
> Test gcc.dg/graphite/id-pr46845.c turns off warnings for x86 targets.
> powerpc targets warn about ABI issues with vector arguments for this
> test, so this patch includes powerpc*-*-* in the list of targets to
> turn off warnings.  OK for trunk?

I'm hoping the graphite people have an even a better idea...  If not, Ok.

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

* [testsuite] suppress warnings for powerpc for graphite vector test
@ 2011-10-07 20:41 Janis Johnson
  2011-10-07 21:06 ` Mike Stump
  0 siblings, 1 reply; 3+ messages in thread
From: Janis Johnson @ 2011-10-07 20:41 UTC (permalink / raw)
  To: gcc-patches

Test gcc.dg/graphite/id-pr46845.c turns off warnings for x86 targets.
powerpc targets warn about ABI issues with vector arguments for this
test, so this patch includes powerpc*-*-* in the list of targets to
turn off warnings.  OK for trunk?

2011-10-07  Janis Johnson  <janisjo@codesourcery.com>

        * gcc.dg/graphite/id-pr46845.c: Include powerpc for warning options.

Index: gcc/testsuite/gcc.dg/graphite/id-pr46845.c
===================================================================
--- gcc/testsuite/gcc.dg/graphite/id-pr46845.c  (revision 179667)
+++ gcc/testsuite/gcc.dg/graphite/id-pr46845.c  (working copy)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target { i?86-*-* x86_64-*-* } } } */
+/* { dg-options "-O2 -ffast-math -fgraphite-identity -w -Wno-psabi" { target { i?86-*-* x86_64-*-* powerpc*-*-* } } } */

 typedef float V2SF __attribute__ ((vector_size (128)));

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

end of thread, other threads:[~2011-10-08 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-08 10:44 [testsuite] suppress warnings for powerpc for graphite vector test Dominique Dhumieres
  -- strict thread matches above, loose matches on Subject: below --
2011-10-07 20:41 Janis Johnson
2011-10-07 21:06 ` Mike Stump

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