summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/diagnostic.def
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/diagnostic.def')
-rw-r--r--contrib/gcc/diagnostic.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/gcc/diagnostic.def b/contrib/gcc/diagnostic.def
new file mode 100644
index 0000000..07aa495
--- /dev/null
+++ b/contrib/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: ")
OpenPOWER on IntegriCloud