emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs aborts (almost always?) when pressing C-g in gnus group mode


From: Richard Stallman
Subject: Re: emacs aborts (almost always?) when pressing C-g in gnus group mode
Date: Thu, 05 May 2005 15:43:50 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]