[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-08-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-08-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 --- Comment #6 from Richard Guenther 2011-08-24 11:17:02 UTC --- Author: rguenth Date: Wed Aug 24 11:16:57 2011 New Revision: 178032 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178032 Log: 2011-08-24 Richard Guenther PR c/49396

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-08-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-06-14 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 --- Comment #4 from dcb 2011-06-14 21:13:11 UTC --- (In reply to comment #2) > Same error on all branches back to 4.4. Interesting. Worth generalising so that source code pattern if (X) { } else if (X) { } would cause a

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-06-14 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 --- Comment #3 from joseph at codesourcery dot com 2011-06-14 13:23:09 UTC --- On Tue, 14 Jun 2011, rguenth at gcc dot gnu.org wrote: > I think it should be > > Index: c-family/c-cppbuiltin.c > ===

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-06-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 --- Comment #2 from Richard Guenther 2011-06-14 12:53:45 UTC --- Same error on all branches back to 4.4.

[Bug c/49396] c-family/c-cppbuiltin.c: duplicate if expressions

2011-06-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49396 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|