On 24 September 2011 15:40, Jon Grant wrote: > It's kind of re-iterating the command line options, that the user will > choose to be aware of already. I don't recall seeing that text output before > about ~1 year ago.
It was there in GCC 4.1, maybe earlier, I didn't check. > I'd thought because the previous line of output said "gcc -Werror -Wall -o > main main.c", the options clear. Not if you run "make" and it doesn't echo the compiler command, or run the compiler from an IDE, or anything else which shows the errors but not the command.