On Thu, Aug 11, 2011 at 08:43, Michael Matz 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
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