http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711
--- Comment #3 from Przemysław Pawełczyk 2010-11-29
20:07:20 UTC ---
Andrew, thanks for the always_inline hint.
But weren't you too fast with marking PR 46711 as duplicate of PR 19449?
Check which lines are marked with errors. 8th line is not me
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711
--- Comment #2 from Andrew Pinski 2010-11-29
19:40:04 UTC ---
Try:
static inline unsigned long *
_param(struct pt_regs *regs, const int num) __attribute__((always_inline));
static inline unsigned long *
_param(struct pt_regs *regs, const int num)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46711
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|