[Bug c/43666] Add optional message to the deprecated attribute
--- Comment #2 from ebassi at gmail dot com 2010-04-06 14:36 --- sweet, thanks. just FYI, I tested it using: $ cat test-deprecated.c #include int foo (void) __attribute__((deprecated("Use bar() instead"))); int bar (void); int main (int argc, char *argv[]) {
[Bug c/43666] New: Add optional message to the deprecated attribute
unassigned at gcc dot gnu dot org ReportedBy: ebassi at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43666