From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 433E238582A7; Mon, 11 Mar 2024 03:30:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 433E238582A7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710127814; bh=QkGkCLLPIGkX3vozY5E9bhb6KyeqkoC0SrelIUCqXk4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WBirYjlsXnagAipe8aeuU1ndEYc46UArk3VSi63SS10sxg6THi5XVKsWe8z4IsYaV tg0O8AD3QX2U5xdPDKvOfXs+oVcDOclfSmie18UKY41YWUMbWWTd4x6I39ulxgVnsX hn4belXUQVyOwh6je6qbbx0JDwX7Dwdt6aXD+uyw= From: "law at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/86689] [11/12 Regression] Some combination of SFINAE, overloading, and type deduction showing version inconsistency Date: Mon, 11 Mar 2024 03:30:12 +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: law 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 cc 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 Jeffrey A. Law changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12 Regression] Some |Some combination of SFINAE, |combination of SFINAE, |overloading, and type |overloading, and type |deduction showing version |deduction showing version |inconsistency |inconsistency CC| |law at gcc dot gnu.org --- Comment #6 from Jeffrey A. Law --- Works with gcc-13 and the trunk. Adjusting regression markers.=