check.c (gfc_check_fn_rc2008): move "argument" to the right place.
authorDominique d'Humieres <dominiq@lps.ens.fr>
Sat, 17 May 2014 17:54:50 +0000 (19:54 +0200)
committerDominique d'Humieres <dominiq@gcc.gnu.org>
Sat, 17 May 2014 17:54:50 +0000 (19:54 +0200)
2014-05-17  Dominique d'Humieres <dominiq@lps.ens.fr>

* check.c (gfc_check_fn_rc2008): move "argument" to the right
place.

From-SVN: r210561

gcc/fortran/ChangeLog
gcc/fortran/check.c

index 606f6df..64174b0 100644 (file)
@@ -1,3 +1,8 @@
+2014-05-17  Dominique d'Humieres <dominiq@lps.ens.fr>
+
+       * check.c (gfc_check_fn_rc2008): move "argument" to the right
+       place.
+
 2014-05-12  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/60127
index f58452d..9dd6071 100644 (file)
@@ -1821,8 +1821,8 @@ gfc_check_fn_rc2008 (gfc_expr *a)
     return false;
 
   if (a->ts.type == BT_COMPLEX
-      && !gfc_notify_std (GFC_STD_F2008, "COMPLEX '%s' "
-                         "argument of '%s' intrinsic at %L", 
+      && !gfc_notify_std (GFC_STD_F2008, "COMPLEX argument '%s' "
+                         "of '%s' intrinsic at %L", 
                          gfc_current_intrinsic_arg[0]->name, 
                          gfc_current_intrinsic, &a->where))
     return false;