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

--- Comment #7 from Jason Merrill <jason at gcc dot gnu.org> 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 ($(lang_checks_parallelized)): Allow --extra_opts
    rather than --tool_opts.
gcc/cp/
    * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts.
gcc/testsuite/
    * lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Restore.
    Use --extra_opts instead of --additional_options.

    * Makefile.in (check-c++): Move check-gcc-c++0x after
    check-target-libstdc++-v3.

Modified:
    trunk/ChangeLog
    trunk/Makefile.in
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/Make-lang.in
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/lib/g++.exp


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