From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7D17A3858401; Wed, 12 Jun 2024 08:11:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7D17A3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718179900; bh=xgSiQJkI4DMy/6oHwvsj5/02KthcqxQRObGKCxQTXIk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aDtSDNc7fM/PhbMk9B6JSaRjnYQRO6wEWL8v5Ykn0i8ekGJcPIegj0eQx7OrKGkKZ S7i7bBZv8XR24eL1thhYrzI40GhpvAduzAWQdUvI6u37XP9DIT1cS8g1qN2ZcjDKLy 3T7VGW8Q55+hEJ3tn56WXx6cYkNIqw1f5ADWOIS8= From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115452] ICE when dump stv2 for gcc.target/i386/pr70322-2.c with -march=cascadelake Date: Wed, 12 Jun 2024 08:11:39 +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: 15.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com 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=3D115452 --- Comment #1 from Uro=C5=A1 Bizjak --- (In reply to Hongtao Liu from comment #0) > ------------cut from i386-features.cc:1056--------------- >=20 > if (dump_file) > fprintf (dump_file, " Preloading operand for insn %d into r%d\n", > INSN_UID (insn), REGNO (tmp)); > --------------cut end------------------------------- >=20 > Looks like tmp is SUBREG. reg_or_subregno should take care for this.=