[patch] arm,rx: don't ICE on naked functions with local vars

DJ Delorie dj@redhat.com
Thu Jul 28 19:46:00 GMT 2011


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.



More information about the Gcc-patches mailing list