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.def16
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/gcc/diagnostic.def b/contrib/gcc/diagnostic.def
index 07aa495..83e5d9c 100644
--- a/contrib/gcc/diagnostic.def
+++ b/contrib/gcc/diagnostic.def
@@ -1,7 +1,9 @@
-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: ")
+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: ")
+DEFINE_DIAGNOSTIC_KIND (DK_DEBUG, "debug: ")
+
OpenPOWER on IntegriCloud