diff options
author | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-10 12:34:17 +0000 |
---|---|---|
committer | baldrick <baldrick@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-02-10 12:34:17 +0000 |
commit | 324b3bdc30ddada2fceb86a078bcfd139459f7ee (patch) | |
tree | 5b72e86d715485d0eac269e98627af9bd17a5856 /gcc/ChangeLog | |
parent | cca84596755bfb5acecbd7d1db33a7073a029a82 (diff) | |
download | gcc-324b3bdc30ddada2fceb86a078bcfd139459f7ee.tar.gz |
Backport the fix for PR tree-optimization/49536 from mainline.
Patch by Jack Howarth, approved by Richard Guenther.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@184090 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6540af70984..36afb4283b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2012-02-09 Jack Howarth <howarth@bromo.med.uc.edu> + + Backported from mainline + 2011-06-27 Richard Guenther <rguenther@suse.de> + + PR tree-optimization/49536 + * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): + For non-scalar inner types use a scalar type according to + the scalar inner mode. + 2012-02-09 Jakub Jelinek <jakub@redhat.com> Backported from mainline |