]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
authorIan Lance Taylor <iant@google.com>
Mon, 11 Oct 2010 14:56:39 +0000 (14:56 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 11 Oct 2010 14:56:39 +0000 (14:56 +0000)
commit3748f5c9d3d8f7b7c2c0c8c79b3ad605b04acaf3
tree86d760319c5f684bb65a7955d36c6b9540156771
parentc159751bf52d6bac1c1dfef02498bf1a32f24278
tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.

* 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.

From-SVN: r165313
gcc/ChangeLog
gcc/emit-rtl.c
gcc/gimplify.c
gcc/tree.h