From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE49B3858296; Mon, 12 Dec 2022 13:05:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE49B3858296 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670850339; bh=+V29SKW1Xur64Vl6I87EZ/9oNGIISQmU1KW3+we7zEU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HgXcPcKgUCrwNTQFar8Ns5K0ZpDq1ICLngtXiji/hBR2EDKNiX8LBBrgy8EDUtSa2 yjARTkCD6lkMnBryLQL1oqc2o3C/abgF5C5q8U08LUQqXyvWeU+ejDIjZx9IkxXxMP ETGx4s3IvnHYQf3pYrlLDfjFQiALNagYm819dF8Y= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108071] [13 Regression] Build failure in Libreoffice since r13-4565 Date: Mon, 12 Dec 2022 13:05:39 +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: redi at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D108071 --- Comment #6 from Jonathan Wakely --- The ConstCharArrayDetector is getting instantiated with const char* const instead of const char[1], so the partial specialization doesn't match.=