diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-14 06:51:23 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-14 06:51:23 +0000 |
commit | ef6082a8bd358dc1d5810256069d1a7d35a1fe0c (patch) | |
tree | 37db7feecd06342883cfcd2c9903d7e7b4e56658 | |
parent | cc9e11153576dd1226747d8be876388447ea8425 (diff) | |
download | gcc-ef6082a8bd358dc1d5810256069d1a7d35a1fe0c.tar.gz |
Sun Apr 26 09:05:50 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_char_enhance_arg_): Wrap the upper bound
(the PARM_DECL specifying the length of the CHARACTER*(*)
dummy arg) in a variable_size invocation, to prevent
dwarf2out.c crashing when compiling code with -g.
Sat Apr 18 05:03:21 1998 Craig Burley <burley@gnu.org>
* com.c (ffecom_check_size_overflow_): Ignore overflow
as well if dummy argument.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19739 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/f/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 5b5b0fe3a9a..a8e01a20618 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -5,6 +5,18 @@ Tue Apr 28 09:23:10 1998 Craig Burley <burley@gnu.org> from EXT to FUNC, discard hook, since the decl, if any, is probably wrong. +Sun Apr 26 09:05:50 1998 Craig Burley <burley@gnu.org> + + * com.c (ffecom_char_enhance_arg_): Wrap the upper bound + (the PARM_DECL specifying the length of the CHARACTER*(*) + dummy arg) in a variable_size invocation, to prevent + dwarf2out.c crashing when compiling code with -g. + +Sat Apr 18 05:03:21 1998 Craig Burley <burley@gnu.org> + + * com.c (ffecom_check_size_overflow_): Ignore overflow + as well if dummy argument. + Tue Apr 14 14:40:40 1998 Craig Burley <burley@gnu.org> * com.c (ffecom_start_progunit_): Mark function decl |