[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 --- Comment #7 from Jonathan Wakely 2012-11-08 15:21:40 UTC --- Paolo's been very busy recently, cleaning up loads of longstanding bugs like that

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 --- Comment #6 from Paolo Carlini 2012-11-08 15:20:37 UTC --- Understandable: the kind of work I have been doing lately at times is pretty weird ;)

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread bisqwit at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 --- Comment #5 from Joel Yliluoma 2012-11-08 15:16:48 UTC --- Nice. I had no idea this was first reported in 2003 and fixed in 2012 in a version recent enough to be still unreleased :)

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 --- Comment #4 from Jonathan Wakely 2012-11-08 15:14:25 UTC --- Oops, thanks, Paolo!

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

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

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 --- Comment #2 from Paolo Carlini 2012-11-08 15:04:05 UTC --- I fixed this in mainline, didn't I?

[Bug c++/55239] Spurious "unused variable" warning on function-local objects with a destructor and an initializer

2012-11-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55239 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|