http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47653
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |ro at gcc dot gnu.org Resolution|FIXED | --- Comment #13 from Rainer Orth <ro at gcc dot gnu.org> 2011-08-09 15:52:05 UTC --- Unfortunately, hardcoding -m32 in gcc.dg/graphite/run-id-pr47593.c doesn't work on several targets (like mips-sgi-irix6.5): FAIL: gcc.dg/graphite/run-id-pr47593.c (test for excess errors) Excess errors: xgcc: error: unrecognized command line option '-m32' The flag wasn't in the patch submission and I have no idea why it was added. Do you mean something like target ilp32? Rainer