From: pavenis AT lanet DOT lv To: "J.W. Dare" , djgpp AT delorie DOT com Date: Wed, 31 May 2000 13:43:44 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Internal compiler error Message-ID: <39351710.24370.8AECF5@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 31 May 2000, at 2:35, J.W. Dare wrote: > While using djgpp for my first semester C++ programming class > assignments, approximatly half of the time the compiler quits with > error messages similar to the two below. A second attempt will > usually compile the code. Entering gcc -v yealds: > > Reading specs from c:/develop/djgpp/lib/gcc-lib/djgpp/2.952/specs > gcc version 2.95.2 19991024 (release) > > I'm running djgpp from a DOS window in Win 95, OSR2, on an older 100 > Mhz pentium. Does anyone know what could be causing these problems? > > > D:\UNO\asgn07>gxx -g p03_41.cpp -o fib02.cpp > In file included from p03_41.cpp:10: > c:/develop/djgpp/lang/cxx/iostream.h: In method `class istream & > istream::opera > or >>(unsigned char *)': > c:/develop/djgpp/lang/cxx/iostream.h:201: Internal compiler error. > c:/develop/djgpp/lang/cxx/iostream.h:201: Please submit a full bug > report. > c:/develop/djgpp/lang/cxx/iostream.h:201: See > cc/faq.html#bugreport> for instructions. Why not to do what's asked and read instructions how to submit bug report? Otherwise no one will be able to help. > > D:\UNO\chap03>gxx fig03_10.cpp -o craps.exe > In file included from c:/develop/djgpp/lang/cxx/iostream.h:31, > from fog03_10.cpp:4: > c:/develop/djgpp/lang/cxx/streambuf.h: In method `void > streambuf::xsetflags(int)': > c:/develop/djgpp/lang/cxx/streambuf.h:313: Internal compiler error. > c:/develop/djgpp/lang/cxx/streambuf.h:313: Please submit a full bug > report. > c:/develop/djgpp/lang/cxx/streambuf.h:313: See > gcc/faq.html#bugreport> for instructions. > > -- > J.W.Dare > jwdare AT novia DOT net