]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR debug/90197
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 21:41:35 +0000 (21:41 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 21:41:35 +0000 (21:41 +0000)
commit18b874d3ed748e8ceb583892d42406090451e216
tree8484d48e0ab4506ce0c9e9dfbf430cf6a477a38b
parent970ec9ab761c5f628ed8d8276d8ea4b682b1af80
PR debug/90197
* cp-gimplify.c (genericize_cp_loop): Emit a DEBUG_BEGIN_STMT
before the condition (or if missing or constant non-zero at the end
of the loop.  Emit a DEBUG_BEGIN_STMT before the increment expression
if any.  Don't call protected_set_expr_location on incr if it already
has a location.

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