Hello;
I was checking out some old gcc revisions and I found this commit:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=140497
It has an obvious error that is still carried today:
Instead of adding adding the check for the header
a redundant check for was added. The mismatch
is sti
Hello;
FWIW, I have been looking at some changes from Apple's GCC and these two
small changes should be interesting to have in the official gcc.
Implement -Wmost for compatibility with clang.
http://svnweb.freebsd.org/base?view=revision&revision=259920
Add Apple compatible -Wnewline-eof
http: