This is the mail archive of the gcc-patches@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]

Re: [LTO] PATCH: Fix WPA errors seen with make -j2


Diego Novillo wrote:
...
+ }
+ else
+ fprintf (stderr, "[Leaving LTRANS %s]\n", file);

No extraneous output, please. This can generate too much noise.



It's only emitted with -Wl,-debug, in line with other notices from collect2 when invoked for debugging, for example maybe_unlink() in collect2.c (it's just that we're not in collect2 at this point).


Still want it eliminated?

--
Google UK Limited | Registered Office: Belgrave House, 76 Buckingham
Palace Road, London SW1W 9TQ | Registered in England Number: 3977902


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