From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F0053858CDA; Tue, 12 Dec 2023 00:38:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F0053858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702341524; bh=0QBppmBgNFUqRNYkQANC/abFWPku7MfqMj/N/IkyPIg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XFyatadsOXth6Zfv0/LBCm3YU6WEO5oq3gKQCXB5yAo26FxZV5QufS1Pr0QErjj6F +qcZDlhGxvJxH7XfNBR2vvtmpbrEKLmolnBmmvDt/B/DgVEaSaUpzdBIrtZPVU5JSC 5RJlBpx9oLFC9UScVixatr1qrTqSeFEKNVvd6ui0= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110106] [11/12 Regression] ICE on noexcept(noexcept(...)) with optional Date: Tue, 12 Dec 2023 00:38:43 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D110106 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Summary|[11/12/13 Regression] ICE |[11/12 Regression] ICE on |on noexcept(noexcept(...)) |noexcept(noexcept(...)) |with optional |with optional --- Comment #7 from Marek Polacek --- Fixed for GCC 13+.=