This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/55091] New: libgo testsuite doesn't support --target_board='unix{-mx32}'
- From: "hjl.tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 26 Oct 2012 21:43:51 +0000
- Subject: [Bug go/55091] New: libgo testsuite doesn't support --target_board='unix{-mx32}'
- Auto-submitted: auto-generated
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.