* gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Sep 2013 21:57:39 +0000 (21:57 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Sep 2013 21:57:39 +0000 (21:57 +0000)
commit4251e916a8a442c624ba3f43b87b781f138dea28
treefbbc9ef0803d049e20bb2941a4a18497a72da342
parentb473f47fc414a1e6014f6fed59098f22f85bee6b
* gimplify.c (gimplify_asm_expr): Reset the TREE_CHAIN of clobbers to
NULL_TREE before pushing them onto the vector.  Likewise for labels.

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