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
This commit is contained in:
parent
9b2771bde1
commit
f4aef5ac41
@ -1,3 +1,8 @@
|
||||
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 defined 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;
|
||||
|
Loading…
Reference in New Issue
Block a user