On Fri, Jun 20, 2008 at 1:56 PM, Kaveh R. GHAZI <[EMAIL PROTECTED]> 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