This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Java bootstrap fails compiling libjava
- From: Richard Guenther <richard dot guenther at gmail dot com>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>, gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Sun, 5 Jun 2005 14:36:10 +0200
- Subject: Re: Java bootstrap fails compiling libjava
- References: <42A0CE8A.6090108@tat.physik.uni-tuebingen.de> <42A0D6FD.3080201@redhat.com>
- Reply-to: Richard Guenther <richard dot guenther at gmail dot com>
On 6/4/05, Bryce McKinlay <mckinlay@redhat.com> wrote:
> I've just done an x86_64 build of HEAD and didn't see this error.
Hm, ok - it seems changing java/parse.y:build_if_else_statement
to not construct a COND_EXPR with NULL_TREE type, but
void_type_node causes this. Any idea why?
Thanks,
Richard.