From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6B4B13858D37; Thu, 18 Jan 2024 19:12:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6B4B13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705605168; bh=UrKK2wFocgSRiKarKEo1CkWZGzeqHztzgOjbmvHn6h8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f5/AVKKM7ftmLy0r1lKWg4Rk9ZgKg57AXiyVUoyxfRtk96Hq/Jv0UGQUK2ammMLYy cBtmPujrWkq4iug7BppmvKBn+9cUEH2tOtTJSyvJAgiy4vfxEJT1KI1TxEvrlgBNP9 1ymZO2RWZGU+DC9iQQLNYJQyKnAyQrmZD+p6zfoM= From: "jules at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/113317] New test case libgomp.c++/ind-base-2.C fails with ICE Date: Thu, 18 Jan 2024 19:12:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jules at gcc dot gnu.org 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=3D113317 --- Comment #5 from jules at gcc dot gnu.org --- Hi, Unfortunately I no longer have access to any PowerPC machines, which limits= my ability to help with this somewhat. I guess it's *something* like a CONVERT_EXPR/NOP_EXPR in an unexpected place, and is probably quite easy to= fix with a suitable reproducer. Julian=