This is the mail archive of the libc-hacker@cygnus.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: Version 2.1.pre1 of the crypt extension


Hello,

> The change is a workaround for an egcs bug/omission that is only
> visible on 32-bit machines when egcs was not built under glibc 2.1.
> 
> You can check for the egcs problem by trying the following short
> program:
> 
> int main(void)
> {
> #if 4294967295U != 18446744073709551615ULL
>         return 0;
> #else
>         abort();
> #endif
> }
> 
> If it aborts, you know your egcs has the problem.

All the egcs that I have compiled so far (none with glibc2.1 though),
including one for mips-irix6, show this `problem', while SGI cc
passes.  So, is this really an egcs bug and has nothing to do with
glibc ?  If so, I'd like to report it as a bug to egcs-bugs, because
egcs-1.1.2pre2 still shows the problem.

Regards,
Wolfram.
-- 
`Surf the sea, not double-u three...'
wmglo@dent.med.uni-muenchen.de


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