diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2008-01-11 19:44:40 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-01-11 19:44:40 +0000 |
commit | 15af420d4e77e10803ccf00045a6105e9e55e96d (patch) | |
tree | 19b4cbebe59bce23ad654fc3115c3048cc3cefea /gcc/testsuite/ChangeLog | |
parent | 31bfe0341f36e1bfc3dca5bce33e81491f912cdf (diff) | |
download | gcc-15af420d4e77e10803ccf00045a6105e9e55e96d.tar.gz |
re PR middle-end/31309 (reads/writes past end of structure)
PR middle-end/31309
* expr.c (copy_blkmode_from_reg): Use a mode suited to the size when
copying to memory.
From-SVN: r131472
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 00fb000e2c8..fd208664ef5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-01-11 Eric Botcazou <ebotcazou@adacore.com> + + * gcc.dg/struct-ret-3.c: New test. + 2008-01-11 Paul Thomas <pault@gcc.gnu.org> PR fortran/34537 |