Fix diagnostic text on H8.
authorJeff Law <law@redhat.com>
Thu, 23 Jan 2020 23:03:27 +0000 (16:03 -0700)
committerJeff Law <law@redhat.com>
Thu, 23 Jan 2020 23:03:27 +0000 (16:03 -0700)
* config/h8300/h8300.c (h8300_option_override): Fix diagnostic text.

gcc/ChangeLog
gcc/config/h8300/h8300.c

index c00deee..023e9c3 100644 (file)
@@ -1,3 +1,7 @@
+2020-01-23  Jeff Law  <law@redhat.com>
+
+       * config/h8300/h8300.c (h8300_option_override): Fix diagnostic text.
+
 2020-01-23  Mikael Tillenius  <mti-1@tillenius.com>
 
        * config/h8300/h8300.h (FUNCTION_PROFILER): Fix emission of
index 6c84b0a..ffbfa9e 100644 (file)
@@ -378,8 +378,8 @@ h8300_option_override (void)
 
  if ((!TARGET_H8300S  &&  TARGET_NEXR) && (!TARGET_H8300SX && TARGET_NEXR))
    {
-      warning (OPT_mno_exr, "%<-mno-exr%> valid only with %<-ms%> or "
-              "%<-msx%> - Option ignored!");
+      warning (OPT_mno_exr, "%<-mno-exr%> is valid only with %<-ms%> or "
+              "%<-msx%> - option ignored");
    }
 
 #ifdef H8300_LINUX