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 lto/50876] unrecognized command line option '-Zmultiply_defined suppress regressions for lto.exp on x86_64-apple-darwin11


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50876

--- Comment #4 from Jack Howarth <howarth at nitro dot med.uc.edu> 2011-10-26 22:31:34 UTC ---
Caused by...

r180517 | rguenth | 2011-10-26 05:30:29 -0400 (Wed, 26 Oct 2011) | 9 lines

2011-10-26  Richard Guenther  <rguenther@suse.de>

        PR lto/41844
        * Makefile.in (lto-wrapper): Depend on and link against
        opts-common.o.
        (lto-wrapper.o): Depend on $(OPTS_H) and $(OPTIONS_H).
        * lto-wrapper.c (get_options_from_collect_gcc_options): New function.
        (run_gcc): Use it.  Filter out language specific options.

Reverting r180517 and necessarily the associated commit...

r180521 | rguenth | 2011-10-26 07:48:09 -0400 (Wed, 26 Oct 2011) | 4 lines

2011-10-26  Richard Guenther  <rguenther@suse.de>

        * lto-wrapper.c (run_gcc): Properly init/free obstacle.

eliminates the new lto.exp failures at r180541 on x86_64-apple-darwin11.


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