When running the testsuite on x86_64-linux-gnu with the following RUNTESTFLAGS: "RUNTESTFLAGS=--target_board=unix/\{-m64,-m32\}"
gcc.target/i386/asm-1.c fails as -m64 is passed last so that -m32 -m64 is passed to the compiler which makes the test fails as it is expecting to be in 32bit mode. -- Summary: gcc.target/i386/asm-1.c fails with -m64 passed Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25037