public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [obvious] Remove -m32 from testcase
@ 2011-08-11 14:38 Michael Matz
  2011-08-11 16:18 ` Sebastian Pop
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Matz @ 2011-08-11 14:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: Sebastian Pop

Hi,

gcc.dg/graphite/run-id-pr47593.c (included for PR47653) hardcodes -m32 in 
dg-options.  That's not supported everywhere and the testcase is just as 
valid without -m32.  If it was the case that it needed -m32 for breaking 
that would be catched by normal multilib testing.

Committed as obvious as r177666.


Ciao,
Michael.
	* gcc.dg/graphite/run-id-pr47593.c: Remove -m32.

Index: testsuite/gcc.dg/graphite/run-id-pr47593.c
===================================================================
--- testsuite/gcc.dg/graphite/run-id-pr47593.c  (revision 177601)
+++ testsuite/gcc.dg/graphite/run-id-pr47593.c  (working copy)
@@ -1,4 +1,4 @@
-/* { dg-options "-O2 -fgraphite-identity -m32" } */
+/* { dg-options "-O2 -fgraphite-identity" } */

 struct Foo {
   int **p;

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

* Re: [obvious] Remove -m32 from testcase
  2011-08-11 14:38 [obvious] Remove -m32 from testcase Michael Matz
@ 2011-08-11 16:18 ` Sebastian Pop
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pop @ 2011-08-11 16:18 UTC (permalink / raw)
  To: Michael Matz; +Cc: gcc-patches

On Thu, Aug 11, 2011 at 08:43, Michael Matz <matz@suse.de> wrote:
> Hi,
>
> gcc.dg/graphite/run-id-pr47593.c (included for PR47653) hardcodes -m32 in
> dg-options.  That's not supported everywhere and the testcase is just as
> valid without -m32.  If it was the case that it needed -m32 for breaking
> that would be catched by normal multilib testing.
>
> Committed as obvious as r177666.
>
>
> Ciao,
> Michael.
>        * gcc.dg/graphite/run-id-pr47593.c: Remove -m32.

Thanks Michael for taking care of this one.

Sebastian

>
> Index: testsuite/gcc.dg/graphite/run-id-pr47593.c
> ===================================================================
> --- testsuite/gcc.dg/graphite/run-id-pr47593.c  (revision 177601)
> +++ testsuite/gcc.dg/graphite/run-id-pr47593.c  (working copy)
> @@ -1,4 +1,4 @@
> -/* { dg-options "-O2 -fgraphite-identity -m32" } */
> +/* { dg-options "-O2 -fgraphite-identity" } */
>
>  struct Foo {
>   int **p;
>
>

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

end of thread, other threads:[~2011-08-11 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 14:38 [obvious] Remove -m32 from testcase Michael Matz
2011-08-11 16:18 ` Sebastian Pop

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