From: myskin AT inp DOT nsk DOT su (Vyacheslav O. Myskin) Newsgroups: comp.os.msdos.djgpp Subject: G++ internal bug Date: Thu, 13 Feb 1997 08:39:03 GMT Organization: BINP RAS Lines: 19 Distribution: world Message-ID: <3302cbaa.82057@news-win.inp.nsk.su> Reply-To: myskin AT inp DOT nsk DOT su NNTP-Posting-Host: csd-bsdi.inp.nsk.su To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello everybody! Here it is: grid.cc: In method `double TGrid::dPoint(int)': grid.cc:108: Internal compiler error. grid.cc:108: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. I've tried to compile C++ programs with DJGPP 2.01 only twice: the first time it was an attempt to rebuild SWORD with full optimization (-O2 instead of -O in it's makefile), the second was my small library (20K of sources, no optimization). And I saw this message in both cases! So the first impression is: "Is it able to build anything???" On the other hand, RHIDE was written in C++... I'd like to ask Robert and other people who compile tons of .cc files: have you ever seen this error? And if yes, is there any workaround? Vyacheslav