This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java/2400: Linked list don't compile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]