http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
--- Comment #7 from Johannes Wienke ---
Thanks!
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|paolo.carlini at o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|WAITING |NEW
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58305
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|