From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C2353858C27; Wed, 18 Jan 2023 16:47:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C2353858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674060422; bh=/Ptf+fbb3+d/TTt3wnujWHF9KQDsjKrepANbJM0EKYU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b1qsm4SeHp/ooDcDIKdRbazNw36K/Cnr7bwO4U7EnQNIjmIcv28+9MuptQCpQ/Wkk 8HhgWCevDcpur3sUFt57VNDWVrlES2ZEi8jh4gTmwxEmUHb0HZuIQKB/zIy092+XTU LnZthXVib00UZ0Rh+QaOG8TGi/h5S7khzBPQ4ygI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/105469] [10/11/12/13 Regression] "execution reached an unreachable program point" with -flto since r5-7027-g0b986c6ac777aa4e Date: Wed, 18 Jan 2023 16:47:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D105469 --- Comment #17 from Jakub Jelinek --- (In reply to Jakub Jelinek from comment #16) > Can't reproduce the __builtin_unreachable on the trunk. With the https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105469#c5 testcase,= that is. Haven't tried the original.=