r275038 - in /branches/gcc-8-branch/gcc/cp: Cha...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Aug 29 14:59:00 GMT 2019


Author: jakub
Date: Thu Aug 29 14:59:48 2019
New Revision: 275038

URL: https://gcc.gnu.org/viewcvs?rev=275038&root=gcc&view=rev
Log:
	Backported from mainline
	2019-05-15  Jakub Jelinek  <jakub@redhat.com>

	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.

Modified:
    branches/gcc-8-branch/gcc/cp/ChangeLog
    branches/gcc-8-branch/gcc/cp/cp-gimplify.c



More information about the Gcc-cvs mailing list