From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CAF9A3858D38; Thu, 27 Apr 2023 22:49:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAF9A3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682635794; bh=K/Z02jZ9yyPyWJdwtFjj1RFcEXPV+R2c4wX6zY4UwbE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AZ3/uG1O++4Wz7zmhVbsc220BGgB1Zq05RuiI3gCf88K0TrheCVER17VH7OFONuRX 7rkVhpWDNAlE04z+m9uokRgU4mrlAv1VmVlzHPCuOCXrmx04WoMpNQSwEJJTLjXEUC j7q9wR9XXAU0UoVupXwYyjO8uWM2sJYwZV9Mmxoc= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109541] [12 regression] ICE in extract_constrain_insn on sparc64-unknown-linux-gnu when building rhash-1.4.3 Date: Thu, 27 Apr 2023 22:49:54 +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: 13.0 X-Bugzilla-Keywords: needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 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=3D109541 --- Comment #3 from Sam James --- (In reply to Sam James from comment #2) > With < 12, need -ftree-vectorize because the default changed. I can repro= w/ > 10/11/12/13. Calling it a 12 regression because it now fails by default while the other = PR does not, but it's fine if you disagree.=