Version 2.1.pre1 of the crypt extension
Wolfram Gloger
wmglo@dent.med.uni-muenchen.de
Fri Feb 26 08:34:00 GMT 1999
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
More information about the Libc-hacker
mailing list