]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/emit-rtl.c
re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not handled...
authorRichard Guenther <rguenther@suse.de>
Wed, 7 Apr 2010 10:13:25 +0000 (10:13 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 7 Apr 2010 10:13:25 +0000 (10:13 +0000)
commit56c47f227103ba589fc246c6bee47d0fca8afaaf
tree73257bbd69a5a06f1b84a4d755f735c5fa36e36c
parenta42f12170922d13a8ecb5b0d9043c0b929bec957
re PR rtl-optimization/42617 (TARGET_MEM_REF and plain INDIRECT_REFs are not handled by the RTL oracle)

2010-04-07  Richard Guenther  <rguenther@suse.de>

PR middle-end/42617
* emit-rtl.c (set_mem_attributes_minus_bitpos): Do not
discard plain indirect references.
* fold-const.c (operand_equal_p): Guard against NULL_TREE
type.
* tree.c (tree_nop_conversion): Likewise.

From-SVN: r158045
gcc/ChangeLog
gcc/emit-rtl.c
gcc/fold-const.c
gcc/tree.c