http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56209
Bug #: 56209
Summary: Function __attribute__((interrupt)),
__attribute__((naked)) is needed
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: [email protected]
ReportedBy: [email protected]
Target: x86_64
I need the __attribute__((interrupt)) for interrupt servicing, and
__attribute__((naked)) for exception routine. It is required for system
programming. While the C/C++ is the best language for system programming, it is
missed significant tuning attributes.