[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-10 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 Jonathan Wakely changed: What|Removed |Added Severity|critical|normal

[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread humbug at deeptown dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 --- Comment #1 from Roman Proskuryakov --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.

[Bug c++/64926] Variable declared in if-statement-header is in wrong scope

2015-02-03 Thread humbug at deeptown dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64926 Roman Proskuryakov changed: What|Removed |Added Keywords||accepts-invalid, diagnostic