1. 11 Feb, 2018 7 commits
    • Commit ChangeLog entries forgotten in r257566. · 6a793a8d
      2018-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/35299
      	ChangeLog for r257566
      	* gfortran.dg/statement_function_3.f: New test.
      
      2018-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/35299
      	ChangeLog for r257566
      	* resolve.c (resolve_formal_arglist): Update error message.
      
      From-SVN: r257568
      Francois-Xavier Coudert committed
    • gfortran.texi: Fix typos in documentation of caf_register (). · 61fad608
      gcc/fortran/ChangeLog:
      
      2018-02-11  Andre Vehreschild  <vehre@gcc.gnu.org>
      
      	* gfortran.texi: Fix typos in documentation of caf_register ().
      	* trans-array.c (structure_alloc_comps): Only register a component of
      	a derived typed corray, not of an ultimate component coarray.
      
      From-SVN: r257567
      Andre Vehreschild committed
    • re PR fortran/35299 (scope of variables in statement function do not acquire rank from host) · 5f0367d0
      2018-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/35299
      	* gfortran.dg/statement_function_3.f: New test.
      
      2018-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
      
      	PR fortran/35299
      	* resolve.c (resolve_formal_arglist): Update error message.
      
      From-SVN: r257566
      Francois-Xavier Coudert committed
    • re PR fortran/54223 (Statement function statement with dummy arguments that are… · f3883269
      re PR fortran/54223 (Statement function statement with dummy arguments that are also OPTIONAL may crash in wrong calls)
      
      2018-02-11  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/54223
      	PR fortran/84276
      	* interface.c (compare_actual_formal): Add in_statement_function
      	bool parameter.  Skip check of INTENT attribute for statement
      	functions.  Arguments to a statement function cannot be optional,
      	issue error for missing argument.
      	(gfc_procedure_use, gfc_ppc_use, gfc_arglist_matches_symbol): Use
      	in_statement_function.
      
      2018-02-11  Steven G. Kargl  <kargl@gcc.gnu.org>
      
      	PR fortran/54223
      	PR fortran/84276
      	* gfortran.dg/statement_function_1.f90: New test.
      	* gfortran.dg/statement_function_2.f90: New test.
      
      From-SVN: r257565
      Steven G. Kargl committed
    • re PR fortran/84074 (Incorrect indexing of array when actual argument is an… · e519d2e8
      re PR fortran/84074 (Incorrect indexing of array when actual argument is an array expression and dummy is polymorphic)
      
      2018-02-11  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/84074
      	* trans-expr.c (gfc_conv_derived_to_class): Set the use_offset
      	flag. If the is a vector subscript or the expression is not a
      	variable, make the descriptor one-based.
      
      2018-02-11  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/84074
      	* gfortran.dg/type_to_class_5.f03: New test.
      
      From-SVN: r257564
      Paul Thomas committed
    • [LVU] deal with md final_scan_insn · e094c0bf
      Ports call final_scan_insn with seen == NULL, and then
      maybe_output_next_view crashes because it assumes it's
      non-NULL.  Oops.  Fixed.
      
      for  gcc/ChangeLog
      
      	* final.c (final_scan_insn_1): Renamed from...
      	(final_scan_insn): ... this.  New wrapper, to recover
      	seen from the outermost call in recursive ones.
      	* config/sparc/sparc.c (output_return): Drop seen from call.
      	(output_sibcall): Likewise.
      	* config/visium/visium.c (output_branch): Likewise.
      
      From-SVN: r257562
      Alexandre Oliva committed
    • Daily bump. · e5a6b70e
      From-SVN: r257559
      GCC Administrator committed
  2. 10 Feb, 2018 4 commits
  3. 09 Feb, 2018 29 commits