mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 14:41:07 +08:00
* expr.c (gfc_type_convert_binary): Typo in comment.
From-SVN: r95307
This commit is contained in:
parent
cdcb88d72f
commit
687fcae70c
@ -1,3 +1,7 @@
|
||||
2005-02-20 Steven G. Kargl <kargls@comcast.net>
|
||||
|
||||
* expr.c (gfc_type_convert_binary): Typo in comment.
|
||||
|
||||
2005-02-19 Steven G. Kargl <kargls@comcast.net>
|
||||
|
||||
* check.c (gfc_check_selected_int_kind): New function.
|
||||
|
@ -618,7 +618,7 @@ gfc_type_convert_binary (gfc_expr * e)
|
||||
{
|
||||
e->ts = op1->ts;
|
||||
|
||||
/* Special cose for ** operator. */
|
||||
/* Special case for ** operator. */
|
||||
if (e->operator == INTRINSIC_POWER)
|
||||
goto done;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user