Subject: is this c++ internal compiler error worth a send-pr?
To: NetBSD Toolchain Technical Discussion List <tech-toolchain@NetBSD.ORG>
From: Greg A. Woods <woods@weird.com>
List: tech-pkg
Date: 01/14/2005 00:43:41
In the middle of building NetBSD-pkgsrc-2004q4/lang/jikes on 1.6.2_STABLE/i386:

(Note BTW that I have built jikes-1.21, from the 2004q3 branch, without
any problem on both i386 and alpha :-)


c++ -DHAVE_CONFIG_H -I. -I. -I.     -O2 -march=pentiumpro -g -c -o stream.o stream.cpp
tuple.h: In method `void Tuple<StreamError>::AllocateMoreSpace()':
tuple.h:118:   instantiated from `Tuple<StreamError>::Resize(unsigned int)'
tuple.h:315:   instantiated from `Tuple<StreamError>::~Tuple()'
stream.cpp:352:   instantiated from here
tuple.h:93: Internal compiler error.
tuple.h:93: Please submit a full bug report.
tuple.h:93: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[2]: *** [stream.o] Error 1
gmake[2]: Leaving directory `/build/package-obj/lang/jikes/work/jikes-1.22/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/build/package-obj/lang/jikes/work/jikes-1.22/src'
gmake: *** [all-recursive] Error 1



[ttyp2]<woods@always> # c++ --version 
2.95.3
[ttyp2]<woods@always> # c++ -v        
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)


Should I file a PR?  If so, in which category?

-- 
						Greg A. Woods

H:+1 416 218-0098  W:+1 416 489-5852 x122  VE3TCP  RoboHack <woods@robohack.ca>
Planix, Inc. <woods@planix.com>          Secrets of the Weird <woods@weird.com>