From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0EF9C3858425; Tue, 13 Sep 2022 20:16:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EF9C3858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663100204; bh=i3zNDI/urHAjs1p/e4IVJP5OjWfmfGo9HC4W7V0TLKI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aqTFA/nZFYm2DLBLtAMBP2ryLcgVerSmZoM7wWSfTVFXr6Bnjaq+IYWkaUlAIeMHF d4Fx91RBApeI0vVvEO7RQF+bjGhYt5F1d7ckPlHqeLuwxfSnFuETm1U9iGe0m2Gttx qDmDWLQ0QzfBQnvX3qeYEoCRNy01Di9xIILMkEo8= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106903] Incorrectly accepts call to function template when deduced type doesn't match adjusted type Date: Tue, 13 Sep 2022 20:16:43 +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: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org 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: cc see_also 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=3D106903 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D103333 --- Comment #1 from Patrick Palka --- PR103333 looks similar/related=