From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 064C8385381F; Fri, 30 Sep 2022 15:23:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 064C8385381F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664551429; bh=tV9yhMMntSTuuZyPU6lLX+hcxOnOVavV5a6eWQ2cBCA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qDgXbWvVkZFzSGE95BTvKLLxlvVmH4CGZW0XNsFq0nipcc4BH83wTjnkMu0jzdIRH i/UNaxtEcDdEFjBukpl3zhdWzuZebo6eamlxQscoUkL3JNJYYJF2//F/1bj2oMQp/5 BQ/vK056TlEClecmwyGRJpVB83t7xJ9lPckfRSM0= From: "alexander.lelyakin at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107083] [modules] internal compiler error: in core_vals, at cp/module.cc:6127 Date: Fri, 30 Sep 2022 15:23:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: alexander.lelyakin at googlemail 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: cc 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=3D107083 Alexander Lelyakin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.lelyakin@googlema | |il.com --- Comment #1 from Alexander Lelyakin --- Similar output while precompiling header : g++ --param=3Dhash-table-verification-limit=3D1000 -std=3Dc++20 -fmodules-t= s -x c++-system-header execution ---- /usr/local/include/c++/13.0.0/execution: internal compiler error: in core_v= als, at cp/module.cc:6234 0x77c95d trees_out::core_vals(tree_node*) ../../gcc/gcc/cp/module.cc:6234 0xb386b4 trees_out::tree_node_vals(tree_node*) ../../gcc/gcc/cp/module.cc:7178 0xb386b4 trees_out::tree_value(tree_node*) ../../gcc/gcc/cp/module.cc:9043 0xb34411 trees_out::tree_node(tree_node*) ../../gcc/gcc/cp/module.cc:9241 0xb35ac3 trees_out::core_vals(tree_node*) ../../gcc/gcc/cp/module.cc:6142 0xb32f1a trees_out::tree_node_vals(tree_node*) ../../gcc/gcc/cp/module.cc:7178 0xb32f1a trees_out::decl_value(tree_node*, depset*) ../../gcc/gcc/cp/module.cc:7757 0xb3a7a2 depset::hash::find_dependencies(module_state*) ../../gcc/gcc/cp/module.cc:13315 0xb3af31 module_state::write_begin(elf_out*, cpp_reader*, module_state_conf= ig&, unsigned int&) ../../gcc/gcc/cp/module.cc:17887 0xb3c324 finish_module_processing(cpp_reader*) ../../gcc/gcc/cp/module.cc:20221 0xac9a1b c_parse_final_cleanups() ../../gcc/gcc/cp/decl2.cc:5112 0xcf3610 c_common_parse_file() ../../gcc/gcc/c-family/c-opts.cc:1273 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. ---- g++ (GCC) 13.0.0 20220929 (experimental) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.=