Re: svn commit: r223715 - head/contrib/gcc

2011-07-05 Thread Ed Schouten
* Ed Schouten , 20110704 13:49: > I could do another run at WARNS=1 if you like. Done. Everything still builds. -- Ed Schouten WWW: http://80386.nl/ pgprjQMHevEZR.pgp Description: PGP signature

Re: svn commit: r223715 - head/contrib/gcc

2011-07-04 Thread Ed Schouten
Hi Ulrich, * Ulrich Spoerlein , 20110704 13:43: > Which WARNS<2 parts of our tree would trigger that warning, btw? I have no idea. I just picked WARNS>=2, because levels lower than 2 are often used for horrible code anyway. I could do another run at WARNS=1 if you like. -- Ed Schouten WWW: h

Re: svn commit: r223715 - head/contrib/gcc

2011-07-04 Thread Ulrich Spoerlein
On Mon, 04.07.2011 at 13:24:37 +0200, Ed Schouten wrote: > Hi Uli, > > * Ulrich Spoerlein , 20110701 22:45: > > - Port -Wtrampolines support from gcc3. > > Some testing here seems to suggest it's quite hard to write code that > triggers this warning, while still passing WARNS >= 3. But still, I

Re: svn commit: r223715 - head/contrib/gcc

2011-07-04 Thread Ed Schouten
Hi Uli, * Ulrich Spoerlein , 20110701 22:45: > - Port -Wtrampolines support from gcc3. Some testing here seems to suggest it's quite hard to write code that triggers this warning, while still passing WARNS >= 3. But still, I think it would be good to add this flag to bsd.sys.mk. I've run a `ma

svn commit: r223715 - head/contrib/gcc

2011-07-01 Thread Ulrich Spoerlein
Author: uqs Date: Fri Jul 1 20:45:55 2011 New Revision: 223715 URL: http://svn.freebsd.org/changeset/base/223715 Log: - Fix typo in check_for_nested_with_variably_modified present - Implement -Wvariable-decl. - Port -Wtrampolines support from gcc3. (all three also via OpenBSD) PR: