This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix num_imm_uses (PR tree-optimization/70405)


On Wed, Mar 30, 2016 at 07:45:23AM +0200, Richard Biener wrote:
> >Indeed, GCC 3.4 warns about this:
> >pr70405-3.c:7: warning: suggest explicit braces to avoid ambiguous
> >`else'
> >That warning is still in there under -Wparentheses, but doesn't trigger
> >anymore.
> 
> Sounds like poor testsuite coverage then...  Did both FEs warn?

Dunno, GCC 2.96-RH, 3.2, 3.4 certainly warned only in C, not C++, 4.0+ warns in
neither C nor C++, don't have anything older around.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]