Top "Internal-compiler-error" questions

Internal compiler error (ICE) is a bug in the compiler logic that prevents it from properly compiling or linking code that is otherwise syntactically correct.

expecting EOF, found '<something>'

My 1st post here so I'll try to keep it simple. I'm trying to create a plot of some mass …

compiler-errors processing internal-compiler-error
What do internal compiler error messages mean, and what can I do?

I was trying to compile my C++ program, which uses MPICH and NAG C library (I use NAG to generate …

c++ compiler-errors compilation internal-compiler-error
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1794)

I tried to compile a project with Visual Studio 6 SP6 and got the following: usbcore.h(18) : fatal error C1001: INTERNAL …

c++ include visual-studio-6 internal-compiler-error