1. 21 Feb, 2017 11 commits
  2. 20 Feb, 2017 27 commits
  3. 19 Feb, 2017 2 commits
    • re PR fortran/79447 ([F08] gfortran rejects valid & accepts invalid internal… · 63af1586
      re PR fortran/79447 ([F08] gfortran rejects valid & accepts invalid internal subprogram in a submodule)
      
      2017-02-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/79447
      	* decl.c (gfc_set_constant_character_len): Whitespace.
      	(gfc_match_end): Catch case where a procedure is contained in
      	a module procedure and ensure that 'end procedure' is the
      	correct termination.
      
      2017-02-19  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/79447
      	* gfortran.dg/submodule_24.f08 : New test.
      
      From-SVN: r245582
      Paul Thomas committed
    • re PR fortran/79229 (ICE in gfc_trans_assignment_1 with -fcheck=mem) · 4ca4d1e9
      gcc/testsuite/ChangeLog:
      
      2017-02-19  Andre Vehreschild  <vehre@gcc.gnu.org>
      
      	PR fortran/79229
      	* gfortran.dg/class_allocate_24.f90: New test.
      
      
      gcc/fortran/ChangeLog:
      
      2017-02-19  Andre Vehreschild  <vehre@gcc.gnu.org>
      
      	PR fortran/79229
      	* trans-expr.c (gfc_trans_assignment_1): Deref indirect refs when
      	compiling with -fcheck=mem to check the pointer and not the data.
      
      From-SVN: r245581
      Andre Vehreschild committed