Path: utzoo!telly!ddsw1!lll-winken!killer!texbell!bigtex!natinst!cs.utexas.edu!sm.unisys.com!oberon!wiener.usc.edu!zhao From: zhao@wiener.usc.edu Newsgroups: gnu.g++.bug Subject: Re: Libg++.1.25.0 test13 fails with g++ 1.27/Sun3/SunOS3.5 ?? Summary: Patch for test13 related file. Message-ID: <12931@oberon.USC.EDU> Date: 19 Oct 88 22:31:49 GMT Expires: 19 Nov 88 08:00:00 GMT References: <325@igor.Rational.COM> Sender: news@oberon.USC.EDU Reply-To: zhao@wiener.usc.edu.UUCP Organization: University of Southern California Lines: 31 This patch fixes the problem in a SUN3/60 OS3.4. *** g++-proto/SLList.h.proto Wed Oct 19 14:40:18 1988 --- g++-proto/SLList.h.proto~ Tue Oct 18 10:34:09 1988 *************** *** 291,295 **** ! inline SLStack::SLStack() : () {} inline SLStack::SLStack(SLStack& a) : (a) {} inline SLStack::~SLStack() {} --- 291,295 ---- ! inline SLStack::SLStack() {} inline SLStack::SLStack(SLStack& a) : (a) {} inline SLStack::~SLStack() {} *************** *** 324,328 **** } ! inline SLQueue::SLQueue() : () {} inline SLQueue::SLQueue(SLQueue& a) : (a) {} inline SLQueue::~SLQueue() {} --- 324,328 ---- } ! inline SLQueue::SLQueue() {} inline SLQueue::SLQueue(SLQueue& a) : (a) {} inline SLQueue::~SLQueue() {} Ken - zhao%wiener.usc.edu@oberon.usc.edu