From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2897C385DC1A; Wed, 20 Dec 2023 11:05:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2897C385DC1A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703070321; bh=ZbYKuZObTBjsm9aZCTYIRu6VSizpbI/LEkyU/4RVUbY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AdSZVkCpklIFoc/MIdIU2/sq38VrnMscmeWSx9YtfkRJJasWw9jarwcxp6bGfqNr2 8igLqM6SRJdFsa+nesSQL4ny++DHmaYXeWinzoM+n3hlPI9mIx/rkjzQkczr5yTsqw VTJMSqq/X+C/l2VQUMklbm4GLDbaKQhTHmCH3sCw= From: "acoplan at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113089] [14 Regression][aarch64] ICE in process_uses_of_deleted_def, at rtl-ssa/changes.cc:252 since r14-6605-gc0911c6b357ba9 Date: Wed, 20 Dec 2023 11:05:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: acoplan at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: acoplan 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=3D113089 --- Comment #9 from Alex Coplan --- (In reply to Manolis Tsamis from comment #8) > (In reply to Alex Coplan from comment #7) > > (In reply to Manolis Tsamis from comment #6) > > > (In reply to Alex Coplan from comment #5) > > > > Also ICEs without -fno-strict-aliasing FWIW, so just -g -O2 -funrol= l-loops > > > > seems to be enough. > > >=20 > > > On my local build it doesn't reproduce without -fno-strict-aliasing; = I just > > > double-checked (GCC master @ 4e0a467302fea56d63b7a6d17f99c0f388960dc7= ). > >=20 > > Hmm, that is odd, I definitely don't need that option even when built f= rom > > the same commit. How are you configuring GCC? I suppose it doesn't ma= tter > > since I can reproduce the problem as long as the fix works with/without > > -fno-strict-aliasing. >=20 > Odd indeed, but probably something with my configure flags as you mention= ed. > Here's what I use: >=20 > --enable-shared \ > --enable-threads=3Dposix \ > --enable-checking=3Drelease \ > --with-system-zlib \ > --enable-__cxa_atexit \ > --disable-libunwind-exceptions \ > --enable-linker-build-id \ > --enable-libstdcxx-backtrace \ > --enable-plugin \ > --enable-initfini-array \ > --enable-gnu-indirect-function \ > --with-isl \ > --enable-lto \ > --with-cpu=3Dneoverse-n1 \ > --disable-multilib \ > --disable-bootstrap >=20 > (I think the most uncommon one here is --with-cpu=3Dneoverse-n1 ?) Ah, that explains it. I have a much more vanilla config, and indeed with -mcpu=3Dneoverse-n1 then it needs -fno-strict-aliasing to reproduce.=