This is the mail archive of the gcc-bugs@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]

[Bug testsuite/25037] New: gcc.target/i386/asm-1.c fails with -m64 passed


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


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