From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B80693858C66; Thu, 11 Jan 2024 02:10:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B80693858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704939058; bh=FksVGQzpQjB9QscJi27aW8XH/5VUG3CoIKkqabTBVaU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xOuarwcfnYG2sjPcPhzT/jlLe2XfnPex0WlOKdQfkqvR4HaU/D37nMWlpVuu+A492 RN5DDY8jMJn0atDhLbk2sb2jjQC8dWVMukZbImMlje6cr5iZBcURM51xgkim0smJoB wzAv10B58vNClAW70ZoZjx5fJ+j46117zBJ7hQnc= From: "hpa at zytor dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113312] Update __attribute__((interrupt)) for Intel FRED Date: Thu, 11 Jan 2024 02:10:58 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hpa at zytor dot com 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=3D113312 --- Comment #4 from H. Peter Anvin --- (In reply to H.J. Lu from comment #2) > (In reply to H. Peter Anvin from comment #1) > > This is actually a specific use case of the feature requested in bug 10= 3503. >=20 > This covers #1. Should FRED handler take a pointer to the event info as = the > function argument? This can be passed in from the assembly stub (normally in %rdi).=