From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 90D22385F014; Mon, 15 Apr 2024 18:20:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 90D22385F014 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713205252; bh=2IhbP9g5Xa/5f1w24jeoGgdJRF6NnSVBDf7Scn29u6E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xD4VpnP/iN9KIPf9hwOwx+OfxdTtsXY5JuWH9RzcjfvixXwWQl9a1RIcNIje1o50U TVf5zxz1kQOkpSrWS59e6yKj88i/bGOkcJJsddPmSUhpJI2RwHUxSBSpKekFHSMjA8 XwtktqqcXUDgxqnQo5Kkxbdzl+xkXxiXyrNF3590= From: "ted at lyncon dot se" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114625] requires { T{}; } wrongly returns false when T{} is ill-formed while in concept Date: Mon, 15 Apr 2024 18:20:51 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ted at lyncon dot se X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek 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=3D114625 --- Comment #5 from Ted Lyngmo --- @Andrew, the title change seems wrong. It wrongly returns true when T{} is ill-formed.=