https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80400
Campbell changed:
What|Removed |Added
CC||rlcamp.pdx at gmail dot com
--- Comment #4 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115853
Bug ID: 115853
Summary: Unnecessary push to stack in __attribute((noreturn))
Reset_Handler(), leading to permanent wasted SRAM
Product: gcc
Version: 13.3.1
Status: UNCON
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109828
Campbell changed:
What|Removed |Added
CC||rlcamp.pdx at gmail dot com
--- Comment #13
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20785
Campbell changed:
What|Removed |Added
CC||rlcamp.pdx at gmail dot com
--- Comment #19 f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48379
Campbell changed:
What|Removed |Added
CC||rlcamp.pdx at gmail dot com
--- Comment #5 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98555
--- Comment #2 from Campbell ---
> Did you actually run into this for a relevant case?
Yes. The relevant use case is where a sentinel value is needed that has
function pointer type, as function pointers are not interchangeable with other
types o