From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C8EF3858CDB; Sun, 2 Apr 2023 16:54:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C8EF3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1680454449; bh=qyoBvZEp+IwvCehQTHKSTsCLFMDRAjZQQfVzKveRW20=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VfaHZklxphs5Orv/sjlyfzKqOpKxLQHDNGQTIzhyVKe3aScvMh7r5WINTEF3JXjJM 4UDSN7kdggf2BWWWCXc+/1iJdwt0T2QNtELE3FXEi8G8dlMHywOb5FJP8JQFVvzK21 vb3uYZ335jeD4MlAI8eZKIsTAsx6BJQ4umwrVzY4= From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109374] FAIL: gnat.dg/div_zero.adb execution test Date: Sun, 02 Apr 2023 16:54:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou 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: bug_status 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=3D109374 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING --- Comment #3 from Eric Botcazou --- > I believe hppa-linux can unwind through signal frames.=C2=A0 VDSO support= was > added fairly recently. Does the unwinder compensate for the signal vs non-signal discrepancy? See __gnat_adjust_context_for_raise in ada/init.c:470 for possible tweaks.=