This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [obvious] Remove -m32 from testcase


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;
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]