From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B19F03858416; Sun, 23 Jun 2024 00:37:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B19F03858416 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1719103056; bh=qbGeaYD1Mat5XqSbcP7Echaj6rQDMMm9Ii+KDKCLQjg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dDR6VK6V4i3WYdr3YLhZrAtjH7eG7ZFOUWTOm655qKpclg4VCtprIApgasH5Ao54R 50xejI2Bdy/uru+2LEjunGG6SzKU4QSfdiRTC6+m2khdapmGXTWrZWrSqP7KxVsX36 59yFBPYdootGO8eXUcyONNTxiHghRWMMXN/Hc31U= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/115485] CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855 Date: Sun, 23 Jun 2024 00:37:34 +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: 10.3.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D115485 --- Comment #10 from Andrew Pinski --- Can you provide the preprocessed source (which you can get via -save-temps)? This is mentioned in https://gcc.gnu.org/bugs/ on what we require.=