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: c++/1101


The following reply was made to PR c++/1101; it has been noted by GNATS.

From: Neil Bliss <yoda@integratus.com>
To: Bryce McKinlay <bryce@albatross.co.nz>
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Subject: Re: c++/1101
Date: Wed, 20 Dec 2000 09:53:29 -0800

 Hmm, it still bombs out with the same error:
 
 [yoda@tortuga1 test]$ ../libjava/configure --with-threading=posix --disable-new-gxx-abi --prefix=/home/yoda
 
 make[1]: Entering directory `/net/jukebox/data/jukebox/yoda/gcc/build-libjava'
 /bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I../libjava -I./include -I../libjava -Iinclude -I../libjava/include -I../libjava/../boehm-gc -I./../boehm-gc   -I../libjava/libltdl -I../libjava/libltdl -I../libjava/../gcc -I../libjava/../include -I../libjava/../zlib -I../libjava/../libffi/include -I../libffi/include   -fno-rtti -fvtable-thunks -fasynchronous-exceptions -fdollars-in-identifiers -I/usr/openwin/include -W -Wall -D_GNU_SOURCE -g -O2 -c ../libjava/prims.cc
 c++ -DHAVE_CONFIG_H -I. -I../libjava -I./include -I../libjava -Iinclude -I../libjava/include -I../libjava/../boehm-gc -I./../boehm-gc -I../libjava/libltdl -I../libjava/libltdl -I../libjava/../gcc -I../libjava/../include -I../libjava/../zlib -I../libjava/../libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -fasynchronous-exceptions -fdollars-in-identifiers -I/usr/openwin/include -W -Wall -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/prims.pp -c ../libjava/prims.cc  -fPIC -DPIC -o .libs/prims.o
 In file included from java/lang/String.h:9,
                  from ../libjava/java/lang/Class.h:18,
                  from ../libjava/gcj/cni.h:17,
                  from ../libjava/prims.cc:32:
 ../libjava/gcj/array.h:59: Internal error #20000409.
 ../libjava/gcj/array.h:59: Internal compiler error in write_builtin_type, at
    cp/mangle.c:1483
 Please submit a full bug report.
  See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 Any other ideas?
 
 thanks again,
 
 Neil
 
 
 On Wed, Dec 20, 2000 at 11:39:15PM +1300, Bryce McKinlay wrote:
 > GCJ does not yet support the new C++ ABI. You must configure with
 > "--disable-new-gxx-abi" in order for it to work.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1101&database=gcc
 > 
 > 
 > 
 
 -- 
 Neil Bliss - Integratus Customer Support
 	Yow!  I am having fun!!

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