Mail Archives: djgpp/1997/11/30/06:33:34
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.
- Raw text -