public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jason Merrill <jason@redhat.com>
To: Jakub Jelinek <jakub@redhat.com>
Cc: Richard Biener <richard.guenther@gmail.com>,
	       "Joseph S. Myers" <joseph@codesourcery.com>,
	       Marek Polacek <polacek@redhat.com>,
	Jan Hubicka <hubicka@ucw.cz>,
	       GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [C++ PATCH] Fix -Wunused-function (PR debug/66869)
Date: Wed, 03 Feb 2016 16:05:00 -0000	[thread overview]
Message-ID: <56B0F2C2.5040505@redhat.com> (raw)
In-Reply-To: <20160129123051.GN22971@tucnak.redhat.com>

On 01/29/2016 01:30 PM, Jakub Jelinek wrote:
> On Fri, Jan 29, 2016 at 11:35:07AM +0100, Jakub Jelinek wrote:
>> I can try to stick there an assert whether for FUNCTION_DECL
>> (DECL_INITIAL (decl) == 0) == DECL_EXTERNAL (decl).
>
> Tried that, but cancelled that quickly, I see lots of cases where
> DECL_INITIAL is non-NULL, but DECL_EXTERNAL is set, and some
> where DECL_INITIAL is NULL, and DECL_EXTERNAL is not set,
> at least in the other two spots (check_global_declaration in cgraphunit.c
> and c-decl.c).  Haven't waited long enough to find out if the C++ FE is some
> exception.

My thought was that if DECL_INITIAL is non-null, the function is 
defined, so it seems odd to warn about a lack of definition.

Jason


      reply	other threads:[~2016-02-03 16:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 20:38 [C " Jakub Jelinek
2016-01-26 15:21 ` Richard Biener
2016-01-26 16:18   ` Jakub Jelinek
2016-01-27 10:17     ` Richard Biener
2016-01-27 18:52       ` Jakub Jelinek
2016-01-27 19:29         ` Jeff Law
2016-01-28 20:15           ` [C++ " Jakub Jelinek
2016-01-29 10:25             ` Jason Merrill
2016-01-29 10:35               ` Jakub Jelinek
2016-01-29 10:47                 ` Jason Merrill
2016-01-29 12:31                 ` Jakub Jelinek
2016-02-03 16:05                   ` Jason Merrill [this message]

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=56B0F2C2.5040505@redhat.com \
    --to=jason@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hubicka@ucw.cz \
    --cc=jakub@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=polacek@redhat.com \
    --cc=richard.guenther@gmail.com \
    /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).