1. 06 Feb, 2012 5 commits
  2. 05 Feb, 2012 18 commits
  3. 04 Feb, 2012 5 commits
  4. 03 Feb, 2012 10 commits
  5. 02 Feb, 2012 2 commits
    • re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components) · 37da591f
      2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
      
      	PR fortran/41587
      	PR fortran/46356
      	PR fortran/51754
      	PR fortran/50981
      	* class.c (insert_component_ref, class_data_ref_missing,
      	gfc_fix_class_refs): New functions.
      	* gfortran.h (gfc_fix_class_refs): New prototype.
      	* trans-expr.c (gfc_conv_expr): Remove special case handling and call
      	gfc_fix_class_refs instead.
      
      2012-02-02  Mikael Morin  <mikael@gcc.gnu.org>
      
      	PR fortran/41587
      	* gfortran.dg/class_array_10.f03: New test.
      
      	PR fortran/46356
      	* gfortran.dg/class_array_11.f03: New test.
      
      	PR fortran/51754
      	* gfortran.dg/class_array_12.f03: New test.
      
      From-SVN: r183853
      Mikael Morin committed
    • runtime: Correct ENOSYS functions. · 1c69e5e2
      From-SVN: r183852
      Ian Lance Taylor committed