http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158
--- Comment #3 from paolo at gcc dot gnu.org
2012-05-10 21:14:15 UTC ---
Author: paolo
Date: Thu May 10 21:14:09 2012
New Revision: 187380
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187380
Log:
/cp
2012-05-10 Paolo Carlini
PR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158
--- Comment #2 from Paolo Carlini 2012-05-07
18:38:34 UTC ---
void foo();
void bar(int a, int b)
{
if (foo() && a < b)
;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|