From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56B863858D1E; Wed, 21 Jun 2023 06:49:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56B863858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687330144; bh=q8gPwG6OIJ+vOTbMKVfFeIOB+Zzj1OyVBEzpwF2/kOg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=A8KlY5bStBml6Xm0HJuaGPsV84uFPhk3jDq5+JnkngZdNto2B5Nj4jPVaWHHGIaHq HY7xyVTBociFZX0T/4pqOQUfbdxoe7QQKJFiKAL55aYpH7FsgslnYVUUmQsorSqQPZ ojvj8bd07ZjPIHZR4am1/IP6kGpYk8RqPUZmPmjw= From: "manolis.tsamis at vrull dot eu" 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 06:49:03 +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: openmp X-Bugzilla-Severity: normal X-Bugzilla-Who: manolis.tsamis at vrull dot eu 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: 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 --- Comment #9 from manolis.tsamis at vrull dot eu --- Hi, This commit is known to be an issue and I'm working on a fix, you can find = more details on this ticket https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D11030= 8. Would it be easy for you to test whether the patch in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110308#c10 also fixes this i= ssue? Thanks, Manolis=