From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24889 invoked by alias); 17 Aug 2002 12:36:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 24864 invoked by uid 71); 17 Aug 2002 12:36:00 -0000 Resent-Date: 17 Aug 2002 12:36:00 -0000 Resent-Message-ID: <20020817123600.24863.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, aj@suse.de Resent-Reply-To: gcc-gnats@gcc.gnu.org, hubicka@kampanus.ms.mff.cuni.cz Received: (qmail 20909 invoked by uid 61); 17 Aug 2002 12:28:05 -0000 Message-Id: <20020817122805.20908.qmail@sources.redhat.com> Date: Sat, 17 Aug 2002 05:40:00 -0000 From: hubicka@kampanus.ms.mff.cuni.cz Reply-To: hubicka@kampanus.ms.mff.cuni.cz To: gcc-gnats@gcc.gnu.org Cc: aj@suse.de X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: aj@suse.de Subject: c/7622: tree inliner fallout (regression relative to 2.95) X-SW-Source: 2002-08/txt/msg00351.txt.bz2 List-Id: >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: