From: hp Date: Thu, 10 Jun 2010 11:12:12 +0000 (+0000) Subject: PR rtl-optimization/44460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aff31890a7271d2379c49de79dea007253580bd;p=thirdparty%2Fgcc.git PR rtl-optimization/44460 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING sanity check. (oops, forgot the PR markers) git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160533 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc289096e1ad..6c442b59e8a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2010-06-10 Jan Hubicka + PR rtl-optimization/44460 * emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING sanity check.