From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8651E385DC2E; Tue, 14 Apr 2020 16:29:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8651E385DC2E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586881760; bh=oJZYIFPKWdbf06giz8LCXOj96fNs6iCcOuENDbHEqsU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fDyp8cAs98VOHAKlb3S1mBV6WhRmEnO4eOqiKcHE29p/anAEsQtSNgYXqFeNw4Cyk 0Gxc2VQHoB7VWFPwSR/UJyUaEDhKJmnr8X1FDAnSjW3nc4QDzmW2dMNRQ2AqKSa4cU w0jPSVN1JKlNhU53vabAraR+akqU4vzoQt0KV1Qg= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/94592] ICE in non-type template parameter with constexpr constructor Date: Tue, 14 Apr 2020 16:29:20 +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: 10.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.0 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 16:29:20 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94592 --- Comment #5 from Marek Polacek --- {} as a template argument is currently only supported by GCC as an extensio= n, but I raised this on the core C++ list and it seems that the the conclusion= is that we want this to work, though there's no CWG for it yet.=