[comp.lang.c++] Bug in G++ under Ultrix 2.2 + FIX

nwinton@axion.bt.co.uk (Neil Winton) (05/26/88)

Having recently built GNU C++ 1.21.1 under Ultrix 2.2 on a Vaxstation2000 I
uncovered a bug in `integrate.c' which causes File.cc (in dist-libg++) to
produce a SIGSEGV in the c++ pass (under our configuration, found in
/usr/local/lib/gcc-c++).

Line 513 of integrate.c reads

	expand_start_bindings (0);

This should, I believe, be

	expand_start_bindings (0, 0);

Other than that I must say that I'm pretty impressed by GCC/G++ -- Keep up the
good work Messrs Stallman and Tiemann!

	Neil

E-Mail (UUCP)  NWinton@axion.bt.co.uk  (...!uunet!mcvax!ukc!axion!nwinton)
Organisation   British Telecom Research Laboratories (RT3134)
Snail Mail     BTRL, Rm 23 B68, Martlesham Heath, IPSWICH IP5 7RE, UK
Telephone      +44 473 646079 (or +44 473 643210)
*** This line intentionally left justified ***