From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE3653858D37; Fri, 20 Jan 2023 22:47:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE3653858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674254830; bh=OmOhYmjCfxMqEQRIcQQJ1PNYlHbenCprq9g7obrDfVI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o/RHrDwxnFJJM0Yyj8+ogLKlmq9kfmBBmVuZw+N5o4L35oHuNVkFZhb2Z7Dtkbyja We0FTZS0yuxmmefcj6BaIi7BYbYhUW36i2HgZHiWtcyuN7w32IuI+WB87hw2k4hiux zL9ndTu5gyXbT2aTR+PEQIowTMTNAew88TqxkmEs= From: "wendellcraigbaker at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108488] segfault with -fmodules-ts and class-scope friend declaration first in uninstantiated template Date: Fri, 20 Jan 2023 22:47:10 +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.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wendellcraigbaker 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: attachments.created 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=3D108488 --- Comment #1 from Wendell Baker --- Created attachment 54321 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54321&action=3Dedit run cc1plus to echigit the problem=