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: PATCH RFA: Make collect2 send stdout to stdout and stderr to stderr


On Mar 29, 2005, at 10:06 PM, Ian Lance Taylor wrote:
It's been a longstanding pet peeve of mine that collect2 combines
linker output to both stdout and stderr and sends it to stderr.

I'll add this for others to ponder, if they wish, I'm sure Ian knew about it:


Oh, the only potential downside, would be if a broken linker mixed messages between both stdout and stderr, and required for readability that they be fully intermixed. Before, it would be, after the patch, the come out in two groups, stdout first, then stderr. Personally, I'd consider that a bug in ld, and just wouldn't worry about it.


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