Naked is related to TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS - ARM and RX set the latter based on the former, and nobody else uses that target hook. So, naked functions don't have stack slots for args. Without stack slots, args can't be assigned to memory locations - even if they're TREE_ADDRESSABLE.
- [patch] arm,rx: don't ICE on naked functions with local ... DJ Delorie
- Re: [patch] arm,rx: don't ICE on naked functions wi... Richard Henderson
- Re: [patch] arm,rx: don't ICE on naked function... DJ Delorie
- Re: [patch] arm,rx: don't ICE on naked func... Richard Henderson
- Re: [patch] arm,rx: don't ICE on naked ... DJ Delorie
- Re: [patch] arm,rx: don't ICE on n... Richard Henderson
- Re: [patch] arm,rx: don't ICE ... DJ Delorie
- Re: [backport] arm,rx: don't I... DJ Delorie