[Bug c++/64383] missed warning for unused variable.

2015-01-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|paolo.carlin

[Bug c++/64383] missed warning for unused variable.

2015-01-20 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 --- Comment #7 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Jan 20 14:19:32 2015 New Revision: 219896 URL: https://gcc.gnu.org/viewcvs?rev=219896&root=gcc&view=rev Log: 2015-01-20 Paolo Carlini PR c++/64383 * g++.dg/warn

[Bug c++/64383] missed warning for unused variable.

2015-01-20 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 --- Comment #6 from Paolo Carlini --- Yes, this is already fixed by the patch for c++/63657. The testcases are slightly different thus I'm going to add the reduced testcase before closing the bug.

[Bug c++/64383] missed warning for unused variable.

2015-01-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 --- Comment #5 from Jakub Jelinek --- On the #c2 testcase, gcc trunk now warns, starting with r217957.

[Bug c++/64383] missed warning for unused variable.

2015-01-20 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 Manuel López-Ibáñez changed: What|Removed |Added CC||paolo.carlini at oracle dot com --

[Bug c++/64383] missed warning for unused variable.

2015-01-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #3

[Bug c++/64383] missed warning for unused variable.

2015-01-12 Thread pluto at agmk dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 --- Comment #2 from Pawel Sikora --- (In reply to Manuel López-Ibáñez from comment #1) > A minimized testcase would be helpful. Using delta would probably remove > already a lot: https://gcc.gnu.org/wiki/A_guide_to_testcase_reduction one more s

[Bug c++/64383] missed warning for unused variable.

2014-12-23 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64383 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic CC|