diff options
Diffstat (limited to 'gcc/diagnostic.def')
-rw-r--r-- | gcc/diagnostic.def | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/diagnostic.def b/gcc/diagnostic.def new file mode 100644 index 00000000000..07aa49564dc --- /dev/null +++ b/gcc/diagnostic.def @@ -0,0 +1,7 @@ +DEFINE_DIAGNOSTIC_KIND (DK_FATAL, "Fatal error: ") +DEFINE_DIAGNOSTIC_KIND (DK_ICE, "Internal compiler error: ") +DEFINE_DIAGNOSTIC_KIND (DK_SORRY, "Sorry, unimplemented: ") +DEFINE_DIAGNOSTIC_KIND (DK_ERROR, "Error: ") +DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "Warning: ") +DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "Anachronism: ") +DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "Note: ") |