From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CEB78382EF1D; Thu, 24 Nov 2022 19:38:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEB78382EF1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669318724; bh=j4WRxr68Da0gRzgmewbob3BPihmi+NbofAqDv+xs2rc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XaMC1Fjn87cE8DmGs/q05WxZSJOAB9w+bg4BSzMauUCU9IV79kJn1Ol1rYXO+BMtA kfUbVNWh0WlNPMjlJ7HBWJx93g8RdVlfxO5JaFwgZp+zcHakwvU59yuDcnqlRt3IUC nFaQwfMjPKgOvS5VuHNwq+D+U1zQWesF+nwexAdQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107864] Internal Compiler Error (Large Project, C++20) Date: Thu, 24 Nov 2022 19:38:44 +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: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 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=3D107864 --- Comment #1 from Andrew Pinski --- /path/to/mycodedistr/include/mycode/grfx/_cpu/../color/../../_stdafx/_math.= hpp:111:23: internal compiler error: Segmentation fault 0x120e72f crash_signal /home/apinski/src/upstream-gcc/gcc/gcc/toplev.cc:314 0xc5c9b2 check_return_expr(tree_node*, bool*) /home/apinski/src/upstream-gcc/gcc/gcc/cp/typeck.cc:11062 0xc07eee finish_return_stmt(tree_node*) /home/apinski/src/upstream-gcc/gcc/gcc/cp/semantics.cc:1229 0xbca0db tsubst_expr(tree_node*, tree_node*, int, tree_node*) /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:18580 0xbc9931 tsubst_expr(tree_node*, tree_node*, int, tree_node*) /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:18932 0xbd4295 tsubst_expr(tree_node*, tree_node*, int, tree_node*) /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:18556 0xbd4295 instantiate_body /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:26484 0xbd52ba instantiate_decl(tree_node*, bool, bool) /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:26774 0xbf2b2b instantiate_pending_templates(int) /home/apinski/src/upstream-gcc/gcc/gcc/cp/pt.cc:26852 0xaaa7fb c_parse_final_cleanups() /home/apinski/src/upstream-gcc/gcc/gcc/cp/decl2.cc:4940 0xcd38b0 c_common_parse_file() /home/apinski/src/upstream-gcc/gcc/gcc/c-family/c-opts.cc:1266 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. Let me try to reduce it.=