From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 38A103858401; Wed, 6 Mar 2024 16:48:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 38A103858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709743726; bh=8aVsnRijWPcABu66AJHlegMAQ8eHDHVPmhTGk+RjzzI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=afIAXaDcdnMEC4iQ1/OJDStnx0BbL0Te7TrLg/Llwuwe5KrM1mmavhC+oWnygGsmf jIbtHXVRrLrGkrH2wvlX8T46HY5WT/AZiw6Imyu4nO/oSSmJRtimlW8Jr54zL61CY2 l7hbvAK1CCY66YN+epU8A1NiiCISFct+EyPqhqmA= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114114] [11/12/13 Regression] Internal compiler error on function-local conditional noexcept Date: Wed, 06 Mar 2024 16:48:45 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: 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: 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=3D114114 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |Internal compiler error on |Internal compiler error on |function-local conditional |function-local conditional |noexcept |noexcept --- Comment #5 from Marek Polacek --- Fixed on trunk so far.=