http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56130
Bug #: 56130
Summary: __attribute__((deprecated)) does not affect C++
reference
Classification: Unclassified
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56130
--- Comment #1 from chen3feng 2013-01-28 13:17:52
UTC ---
Tested on gcc 4.1.2 4.5.3 4.6.3 4.7.2
: preprocessor
Assignee: unassigned at gcc dot gnu.org
Reporter: chen3feng at gmail dot com
Target Milestone: ---
I use the `-H` option to analyze the header file dependency. but it is mixed
with other diagnostic messages, so I have to use an awk script to split them,
this solution is