public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: hubicka@kampanus.ms.mff.cuni.cz
To: gcc-gnats@gcc.gnu.org
Cc: aj@suse.de
Subject: c/7622: tree inliner fallout (regression relative to 2.95)
Date: Sat, 17 Aug 2002 05:40:00 -0000	[thread overview]
Message-ID: <20020817122805.20908.qmail@sources.redhat.com> (raw)


>Number:         7622
>Category:       c
>Synopsis:       tree inliner fallout (regression relative to 2.95)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 17 05:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     hubicka@kampanus.ms.mff.cuni.cz
>Release:        3.1.x,3.2.x,3.3 prereleases
>Organization:
>Environment:
i386-unkonwn-linux
>Description:
taking address of inline function forces it to be output even when it has been deferred for inlining. In case we are speaking about nested function of extern inline function like in the testcase:
extern inline t()
{
  int q()
{}
  return q;
}
the compiler dies as no RTL is generated for them.  I guess the function should not be output but I am not quite sure how to check this.
>How-To-Repeat:

>Fix:
don't use weird extensions :)
>Release-Note:
>Audit-Trail:
>Unformatted:


                 reply	other threads:[~2002-08-17 12:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20020817122805.20908.qmail@sources.redhat.com \
    --to=hubicka@kampanus.ms.mff.cuni.cz \
    --cc=aj@suse.de \
    --cc=gcc-gnats@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).