From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 400693890431; Thu, 20 Jun 2024 16:30:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 400693890431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718901016; bh=qawkEb6Xm4PhCfR79bdhBS75Onx5N+F4H0Wh4aycoNk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XtpJ2KezLU3RyvrwPJob+qxALqRrxnuoPQA2M9tx/q8TJEDnK+DW6MjH0Gh25T8hf Kfygk12v1DThp/9C6ZabeZElUtukRveeZIjdXaNOtDZoLyMWyhtsm4N6pvIbiTCXlg 3BjoVvF+VMVcMFp5FD5/eBcQQQSWUueFrT5Fo1Y0= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/115561] [14/15 Regression] ICE checking constraints when a local class is involved since r14-9659 Date: Thu, 20 Jun 2024 16:30:15 +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.1.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 14.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail cc keywords bug_status cf_known_to_work cf_reconfirmed_on target_milestone everconfirmed 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=3D115561 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |14.1.0, 15.0 CC| |mpolacek at gcc dot gnu.or= g, | |ppalka at gcc dot gnu.org Keywords| |ice-on-valid-code Status|UNCONFIRMED |NEW Known to work| |13.3.0 Last reconfirmed| |2024-06-20 Target Milestone|--- |14.2 Ever confirmed|0 |1 Summary|[14/15 Regression] ICE |[14/15 Regression] ICE |checking constraints when a |checking constraints when a |local class is involved |local class is involved | |since r14-9659 --- Comment #1 from Patrick Palka --- Confirmed, seems the ICE started with r14-9659.=