public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "mpolacek at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug sanitizer/66452] [6 Regression] [UBSAN] *.Lubsan_data0' defined but not used
Date: Mon, 08 Jun 2015 08:45:00 -0000	[thread overview]
Message-ID: <bug-66452-4-ztCxa5iCGH@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-66452-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66452

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I'm testing

--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -534,6 +534,7 @@ check_global_declaration (tree decl)
         to handle multiple external decls in different scopes.  */
       && ! (DECL_NAME (decl) && TREE_USED (DECL_NAME (decl)))
       && ! DECL_EXTERNAL (decl)
+      && ! DECL_ARTIFICIAL (decl)
       && ! TREE_PUBLIC (decl)
       /* A volatile variable might be used in some non-obvious way.  */
       && ! TREE_THIS_VOLATILE (decl)

(Maybe we should also test !TREE_NO_WARNING but the above is enough to fix
this.)


  parent reply	other threads:[~2015-06-08  8:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-07 20:13 [Bug sanitizer/66452] New: " dimhen at gmail dot com
2015-06-08  8:18 ` [Bug sanitizer/66452] " mpolacek at gcc dot gnu.org
2015-06-08  8:34 ` mpolacek at gcc dot gnu.org
2015-06-08  8:36 ` dimhen at gmail dot com
2015-06-08  8:45 ` mpolacek at gcc dot gnu.org [this message]
2015-06-08 10:36 ` mpolacek at gcc dot gnu.org
2015-06-08 10:36 ` mpolacek 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=bug-66452-4-ztCxa5iCGH@http.gcc.gnu.org/bugzilla/ \
    --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).