mismatch in configure.ac for libgomp

2015-04-29 Thread Pedro Giffuni
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

Warning flags for compatibility with clang.

2014-05-21 Thread Pedro Giffuni
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: