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: build failure? (libgfortran)


On 2/5/07, Richard Guenther <richard.guenther@gmail.com> wrote:
> > > I'm seeing this bootstrap failure on i686-pc-linux-gnu (revision
> 121579) -
> > > something I'm doing wrong, or is anyone else seeing this?

I *didn't* see it or I would not have committed.


This is because we now fixinclude sysmacros.h and libgfortran is built with
-std=gnu99.

Caused by:

2007-02-03 Bruce Korb <bkorb@gnu.org>

        * inclhack.def (glibc_c99_inline_4): replace "extern" only if
        surrounded by space characters.

Which means there are cases where "extern" was suppressed and is no longer suppressed. Can someone please post a sysmacros.h fragment that should have been fixed, but was not? Thank you. - Bruce


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