> 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?


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

Reply via email to