diff options
author | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 14:55:10 +0000 |
---|---|---|
committer | brolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-14 14:55:10 +0000 |
commit | a7953ad7a1c3e860bf97d7f78591a708973e1c99 (patch) | |
tree | ad5efebbaab715dc9f771bb9fb11d0f467ba9c57 /gcc/ch/ChangeLog | |
parent | 5fc5448a045b3b97a9266a3336051198530ddf4a (diff) | |
download | gcc-a7953ad7a1c3e860bf97d7f78591a708973e1c99.tar.gz |
Mon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus.com>
* typeck.c (build_chill_slice): Always use TYPE_DOMAIN to get the
domain type of the array.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22420 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch/ChangeLog')
-rw-r--r-- | gcc/ch/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 20dae674041..9bb6faad3a7 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,5 +1,8 @@ Mon Sep 14 16:46:36 1998 Dave Brolley <brolley@cygnus.com> + * typeck.c (build_chill_slice): Always use TYPE_DOMAIN to get the + domain type of the array. + * expr.c (build_chill_function_call): Remove redundant call to chill_convert_to_assignment |