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: Timmy Douglas
Subject: Re: emacs aborts (almost always?) when pressing C-g in gnus group mode
Date: Thu, 05 May 2005 20:49:07 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> 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





reply via email to

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