1. 30 Sep, 2003 2 commits
    • re PR rtl-optimization/12345 (internal compiler error: verify_flow_info failed) · 573850d4
      	PR optimization/12345
      	* config/mips/mips-protos.h (mips_restore_gp): Remove.
      	(mips_gp_save_slot): Declare.
      	* config/mips/mips.c (mips_restore_gp): Remove in favor of...
      	(mips_gp_save_slot): ...this new function.
      	* config/mips/mips.md (exception_receiver): Use mips_gp_save_slot
      	and mips_output_move to generate the output template.
      	(call_internal): Force splitting if TARGET_SPLIT_CALLS.  Don't emit
      	a gp load after a noreturn call.  Load the gp using a move rather
      	than an exception_receiver pattern.
      	(call_value_internal, call_value_multiple_internal): Likewise.
      	(call_split, call_value_split, call_value_multiple_split): Clobber $28.
      
      From-SVN: r71935
      Richard Sandiford committed
    • Daily bump. · 3c44a3c4
      From-SVN: r71929
      GCC Administrator committed
  2. 29 Sep, 2003 30 commits
  3. 28 Sep, 2003 8 commits