From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4DED13853D73; Mon, 12 Dec 2022 15:15:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4DED13853D73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670858102; bh=PMyzwta8NzZNVLcpSuanKzA1uwpxdycS52OPbzcgFgs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yjmIIfAN5vuR4F8QOg3/E2neHOzdCqGKj23R3eXq78NCynCroxMBMtE97mBaPDqUa +0hMjCtNrvxGxq6rljay11OGJOdVrIi7JjhkfpxCEnDsqt6lzPewtukbcG3Lr+KtW6 M6wtTGINtWlSENJlMt/r3y7w08TBMZCXoPIiFa14= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/108076] [10/11/12/13 Regression] GCC with -O3 produces code which fails to link Date: Mon, 12 Dec 2022 15:15:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 11.3.0 X-Bugzilla-Keywords: link-failure X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: cc short_desc cf_known_to_work component keywords 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108076 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org Summary|GCC with -O3 produces code |[10/11/12/13 Regression] |which fails to link |GCC with -O3 produces code | |which fails to link Known to work| |8.5.0 Component|c |tree-optimization Keywords| |link-failure --- Comment #2 from Alexander Monakov --- GIMPLE if-conversion seems to delete BBs with address-taken labels; works w= ith -fno-tree-loop-if-convert=