This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: java/2400: Linked list don't compile
- To: apbianco at gcc dot gnu dot org
- Subject: Re: java/2400: Linked list don't compile
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- Date: 27 Mar 2001 20:56:01 -0000
- Cc: gcc-prs at gcc dot gnu dot org,
- Reply-To: Alexandre Petit-Bianco <apbianco at cygnus dot com>
The following reply was made to PR java/2400; it has been noted by GNATS.
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: torsten.rueger@firsthop.com
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/2400: Linked list don't compile
Date: Tue, 27 Mar 2001 12:49:41 -0800 (PST)
torsten.rueger@firsthop.com writes:
> A simple linked list adding , written tightly like (obj.next =
> before).prev = (obj.prev = before.prev).next = obj; will core dump
> gcj
Have you tried the patch I wrote for java/2066? I gets me past the
compilation.
./A