From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BC2793858CDB; Sat, 23 Sep 2023 20:05:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BC2793858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695499511; bh=MFkPoi9FkZe2rxJHQlLIzrf74XaFuox4yr5jC6mmPx0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aSEBdipQLZQp2bbFBhBqppQUOvVhUx8PX278vYNoOKjymu+3qQRq5c3GPwnV7Fy0f wQfdJLYVfJTmh/IdvKYGh5cgispa9G/bYOMkV1mTGufjNZk8+TDMYLY4sUizVgmobH moIjOcQ3GcMoL4AmiXZp8z1v+w760WgN9ctEpdNk= From: "roger at nextmovesoftware dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/83409] arc: "internal compiler error: in extract_constrain_insn" with -O3 Date: Sat, 23 Sep 2023 20:05:11 +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: 7.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: roger at nextmovesoftware dot com 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: cc 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=3D83409 Roger Sayle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware = dot com --- Comment #3 from Roger Sayle --- I'm unable to reproduce this with mainline gcc configured with --target=3Darc-elf. scatterlist.i (and the reduced test case in comment #1= ), compile fine with -O2, -O3 and -O3 -fno-strict-aliasing. I've also tried -mcpu=3Dem. Can you confirm that this has been fixed for you (so we can cl= ose the PR)?=