Commit f4aef5ac by Joseph Myers Committed by Joseph Myers

resolve.c (generate_component_assignments): Don't use UTF-8 ligature in diagnostic.

	* resolve.c (generate_component_assignments): Don't use UTF-8
	ligature in diagnostic.

From-SVN: r196242
parent 9b2771bd
2013-02-24 Joseph Myers <joseph@codesourcery.com>
* resolve.c (generate_component_assignments): Don't use UTF-8
ligature in diagnostic.
2013-02-21 Janus Weil <janus@gcc.gnu.org>
PR fortran/56385
......
......@@ -9891,7 +9891,7 @@ generate_component_assignments (gfc_code **code, gfc_namespace *ns)
(*code)->expr1->rank ? 1 : 0);
if (depth > 1)
{
gfc_warning ("TODO: type-bound dened assignment(s) at %L not "
gfc_warning ("TODO: type-bound defined assignment(s) at %L not "
"done because multiple part array references would "
"occur in intermediate expressions.", &(*code)->loc);
return;
......
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