[Bug go/55091] New: libgo testsuite doesn't support --target_board='unix{-mx32}'

hjl.tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Oct 26 21:44:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55091

             Bug #: 55091
           Summary: libgo testsuite doesn't support
                    --target_board='unix{-mx32}'
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: hjl.tools@gmail.com


My Linux/x86-64 GCC supports -m32, -m64 and -mx32. I am using

# make check RUNTESTFLAGS="--target_board='unix{-mx32}'"

to only run -mx32 test.  But libgo runs all 3 -m32, -m64 and -mx32
tests, instead of just -mx32.



More information about the Gcc-bugs mailing list