Jump to content

Internal compiler error

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 194.39.218.10 (talk) at 15:44, 16 January 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An Internal Compiler Error (ICE) is a failure during the execution of a compiler. An ICE may be caused by both valid and invalid source code as it is a problem with the compiler, rather than a syntax error. It may be caused, for example, by incomplete support for a language feature, faulty handling of valid/invalid syntax, lack of system resources or bugs in the compiler.


An ICE can lead to unexpected results which should be taken care while coding.(Shashidhar Vajramatti)
--194.39.218.10 15:44, 16 January 2007 (UTC)