From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E90D73858CDB; Wed, 1 Mar 2023 10:59:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E90D73858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677668384; bh=TPm3TQR9rpWej2SN2qel7ldagXek2WliEsyvktxb5Tc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=h8y8aHlv0VAdteIKbSrIiIQ+JAGp3o8uPF+PUv/ZhfTyY44e9KpJY/QeLkaAzx+PO LlEni+305/gnlWk6OxK4s9L3KesA2ir4EUPSJyeg3/QM9/ms2N7+PYeScsdI57LzQH EJ7piyJm8VBWXwPCqpdM948BCgLQUqTk+ldpYK0E= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108975] [10/11/12/13 Regression] Internal compiler error on constexpr variable used as nontype template Date: Wed, 01 Mar 2023 10:59:44 +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.1.0 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work keywords target_milestone cf_known_to_fail short_desc 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=3D108975 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |8.2.0 Keywords| |ice-on-valid-code, | |needs-bisection Target Milestone|--- |10.5 Known to fail| |8.3.0 Summary|Internal compiler error on |[10/11/12/13 Regression] |constexpr variable used as |Internal compiler error on |nontype template |constexpr variable used as | |nontype template --- Comment #7 from Andrew Pinski --- >but g++ (10.4.0) and clang (14.0.0) compile the same code without any issu= es. Interesting because my reduced testcase also ICEs with GCC 10.4.0. Anyways = it is still a regression between GCC 8.2.0 and GCC 8.3.0.=