diff options
author | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-04-18 08:47:28 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2007-04-18 08:47:28 +0000 |
commit | c6e75626c93227ea1c909cf6908e5c6bdb792cec (patch) | |
tree | 8dc796e48fd1a13532a20e8ae40510e9eeff313c /libgfortran/ChangeLog-2004 | |
parent | 8cf81ddffd26ef1262e2d93f7232d72b92cd72be (diff) | |
download | gcc-c6e75626c93227ea1c909cf6908e5c6bdb792cec.zip gcc-c6e75626c93227ea1c909cf6908e5c6bdb792cec.tar.gz gcc-c6e75626c93227ea1c909cf6908e5c6bdb792cec.tar.bz2 |
re PR libfortran/31286 (cshift uses uninitialized variables)
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.
From-SVN: r123944
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 992848c..0193040 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. |