Commit ee167bcb by Tobias Burnus Committed by Tobias Burnus

symbol.c (check_conflict): Fix error message.

2007-01-05  Tobias Burnus  <burnus@net-b.de>

       * symbol.c (check_conflict): Fix error message.

From-SVN: r120496
parent 54fdc474
2007-01-05 Tobias Burnus <burnus@net-b.de>
* symbol.c (check_conflict): Fix error message.
2007-01-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/23232
......
......@@ -573,7 +573,7 @@ conflict_std:
if (name == NULL)
{
return gfc_notify_std (standard, "Fortran 2003: %s attribute "
"conflicts with %s attribute at %L", a1, a2,
"with %s attribute at %L", a1, a2,
where);
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment