aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2011-08-16 23:26:23 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2011-08-16 23:26:23 +0200
commit565fc114d978d910a44b9498e1b65fa51f02b3e3 (patch)
tree9dd2a40d5e9c08dc2c250bcc2c4844cdff312bed /gcc/fortran/resolve.c
parent0b01f61969d2595b11f988ef2a97d3b2b986d175 (diff)
downloadgcc-565fc114d978d910a44b9498e1b65fa51f02b3e3.zip
gcc-565fc114d978d910a44b9498e1b65fa51f02b3e3.tar.gz
gcc-565fc114d978d910a44b9498e1b65fa51f02b3e3.tar.bz2
re PR fortran/50094 (FAIL: gfortran.dg/coarray_6.f90)
2011-08-16 Tobias Burnus <burnus@net-b.de> Dominique Dhumieres <dominiq@lps.ens.fr> PR fortran/50094 * resolve.c (resolve_symbol): Fix stupid typo. Co-Authored-By: Dominique d'Humieres <dominiq@lps.ens.fr> From-SVN: r177801
Diffstat (limited to 'gcc/fortran/resolve.c')
-rw-r--r--gcc/fortran/resolve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c
index a9bfbcf..27e3ce9 100644
--- a/gcc/fortran/resolve.c
+++ b/gcc/fortran/resolve.c
@@ -12257,7 +12257,7 @@ resolve_symbol (gfc_symbol *sym)
|| sym->attr.codimension)
&& (sym->attr.result || sym->result == sym))
{
- gfc_error ("Function result '%s' at %L shallolvnot be a coarray or have "
+ gfc_error ("Function result '%s' at %L shall not be a coarray or have "
"a coarray component", sym->name, &sym->declared_at);
return;
}