1. 06 Jul, 2007 5 commits
  2. 05 Jul, 2007 33 commits
  3. 04 Jul, 2007 2 commits
    • re PR tree-optimization/32604 (miscompilation at -O2) · c1130b62
      2007-07-04  Daniel Berlin  <dberlin@dberlin.org>
      
      	PR tree-optimization/32604
      	PR tree-optimization/32606
      	
      	* tree-ssa-pre.c (bb_bitmap_sets): Removed antic_safe_loads.
      	(compute_antic_safe): Removed.
      	(ANTIC_SAFE_LOADS): Ditto.
      	(compute_antic_aux): Don't print ANTIC_SAFE_LOADS.
      	(execute_pre): Don't call compute_antic_safe.
      	(vuse_equiv): New function.
      	(make_values_for_stmt): Use it
      	* tree-ssa-sccvn.c (set_ssa_val_to): Remove assert, since it is
      	not always true.
      
      From-SVN: r126338
      Daniel Berlin committed
    • re PR target/31331 ([avr] ICE on function attribute syntax for main()) · 44190aed
      	PR target/31331
      	* config/avr/avr.c (avr_naked_function_p): Handle receiving a type
      	rather than a decl. 
      	(avr_attribute_table): Make "naked" attribute apply to function types
      	rather than to decls.
      	(avr_handle_fntype_attribute): New function.
      
      From-SVN: r126337
      Anatoly Sokolov committed