From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FF2E3858C50; Thu, 30 Mar 2023 19:47:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FF2E3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680205639; bh=Lg7df1N9cfj/HBmCb80+ctBfjIw67c7YBplD6Lqq39A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GsgZpKo3aJdRHw5FDeK0rh0TrzEZ4r5hqZsaDd+KYfoX221jVd58Imr4Gt5yfI4JK JoK4hsWWCR+2maogqcaaNcprkprhNL22a9nisEhVf8jmdiUlMhXItLHF8hKOwiuOmL VPJOCkX1d8gV5ayTSZJGAGJ5sg5u2pF6xA8HpVrk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/109347] [lra] Spill failure for architecture without CC Date: Thu, 30 Mar 2023 19:47:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code, ra X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: --- 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=3D109347 --- Comment #9 from Andrew Pinski --- Even for pre-LRA with reload in GCC 4.7.0: t.c: In function =E2=80=98f=E2=80=99: t.c:91:1: note: unable to find a register to spill in class =E2=80=98GR_REG= S=E2=80=99 t.c:91:1: note: this is the insn: (insn 33 32 34 2 (set (reg:DI 198) (plus:DI (reg:DI 194 [ t9.0 ]) (const_int 1 [0x1]))) t.c:60 11 {*adddi3} (expr_list:REG_DEAD (reg:DI 194 [ t9.0 ]) (nil))) t.c:91:1: internal compiler error: in spill_failure, at reload1.c:2120 unrecognized DWARF version in .debug_info at 6 0x70e2bf _fatal_insn /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/rtl-error.c:106 0x705bab spill_failure /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/reload1.c:2120 0x705bab find_reload_regs /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/reload1.c:2046 0x705bab select_reload_regs /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/reload1.c:2066 0x705bab reload /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/reload1.c:993 0x65fe6e do_reload /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/ira.c:3733 0x65fe6e rest_of_handle_reload /bajas/pinskia/src/toolchain-47/scripts/../src/gcc/ira.c:3824 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. So I am sure this is almost not a regression.=