| delorie.com/archives/browse.cgi | search |
| From: | "J.W. Dare" <jwdare AT novia DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Internal compiler error |
| Date: | 31 May 2000 02:35:07 -0500 |
| Organization: | Newscene Public Access Usenet News Service (http://www.newscene.com/) |
| Lines: | 39 |
| Message-ID: | <oaf9jsctifoumgvet1oeflofobgb8k2iil@4ax.com> |
| NNTP-Posting-Host: | 216.40.2.103 |
| NNTP-Posting-Date: | Wed, 31 May 2000 02:34:26 CDT |
| X-Trace: | newscene.newscene.com 959758466 216.40.2.103 (Wed, 31 May 2000 02:34:26 CDT) |
| X-Newsreader: | Forte Agent 1.8/32.548 |
| MIME-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
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
<URL:http://www.gnu.org/software/
cc/faq.html#bugreport> for instructions.
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
<URL:http://www.gnu.org/software/
gcc/faq.html#bugreport> for instructions.
--
J.W.Dare
jwdare AT novia DOT net
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |