1. 09 Aug, 2006 2 commits
    • var-tracking.c (enum micro_operation_type): Add MO_COPY. · ca787200
      * var-tracking.c (enum micro_operation_type): Add MO_COPY.
      (var_debug_decl): New function.
      (var_reg_set): Follow debug decl link.  Add location even if
      reg is already known to hold some other variable.
      (var_mem_set): Follow debug decl link.
      (var_reg_delete_and_set, var_mem_delete_and_set): Follow debug
      decl link.  Delete other known locations of the variable part
      if requested.
      (var_reg_delete, var_mem_delete): Delete other known locations
      of the variable part if requested.
      (same_variable_part_p): New function.
      (add_stores): Select MO_COPY when appropriate.
      (vt_initialize): Handle it.
      (compute_bb_dataflow, emit_notes_in_bb): Likewise.  Delete
      known locations for MO_SET and MO_CLOBBER.
      (find_variable_location_part): New function.
      (set_variable_part, delete_variable_part): Use it.
      (clobber_variable_part): New function.
      * dwarf2out.c (dwarf2out_var_location): Do not follow debug
      decl link.
      
      From-SVN: r116031
      Alexandre Oliva committed
    • Daily bump. · 88f2d703
      From-SVN: r116027
      GCC Administrator committed
  2. 08 Aug, 2006 2 commits
  3. 07 Aug, 2006 14 commits
  4. 06 Aug, 2006 12 commits
  5. 05 Aug, 2006 8 commits
  6. 04 Aug, 2006 2 commits
    • VMFrame.java: Update to Classpath 0.91. · 27d8ff9b
              * gnu/classpath/jdwp/VMFrame.java: Update to Classpath 0.91.
              * gnu/classpath/jdwp/VMIdManager.java: Likewise.
              * gnu/classpath/jdwp/VMMethod.java: Likewise.
              * gnu/classpath/jdwp/VMVirtualMachine: Likewise.
              * gnu/classpath/jdwp/natVMFrame.java: New file.
              * gnu/classpath/jdwp/natVMMethod.java: New file.
              * gnu/classpath/jdwp/natVMVirtualMachine.java: New file.
              * Makefile.am (nat_source_files): Add new filles.
              * Makefile.in: Regenerated.
      
      From-SVN: r115934
      Keith Seitz committed
    • re PR c++/28347 (ICE on typedef with initialization) · cc011e7f
              PR c++/28347
              * decl.c (start_decl): Return error_mark_node if a 
              diagnostic was issed for an invalid typedef initialization.
      
              * g++.dg/ext/typedef-init.C: Add new test for 
              typedef initialization inside templates. Adjust
              existing error markers
      
      From-SVN: r115931
      Lee Millward committed