This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: glibc 2.1.92 - gcc 2.95.2 will not build


Graham Murray <graham@barnowl.demon.co.uk> writes:

> This contains methods which return a value of streampos.  This is
> typedef'd to either _IO_fpos64_t or _IO_fpos_t (depending on 64 bit
> file offsets). This is further defined to map to _G_fpos64_t or
> _G_fpos_t. Under glibc 2.1.3, these were defined (via other #defines
> and typdefs) as integer types.  With glibc 2.1.92, the _G_fpos type is
> defined as a structure - which causes the compilation to fail.

That's a bug in gcc.  Don't report it here.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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