[Bug c++/53158] [C++11] Bogus error in loop condition

2012-05-10 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/53158] [C++11] Bogus error in loop condition

2012-05-10 Thread paolo at gcc dot gnu.org
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

[Bug c++/53158] [C++11] Bogus error in loop condition

2012-05-07 Thread paolo.carlini at oracle dot com
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) ; }

[Bug c++/53158] [C++11] Bogus error in loop condition

2012-05-07 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53158 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|