2008-01-10 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2008 14:28:40 +0000 (14:28 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2008 14:28:40 +0000 (14:28 +0000)
commitb050ae3ebef396b69ae7cf83ec7b82afc12f36d5
treebab6ca4972bc76d834d97e22b85ba6b65f1e9a33
parented7eb9585100777a8e6967b493d03da3bc9cf854
2008-01-10  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34651
* tree-sra.c (sra_build_assignment): Sanitize.  Use the correct
types and ordering for masking and converting.

* g++.dg/torture/pr34651.C: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131442 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr34651.C [new file with mode: 0644]
gcc/tree-sra.c