]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arc.c (arc_init): Fix typo in error message.
authorBenno Schulenberg <bensberg@justemail.net>
Fri, 16 May 2014 19:52:17 +0000 (19:52 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 16 May 2014 19:52:17 +0000 (13:52 -0600)
2014-02-07  Benno Schulenberg  <bensberg@justemail.net>

* config/arc/arc.c (arc_init): Fix typo in error message.
* config/i386/i386.c (ix86_expand_builtin): Likewise.
(split_stack_prologue_scratch_regno): Likewise.
* fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
word from error message.

From-SVN: r210526

gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/i386/i386.c
gcc/fortran/check.c

index 0629ec8b93956e5bcf2b34ce157fc2ccf8e67286..1db65a64410b20b400bdcf02b4f6401c330b4724 100644 (file)
@@ -1,3 +1,11 @@
+2014-02-07  Benno Schulenberg  <bensberg@justemail.net>
+
+       * config/arc/arc.c (arc_init): Fix typo in error message.
+       * config/i386/i386.c (ix86_expand_builtin): Likewise.
+       (split_stack_prologue_scratch_regno): Likewise.
+       * fortran/check.c (gfc_check_fn_rc2008): Remove duplicate
+       word from error message.
+
 2014-05-16  Zhouyi Zhou <yizhouzhou@ict.ac.cn>
 
        * ira-costs.c: Fix typo in comment.
index 113395bd5de08e55eb8d9f660db9abfd330f4fad..8c170e0f391f2f0af6f9f411919afd36298e8483 100644 (file)
@@ -750,7 +750,7 @@ arc_init (void)
       error ("-mmul32x16 supported only for ARC600 or ARC601");
 
   if (!TARGET_DPFP && TARGET_DPFP_DISABLE_LRSR)
-      error ("-mno-dpfp-lrsr suppforted only with -mdpfp");
+      error ("-mno-dpfp-lrsr supported only with -mdpfp");
 
   /* FPX-1. No fast and compact together.  */
   if ((TARGET_DPFP_FAST_SET && TARGET_DPFP_COMPACT_SET)
index b78f3c0e91ae8c050204a9b27770e32d76de4b7c..6724b84d02f00992d96d182905a592b298e89906 100644 (file)
@@ -11844,7 +11844,7 @@ split_stack_prologue_scratch_regno (void)
              if (regparm >= 2)
                {
                  sorry ("-fsplit-stack does not support 2 register "
-                        " parameters for a nested function");
+                        "parameters for a nested function");
                  return INVALID_REGNUM;
                }
              return DX_REG;
index 90ba0c921e5f4543a7549746090af60ff66913d6..f58452dfdc43fbb56c2a566c7d39c040cbddc975 100644 (file)
@@ -1821,7 +1821,7 @@ gfc_check_fn_rc2008 (gfc_expr *a)
     return false;
 
   if (a->ts.type == BT_COMPLEX
-      && !gfc_notify_std (GFC_STD_F2008, "COMPLEX argument '%s' "
+      && !gfc_notify_std (GFC_STD_F2008, "COMPLEX '%s' "
                          "argument of '%s' intrinsic at %L", 
                          gfc_current_intrinsic_arg[0]->name, 
                          gfc_current_intrinsic, &a->where))