1. 14 Apr, 2009 3 commits
  2. 13 Apr, 2009 16 commits
  3. 12 Apr, 2009 6 commits
  4. 11 Apr, 2009 10 commits
  5. 10 Apr, 2009 5 commits
    • re PR middle-end/39701 (Revision 145846 caused many test failures) · 1ad2f450
      2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/39701
      	* common.opt (-fdelete-null-pointer-checks): Initialize to 1.
      
      	* opts.c (decode_options): Don't set flag_delete_null_pointer_checks
      	here.
      
      	* doc/invoke.texi: Update -fdelete-null-pointer-checks.
      
      From-SVN: r145937
      H.J. Lu committed
    • re PR c++/28301 (ICE with broken specialization) · 72b75d03
      gcc/cp/
      
      2009-04-10  Jason Merrill  <jason@redhat.com>
      
      	PR c++/28301
      	* parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
      	if we see a close brace without an open brace.
      
      gcc/testsuite/
      
      2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR c++/28301
      	* g++.dg/cpp0x/enum2.C: Updated.
      	* g++.dg/debug/pr22514.C: Likewise.
      	* g++.dg/parse/enum2.C: Likewise.
      	* g++.dg/parse/enum3.C: Likewise.
      	* g++.dg/template/crash79.C: Likewise.
      	* g++.old-deja/g++.jason/cond.C: Likewise.
      
      	* g++.dg/template/pr28301.C: New.
      
      From-SVN: r145936
      H.J. Lu committed
    • interrupt_handler.c: Change from compile to assemble. · 6e990b54
      2009-04-10  Chao-ying Fu  <fu@mips.com>
      
      	* gcc.target/mips/interrupt_handler.c: Change from compile to
      	assemble.
      
      From-SVN: r145935
      Chao-ying Fu committed
    • tm.texi (Instruction Output): Document TARGET_ASM_FINAL_POSTSCAN_INSN. · 1afc5373
      2009-04-10  Chao-ying Fu  <fu@mips.com>
      
      	* doc/tm.texi (Instruction Output): Document
      	TARGET_ASM_FINAL_POSTSCAN_INSN.
      	* target.h (final_postscan_insn): New field in asm_out.
      	* target-def.h (TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
      	(TARGET_ASM_OUT): Add TARGET_ASM_FINAL_POSTSCAN_INSN.
      	* final.c (final_scan_insn): Call
      	targetm.asm_out.final_postscan_insn after outputting
      	an asm macro and a normal instruction.
      
      	* config/mips/mips.h (FINAL_PRESCAN_INSN): New define.
      	* config/mips/mips-protos.h (mips_final_prescan_insn): Declare.
      	* config/mips/mips.c (mips_at_reg_p): New for_each_rtx callback.
      	(mips_final_prescan_insn, mips_final_postscan_insn): New functions.
      	(TARGET_ASM_FINAL_POSTSCAN_INSN): New define.
      
      From-SVN: r145934
      Chao-ying Fu committed
    • forward-1.x: Fix x86_64 entry typos. · aa070a60
      	* objc/execute/forward-1.x: Fix x86_64 entry typos.
      
      From-SVN: r145932
      Kaveh R. Ghazi committed