[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-04 Thread languitar at semipol dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 --- Comment #7 from Johannes Wienke --- Thanks!

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

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

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-04 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 --- Comment #5 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Sep 4 08:57:26 2013 New Revision: 202242 URL: http://gcc.gnu.org/viewcvs?rev=202242&root=gcc&view=rev Log: /cp 2013-09-03 Paolo Carlini PR c++/58305 * typeck2.c

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|paolo.carlini at o

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 Paolo Carlini changed: What|Removed |Added Status|WAITING |NEW

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

2013-09-03 Thread languitar at semipol dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305 --- Comment #2 from Johannes Wienke --- class ToBeDeprecated { } __attribute__ ((deprecated ("deprecated!"))); int main() { ToBeDeprecated(); ToBeDeprecated x; return 0; } The first use does not issue the warning, the second does.

[Bug c++/58305] Deprecation warning for class not raised when not assigning to a variable

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