diff options
author | Craig Burley <burley@gnu.org> | 1998-05-14 06:51:23 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-05-14 06:51:23 +0000 |
commit | 945beb7c437e0f2d0b50b7794fa5e4c2a33d3f9f (patch) | |
tree | 37db7feecd06342883cfcd2c9903d7e7b4e56658 | |
parent | 87391604729c95bec9b45ec81c2ea383da4ccaa8 (diff) | |
download | gcc-945beb7c437e0f2d0b50b7794fa5e4c2a33d3f9f.zip gcc-945beb7c437e0f2d0b50b7794fa5e4c2a33d3f9f.tar.gz gcc-945beb7c437e0f2d0b50b7794fa5e4c2a33d3f9f.tar.bz2 |
[multiple changes]
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.
From-SVN: r19739
-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 5b5b0fe..a8e01a2 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 |