[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-08-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #7 from Jason Merrill 2011-07-15 21:30:00 UTC --- Author: jason Date: Fri Jul 15 21:29:57 2011 New Revision: 176332 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176332 Log: PR testsuite/49741 gcc/ * Makefile.in ($(la

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-15 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #6 from Jack Howarth 2011-07-15 10:55:21 UTC --- (In reply to comment #5) > (In reply to comment #4) > > Created attachment 24772 [details] > > Patch to use --zadditional_options instead of --tool_opts > > > > Does this work better?

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #5 from Jack Howarth 2011-07-15 05:31:40 UTC --- (In reply to comment #4) > Created attachment 24772 [details] > Patch to use --zadditional_options instead of --tool_opts > > Does this work better? Yes. This eliminates the failures

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #3 from Jason Merrill 2011-07-15 03:44:30 UTC --- Hmm, it seems that --tool_opts confuses the multilib support. In g++.exp we have if [info exists TOOL_OPTIONS] { lappend ALWAYS_CXXFLAGS "additional_flags=[g++_in

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 --- Comment #2 from Jack Howarth 2011-07-15 02:52:39 UTC --- Comparing the beginning of the normal make-g++ from... make -k check-c++ RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'" ...which doesn't show these failures, I see... Using /sw/src

[Bug testsuite/49741] make -k check-c++0x not multilib aware

2011-07-14 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49741 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1 f