From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF3213858C55; Thu, 1 Sep 2022 14:48:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF3213858C55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662043725; bh=vL3dkzo4frBxlkY9hLkyNlV+3712+cUJInk1xdUsf0I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hdnK8Vuz97+qQXITZEGtFRVxQpBJu+qrzNmCoh4VVX4EX4VBt8VvYDK23w233Wid7 xXJ9F5o+a5sM/th6FAPjG7c9y45wzNvszaRTRmpz2l3NiyIhffAIVTKb8tQGwEV6G3 DnsrPO7Gnza87kypW8z9VGJdoxyYhNYVZMSUMVRs= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99968] ICE on remove_const_t in requires-expression Date: Thu, 01 Sep 2022 14:48:45 +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: 11.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jason 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=3D99968 --- Comment #10 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:37ff51a98583e63fb9afe83cf9f4351760149028 commit r13-2344-g37ff51a98583e63fb9afe83cf9f4351760149028 Author: Jonathan Wakely Date: Thu Sep 1 11:52:52 2022 +0100 libstdc++: Remove FIXME for ICE with remove_cvref_t in requires-express= ion PR c++/99968 is fixed since GCC 12.1 so we can remove the workaround. libstdc++-v3/ChangeLog: * include/std/type_traits (is_scoped_enum): Remove workaround.=