From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7E88B3858D28; Wed, 21 Jun 2023 07:25:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7E88B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687332352; bh=Y4iNjH5Ej+YqRDBsBcCjoNopunub3mtVvxRLizWk5U4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fS+u5kErlEZpvNyauMibv289Vi0RTpqi4ir08adivz7mujuPNbyFCZd0auVYmPJpT RONrvVfUih8iCYKe5a+cTOXbfuW5vj4kryETFptYPtxl9smNhjoL9AK69slWKrTWTE X4U0eOiJP/omZT2p8Q8lKVY4CtxY+dIpGt2gXVqM= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110313] [14 Regression] GCN Fiji reload ICE in 'process_alt_operands' Date: Wed, 21 Jun 2023 07:25:52 +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, openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords see_also 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=3D110313 Thomas Schwinge changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D110308 --- Comment #10 from Thomas Schwinge --- (In reply to manolis.tsamis from comment #9) > test whether the patch in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D= 110308#c10 also fixes this issue? Thanks, it does!=