From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33C1C3858C30; Thu, 7 Dec 2023 08:46:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33C1C3858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701938786; bh=5jKw5UlQRd+WzcLO7s9oFKPSSfq3EQU42KQK7lP1s2M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H24BQ3T+bYWMwLpfnfMwU8oHzY2I2e//24QC+BPNs2uN17FgouZh9weaH9TPNjhkL Wx5chfMvinVY3jRJxz20hyCkmm/XYobS1EoXEBhagNdFRwBoIiFI9xR6uZhLk6IQBx cRAqT6Fmf0MJV35ErLV5wkVVH/xF+vBXZF7fOets= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96127] ICE in extract_insn, at recog.c:2294 Date: Thu, 07 Dec 2023 08:45:53 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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=3D96127 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0d79636b8d2c7f0da16fbf5f786993783a4389ff commit r14-6263-g0d79636b8d2c7f0da16fbf5f786993783a4389ff Author: Jakub Jelinek Date: Thu Dec 7 09:45:13 2023 +0100 testsuite: Fix up gcc.target/s390/pr96127.c test for modern C [PR96127] I've noticed this test regressed on s390x-linux with the addition of the switch to modern C patchset. Haven't tried to reproduce the ICE, but a= s it was a backend ICE and FE after warning used to add such casts before (n= ow errors), I think this ought to keep the testcase testing what was inten= ded before. 2023-12-07 Jakub Jelinek PR target/96127 * gcc.target/s390/pr96127.c (c1): Add casts to long int *.=