From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 079CC3858D28; Fri, 11 Aug 2023 22:12:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 079CC3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1691791940; bh=3BXUAMo5TTrkvmDWdvQDQ+jVxCiRNLzkiPtKCZwUpDc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dhQVEo+B9Yn3aOj42tkP6amMWOcKebfrwJ5ogWtrw9D+8Cz1vu8/haS4sZs6jG464 fpiKdkqqTrYneKDONvdNuybN0BIySFezICqaUV4z3ZKmaNhEBtg33EoUUClHnJFNbm ue7zQeQehVLrkAM5M9bBZXQJzYIsuvxhjVwhLCNY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102455] ICE in verify_ctor_sanity with vector types in constexpr and variable template Date: Fri, 11 Aug 2023 22:12:18 +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.0 X-Bugzilla-Keywords: ice-on-invalid-code, 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords cf_known_to_work 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=3D102455 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-bisection Known to work| |13.1.0 --- Comment #2 from Andrew Pinski --- Looks to be fixed for GCC 13.1.0.=