public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "hjl dot tools at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/40075] deprecated("xxx") doesn't work on function parameter
Date: Fri, 08 May 2009 23:15:00 -0000	[thread overview]
Message-ID: <20090508231509.19698.qmail@sourceware.org> (raw)
In-Reply-To: <bug-40075-682@http.gcc.gnu.org/bugzilla/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 784 bytes --]



------- Comment #1 from hjl dot tools at gmail dot com  2009-05-08 23:15 -------
Another difference between C and C++:

[hjl@gnu-6 tmp]$ cat bad.i
typedef int INT2 __attribute__((deprecated));
int f5(INT2 x);
int f6(INT2 x) __attribute__((deprecated));
[hjl@gnu-6 tmp]$ gcc -S bad.i
bad.i:2: warning: ‘INT2’ is deprecated
bad.i:3: warning: ‘INT2’ is deprecated
[hjl@gnu-6 tmp]$ g++ -S bad.i
bad.i:2: warning: ‘INT2’ is deprecated (declared at bad.i:1)
[hjl@gnu-6 tmp]$ 


-- 

hjl dot tools at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at redhat dot com


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


  reply	other threads:[~2009-05-08 23:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-08 21:11 [Bug c++/40075] New: " hjl dot tools at gmail dot com
2009-05-08 23:15 ` hjl dot tools at gmail dot com [this message]
2009-05-11 16:27 ` [Bug c++/40075] " hjl dot tools at gmail dot com
     [not found] <bug-40075-4@http.gcc.gnu.org/bugzilla/>
2013-09-05 18:37 ` paolo.carlini at oracle dot com
2021-08-11 20:49 ` pinskia at gcc dot gnu.org
2021-08-11 20:51 ` pinskia at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090508231509.19698.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).