This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/49741] make -k check-c++0x not multilib aware
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 14 Jul 2011 21:07:36 +0000
- Subject: [Bug testsuite/49741] make -k check-c++0x not multilib aware
- Auto-submitted: auto-generated
- References: <bug-49741-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-14 21:07:33 UTC ---
That's mysterious; really all make-c++0x is doing is adding --tool_opts to
RUNTESTFLAGS. All the multilib magic happens inside dejagnu itself.
What does testsuite.c++0x/g++/g++.log look like compared to
testsuite/g++/g++.log from make check-c++?