public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/7622: tree inliner fallout (regression relative to 2.95)
@ 2002-08-17  5:40 hubicka
  0 siblings, 0 replies; only message in thread
From: hubicka @ 2002-08-17  5:40 UTC (permalink / raw)
  To: gcc-gnats; +Cc: aj


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-17 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-17  5:40 c/7622: tree inliner fallout (regression relative to 2.95) hubicka

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).