[Bug c++/57211] wrong line indicated in warning for synthesized method

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

[Bug c++/57211] wrong line indicated in warning for synthesized method

2013-05-21 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57211 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57211] wrong line indicated in warning for synthesized method

2013-05-14 Thread anthony.foiani at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57211 --- Comment #2 from Anthony Foiani --- I'm also seeing this bug, in version 4.7.2. Instead of trying to fix the line offset, I believe the right thing is to not emit this warning in this case at all. The parameter is certainly used, even if the

[Bug c++/57211] wrong line indicated in warning for synthesized method

2013-05-14 Thread anthony.foiani at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57211 Anthony Foiani changed: What|Removed |Added CC||anthony.foiani at gmail dot com --- Comm