Xref: news2.mv.net comp.os.msdos.djgpp:898 From: elric AT wheel DOT ucdavis DOT edu (Jeffrey Taylor) Newsgroups: comp.os.msdos.djgpp Subject: Re: Abort! V2 beta3 Date: 7 Feb 1996 20:06:52 GMT Organization: Davis Community Network - Davis, California, USA Lines: 19 Message-ID: <4fb0os$5f8@mark.ucdavis.edu> References: <4faq5u$f0j AT mark DOT ucdavis DOT edu> NNTP-Posting-Host: wheel.dcn.davis.ca.us To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Jeffrey Taylor (elric AT wheel DOT ucdavis DOT edu) wrote: : I am getting an Abort! message from the gcc compiler. Anyone know what : this means, how to worka around it, and how to get the compiler to give : me more info? For future reference, I had the line m_bits = 0; where m_bits is a member data array. Changing to: m_bits[0] = 0; fixed the problem. ============================================ Without my guitar, I am a poet without arms. - Michael Bloomfield ============================================