From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F122D388217A; Fri, 14 Jun 2024 23:30:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F122D388217A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718407829; bh=gJSpVNMlAONBhRk4VSontGUPmMDcNYfgM6OjzLH8h88=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PiwbdW66h43kqUB4fAq/DIT1IGdp6qswHMC3jxwOcI6CH1RLRIzH32U2rtwqtIkQO JL05zwtFKcop4gesrgUg8CfH0dh9jpfbHfar/2gR8L2HMsLDjKdZpq0lP1Lz8W0VkU Ns6q/ZMqRmqb0ArCzVTrs8gUN42FQ15NM53LZCM8= 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: Fri, 14 Jun 2024 23:30:29 +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 #4 from Andrew Pinski --- >GNU Arm Embedded Toolchain 10.3-2021.10 I looked into the official releases of GCC 10.3.0 and arm.c:7855 does not correspond to a place where an assert happens. You should file this bug with the folks who recieved the binary release from since they have modified the sources. Also GCC 10.x is no longer supported so can you try a newer version of GCC? Like GCC 14.1.0 or 13.3.0?=