This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r135189 - in /branches/gimple-tuples-branch/gcc...


Author: dougkwan
Date: Sun May 11 22:20:08 2008
New Revision: 135189

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135189
Log:
2008-05-11 Doug Kwan  <dougkwan@google.com>

	in gcc/gcc

	* gimplify.c (gimple_pop_condition): Clear
	conditional_cleanups field after the associated gimple sequence has
	been freed implicitly.
	(gimplify_cleanup_point_expr): Clear conditional_cleanups field
	of gimplfiy_ctxp after resetting the conditions field.
	* gimple.h (gimple_call_return_type): Handle REFERENCE_TYPE like
	POINTER_TYPE. 

	in gcc/gcc/cp

	* init.c (build_vec_delete): Add type conversion for argument
	0 of POINTER_PLUS_EXPR.


Modified:
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/cp/init.c
    branches/gimple-tuples-branch/gcc/gimple.h
    branches/gimple-tuples-branch/gcc/gimplify.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]