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]

r115254 - in /branches/lto: ChangeLog.lto gcc/c...


Author: sandra
Date: Fri Jul  7 12:19:21 2006
New Revision: 115254

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115254
Log:
2006-07-07  Sandra Loosemore  <sandra@codesourcery.com>

	* gcc/cgraphunit.c (cgraph_create_edges, update_call_expr): Convert
	to use new abstract CALL_EXPR accessors, iterators, and constructors.
	* gcc/dojump.c (do_jump): Likewise.
	* gcc/expr.c (emit_block_move_via_libcall): Likewise.
	(clear_storage_via_libcall): Likewise.
	(expand_expr_real_1): Likewise.
	* gcc/c-pretty-print.c (pp_c_postfix_expression): Likewise.
	* gcc/calls.c (alloca_call_p, call_expr_flags): Likewise.
	* gcc/coverage.c (create_coverage): Likewise.
	* gcc/c-omp.c (c_finish_omp_barrier, c_finish_omp_flush): Likewise.
	* gcc/c-common.c (verify_tree): Likewise.
	(check_function_arguments_recurse): Likewise.
	* gcc/convert.c (convert_to_real, convert_to_integer): Likewise.


Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/c-common.c
    branches/lto/gcc/c-omp.c
    branches/lto/gcc/c-pretty-print.c
    branches/lto/gcc/calls.c
    branches/lto/gcc/cgraphunit.c
    branches/lto/gcc/convert.c
    branches/lto/gcc/coverage.c
    branches/lto/gcc/dojump.c
    branches/lto/gcc/expr.c


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