diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2010-06-10 11:12:12 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2010-06-10 11:12:12 +0000 |
commit | fea87e2811720f1fdcc9f4d91326b23f09f50e14 (patch) | |
tree | 7c49f802e311140749d55a4a77cca873e5f45678 /gcc | |
parent | 21d9971ae1e93e46c78b379a6a0e122afa38dddf (diff) | |
download | gcc-fea87e2811720f1fdcc9f4d91326b23f09f50e14.zip gcc-fea87e2811720f1fdcc9f4d91326b23f09f50e14.tar.gz gcc-fea87e2811720f1fdcc9f4d91326b23f09f50e14.tar.bz2 |
re PR rtl-optimization/44460 (r160380 breaks libjava bootstrap on *-apple-darwin*)
PR rtl-optimization/44460
* emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING
sanity check.
(oops, forgot the PR markers)
From-SVN: r160533
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc28909..6c442b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2010-06-10 Jan Hubicka <jh@suse.cz> + PR rtl-optimization/44460 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING sanity check. |