From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 908E0384CBBC; Tue, 28 Nov 2023 11:39:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 908E0384CBBC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701171563; bh=5S3DS/79Gb6uqOG7j4li1tyrYONeol3a6qVxYNYzBAU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Uix6iELQKHKwYMbLe6w5pYXTmwdVxx3/6RdF2fAG3EN5nQfb+FS+3nMda3+Oihz4v pqa3WAMJQq0KCsXMlob69hsp7HN58KEHCiUZSh03xliOuMkMphagW3RwPbPkBiRPZ/ ETfNbpgRhvFaQBT0vXiCLATmRk+UnphEEZ5zZcRs= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112734] ICE verify_gimple failed since r14-3751-g8c984a1c3693df - BitInt Date: Tue, 28 Nov 2023 11:39:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: --- 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=3D112734 --- Comment #5 from Jakub Jelinek --- I think that is pretty much what is implemented (but not taking it into account). Ok, will try to figure out why we ICE. I think -fnon-call-exceptions -ftrapv isn't really a good flag combination, because none of the trapv libgcc handlers are built with -fnon-call-excepti= ons nor marked as possibly throwing, so one gets a trap/abort rather than somet= hing that could be caught anyway.=