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/49741] make -k check-c++0x not multilib aware


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++?


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