diff options
-rw-r--r-- | gcc/ch/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ch/expr.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 3bc0dccdfe2..20dae674041 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus.com> + + * expr.c (build_chill_function_call): Remove redundant call to + chill_convert_to_assignment + Thu Sep 10 17:52:36 1998 Dave Brolley <brolley@cygnus.com> * actions.c (chill_convert_for_assignment): Make a copy of the result diff --git a/gcc/ch/expr.c b/gcc/ch/expr.c index 16b1e3c6a10..a016bf9c975 100644 --- a/gcc/ch/expr.c +++ b/gcc/ch/expr.c @@ -2477,8 +2477,6 @@ build_chill_function_call (function, expr) } else { - actual = chill_convert_for_assignment (TREE_TYPE (type), - actual, place); sprintf (place, "parameter_%d", parmno); actual = decl_temp1 (get_identifier (place), TREE_TYPE (type), 0, actual, 0, 0); |