From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 579583850852; Thu, 20 Oct 2022 07:27:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 579583850852 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666250856; bh=zfFMjxxtnx5LZT77yZ7ySgLMKuIl1amWQITeX1hZ0P0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LfdjQeNTiCZ6uNDQM/wcJymV7CIHwL/mvXdf8E8ApjhHoag0eKQHLA6VcIXc6iHHL yaV7uaa+M6E2sx6QWnjp/uJq8cUMjgnH+qVUZiPXzqp31UJLExjoxf3q+BD5f8+0U2 MrwB0Pny6qrVRemqyg8lxm9Zki0hItuwLvG3lze8= From: "kaploceh at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/107327] internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 Date: Thu, 20 Oct 2022 07:27:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 10.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kaploceh at gmail 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: 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=3D107327 --- Comment #1 from Carlos E --- I haven't had any problems compiling it with Make before, usually it goes i= nto: g++ -O3 -pedantic -std=3Dc++2a -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime -MD -MP -MF = -c=20 -o with the variable CXXFLAGS +=3D -pedantic -std=3Dc++2a -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address from the Makefile and so on But this time around, it stops right with the message internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 It finishes by telling me to=20 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. while GNU Make says=20 Once you have a precise problem you can report it in one of two ways. Either send electronic mail to: bug-make@gnu.org or use our Web-based project management tool, at: http://savannah.gnu.org/projects/make/ So I'm reporting it here rather than over there.=