http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52066
Steven Bosscher <steven at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |steven at gcc dot gnu.org --- Comment #4 from Steven Bosscher <steven at gcc dot gnu.org> 2012-10-09 20:46:39 UTC --- (In reply to comment #1) > 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). Huh, if it's ok to know about reg-classes in targhooks, why is it not also OK to know about HARD_REG_SET?