1. 23 Nov, 2009 30 commits
  2. 22 Nov, 2009 8 commits
  3. 21 Nov, 2009 2 commits
    • tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_NAME… · cc12e760
      tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_NAME or an invariant if lvalue is required.
      
      2009-11-22  Martin Jambor  <mjambor@suse.cz>
      
      	* tree-cfg.c (verify_types_in_gimple_reference): Error out on
      	V_C_E of an SSA_NAME or an invariant if lvalue is required.
      	(verify_gimple_call): Verify LHS also with with
      	verify_types_in_gimple_reference.
      
      From-SVN: r154414
      Martin Jambor committed
    • re PR middle-end/42025 (ICE verify_stmts failed (non-trivial conversion at assignment)) · c6a2c25d
      2009-11-21  Martin Jambor  <mjambor@suse.cz>
      
      	PR middle-end/42025
      	* tree-sra.c (access_precludes_ipa_sra_p): New function.
      	(splice_param_accesses): Check all accesses by calling
      	access_precludes_ipa_sra_p.
      	(sra_ipa_modify_expr): Rename argument erite to dont_convert and do
      	not convert types if it is true.
      	(sra_ipa_modify_assign): Convert types in case of mismatch.
      
      	* testsuite/gcc.c-torture/compile/pr42025-1.c: New test.
      	* testsuite/gcc.c-torture/compile/pr42025-2.c: New test.
      
      From-SVN: r154413
      Martin Jambor committed