[kaffe] CVS kaffe (guilhem): KJC -O10 compile fixes + Locale
fixes.
Guilhem Lavaux
guilhem.lavaux@free.fr
Sun May 23 12:26:02 2004
Kaffe CVS wrote:
> PatchSet 4773
> Date: 2004/05/23 18:53:07
> Author: guilhem
> Branch: HEAD
> Tag: (none)
> Log:
> KJC -O10 compile fixes + Locale fixes.
>
> * libraries/javalib/bootstrap.classlist: Added several missing classes
> for SSA optimizer and exception reporting.
>
> * libraries/javalib/Klasses.jar.bootstrap: Regenerated.
>
> * libraries/javalib/kjc.jar: Regenerated.
>
> * libraries/clib/native/System.c
> (java_lang_System_initProperties): Use LC_MESSAGES instead of LC_ALL
> because on newer GLIBC it returns a set of variables.
>
> * kaffe/man/kaffe.1.in: Specify that the default locale is given
> by LC_MESSAGES.
>
There is still a problem with -O10: near the end of the compilation the
compiler hangs in some infinite loop.
Cheers,
Guilhem.