From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 768323858C62; Mon, 8 Jan 2024 19:55:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 768323858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704743707; bh=nfvl6TYFo23d1MUNoWZMiz/sy7B7hX2jf+cj3ZEHiVc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qStC9QhiGauuoOrOqwW6PS9c0Lc2+ZRXzAHPrO1vuRhwmeFAM9k+wuCgePA6mtzRI HvxgAUZT64CNuXNMgTO2iu/dB0pftZ5zNc3Wna/MFAgN05tixBnfWrWdkHsykZsd4p fDcvZUTAiTkejKBnjjYEiburmhEHAblJYaD0yI7o= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113144] [14 regression] ICE when building dpkg-1.21.15 in verify_dominators (error: dominator of 9 should be 48, not 12) Date: Mon, 08 Jan 2024 19:55:06 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D113144 --- Comment #11 from Andrew Pinski --- (In reply to Zdenek Sojka from comment #10) > Created attachment 57009 [details] > simpler testcase using _BitInt() >=20 > $ x86_64-pc-linux-gnu-gcc -O3 -mavx2 testcase.c=20 > testcase.c: In function 'foo': > testcase.c:5:1: error: dominator of 24 should be 57, not 12 > 5 | foo (void) > | ^~~ > testcase.c:5:1: error: dominator of 25 should be 57, not 12 > during GIMPLE pass: vect > testcase.c:5:1: internal compiler error: in verify_dominators, at > dominance.cc:1194 > 0x742528 verify_dominators(cdi_direction) > ... that might be a different issue ...=