Commit 57b1c5e9 by Jakub Jelinek Committed by Jakub Jelinek

* check.c (gfc_check_num_images): Fix a pasto.

From-SVN: r250734
parent 5edb1c48
2017-07-31 Jakub Jelinek <jakub@redhat.com>
* check.c (gfc_check_num_images): Fix a pasto.
2017-07-29 Jakub Jelinek <jakub@redhat.com> 2017-07-29 Jakub Jelinek <jakub@redhat.com>
* trans-decl.c (gfc_trans_use_stmts): Pass false as new argument to * trans-decl.c (gfc_trans_use_stmts): Pass false as new argument to
......
...@@ -5149,7 +5149,7 @@ gfc_check_num_images (gfc_expr *distance, gfc_expr *failed) ...@@ -5149,7 +5149,7 @@ gfc_check_num_images (gfc_expr *distance, gfc_expr *failed)
return false; return false;
if (!gfc_notify_std (GFC_STD_F2008_TS, "FAILED= argument to " if (!gfc_notify_std (GFC_STD_F2008_TS, "FAILED= argument to "
"NUM_IMAGES at %L", &distance->where)) "NUM_IMAGES at %L", &failed->where))
return false; return false;
} }
......
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