1. 16 Oct, 2006 21 commits
  2. 15 Oct, 2006 16 commits
  3. 14 Oct, 2006 3 commits
    • java-insns.h (enum java_code): Add op_breakpoint. · 0f546316
              * include/java-insns.h (enum java_code): Add op_breakpoint.
              * include/java-interp.h (_Jv_InterpMethod): Declare breakpoint_insn.
              [INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_slot.
              [!INTERPRETER]: Declare _Jv_InterpMethod::bp_insn_opcode.
              (install_break): Declare.
              * interpret.cc (breakpoint_insn): Define breakpoint insn.
              (compile): Add op_breakpoint to "can't happen" cases.
              [INTERPRETER] Initialize breakpoint insn if necessary.
              (install_break): New method.
              * interpret-run.cc: Add op_breakpoint to insn_targets.
              Add insn_breakpoint label.
              * verify.cc (branch_prepass): Add op_breakpoint to unrecognized
              opcodes section of switch statement.
              (verify_instructions_0): Likewise.
      
      From-SVN: r117734
      Keith Seitz committed
    • re PR fortran/19261 (continuation character illegal as first non-blank character in statement) · 1526c4b5
      2006-10-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
      
      	PR fortran/19261
      	* scanner.c (load_line): Add checks for illegal use of '&' and issue
      	warnings.  Issue errors with -pedantic.
      
      From-SVN: r117733
      Jerry DeLisle committed
    • re PR fortran/29371 (Coredump when using -fbounds-check with pointer & nullify) · 467f18f3
      2006-10-14 Paul Thomas <pault@gcc.gnu.org>
      
      	PR fortran/29371
      	* trans-expr.c (gfc_trans_pointer_assignment): Add the expression
      	for the assignment of null to the data field to se->pre, rather
      	than block.	
      
      2006-10-14 Paul Thomas <pault@gcc.gnu.org>
      
      	PR fortran/29371
      	* gfortran.dg/nullify_3.f90: New test.
      
      From-SVN: r117732
      Paul Thomas committed