Richard Stallman <[EMAIL PROTECTED]> writes:

>     > Can you verify that __attribute__((noinline)) is truly
>     > present in the CPP output?  If so, this seems to be a GCC bug.
>     > Are you using the latest GCC?  If not, please try it.
>     > If yes, please report the GCC bug.
>
>     with -E:
>
>     static void __attribute__(())
>
> That shows the problem: somehow noinline has disappeared.
>
>     shows that /usr/include/linux/compiler.h is the problem:
>
>        154  #ifndef noinline
>        155  #define noinline
>        156  #endif
>
> Can you figure out why and how compiler.h gets included?
> Through which chain of includes, and why?

I think this boils down to a bug in the kernel headers that gentoo
provides. Here is the thread and how I think it got included:

http://kerneltrap.org/mailarchive/1/message/61720/thread



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to