r207711 - in /trunk/gcc: c-family/ChangeLog c-f...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Feb 12 07:35:00 GMT 2014


Author: jakub
Date: Wed Feb 12 07:35:50 2014
New Revision: 207711

URL: http://gcc.gnu.org/viewcvs?rev=207711&root=gcc&view=rev
Log:
	PR c/60101
	* c-common.c (merge_tlist): If copy is true, call new_tlist,
	if false, add ADD itself, rather than vice versa.
	(verify_tree): For COND_EXPR, don't call merge_tlist with non-zero
	copy.  For SAVE_EXPR, only call merge_tlist once.

	* c-c++-common/pr60101.c: New test.

Added:
    trunk/gcc/testsuite/c-c++-common/pr60101.c
Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list