From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC5943857C51; Sat, 3 Feb 2024 00:11:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC5943857C51 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706919095; bh=dnvH+lXaq/AaoN12zI+frJBFn9DBvqOLAiacAub7aT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kqDh2Ig8GLKX33HSFD9OW41QqLDCRAY1ASvzxvcB8f1pl/mkkw6gwYoFLA41ubHPg hKEtKwgF04MV5pQG0ju8e83qHmyM6vS2QMWKPpcqYnM8+ghFZrfj9VXZM+uBYWLcK0 f5viNLkJ3ELCDJp8nTFD8QxbJfSBhoUsjAp4ZL/Q= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112769] [11/12/13 Regression] ICE on valid code related to requires-expression Date: Sat, 03 Feb 2024 00:11:34 +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: 13.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D112769 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] ICE |ICE on valid code related |on valid code related to |to requires-expression |requires-expression --- Comment #5 from Patrick Palka --- Fixed for GCC 14 so far.=