From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73FB8385C32E; Wed, 24 Aug 2022 14:27:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73FB8385C32E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661351257; bh=P0O+AA3JE6Lyc+Da7OuFcIfknuOd0jE3IixL3GaCbdM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fBM0N9zdsaa67tsSPhuQFWEVwvwTPjgufA9EeQt6/o1hoxvBjKd5NwJHt7JZxPJlU lwR1XYAOFEftDYo9HQx2JforDmWn3ZjOU4tssW3ze8FRKH+Np9N9lVCSiwW5zvW5xT OvS5qUuSi088CjON39KujZqhPJjABfGQwaN7LtVs= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106734] [requires] std::same_as in compound requirements doesn't produce expected result Date: Wed, 24 Aug 2022 14:27:37 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D106734 --- Comment #7 from Jonathan Wakely --- decltype(bar) and decltype((bar)) are not the same type.=