r126418 - in /branches/gcc-4_2-branch/gcc: Chan...

bonzini@gcc.gnu.org bonzini@gcc.gnu.org
Fri Jul 6 15:10:00 GMT 2007


Author: bonzini
Date: Fri Jul  6 15:10:10 2007
New Revision: 126418

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126418
Log:
2007-07-06  Paolo Bonzini  <bonzini@gnu.org>

	PR middle-end/32004
	* function.c (match_asm_constraints_1, rest_of_match_asm_constraints,
	pass_match_asm_constraints): New.
	* passes.c (init_optimization_passes): Add new pass.
	* stmt.c (expand_asm_operands): Set cfun->has_asm_statement.
	* function.h (struct function): Add has_asm_statement bit.
	(current_function_has_asm_statement): New.
	* tree-pass.h (pass_match_asm_constraints): New.


Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/function.c
    branches/gcc-4_2-branch/gcc/function.h
    branches/gcc-4_2-branch/gcc/passes.c
    branches/gcc-4_2-branch/gcc/stmt.c
    branches/gcc-4_2-branch/gcc/testsuite/gcc.target/i386/pr21291.c
    branches/gcc-4_2-branch/gcc/tree-pass.h



More information about the Gcc-cvs mailing list