Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!ukma!tut.cis.ohio-state.edu!CS.BROWN.EDU!mlm From: mlm@CS.BROWN.EDU Newsgroups: gnu.g++.bug Subject: Re: compiling libg++ 1.35.0(Complex.o) with g++ 1.35.1 Message-ID: <8905270253.AA17141@monaco.cs.brown.edu> Date: 27 May 89 02:53:36 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: mlm@cs.brown.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 Turns out that the GNU assembler version 1.33 goes into a seemingly infinite loop when trying to assemble the output from g++ 1.35.1 for the file Complex.cc in libg++ 1.35.0. GAS version 1.31 dumps core on the same file. The compilation of libg++ continued on without any problems when I went back to using Sun's as. Moises