From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37E5C385354F; Thu, 20 Oct 2022 06:45:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37E5C385354F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666248337; bh=BWowk0l7b/Ty+N5hGOIEJfmX9gvAvlLRbxuYUxU2Jmg=; h=From:To:Subject:Date:From; b=HO1y3xMrHUJKSEYIEOvvZCalBpj+kU+e9xOQ1wTUtx7CKOgdJxuynO6zJHk2PVIl2 6Q7aKyH21QFKTAOUnoQrNif+eFEh+wTgXdEhi0r+LIyBU/w1zmeIbwqx9Dgtd+vKPJ 2jeQ0c3tZT9iPaYGfqHgzuF1UdL4UGXaz8DOQxHw= From: "kaploceh at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/107327] New: internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 Date: Thu, 20 Oct 2022 06:45:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone 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=3D107327 Bug ID: 107327 Summary: internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 Product: gcc Version: 10.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcc Assignee: unassigned at gcc dot gnu.org Reporter: kaploceh at gmail dot com Target Milestone: --- I'm using GNU Make 4.3 and g++ Configured with: /builddir/gcc-10.2.1_pre1/configure --build=3Dx86_64-unknown-linux-gnu --enable-gnu-unique-object --enable-vtable-verify --prefix=3D/usr --mandir=3D/usr/share/man --infodir=3D/usr/share/info --libexecdir=3D/usr/l= ib64 --libdir=3D/usr/lib64 --enable-threads=3Dposix --enable-__cxa_atexit --disable-multilib --with-system-zlib --enable-shared --enable-lto --enable-plugins --enable-linker-build-id --disable-werror --disable-nls --enable-default-pie --enable-default-ssp --enable-checking=3Drelease --disable-libstdcxx-pch --with-isl --with-linker-hash-style=3Dgnu --disable-sjlj-exceptions --disable-target-libiberty --enable-languages=3Dc,c++,objc,obj-c++,fortran,lto,go,ada Thread model: posix The compilation stops right with the message=20 internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930 The closest string to match tsubst_pack_expansion I have on my system, is t= hat from the file cp-tree.h=20 Perhaps a duplicate of bug 104390 ?=