Actions
Bug #1447
closed#ident is a deprecated GCC extension (gcc4)
Start date:
2011-09-04
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
should be remove all lines with '#ident' from code because #ident is a deprecated GCC extension for GCC4
Updated by Rich Lowe almost 11 years ago
- Status changed from New to Rejected
- Assignee set to Rich Lowe
GCC deprecated this by mistake, and un-deprecated it in a later release.
2009-10-09 Neil Vachharajani <nvachhar@google.com> * libcpp/directives.c (DIRECTIVE_TABLE): Remove DEPRECATED from ident and sccs. * gcc/doc/cpp.texi (Other Directives): Do not list #ident and #sccs as deprecated.
Actions