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 go/55091] New: libgo testsuite doesn't support --target_board='unix{-mx32}'


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.


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