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 driver/50876] [4.7 Regression] 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 #7 from Iain Sandoe <iains at gcc dot gnu.org> 2011-10-27 10:54:50 UTC ---
I applied the patch at http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02441.html
 (no difference to the problem at hand).

The only definite thing I've spotted so far is in the args file:

-B\ /Volumes/ScratchCS/gcc-4-7-trunk-build/gcc/

if I try to do
./gcc/xgcc @<path/to/args/file 
with this in it; xgcc doesn't find lto1.

If I replace the escaped space with either a space or a new line it works.


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