From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 880123858D33; Thu, 18 Jan 2024 18:14:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 880123858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705601658; bh=DjWeki+FMxVlTQhsthG9N/+8yuXSHdQgKlW5QSGUN7Y=; h=From:To:Subject:Date:From; b=JFCQxbJ1dSHttCvAjHuUqPid2nA7m8446XUTlAySevjkHxcXYVJ+bIcysRpD1Gy+P e6r+PbbTzvEn5HfzqIs/1O4MlAMhyh7/E79qaarNJtq1/ye/sM09F7g9QDeQA1VVA+ 9r/UIYWrzANkYgfp9if4F9TZ+uoOlo0Mi4QUTYQg= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/113488] New: [14 Regression] ICE in add_AT_die_ref with LTO Date: Thu, 18 Jan 2024 18:14:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D113488 Bug ID: 113488 Summary: [14 Regression] ICE in add_AT_die_ref with LTO Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- nodejs18/nodejs20 and libreoffice (the last one s390x only) ICE with GCC 14= and LTO with ./cc1plus -fpreprocessed /tmp/v8_turboshaft.late-optimization-phase.ii -qui= et -g1 -O3 -std=3Dgnu++17 -fPIC -flto=3D4 -fuse-linker-plugin -ffat-lto-object= s -o /tmp/v8_turboshaft.late-optimization-phase.s; ./xg++ -B ./ -shared -nostdlib -flto=3D4 -fuse-linker-plugin -ffat-lto-objects -o /tmp/libnode.so.115 -Wl,-soname=3Dlibnode.so.115 /tmp/v8_turboshaft.late-optimization-phase.s /tmp/v8_turboshaft.late-optimization-phase.ii: In member function =E2=80=98ReduceTrapIf=E2=80=99: /tmp/v8_turboshaft.late-optimization-phase.ii:129252: internal compiler err= or: in add_AT_die_ref, at dwarf2out.cc:4913 129252 | } 0x73bcc5 add_AT_die_ref ../../gcc/dwarf2out.cc:4913 0x73bcc5 add_AT_external_die_ref ../../gcc/dwarf2out.cc:6084 0x73bcc5 add_abstract_origin_attribute ../../gcc/dwarf2out.cc:21990 0xf4529d gen_label_die ../../gcc/dwarf2out.cc:24831 0xf4529d gen_decl_die ../../gcc/dwarf2out.cc:27137 0xf626df decls_for_scope ../../gcc/dwarf2out.cc:26669 0xf3fd02 gen_subprogram_die ../../gcc/dwarf2out.cc:24167 0xf448da gen_decl_die ../../gcc/dwarf2out.cc:27106 0xf45aeb dwarf2out_decl ../../gcc/dwarf2out.cc:27687 0xf45f3e dwarf2out_function_decl ../../gcc/dwarf2out.cc:27702 0xfd5326 rest_of_handle_final ../../gcc/final.cc:4273 0xfd5326 execute ../../gcc/final.cc:4317 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions.=