From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 632B23858C2A; Sat, 16 Dec 2023 09:09:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 632B23858C2A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702717796; bh=uE4OMtT2HnmtH6fnxb+M9iz1xvcMREr4dGqpyOaPCEg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=W8PRlvzNzPjFeH//g19EgbRNKMsURz8CDSzhLvJjkyVawEUqcsTYmATpYF7V+IYBZ Cji1/cW+59/+2ezoJm33NN/rwtxKRFmUVM5Pp7AqEoE5AAAyQTUsFXpBcFAYQ9WPib +LtaTimu9xDweuRiqG/2k6oqsAxsuuKRLuD9U6kI= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113038] [14 regression] Excess errors for g++.dg/modules/hello-1_b.C after r14-6569-gfe54b57728c09a Date: Sat, 16 Dec 2023 09:09:56 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D113038 --- Comment #2 from Jonathan Wakely --- jason: seems like a simple matter of forcing the builtin declaration into t= he global module ppalka: fwiw it also works if we get rid of the implicit declaration of __class_type_info when declaring the builtin and just use const void* throughout the parameter list=