1. 12 Dec, 2016 21 commits
  2. 11 Dec, 2016 9 commits
  3. 10 Dec, 2016 8 commits
  4. 09 Dec, 2016 2 commits
    • re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with… · c064374d
      re PR fortran/77903 ([F08] gfortran 6.1.0/7.0.0 accept invalid code with conflicting module/submodule interfaces)
      
      2016-12-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/77903
      	* decl.c (get_proc_name): Use the symbol tlink field instead of
      	the typespec interface field.
      	(gfc_match_function_decl, gfc_match_submod_proc): Ditto.
      	* gfortran.h : Since the symbol tlink field is no longer used
      	by the frontend for change management, change the comment to
      	reflect its current uses.
      	* parse.c (get_modproc_result): Same as decl.c changes.
      	* resolve.c (resolve_fl_procedure): Ditto.
      
      2016-12-09  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/77903
      	* gfortran.dg/submodule_20.f08: New test.
      
      From-SVN: r243507
      Paul Thomas committed
    • re PR testsuite/78740 (test case powerpc/pr78691-ppc.c fails starting with its… · 36823125
      re PR testsuite/78740 (test case powerpc/pr78691-ppc.c fails starting with its introduction in r243335)
      
      2016-12-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	PR testsuite/78740
      	* gcc.target/powerpc/pr78691-ppc.c: Remove -m32.
      
      From-SVN: r243506
      Bill Schmidt committed