Sender: nate AT cartsys DOT com Message-ID: <36BA71C8.F7659924@cartsys.com> Date: Thu, 04 Feb 1999 20:21:28 -0800 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.0.36 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: djgpp internal error References: <79d4t5$1mu$1 AT mozo DOT cc DOT purdue DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Chris Frolik wrote: > > Hello, > I am using djgpp with gcc 2.8.1. The compiler gives me the following > error: > > ---------------------------------------------------------------------------- > --------------------- > C:\Code\Projects\Application>make -f makefile.djgpp > gcc -c -O2 -Wall -Werror -g -m486 configuration.cpp > File.h: In method `class File & File::operator <<(bool &)': > In file included from configuration.cpp:6: > File.h:226: Internal compiler error. > File.h:226: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. > make.exe: *** [configuration.o] Error 1 > > C:\Code\Projects\Application> > ---------------------------------------------------------------------------- > ----------------------- > > I've looked through the FAQ, and I tried stubediting cc1.exe and cc1plus.exe > as follows: > > stubedit cc1.exe minstack=2048k > stubedit cc1plus.exe minstack=8192k > > No matter how much stack size I give to cc1plus, it doesn't seem to care. I > tried 1024, 2048, 4096, etc... My C++ program is large, but not _that_ big. > Anyone know why this is happening? Congratulations, you seem to have found a bug in GCC. Consider getting EGCS which may fix it; if it doesn't, report it as the documentation says. -- Nate Eldredge nate AT cartsys DOT com