This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mainline bootstrap failure in toplev.c



On Dec 1, 2004, at 10:32 AM, Wolfgang Bangerth wrote:



Hi all, for several weeks now (I believe since my box has been upgraded to Mandrake), mainline doesn't bootstrap any more for me. In stage1 I get this:


That in itself strikes me as odd and wrong. In addition, the inline keyword
in the first definition is expanded to
__inline__ __attribute__((always_inline)) __attribute__((always_inline))
which presumably is the cause of the problem.


Is this a problem that others have seen before me?


Yes this is caused by the newer linux kernel headers which define
inline as "__inline__ __attribute__((always_inline))".  So this is the
normal linux kernel headers fucking up the build.  This was reported
back when the linux kernel headers changed and when the error was added
to gcc.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]