1. 20 Aug, 2009 11 commits
  2. 19 Aug, 2009 13 commits
  3. 18 Aug, 2009 12 commits
  4. 17 Aug, 2009 4 commits
    • m32c.md (UNS_FSETB, UNS_FREIT): New. · 65655f79
      * config/m32c/m32c.md (UNS_FSETB, UNS_FREIT): New.
      * config/m32c/prologue.md (epilogue_freit): New.
      (fset_b): New.
      * config/m32c/m32c.c (m32c_function_needs_enter): Add prototype.
      (bank_switch_p): Likewise.
      (fast_interrupt_p): Likewise.
      (interrupt_p): Likewise.
      (m32c_conditional_register_usage): Round memregs size up.
      (need_to_save): We only need to save $a0 when we use ENTER.
      (interrupt_p): Check for fast_interrupt too.
      (bank_switch_p): New.
      (fast_interrupt_p): New.
      (m32c_attribute_table): Add bank_switch and fast_interrupt.
      (m32c_emit_prolog): Support bank switching and fast interrupts.
      * doc/extend.texi (Function Attributes): Add bank_switch and
      fast_interrupt.
      
      From-SVN: r150862
      DJ Delorie committed
    • Install gcj.pdf in $(pdfdir)/gcc alongside other manuals. · df15255a
      gcc/java/
      	* Make-lang.in (java.install-pdf): Install gcj.pdf in
      	$(pdfdir)/gcc, alongside the other manuals.
      
      From-SVN: r150859
      Ralf Wildenhues committed
    • re PR fortran/41062 (ICE in gfc_trans_use_stmts, at fortran/trans-decl.c:3438) · 1151ccc9
      2008-08-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/41062
      	* trans-decl.c (gfc_trans_use_stmts):  Keep going through use
      	list if symbol is not use associated.
      
      2008-08-17  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/41062
      	* gfortran.dg/use_only_4.f90: New test.
      
      From-SVN: r150858
      Paul Thomas committed
    • typedefs.cc: New. · e83fd9d7
      2009-08-17  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/30_threads/packaged_task/requirements/typedefs.cc: New.
      
      From-SVN: r150857
      Benjamin Kosnik committed