This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] java on AMD64 still fails
- From: Diego Novillo <dnovillo at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: GCC Bug <gcc-bugs at gcc dot gnu dot org>
- Date: Thu, 30 Oct 2003 06:29:17 -0500
- Subject: Re: [tree-ssa] java on AMD64 still fails
- Organization: Red Hat Canada
- References: <u8oevzxmg8.fsf@gromit.moeb>
On Thu, 2003-10-30 at 01:35, Andreas Jaeger wrote:
> /usr/src/aj/cvs/gcc-tree-ssa-20020619-branch/libjava/java/lang/ThreadGroup.java: In class `java.lang.ThreadGroup':
> /usr/src/aj/cvs/gcc-tree-ssa-20020619-branch/libjava/java/lang/ThreadGroup.java: In method `java.lang.ThreadGroup.enumerate(java.lang.Thre
> ad[],int,boolean)':
> /usr/src/aj/cvs/gcc-tree-ssa-20020619-branch/libjava/java/lang/ThreadGroup.java:634: internal compiler error: in gimplify_expr, at gimplif
> y.c:3091
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
>
Interesting. I haven't had a problem with amd64 bootstraps for several
days now. I wasn't even having the problems you mentioned yesterday.
See gcc-testresults.
How are you bootstrapping? Is this the same gimplification failure on
conditional expressions casted to void?
Diego.