This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/43778] C/C++ __attribute__((deprecated)) does not appear to wrap declarations as implied from the doc.



------- Comment #2 from rguenth at gcc dot gnu dot org  2010-04-18 18:32 -------
"warnings should be issued when a
deprecated entity is used and not when that deprecation is declared."

it is not "that" deprecation that is declared in your examples but "a"
deprecation that is declared.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43778


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]