diff options
author | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-18 08:47:28 +0000 |
---|---|---|
committer | fxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-18 08:47:28 +0000 |
commit | c663e582cdd144f01a5c40c87c35e2824c9336c7 (patch) | |
tree | 8dc796e48fd1a13532a20e8ae40510e9eeff313c /libgfortran/ChangeLog-2004 | |
parent | a5e56906985aeef6c378426440237066ea0f5dd2 (diff) | |
download | gcc-c663e582cdd144f01a5c40c87c35e2824c9336c7.tar.gz |
PR libfortran/31286
PR libfortran/31296
* intrinsics/cshift0.c (cshift0): Initialize sstride[0] and rstride[0].
* intrinsics/unpack_generic.c (unpack0, unpack0_char): Zero the
array structures we pass to unpack_internal.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog-2004')
-rw-r--r-- | libgfortran/ChangeLog-2004 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgfortran/ChangeLog-2004 b/libgfortran/ChangeLog-2004 index 992848cfb21..0193040228b 100644 --- a/libgfortran/ChangeLog-2004 +++ b/libgfortran/ChangeLog-2004 @@ -590,7 +590,7 @@ 2004-08-05 Victor Leikehman <lei@il.ibm.com> - PR libgfortran/16704 + PR libfortran/16704 * io/read.c (read_radix): Understand letters f and F as hex digits. 2004-08-04 Victor Leikehman <lei@il.ibm.com> @@ -605,7 +605,7 @@ 2004-08-03 Roger Sayle <roger@eyesopen.com> - PR libgfortran/16137 + PR libfortran/16137 * configure.ac: Add tests for acosf, asinf, atan2f, atanf, ceilf, copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f, scalbnf, sinf, sinhf, sqrtf, tanf and tanhf in libm. |