This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should we remove java from the default bootstrap languages?
On Fri, Jun 20, 2008 at 1:56 PM, Kaveh R. GHAZI <ghazi@caip.rutgers.edu> wrote:
> Ugh, I think this is a terrible idea. It took me all of zero days to find
> an example of libjava breaking when someone didn't test it:
>
> http://gcc.gnu.org/ml/gcc-patches/2008-06/msg01351.html
Actually that patch caused a bootstrap failure even before libjava was
compiled. See http://gcc.gnu.org/ml/gcc-regression/2008-06/txt00007.txt
for the log. Though it really depends on memory layout and other
factors when (and if) the build fails since it was an use after a
free.
So in summary that patch is not a good example of breaking libjava at all.
Thanks,
Andrew Pinski