* java/util/zip/ZipFile.java (finalize): New method.
[official-gcc.git] / gcc / diagnostic.def
blob83e5d9cae72f1d1bdc16f99449e5b23e9cc6bdb2
1 DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "fatal error: ")
2 DEFINE_DIAGNOSTIC_KIND (DK_ICE, "internal compiler error: ")
3 DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "sorry, unimplemented: ")
4 DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "error: ")
5 DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "warning: ")
6 DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "anachronism: ")
7 DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "note: ")
8 DEFINE_DIAGNOSTIC_KIND (DK_DEBUG, "debug: ")