diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2014-05-16 19:52:17 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2014-05-16 13:52:17 -0600 |
commit | 2236746bbb9b2f2e71db8200f363b7649748e981 (patch) | |
tree | 1ebab5e5b1635e8fbb5b278919e67e110250f322 /gcc/fortran/check.c | |
parent | 420ab54b758eec06eda06dcee4efef87c98671a8 (diff) | |
download | gcc-2236746bbb9b2f2e71db8200f363b7649748e981.zip gcc-2236746bbb9b2f2e71db8200f363b7649748e981.tar.gz gcc-2236746bbb9b2f2e71db8200f363b7649748e981.tar.bz2 |
arc.c (arc_init): Fix typo in error message.
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
Diffstat (limited to 'gcc/fortran/check.c')
-rw-r--r-- | gcc/fortran/check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/check.c b/gcc/fortran/check.c index 90ba0c9..f58452d 100644 --- a/gcc/fortran/check.c +++ b/gcc/fortran/check.c @@ -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)) |