From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C45CB3858C5E; Tue, 20 Jun 2023 15:36:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C45CB3858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687275376; bh=B2gYKS78soYTobG1oWxYOWNufRFM2QbZFHPgp/zbWhs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=G1zMuxOBwL06AFXrcKYx1mmvAvZKtjMw0x26dUm3jVekwPJj/2rYsTX8d6aHPlpIW 1LeF1Te+v1oXz9WuJIS2RFAs8VwXpNm/1kud0CQkSPLPqo6M3xZrhjQXHsDlV9ZHtx i/75as+6Va1SCYBHSmJ8ocMw6nHyUWLyNZ1LZec8= 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 15:36:16 +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: cc 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 ---------------------------------------------------------------------------- CC| |manolis.tsamis at vrull do= t eu --- Comment #4 from Thomas Schwinge --- (In reply to myself from comment #2) > I had found, and wanted to report the same thing: >=20 > (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 >=20 > ... but with the additional detail: ICE in their '-O3 -g' testing variants > only. Also, there appears to be some non-determinism involved here: in another ru= n of the exact same toolchain build I've then also seen the ICE for 'gfortran.dg/PR100906.f90' (again, '-O3 -g' testing variant only). (In reply to myself from comment #0) > I'm now bisecting. With commit r14-1873-g6a2e8dcbbd4bab374b27abea375bf7a921047800 "cprop_hardr= eg: Enable propagation of the stack pointer if possible" reverted, we're back to normal, both for GCN target and for GCN offloading. That, however, is completely outside my area of competence -- if such a thi= ng exists at all... ;-)=