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

* [Bug c/30063] It would be useful for __attribute__((deprecated)) to take an optional parameter
  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 ` 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
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-12-09 22:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-12-09 22:43 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |c
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-12-09 22:43:35
               date|                            |


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


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

* [Bug c/30063] It would be useful for __attribute__((deprecated)) to take an optional parameter
  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
  2 siblings, 0 replies; 4+ messages in thread
From: ebb9 at byu dot net @ 2009-12-31  4:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebb9 at byu dot net  2009-12-31 04:41 -------
Conversely, it would be nice for __attribute__((warning)) and
__attribute__((error)) to allow omitting their argument (in other words, it
would be nice to have all three of deprecated, warning, and error act
consistently and take 0 or 1 arg).


-- 

ebb9 at byu dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebb9 at byu dot net


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


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

* [Bug c/30063] It would be useful for __attribute__((deprecated)) to take an optional parameter
  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
  2 siblings, 0 replies; 4+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-12-31  5:55 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-12-31 05:55 -------


*** This bug has been marked as a duplicate of 36892 ***


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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).