I have committed the following patch as obvious: Dominique
Index: gcc/fortran/ChangeLog =================================================================== --- gcc/fortran/ChangeLog (revision 210559) +++ gcc/fortran/ChangeLog (working copy) @@ -1,3 +1,8 @@ +2014-05-17 Dominique d'Humieres <domi...@lps.ens.fr> + + * check.c (gfc_check_fn_rc2008): move "argument" to the right + place. + 2014-05-12 Tobias Burnus <bur...@net-b.de> PR fortran/60127 Index: gcc/fortran/check.c =================================================================== --- gcc/fortran/check.c (revision 210559) +++ gcc/fortran/check.c (working copy) @@ -1821,8 +1821,8 @@ 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;