From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A41ED3858C2D; Thu, 3 Nov 2022 20:19:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A41ED3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667506749; bh=AppPZA6+ryof2UyGhzkUGOR8s+e+Ktm28+exXtzgzYc=; h=From:To:Subject:Date:From; b=as6HVXlaHZLre/67TfmRRFwiFhPHPlHJAFjQT4vA2Smw+vq6PhnTUwcEoh9rutFmk 5X+7y3KmQC5cQQ3ffGxTdZUUZ2beTeeXwxj82anMQWcYhS9h9wHNwd1SGCknP8BTdH 6Tdt+vtKwbktS3C27+AlrNnUKplSKMH0NMYbV9+w= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107519] New: internal compiler error: in get_partitioning_class, at symtab.cc:2096 Date: Thu, 03 Nov 2022 20:19:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107519 Bug ID: 107519 Summary: internal compiler error: in get_partitioning_class, at symtab.cc:2096 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: unlvsur at live dot com Target Milestone: --- Created attachment 53824 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53824&action=3Dedit Preprocessed file g++ -o iobuf_file iobuf_file.cc -Ofast -std=3Dc++23 -s -flto -march=3Dnative -fuse-ld=3Dgold -I../../../include -fmodules-ts during IPA pass: modref iobuf_file.cc:22:1: internal compiler error: in get_partitioning_class, at symtab.cc:2096 22 | } | ^ 0x7f6d1201ad8f __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58 0x7f6d1201ae3f __libc_start_main_impl ../csu/libc-start.c:392 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. cqwrteur@BU-Precision-Tower-5810:~/Libraries/fast_io/=