From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 61F833858D3C; Wed, 28 Jun 2023 20:38:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 61F833858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687984713; bh=QkactsjqnLp1liRHYKYfNsSjwRsIFf8rU9laqH7Tsns=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kom3yGXMBngDmc6q53oyM1wWJEb8iQ/ko8d7vAF3rK/ONkfPHbWEjWARj+o7Qw4dk bhupVgpzRQX3dNXQpkaGo02QFZ9xoEwBmpf80frcFwN0RU0PnfzCTCGcvntYBSAjPb 6qUE9qQGvgTxq9vWfd28zbQlytvoNA9Th2fZrRJk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110468] internal compiler error in nothrow_spec_p (g++ > 11) Date: Wed, 28 Jun 2023 20:38:33 +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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: 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=3D110468 --- Comment #6 from Andrew Pinski --- (In reply to gococobu from comment #4) > Sure, I uploaded it to https://x0x.pw/gcc_bug_110468/ >=20 > I think the code throwing the ICE is correct... but can't really attest to > it. >=20 > Please tell me if you need something else. Thanks, I can reproduce the ICE, I am reducing it now. In file included from src/client/actions/action.cpp:166: ./src/include/params/parvar_import.hpp: At global scope: ./src/include/params/parvar_import.hpp:35:13: internal compiler error: in nothrow_spec_p, at cp/except.cc:1199 0xea1209 nothrow_spec_p(tree_node const*) /home/apinski/src/upstream-gcc-git/gcc/gcc/cp/except.cc:1199 0xd00e2c set_flags_from_callee(tree_node*) /home/apinski/src/upstream-gcc-git/gcc/gcc/cp/call.cc:341=