This is the mail archive of the gcc-bugs@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]

Re: Branch failure on x86 Linux


Neil Booth <neil@daikokuya.demon.co.uk> writes:

> /home/neil/src/gcc-branch/build/gcc/xgcc [...] /libf2c/libI77/endfile.c
> ../../../../libf2c/libI77/endfile.c: In function `t_runc':
> ../../../../libf2c/libI77/endfile.c:132: `off_t' undeclared (first use in this function)
> ../../../../libf2c/libI77/endfile.c:132: (Each undeclared identifier is reported only once
> ../../../../libf2c/libI77/endfile.c:132: for each function it appears in.)
> ../../../../libf2c/libI77/endfile.c:132: parse error before "loc"

I've send a patch already for this.  For now consider adding #define
_GNU_SOURCE to the file.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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