From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 047A23939C19; Wed, 29 Apr 2020 06:27:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 047A23939C19 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1588141625; bh=OBAlfiomrGPRaPvOPscm2k152YTHB67nSMtIJ99KT8s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HX33YcEg3u6/iNnm6RbG5W9ZtuEtaVtFGk3A+vje3fblx9X0p7t+jjyQpQpubGX6f OzxBqWouXRfsY0SaSXDzufEKrpjAlbNyzYOpjE4M++MCM6fl6oO5YwfOjkFxGhqMKH uXi1K8aKGsBhHaabWLIMWNxWGM8qBviFFi4Urdso= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ipa/94818] GCC emits dead bodies of functions whose all calls have been eliminated by optimisations Date: Wed, 29 Apr 2020 06:27:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ipa X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: dependson Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 06:27:05 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94818 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |47205, 89139 --- Comment #2 from Andrew Pinski --- Related to PR 47205, PR 89139 Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47205 [Bug 47205] GCC emits optimized out noinline function https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D89139 [Bug 89139] GCC emits code for static functions that aren't used by the optimized code=