You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...uhhh this compiles and I'm pretty sure it shouldn't. Honestly, I can't tell you exactly why it's incorrect. I don't know much about the semantics of AVR's interrupt handlers. But I've looked at the way this code is handled for most backends, and it seems likely LLVM should be rejecting at least one of:
direct calls to these interrupt handlers
trying to compile 36 arguments for an interrupt handler
trying to return something from an interrupt handler
...uhhh this compiles and I'm pretty sure it shouldn't. Honestly, I can't tell you exactly why it's incorrect. I don't know much about the semantics of AVR's interrupt handlers. But I've looked at the way this code is handled for most backends, and it seems likely LLVM should be rejecting at least one of:
Godbolt.
The text was updated successfully, but these errors were encountered: