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: Mon, 11 May 2009 16:27:00 -0000	[thread overview]
Message-ID: <20090511162709.15828.qmail@sourceware.org> (raw)
In-Reply-To: <bug-40075-682@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from hjl dot tools at gmail dot com  2009-05-11 16:27 -------
This patch:

--- cp/decl.c.foo       2009-05-08 13:54:31.000000000 -0700
+++ cp/decl.c   2009-05-11 09:26:21.000000000 -0700
@@ -8065,6 +8065,9 @@ grokdeclarator (const cp_declarator *dec
   type = cp_build_qualified_type_real
     (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)
                         ? tf_ignore_bad_quals : 0) | tf_warning_or_error));
+  /* FIXME: We need TYPE_STUB_DECL to get attributes on TYPE.  */
+  if (TYPE_STUB_DECL (type) == NULL_TREE)
+    TYPE_STUB_DECL (type) = typedef_decl;
   /* We might have ignored or rejected some of the qualifiers.  */
   type_quals = cp_type_quals (type);

seems to work.


-- 


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


  parent reply	other threads:[~2009-05-11 16:27 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 ` [Bug c++/40075] " hjl dot tools at gmail dot com
2009-05-11 16:27 ` hjl dot tools at gmail dot com [this message]
     [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=20090511162709.15828.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).