[Bug c++/54807] Names declared in a for's for-init-statement and condition should be in the same declarative region

2012-10-04 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54807 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/54807] Names declared in a for's for-init-statement and condition should be in the same declarative region

2012-10-03 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54807 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org 2012-10-04 04:54:35 UTC --- I think this was fixed for 4.7. Even the porting guide for 4.7 mentions it.

[Bug c++/54807] Names declared in a for's for-init-statement and condition should be in the same declarative region

2012-10-03 Thread ulfalizer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54807 --- Comment #2 from Ulf Magnusson ulfalizer at gmail dot com 2012-10-04 04:57:42 UTC --- Could very well be the same problem, but I don't have 4.7 handy to confirm.