1. 16 Mar, 2006 1 commit
  2. 15 Mar, 2006 17 commits
  3. 14 Mar, 2006 19 commits
  4. 13 Mar, 2006 3 commits
    • re PR middle-end/26557 (ICE in simplify_subreg) · f8318079
      
      	PR middle-end/26557
      	* stmt.c (emit_case_nodes): Handle the case where the index is a
      	CONST_INT, where the comparison mode is specified by the index type.
      
      	* gcc.c-torture/compile/switch-1.c: New test case.
      
      From-SVN: r112032
      Roger Sayle committed
    • pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O is defined. · 26a851b9
      	* pa/pa32-linux.h (CRT_CALL_STATIC_FUNCTION): Define when CRTSTUFFS_O
      	is defined.
      
      From-SVN: r112029
      John David Anglin committed
    • re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask) · a4b9e93e
      2006-03-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/25378
      	* trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set the initial position to zero and
      	modify the condition for updating it, to implement the F2003 requirement for all(mask)
      	is false.
      
      2006-03-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/25378
      	* libgfortran/m4/minloc1.m4: Set the initial position to zero and modify the condition for
      	updating it, to implement the F2003 requirement for all(mask).eq.false.
      	* libgfortran/m4/maxloc1.m4: The same.
      	* libgfortran/m4/iforeach.m4: The same.
      	* libgfortran/m4/minloc0.m4: The same.
      	* libgfortran/m4/maxloc0.m4: The same.
      	* libgfortran/generated/maxloc0_16_i16.c: Regenerated, together with 41 others.
      	* libgfortran/generated/minloc0_16_i16.c: Regenerated, together with 41 others.
      
      2006-03-13  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/25378
      	* gfortran.fortran-torture/execute/intrinsic_mmloc_3.f90: Expand test to include more
      	permuatations of mask and index.
      	* testsuite/gfortran.dg/scalar_mask_1.f90: Modify last test to respond to F2003 spec.
      	that the position returned for an all false mask && condition is zero.
      
      From-SVN: r112028
      Paul Thomas committed