This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/54807] Names declared in a for's for-init-statement and condition should be in the same declarative region
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 04 Oct 2012 04:54:35 +0000
- Subject: [Bug c++/54807] Names declared in a for's for-init-statement and condition should be in the same declarative region
- Auto-submitted: auto-generated
- References: <bug-54807-4@http.gcc.gnu.org/bugzilla/>
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.