From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE6F63858D33; Tue, 20 Jun 2023 09:21:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE6F63858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687252893; bh=bxK6AZ8HwJVGABlfi33OiR0ytvP4ZTB4PM3WcFLBxZw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rC2j2I/6Inh2kM1wHmoGSSgFZtjB8DychJJmRA1kaoCGSwLdO8EK3SMktQymb6fpQ c8XEuXTCqm5OKbFfqVgUC/vuMcEqfohvbKJckwsfJxjtRr4Nf7uavYlA+x2k+cXowK MvI2h0p8VVRTwemJfiOjMs8bUKmiT97aogrv/J/s= 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: Tue, 20 Jun 2023 09:21:33 +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: 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: everconfirmed bug_status cf_reconfirmed_on 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 ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Last reconfirmed| |2023-06-20 --- Comment #2 from Thomas Schwinge --- I had found, and wanted to report the same thing: (In reply to Andrew Stubbs from comment #1) > This ICE also affect the following standalone test failures (raw amdgcn, = no > offloading): >=20 > gfortran.dg/assumed_rank_21.f90 > gfortran.dg/finalize_38.f90 > gfortran.dg/finalize_38a.f90 ... but with the additional detail: ICE in their '-O3 -g' testing variants only.=