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]

r117690 - in /branches/escape-analysis/gcc: Cha...


Author: pbiggar
Date: Fri Oct 13 10:51:21 2006
New Revision: 117690

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117690
Log:
	* ipa-stack-allocate.c (check_pointer_arithmetic_stmt): Allow for
	minus_expr aswell.
	(check_assignment_from_exception_object)
	(check_assignment_to_exception_object): New
	(check_assignment_from_array_stmt): Fixed q_name bug in entry condition.
	(update_connection_graph_from_statement): Add calls to
	check_assignment_from_exception_object and
	check_assignment_to_exception_object. Uncommmented gcc_unreachable if the
	type statement type is unmatched.
	(replace_array_with_alloca): Commented out. Doesnt work properly
	(execute_ipa_stack_allocate): Changed log to append, rather than write

	* congraph.c (inline_constructor_graph): Handle objects and their fields
	properly.
	(print_stmt_type): Add enums ASSIGNMENT_TO_EXCEPTION and
	ASSIGNMENT_FROM_EXCEPTION

	* congraph.h (statement_type): Add enums ASSIGNMENT_TO_EXCEPTION and
	ASSIGNMENT_FROM_EXCEPTION



Modified:
    branches/escape-analysis/gcc/ChangeLog
    branches/escape-analysis/gcc/congraph.c
    branches/escape-analysis/gcc/congraph.h
    branches/escape-analysis/gcc/ipa-stack-allocate.c


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