From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A68CB3858C53; Fri, 1 Apr 2022 07:54:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A68CB3858C53 From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/105121] New: ice in bp_unpack_string Date: Fri, 01 Apr 2022 07:54:31 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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 cc target_milestone attachments.created 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2022 07:54:31 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105121 Bug ID: 105121 Summary: ice in bp_unpack_string Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Created attachment 52731 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D52731&action=3Dedit x86 object module Recent gcc does this: $ gcc src/bin/tolua.o src/bin/toluabind.o lto1: internal compiler error: Segmentation fault 0xc94f99 crash_signal(int) ../../trunk.git/gcc/toplev.cc:322 0x772070 bp_unpack_string(data_in*, bitpack_d*) ../../trunk.git/gcc/data-streamer-in.cc:112 0xb89903 cl_optimization_stream_in(data_in*, bitpack_d*, cl_optimization*) /home/dcb/gcc/working/gcc/options-save.cc:13503 0xf1b7e0 streamer_read_tree_bitfields(lto_input_block*, data_in*, tree_node= *) ../../trunk.git/gcc/tree-streamer-in.cc:558 0xad7186 lto_read_tree_1(lto_input_block*, data_in*, tree_node*) The problem first seems to occur sometime between git hash 4cb935cb69f12088 and 1c7b110e1e44da0c.=