From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4580E3875DD8; Wed, 12 Jun 2024 11:11:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4580E3875DD8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718190716; bh=BWzuGcWRHCl6MFwDD2k7Hi/nXoo0i8JzClJ14u2JDGI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IxJyZM93g5qksPzQ4AwM7A3x46opiztETHyi5xvGeWpjcawBwK3bt+gGMJjggxVnE b0B/q7UUZ/LQvHTdjHiRh4IwPc1LlwCiV2Zr90K3mw8J8GSXFhsyq4v7uNsjqqTP5W LbhGC5I3+BeWvkbp870i5vHhmm7biqWn1108bo5k= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/86689] [11 Regression] Some combination of SFINAE, overloading, and type deduction showing version inconsistency Date: Wed, 12 Jun 2024 11:11:54 +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: 8.2.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_fail cf_known_to_work 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=3D86689 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12 Regression] Some |[11 Regression] Some |combination of SFINAE, |combination of SFINAE, |overloading, and type |overloading, and type |deduction showing version |deduction showing version |inconsistency |inconsistency Known to fail| |12.2.0 Known to work| |12.3.0 --- Comment #7 from Richard Biener --- This is also fixed in 12.3.=