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

           Summary: allow deprecating enum values
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: c
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: drepper....@gmail.com


The deprecated is nice and it's use should be expanded.  Sometimes enum values
have to be deprecated and it would be useful if one could write this:

enum { newval, oldval __attribute__ ((deprecated)) };

Any use of 'oldval' should provoke the usual warning.

Reply via email to