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=revisionrevision=259920 Add Apple compatible -Wnewline-eof

Re: Warning flags for compatibility with clang.

2014-05-21 Thread Andrew Pinski
On Wed, May 21, 2014 at 7:50 PM, Pedro Giffuni giffu...@tutopia.com wrote: 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.

Re: Warning flags for compatibility with clang.

2014-05-21 Thread Andrew Pinski
On Wed, May 21, 2014 at 7:58 PM, Andrew Pinski pins...@gmail.com wrote: On Wed, May 21, 2014 at 7:50 PM, Pedro Giffuni giffu...@tutopia.com wrote: 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.