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.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/diagnostic.def b/contrib/gcc/diagnostic.def
index 83e5d9c..6820bb7 100644
--- a/contrib/gcc/diagnostic.def
+++ b/contrib/gcc/diagnostic.def
@@ -1,7 +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_SORRY, "sorry, unimplemented: ")
DEFINE_DIAGNOSTIC_KIND (DK_WARNING, "warning: ")
DEFINE_DIAGNOSTIC_KIND (DK_ANACHRONISM, "anachronism: ")
DEFINE_DIAGNOSTIC_KIND (DK_NOTE, "note: ")
OpenPOWER on IntegriCloud