This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: New bootstrap failure in libjava/gnu/gcj/runtime/natStackTrace.cc
> From: Graham Stott <graham.stott@btinternet.com>
>
> Hi Andrew,
> This doesn't look like it'll work to me because p won't be initialised
> unless HAVE_BACKSPACE is defined and we'll end up dereferencing an
> unitialised pointer on line 74.
> Graham
Indeed. When I add the patch and recompile, I get:
> natStackTrace.cc:51: warning: `void**p' might be used uninitialized in this function
--Kaveh
--
Kaveh R. Ghazi ghazi@caip.rutgers.edu