public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/30063]  New: It would be useful for __attribute__((deprecated)) to take an optional parameter
@ 2006-12-04 13:40 bero at arklinux dot org
  2006-12-09 22:43 ` [Bug c/30063] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bero at arklinux dot org @ 2006-12-04 13:40 UTC (permalink / raw)
  To: gcc-bugs

People are probably more likely to fix their code if they're told how -- it
would be useful to have

void new_function() { }
void __attribute__((deprecated("use new_function instead")) old_function() { }

int main(int argc, char **argv) {
        old_function();
}

resulting in
test.cpp: 6: warning: 'old_function' is deprecated (declared at test.cpp:2, use
new_function instead)


-- 
           Summary: It would be useful for __attribute__((deprecated)) to
                    take an optional parameter
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-31  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-04 13:40 [Bug middle-end/30063] New: It would be useful for __attribute__((deprecated)) to take an optional parameter bero at arklinux dot org
2006-12-09 22:43 ` [Bug c/30063] " pinskia at gcc dot gnu dot org
2009-12-31  4:41 ` ebb9 at byu dot net
2009-12-31  5:55 ` hjl dot tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).