r208368 - in /branches/gcc-4_8-branch/gcc: c-fa...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Thu Mar 6 08:01:00 GMT 2014


Author: jakub
Date: Thu Mar  6 08:01:57 2014
New Revision: 208368

URL: http://gcc.gnu.org/viewcvs?rev=208368&root=gcc&view=rev
Log:
	Backport from mainline
	2014-02-12  Jakub Jelinek  <jakub@redhat.com>

	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:
    branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/pr60101.c
Modified:
    branches/gcc-4_8-branch/gcc/c-family/ChangeLog
    branches/gcc-4_8-branch/gcc/c-family/c-common.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog



More information about the Gcc-cvs mailing list