OSDN Git Service

* tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Oct 2010 14:56:39 +0000 (14:56 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Oct 2010 14:56:39 +0000 (14:56 +0000)
commitb93508c0ab051d8b35dc1039bc9df575dbbbc9ce
tree86d760319c5f684bb65a7955d36c6b9540156771
parenteb4086077ed1095c11612536c3ab490b7516befb
* tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
* emit-rtl.c (set_mem_attributes_minus_bitpos): Only check
TREE_THIS_NOTRAP when appropriate.
(get_spill_slot_decl): Don't set TREE_THIS_NOTRAP on the new
VAR_DECL.
* gimplify.c (gimplify_expr): Copy NOTRAP from INDIRECT_REF to
newly created MEM_REF.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165313 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/gimplify.c
gcc/tree.h