Date: Sun, 30 Nov 1997 13:31:00 +0200 (IST) From: Eli Zaretskii To: SWars Matt cc: djgpp AT delorie DOT com Subject: Re: G++ bugs? In-Reply-To: <19971128220500.RAA23548@ladder02.news.aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 28 Nov 1997, SWars Matt wrote: > In method `class vector * dynam_sys::runge_kutta_4(class vector *, double)': > dynsys.cpp(24) Error: Internal compiler error. > dynsys.cpp(24) Error: Please submit a full bug report to > `bug-g++@prep.ai.mit.edu' [snip] > Can anyone tell me what, if anything, I can do about this? Some guidance is available in the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP), section 6.4. > I don't know what kind > of bug report to send because I have no idea what is causing the error. It is not necessary for you to understand exactly what's the cause of the problem. The compiler says clearly where in the source did it barf, so it should be a relatively simple matter to mail a program that exhibits this behavior to the maintainers. I'd advise to read the chapter about reporting bugs in the gcc on-line manual (from the DOS prompt type "info gcc bugs" and read there) before sending the bug report. Posting a short program that exhibits the problem, or a code fragment where the compiler dies, to this forum is also a good idea.