http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-31 13:09:39 UTC --- Created attachment 26531 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26531 patch Patch to inline them. Quite ugly, but I can't use extern inline __attribute__((gnu_inline)), because it uses static inline functions, and unfortunately some callers of these functions can't include hard-reg-set.h (targhooks.c).