re PR fortran/65677 (Incomplete assignment on deferred-length character variable)
[gcc.git] / gcc / fortran / ChangeLog
1 2018-09-29 Paul Thomas <pault@gcc.gnu.org>
2
3 PR fortran/65667
4 * trans-expr.c (gfc_trans_assignment_1): If there is dependency
5 fix the rse stringlength.
6
7 2018-09-25 Martin Liska <mliska@suse.cz>
8
9 PR fortran/87394
10 * decl.c (add_hidden_procptr_result): Simplify condition
11 as we are in branch witch 'case1 || case2'.
12
13 2018-09-25 Martin Liska <mliska@suse.cz>
14
15 * trans.c (remove_suffix): Remove
16 unused function.
17
18 2018-09-24 Thomas Koenig <tkoenig@gcc.gnu.org>
19
20 PR fortran/87397
21 * gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
22 for variables in an associate statement.
23
24 2018-09-24 Bernhard Reuther-Fischer <aldot@gcc.gnu.org>
25 Cesar Philippidis <cesar@codesourcery.com>
26
27 * openmp.c (resolve_oacc_loop_blocks):
28
29 2018-09-23 Thomas Koenig <tkoenig@gcc.gnu.org>
30
31 PR fortran/87397
32 * gfc_conv_procedure_call: Do not add clobber on INTENT(OUT)
33 for variables having the dimension attribute.
34
35 2018-09-23 Janne Blomqvist <jb@gcc.gnu.org>
36
37 * trans-expr.c (gfc_caf_get_image_index): Do array index
38 calculations in gfc_array_index_type.
39 * trans-intrinsic.c (conv_intrinsic_event_query): Likewise.
40 * trans-stmt.c (gfc_trans_lock_unlock): Likewise.
41 (gfc_trans_event_post_wait): Likewise.
42
43 2018-09-23 Thomas Koenig <tkoenig@gcc.gnu.org>
44
45 PR fortran/87395
46 * gfc_conv_procedure_call: Reformat comments slightly. Do not add
47 clobber on INTENT(OUT) for saved variables.
48
49 2018-09-22 Thomas Koenig <tkoenig@gcc.gnu.org>
50
51 PR fortran/41453
52 * trans.h (gfc_conv_expr_reference): Add optional argument
53 add_clobber to prototype.
54 (gfc_conv_procedure_call): Set add_clobber argument to
55 gfc_conv_procedure_reference to true for scalar, INTENT(OUT),
56 non-pointer, non-allocatable, non-dummy variables whose type
57 is neither BT_CHARACTER, BT_DERIVED or BT_CLASS, but only if
58 the procedure is not elemental.
59 * trans-expr.c (gfc_conv_procedure_reference): Add clobber
60 statement before call if add_clobber is set.
61
62 2018-09-22 Paul Thomas <pault@gcc.gnu.org>
63
64 PR fortran/85603
65 * trans-array.c (gfc_alloc_allocatable_for_assignment): Test
66 the charlen backend_decl before using the VAR_P macro.
67
68 2018-09-21 Paul Thomas <pault@gcc.gnu.org>
69
70 PR fortran/77325
71 * trans-array.c (gfc_alloc_allocatable_for_assignment): If the
72 rhs has a charlen expression, convert that and use it.
73 * trans-expr.c (gfc_trans_assignment_1): The rse.pre for the
74 assignment of deferred character array vars to a realocatable
75 lhs should not be added to the exterior block since vector
76 indices, for example, generate temporaries indexed within the
77 loop.
78
79 2018-09-21 Paul Thomas <pault@gcc.gnu.org>
80
81 PR fortran/87359
82 * trans-stmt.c (gfc_trans_allocate): Don't deallocate alloc
83 components if must_finalize is set for expr3.
84
85 2018-09-21 Andrew Stubbs <ams@codesourcery.com>
86 Kwok Cheung Yeung <kcy@codesourcery.com>
87
88 * trans-expr.c (gfc_trans_structure_assign): Ensure that the first
89 argument of a call to _gfortran_caf_register is of size_type_node.
90 * trans-intrinsic.c (conv_intrinsic_event_query): Convert computed
91 index to a size_type_node type.
92 * trans-stmt.c (gfc_trans_event_post_wait): Likewise.
93
94 2018-09-20 Allan Sandfeld Jensen <allan.jensen@qt.io>
95
96 * gfortranspec.c (lang_specific_driver): Handle -r like -nostdlib.
97
98 2018-09-20 Janus Weil <janus@gcc.gnu.org>
99
100 * gfortran.h (gfc_str_startswith): New macro.
101 * decl.c (variable_decl, gfc_match_end): Use it.
102 * iresolve.c (is_trig_resolved): Ditto.
103 * module.c (load_omp_udrs, read_module): Ditto.
104 * options.c (gfc_handle_runtime_check_option): Ditto.
105 * primary.c (match_arg_list_function): Ditto.
106 * trans-decl.c (gfc_get_symbol_decl): Ditto.
107 * trans-expr.c (gfc_conv_procedure_call): Ditto.
108 * interface.c (dtio_op): Replace strncmp by strcmp.
109 * resolve.c (resolve_actual_arglist, resolve_function): Ditto.
110 * trans-expr.c (conv_arglist_function): Ditto.
111 * trans-intrinsic.c (gfc_conv_ieee_arithmetic_function): Replace macro
112 STARTS_WITH by gfc_str_startswith.
113
114 2018-09-20 Cesar Philippidis <cesar@codesourcery.com>
115
116 * dump-parse-tree.c (show_omp_clauses): Add missing omp list_types
117 and reorder the switch cases to match the enum in gfortran.h.
118
119 2018-09-19 Paul Thomas <pault@gcc.gnu.org>
120
121 PR fortran/84109
122 * trans-expr.c (gfc_trans_assignment_1): The rse.pre for the
123 assignment of deferred character intrinsic elemental function
124 results to a realocatable lhs must not be added to the exterior
125 block if they are array valued but must go to the loop body.
126
127 2018-09-18 Thomas Koenig <tkoenig@gcc.gnu.org>
128
129 PR fortran/29550
130 * gfortran.h (gfc_expr): Add external_blas flag.
131 * frontend-passes.c (matrix_case): Add case A2TB2T.
132 (optimize_namespace): Handle flag_external_blas by
133 calling call_external_blas.
134 (get_array_inq_function): Add argument okind. If
135 it is nonzero, use it as the kind of argument
136 to be used.
137 (inline_limit_check): Remove m_case argument, add
138 limit argument instead. Remove assert about m_case.
139 Set the limit for inlining from the limit argument.
140 (matmul_lhs_realloc): Handle case A2TB2T.
141 (inline_matmul_assign): Handle inline limit for other cases with
142 two rank-two matrices. Remove no-op calls to inline_limit_check.
143 (call_external_blas): New function.
144 * trans-intrinsic.c (gfc_conv_intrinsic_funcall): Do not add
145 argument to external BLAS if external_blas is already set.
146
147 2018-09-18 Paul Thomas <pault@gcc.gnu.org>
148
149 PR fortran/87239
150 * trans-expr.c (gfc_trans_assignment_1): The rse.pre for the
151 assignment of deferred character elemental function results to
152 a realocatable lhs must not be added to the exterior block but
153 must go to the loop body.
154
155 2018-09-18 Paul Thomas <pault@gcc.gnu.org>
156
157 PR fortran/87336
158 * trans-array.c (gfc_get_array_span): Try to get the element
159 length of incomplete types. Return NULL_TREE otherwise.
160 (gfc_conv_expr_descriptor): Only set the 'span' field if the
161 above does not return NULL_TREE. Set 'span' field if possible
162 for all new descriptors.
163
164 2018-09-17 Paul Thomas <pault@gcc.gnu.org>
165
166 PR fortran/64120
167 * trans-decl.c (gfc_get_symbol_decl): Flag allocatable, scalar
168 characters with a variable length expression for deferred init.
169 (gfc_trans_deferred_vars): Perform the assignment for these
170 symbols by calling gfc_conv_string_length.
171
172 2018-09-17 Paul Thomas <pault@gcc.gnu.org>
173
174 PR fortran/85954
175 * resolve.c (resolve_assoc_var): If the target expression is a
176 deferred charlen dummy and the associate name shares the
177 charlen, generate a new one. Make sure that new charlens are in
178 the namespace list so that they get cleaned up.
179 * trans-array.c (gfc_is_reallocatable_lhs): Associate names are
180 not reallocatable.
181 * trans-decl.c (gfc_get_symbol_decl): Put deferred character
182 length dummy and result arrays on the deferred initialization
183 list so that the variable length arrays can be correctly dealt
184 with.
185 * trans-expr.c (gfc_conv_string_length): Return if 'expr' is
186 NULL rather than ICEing..
187
188 2018-09-16 Janus Weil <janus@gcc.gnu.org>
189
190 PR fortran/86484
191 PR fortran/84543
192 * match.c (gfc_match_assignment): For a polymorphic assignment,
193 make sure that the vtab for the rhs type is generated.
194
195 2018-09-16 Thomas Koenig <tkoenig@gcc.gnu.org>
196
197 PR fortran/37802
198 * frontend-passes.c (B_ERROR): New macro for matmul bounds
199 checking error messages.
200 (C_ERROR): Likewise.
201 (inline_matmul_assign): Reorganize bounds checking, use B_ERROR
202 and C_ERROR macros.
203
204 2018-09-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
205
206 * trans-array.c (gfc_conv_array_initializer): Remove excess precision
207 from overlength string initializers.
208
209 2018-09-12 Paul Thomas <pault@gcc.gnu.org>
210
211 PR fortran/87284
212 * trans-expr.c (gfc_trans_class_init_assign): Access to
213 to array elements of the dynamic type requires that the array
214 reference be added to the class expression and not the _data
215 component, unlike scalar expressions.
216
217 2018-09-11 Janus Weil <janus@gcc.gnu.org>
218
219 PR fortran/87172
220 * resolve.c (resolve_fl_derived): If a type has the 'use_assoc'
221 attribute, then it was declared in another module, so there should be
222 no error that it has not been declared.
223
224 2018-09-11 Paul Thomas <pault@gcc.gnu.org>
225
226 PR fortran/87277
227 * expr.c (is_subref_array): Add the check of dimensionality for
228 class, dummy, pointer arrays.
229
230 2018-09-11 Janus Weil <janus@gcc.gnu.org>
231
232 PR fortran/86830
233 * expr.c (gfc_is_simply_contiguous): Handle type-bound procedure calls
234 with non-polymorphic objects.
235
236 2018-09-10 Janus Weil <janus@gcc.gnu.org>
237
238 PR fortran/85395
239 * decl.c (match_binding_attributes): Use correct default accessibility
240 for procedure pointer components.
241
242 2018-09-03 Jerry DeLisle <jvdelisle@gcc.gnu.org>
243
244 * simplify.c (gfc_simplify_modulo): Re-arrange code to test whether
245 'P' is zero and issue an error if it is.
246
247 2018-08-31 Paul Thomas <pault@gcc.gnu.org>
248
249 PR fortran/86328
250 PR fortran/86760
251 * trans-array.c (gfc_conv_scalarized_array_ref): Do not fix
252 info->descriptor but pass it directly to gfc_build_array_ref.
253 (gfc_conv_array_ref): Likewise for se->expr.
254 * trans.c (gfc_build_array_ref): If 'decl' is a COMPONENT_REF
255 obtain the span field directly from it.
256
257 2017-08-28 Paul Thomas <pault@gcc.gnu.org>
258
259 PR fortran/80477
260 * trans-expr.c (gfc_conv_procedure_call): Allocatable class
261 scalar results being passed to a derived type formal argument
262 are finalized if possible. Otherwise, rely on existing code for
263 deallocation. Make the deallocation of allocatable result
264 components conditional on finalization not taking place. Make
265 the freeing of data components after finalization conditional
266 on the data being NULL.
267 (gfc_trans_arrayfunc_assign): Change the gcc_assert to a
268 condition to return NULL_TREE.
269 (gfc_trans_assignment_1): If the assignment is class to class
270 and the rhs expression must be finalized but the assignment
271 is not marked as a polymorphic assignment, use the vptr copy
272 function instead of gfc_trans_scalar_assign.
273
274 PR fortran/86481
275 * trans-expr.c (gfc_conv_expr_reference): Do not add the post
276 block to the pre block if the expression is to be finalized.
277 * trans-stmt.c (gfc_trans_allocate): If the expr3 must be
278 finalized, load the post block into a finalization block and
279 add it right at the end of the allocation block.
280
281 2018-08-27 David Malcolm <dmalcolm@redhat.com>
282
283 PR 87091
284 * error.c (gfc_format_decoder): Update for conversion of
285 show_caret_p to a tri-state.
286
287 2018-08-25 Janus Weil <janus@gcc.gnu.org>
288
289 PR fortran/86545
290 * resolve.c (resolve_transfer): Correctly determine typespec for
291 generic function calls, in order to throw a proper error.
292
293 2018-08-24 Thomas Koenig <tkoenig@gcc.gnu.org>
294
295 PR fortran/86837
296 * frontend-passes.c (var_in_expr_callback): New function.
297 (var_in_expr): New function.
298 (traverse_io_block): Use var_in_expr instead of
299 gfc_check_dependency for checking if the variable depends on the
300 previous interators.
301
302 2018-08-23 Janne Blomqvist <blomqvist.janne@gmail.com>
303
304 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Delete
305 HONOR_SIGNED_ZEROS checks.
306
307 2018-08-23 Paul Thomas <pault@gcc.gnu.org>
308
309 PR fortran/86863
310 * resolve.c (resolve_typebound_call): If the TBP is not marked
311 as a subroutine, check the specific symbol.
312
313 2018-08-22 Thomas Koenig <tkoenig@gcc.gnu.org>
314
315 * gfortran.texi: Mention that asynchronous I/O does
316 not work on systems which lack condition variables, such
317 as AIX.
318
319 2018-08-22 Janus Weil <janus@gcc.gnu.org>
320
321 PR fortran/86935
322 * match.c (gfc_match_associate): Improve diagnostics for the ASSOCIATE
323 statement.
324
325 2018-08-22 Andrew Benson <abensonca@gmail.com>
326
327 * module.c (load_generic_interfaces): Move call to find_symbol()
328 so that only occurs if actually needed.
329
330 2018-08-22 Janus Weil <janus@gcc.gnu.org>
331
332 PR fortran/86888
333 * decl.c (gfc_match_data_decl): Allow allocatable components of
334 indirectly recursive type.
335 * resolve.c (resolve_component): Remove two errors messages ...
336 (resolve_fl_derived): ... and replace them by a new one.
337
338 2018-08-21 Janne Blomqvist <jb@gcc.gnu.org>
339
340 * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Use
341 MAX_EXPR/MIN_EXPR unconditionally for real arguments.
342 * gfortran.texi (Compiler Characteristics): Document MAX/MIN
343 behavior wrt NaN.
344
345 2018-08-21 Nicolas Koenig <koenigni@gcc.gnu.org>
346 Thomas Koenig <tkoenig@gcc.gnu.org>
347
348 PR fortran/25829
349 * gfortran.texi: Add description of asynchronous I/O.
350 * trans-decl.c (gfc_finish_var_decl): Treat asynchronous variables
351 as volatile.
352 * trans-io.c (gfc_build_io_library_fndecls): Rename st_wait to
353 st_wait_async and change argument spec from ".X" to ".w".
354 (gfc_trans_wait): Pass ID argument via reference.
355
356 2018-08-16 Nathan Sidwell <nathan@acm.org>
357
358 * cpp.c (dump_macro): Use cpp_user_macro_p.
359
360 2018-08-14 Janus Weil <janus@gcc.gnu.org>
361
362 PR fortran/86116
363 * interface.c (compare_type): Remove a CLASS/TYPE check.
364 (compare_type_characteristics): New function that behaves like the old
365 'compare_type'.
366 (gfc_check_dummy_characteristics, gfc_check_result_characteristics):
367 Call 'compare_type_characteristics' instead of 'compare_type'.
368
369 2018-08-12 Paul Thomas <pault@gcc.gnu.org>
370
371 PR fortran/66679
372 * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Class array
373 elements are returned as references to the data element. Get
374 the class expression by stripping back the references. Use this
375 for the element size.
376
377 2018-08-12 Paul Thomas <pault@gcc.gnu.org>
378
379 PR fortran/86906
380 * resolve.c (resolve_fl_variable_derived): Check if the derived
381 type is use associated before checking for the host association
382 error.
383
384 2018-08-10 Janus Weil <janus@gcc.gnu.org>
385
386 PR fortran/57160
387 * invoke.texi (frontend-optimize): Mention short-circuiting.
388 * options.c (gfc_post_options): Disable -ffrontend-optimize with -Og.
389 * resolve.c (resolve_operator): Warn about short-circuiting only with
390 -ffrontend-optimize.
391 * trans-expr.c (gfc_conv_expr_op): Use short-circuiting operators only
392 with -ffrontend-optimize. Without that flag, make sure that both
393 operands are evaluated.
394
395 2018-08-08 Nathan Sidwell <nathan@acm.org>
396
397 * cpp.c (cb_file_change): Use linemap_included_from.
398
399 2018-08-07 Cesar Philippidis <cesar@codesourcery.com>
400
401 * trans-stmt.h: Remove stale reference to trans-openacc.c.
402
403 2018-08-04 Janus Weil <janus@gcc.gnu.org>
404
405 PR fortran/45521
406 * interface.c (gfc_compare_interfaces): Apply additional
407 distinguishability criteria of F08 to operator interfaces.
408
409 2018-07-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
410
411 Revert 'AsyncI/O patch committed'
412 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
413 Thomas Koenig <tkoenig@gcc.gnu.org>
414
415 PR fortran/25829
416 * gfortran.texi: Add description of asynchronous I/O.
417 * trans-decl.c (gfc_finish_var_decl): Treat asynchronous variables
418 as volatile.
419 * trans-io.c (gfc_build_io_library_fndecls): Rename st_wait to
420 st_wait_async and change argument spec from ".X" to ".w".
421 (gfc_trans_wait): Pass ID argument via reference.
422
423 2018-07-25 Nicolas Koenig <koenigni@gcc.gnu.org>
424 Thomas Koenig <tkoenig@gcc.gnu.org>
425
426 PR fortran/25829
427 * gfortran.texi: Add description of asynchronous I/O.
428 * trans-decl.c (gfc_finish_var_decl): Treat asynchronous variables
429 as volatile.
430 * trans-io.c (gfc_build_io_library_fndecls): Rename st_wait to
431 st_wait_async and change argument spec from ".X" to ".w".
432 (gfc_trans_wait): Pass ID argument via reference.
433
434 2018-07-20 Martin Sebor <msebor@redhat.com>
435
436 PR middle-end/82063
437 * gfortran.h (gfc_handle_option): Change function argument
438 to HOST_WIDE_INT.
439 * options.c (gfc_handle_option): Same.
440
441 2018-07-20 Andrew Benson <abenson@carnegiescience.edu>
442
443 * gfortran.h (gfc_symbol): Add pointer to next derived type.
444 (gfc_dt_list, gfc_get_dt_list): Remove.
445 (gfc_namespace): Replace gfc_dt_list with gfc_symbol.
446 * parse.c (resolve_all_program_units): Replace gfc_free_dt_list() with
447 simple nullification of gfc_derived_types.
448 * resolve.c (resolve_global_procedure): Replace gfc_dt_list with
449 gfc_symbol.
450 (add_dt_to_dt_list): Change derived type linked list insertion to
451 utilize dt_next pointers in gfc_symbol.
452 * symbol.c (gfc_new_symbol, gfc_free_dt_list, gfc_symbol_done2)
453 (get_iso_c_binding_dt, generate_isocbinding_symbol): Remove
454 gfc_free_dt_list as gfc_dt_list is obsoleted. Change derived type
455 linked list search/insertion to utilize dt_next pointers in gfc_symbol.
456 * trans-types.c (gfc_get_derived_type): Change derived type linked
457 list search to utilize dt_next pointers in gfc_symbol.
458
459 2018-07-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
460
461 * trans-intrinsic.c: (gfc_conv_intrinsic_minmax): Emit MIN_MAX_EXPR
462 or IFN_FMIN/FMAX sequence to calculate the min/max when possible.
463
464 2018-07-18 Janus Weil <janus@gcc.gnu.org>
465 Thomas Koenig <tkoenig@gcc.gnu.org>
466
467 PR fortran/85599
468 * dump-parse-tree.c (show_attr): Add handling of implicit_pure.
469 * frontend-passes.c (do_warn_function_elimination): Do not warn for
470 pure functions.
471 * gfortran.h: Add prototypes for gfc_pure_function and
472 gfc_implicit_pure_function.
473 * gfortran.texi: Add chapter on evaluation of logical expressions.
474 * invoke.texi: Mention that -Wfunction-elimination is implied
475 by -Wextra.
476 * lang.opt: Make -Wextra imply -Wfunction-elimination.
477 * resolve.c (pure_function): Rename to gfc_pure_function.
478 (gfc_implicit_pure_function): New function.
479 (check_pure_function): Use it here.
480 (impure_function_callback): New function.
481 (resolve_operator): Call it via gfc_expr_walker.
482
483 2018-07-16 Fritz Reese <fritzoreese@gmail.com>
484
485 PR fortran/83184
486 * decl.c (match_old_style_init): Initialize locus of variable expr when
487 creating a data variable.
488 (match_clist_expr): Verify array is explicit shape/size before
489 attempting to allocate constant array constructor.
490
491 2018-07-16 Fritz Reese <fritzoreese@gmail.com>
492
493 PR fortran/86417
494 * module.c (mio_component): Set component->loc when loading from module.
495
496 2018-07-10 Jakub Jelinek <jakub@redhat.com>
497
498 PR fortran/86421
499 * module.c (omp_declare_simd_clauses): Add LINEAR with _REF, _VAL and
500 _UVAL suffixes.
501 (mio_omp_declare_simd): Save and restore ref, val and uval modifiers
502 on linear clauses. Initialize n->where to gfc_current_locus.
503
504 2018-07-05 Paul Thomas <pault@gcc.gnu.org>
505
506 PR fortran/86408
507 * resolve.c.c (resolve_contained_fntype): Reference to C418 is
508 in F2008 and not F2003.
509 (resolve_function): Ditto in error message. Also, exclude
510 deferred character length results from the error.
511
512 2018-07-05 Fritz Reese <fritzoreese@gmail.com>
513
514 PR fortran/83183
515 PR fortran/86325
516 * expr.c (class_allocatable, class_pointer, comp_allocatable,
517 comp_pointer): New helpers.
518 (component_initializer): Generate EXPR_NULL for allocatable or pointer
519 components. Do not generate initializers for components within BT_CLASS.
520 Do not assign to comp->initializer.
521 (gfc_generate_initializer): Use new helpers; move code to generate
522 EXPR_NULL for class allocatable components into component_initializer().
523
524 2018-07-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
525
526 PR fortran/82009
527 * trans-decl.c (gfc_process_block_locals): Delete assert and set
528 saved_local_decls = NULL_TREE.
529
530 2018-07-02 Richard Biener <rguenther@suse.de>
531
532 PR lto/86321
533 * trans-types.c (gfc_get_array_type_bounds): Unshare TYPE_FIELDs
534 for the distinct type copy.
535
536 2018-07-02 Paul Thomas <pault@gcc.gnu.org>
537
538 PR fortran/82969
539 PR fortran/86242
540 * trans-array.c (structure_alloc_comps): Do not explicitly copy
541 procedure pointer components.
542
543 2018-07-02 Paul Thomas <pault@gcc.gnu.org>
544
545 PR fortran/45305
546 * expr.c : Add a prototype for scalarize_intrinsic_call.
547 (gfc_simplify_expr): Use scalarize_intrinsic_call for elemental
548 intrinsic function calls.
549 (scalarize_intrinsic_call): Add 'init_flag' argument. Check if
550 the expression or any of the actual argument expressions are
551 NULL. Before calling gfc_check_init_expr, check 'init_flag'.
552 Only simplify the scalarized expressions if there are no errors
553 on the stack.
554 (gfc_check_init_expr): Set 'init_flag' true in the call to
555 scalarize_intrinsic_call.
556
557 2018-06-28 Fritz Reese <fritzoreese@gmail.com>
558
559 PR fortran/82865
560 * decl.c (gfc_match_type): Refactor and check for PDT declarations.
561
562 2018-06-28 Martin Liska <mliska@suse.cz>
563
564 * gfortranspec.c: Include opt-suggestions.h.
565
566 2018-06-25 Fritz Reese <fritzoreese@gmail.com>
567
568 PR fortran/82972
569 PR fortran/83088
570 PR fortran/85851
571 * expr.c (component_initializer): Assign init expr to c->initializer.
572 (generate_isocbinding_initializer): New.
573 (gfc_generate_initializer): Call generate_isocbinding_initializer to
574 generate initializers for c_ptr and c_funptr with -finit-derived.
575
576 2018-06-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
577
578 PR fortran/85983
579 * interface.c (check_dtio_interface1): Delete assert.
580
581 2018-06-22 Paul Thomas <pault@gcc.gnu.org>
582 Rainer Orth <ro@gcc.gnu.org>
583
584 PR fortran/86281
585 * resolve.c (resolve_contained_fntype): Check for the charlen
586 before testing the length.
587
588 2018-06-21 Paul Thomas <pault@gcc.gnu.org>
589
590 PR fortran/49630
591 * resolve.c (resolve_contained_fntype): Change standard ref.
592 from F95 to F2003: C418. Correct a spelling error in a comment.
593 It is an error for an abstract interface to have an assumed
594 character length result.
595 * trans-expr.c (gfc_conv_procedure_call): Likewise change the
596 standard reference.
597
598 2018-06-21 Paul Thomas <pault@gcc.gnu.org>
599
600 PR fortran/83118
601 * resolve.c (resolve_ordinary_assign): Force the creation of a
602 vtable for assignment of non-polymorphic expressions to an
603 unlimited polymorphic object.
604 * trans-array.c (gfc_alloc_allocatable_for_assignment): Use the
605 size of the rhs type for such assignments. Set the dtype, _len
606 and vptrs appropriately.
607 * trans-expr.c (gfc_trans_assignment): Force the use of the
608 _copy function for these assignments.
609
610 2018-06-20 Chung-Lin Tang <cltang@codesourcery.com>
611 Thomas Schwinge <thomas@codesourcery.com>
612 Cesar Philippidis <cesar@codesourcery.com>
613
614 * gfortran.h (gfc_omp_clauses): Add unsigned if_present, finalize
615 bitfields.
616 * openmp.c (enum omp_mask2): Remove OMP_CLAUSE_PRESENT_OR_*. Add
617 OMP_CLAUSE_{IF_PRESENT,FINALIZE}.
618 (gfc_match_omp_clauses): Update handling of copy, copyin, copyout,
619 create, deviceptr, present_of_*. Add support for finalize and
620 if_present.
621 (OACC_PARALLEL_CLAUSES): Remove PRESENT_OR_* clauses.
622 (OACC_KERNELS_CLAUSES): Likewise.
623 (OACC_DATA_CLAUSES): Likewise.
624 (OACC_DECLARE_CLAUSES): Likewise.
625 (OACC_UPDATE_CLAUSES): Add IF_PRESENT clause.
626 (OACC_ENTER_DATA_CLAUSES): Remove PRESENT_OR_* clauses.
627 (OACC_EXIT_DATA_CLAUSES): Add FINALIZE clause.
628 (gfc_match_oacc_declare): Update to OpenACC 2.5 semantics.
629 * trans-openmp.c (gfc_trans_omp_clauses): Add support for IF_PRESENT
630 and FINALIZE.
631
632 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
633
634 * trans-decl.c (gfc_get_fake_result_decl): Revert latest change.
635
636 2018-06-17 Eric Botcazou <ebotcazou@adacore.com>
637
638 * trans-decl.c (nonlocal_dummy_decl_pset): Delete.
639 (nonlocal_dummy_decls): Likewise.
640 (gfc_nonlocal_dummy_array_decl): Likewise.
641 (gfc_get_symbol_decl): Do not call gfc_nonlocal_dummy_array_decl.
642 (gfc_get_fake_result_decl): Do not generate a new DECL if simply
643 reusing the result of a recursive call.
644 (gfc_generate_function_code): Do not create, insert and destroy
645 nonlocal_dummy_decls.
646
647 2018-06-13 Steven G. Kargl <kargl@gcc.gnu.org>
648
649 PR fortran/86110
650 * array.c (gfc_resolve_character_array_constructor): Avoid NULL
651 pointer dereference.
652
653 2018-06-13 Cesar Philippidis <cesar@codesourcery.com>
654
655 PR fortran/85703
656 * parse.c (decode_oacc_directive): Set gfc_matching_function
657 to false.
658 (decode_omp_directive): Likewise.
659
660 2018-06-13 Cesar Philippidis <cesar@codesourcery.com>
661
662 PR fortran/85702
663 * openmp.c (gfc_match_oacc_wait): Use %C to report error location.
664
665 2018-06-12 David Malcolm <dmalcolm@redhat.com>
666
667 PR other/69968
668 * misc.c (gfc_closest_fuzzy_match): Update for renaming of
669 levenshtein_distance to get_edit_distance.
670
671 2018-06-12 Steven G. Kargl <kargl@gcc.gnu.org>
672
673 PR fortran/44491
674 * expr.c (gfc_check_assign): Select non-NULL locus.
675
676 2018-06-11 Janus Weil <janus@gcc.gnu.org>
677
678 PR fortran/45521
679 * interface.c (compare_ptr_alloc): New function.
680 (generic_correspondence): Call it.
681
682 2018-06-10 Thomas Koenig <tkoenig@gcc.gnu.org>
683
684 * gfortran.h (gfc_expr): Add no_bounds_check field.
685 * frontend-passes.c (get_array_inq_function): Set no_bounds_check
686 on function and function argument.
687 (inline_matmul_assign): Set no_bounds_check on zero expression
688 and on lhs of zero expression.
689 Also handle A1B2 case if realloc on assigment is active.
690 * trans-array.c (gfc_conv_array_ref): Don't do range checking
691 if expr has no_bounds_check set.
692 (gfc_conv_expr_descriptor): Set no_bounds_check on ss if expr
693 has it set.
694 * trans-expr.c (gfc_trans_assignment_1): Set no_bounds_check
695 on lss and lss if the corresponding expressions have it set.
696
697 2018-06-10 Dominique d'Humieres <dominiq@gcc.gnu.org>
698
699 PR fortran/79854
700 * trans-const.c: Remove include "diagnostic-core.h".
701 (gfc_conv_constant_to_tree): Replace fatal_error with gcc_unreachable.
702
703 2018-06-10 Janus Weil <janus@gcc.gnu.org>
704
705 PR fortran/85088
706 * decl.c (match_attr_spec): Synchronize the DECL_* enum values with the
707 INTENT_* values from the enum 'sym_intent'. Call 'match_intent_spec'
708 and remove a TODO note.
709 * gfortran.h: Add a comment to sym_intent.
710
711 2018-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
712
713 PR fortran/38351
714 * resolve.c (resolve_operator): Provide better error message for
715 derived type entity used in an binary intrinsic numeric operator.
716
717 2018-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
718
719 PR fortran/85138
720 PR fortran/85996
721 PR fortran/86051
722 * decl.c (gfc_match_char_spec): Use private namespace in attempt to
723 reduce a charlen to a constant.
724
725 2018-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
726
727 PR fortran/78278
728 * data.c (gfc_assign_data_value): Re-arrange code to allow for
729 an error for double initialization of CHARACTER entities.
730
731 2018-06-09 Steven G. Kargl <kargl@gcc.gnu.org>
732
733 PR fortran/63514
734 * symbol.c (gfc_add_volatile): Enforce F2008:C1282 and F2018:C1588.
735
736 2018-06-08 Thomas Koenig <tkoenig@gcc.gnu.org>
737
738 PR fortran/85631
739 * trans.h (gfc_ss): Add field no_bounds_check.
740 * trans-array.c (gfc_conv_ss_startstride): If flag_realloc_lhs and
741 ss->no_bounds_check is set, do not use runtime checks.
742 * trans-expr.c (gfc_trans_assignment_1): Set lss->no_bounds_check
743 for reallocatable lhs.
744
745 2018-06-08 Steven G. Kargl <kargl@gcc.gnu.org>
746
747 PR fortran/86059
748 * array.c (match_array_cons_element): NULL() cannot be in an
749 array constructor.
750
751 2018-06-08 Steven G. Kargl <kargl@gcc.gnu.org>
752
753 PR fortran/78571
754 * data.c (create_character_initializer): Return early if type is
755 incompatible with CHARACTER.
756
757 2018-06-07 Steven G. Kargl <kargl@gcc.gnu.org>
758
759 PR fortran/86045
760 * simplify.c (gfc_simplify_mod): Re-arrange code to test whether
761 'P' is zero and issue an error if it is.
762
763 2018-06-06 Thomas Koenig <tkoenig@gcc.gnu.org>
764
765 PR fortran/85641
766 * frontend-passes.c (is_fe_temp): Add prototype.
767 (realloc_string_callback): Early return for frontend-generated
768 temporary.
769
770 2018-06-05 Cesar Philippidis <cesar@codesourcery.com>
771
772 PR fortran/85701
773
774 * openmp.c (gfc_resolve_oacc_declare): Error on functions and
775 subroutine data clause arguments.
776
777 2018-06-04 Steven G. Kargl <kargl@gcc.gnu.org>
778
779 PR fortran/85981
780 * resolve.c (resolve_allocate_deallocate): Check errmsg is default
781 character kind.
782
783 2018-06-03 Paul Thomas <pault@gcc.gnu.org>
784
785 PR fortran/36497
786 * decl.c (variable_decl): Use gfc_add_type for cray pointees.
787
788 2018-06-01 Steven G. Kargl <kargl@gcc.gnu.org>
789
790 PR fortran/63570
791 * check.c (gfc_check_random_init): New function. Check arguments of
792 RANDOM_INIT.
793 * gfortran.h (GFC_ISYM_RANDOM_INIT): New enum token.
794 * intrinsic.c (add_subroutines): Add RANDOM_INIT to list of
795 subroutines.
796 (gfc_check_intrinsic_standard): Introduce Fortran 2018 check.
797 * intrinsic.h: Add prototypes for gfc_check_random_init and
798 gfc_resolve_random_init
799 * intrinsic.texi: Document new intrinsic subprogram.
800 * iresolve.c (gfc_resolve_random_init): Resolve routine name.
801 * trans-decl.c: Declare gfor_fndecl_random_init
802 * trans-intrinsic.c (conv_intrinsic_random_init): New function.
803 Translate call to RANDOM_INIT.
804 (gfc_conv_intrinsic_subroutine): Call it.
805 * trans.h: Declare gfor_fndecl_random_init
806
807 2018-05-27 Steven G. Kargl <kargl@gcc.gnu.org>
808
809 * decl.c (match_data_constant): Fortran 2018 allows pointer
810 initialization in a data statement.
811
812 2018-05-25 Janus Weil <janus@gcc.gnu.org>
813
814 PR fortran/85839
815 * match.c (gfc_match_block_data): Call gfc_notify_std to warn about
816 an obsolescent feature in Fortran 2018.
817 (gfc_match_equivalence): Ditto.
818 * resolve.c (resolve_common_blocks): Ditto.
819 (gfc_resolve_forall): Ditto.
820 * symbol.c (gfc_define_st_label): Ditto.
821
822 2018-05-24 Steven G. Kargl <kargl@gcc.gnu.org>
823
824 PR fortran/85543
825 * resolve.c (update_current_proc_array_outer_dependency): Avoid NULL
826 pointer dereference.
827
828 2018-05-24 Steven G. Kargl <kargl@gcc.gnu.org>
829
830 PR fortran/85780
831 * resolve.c (resolve_fl_procedure): Avoid NULL dereference.
832
833 2018-05-24 Steven G. Kargl <kargl@gcc.gnu.org>
834
835 PR fortran/85779
836 * decl.c (gfc_match_derived_decl): Fix NULL point dereference.
837
838 2018-05-24 Steven G. Kargl <kargl@gcc.gnu.org>
839
840 PR fortran/85895
841 * resolve.c (resolve_sync): Resolve expression before checking for
842 an error.
843
844 2018-05-22 Janus Weil <janus@gcc.gnu.org>
845
846 PR fortran/85841
847 * libgfortran.h: Remove the macros GFC_STD_F2008_TS and
848 GFC_STD_OPT_F08TS.
849 * error.c (notify_std_msg): Remove GFC_STD_F2008_TS.
850 * options.c (set_default_std_flags): Ditto.
851 (gfc_handle_option): Make -std=f2008ts an alias for -std=f2018.
852 * array.c (gfc_match_array_spec): Replace GFC_STD_F2008_TS by
853 GFC_STD_F2018.
854 * check.c (gfc_check_atomic, gfc_check_event_query,
855 gfc_check_c_f_pointer, gfc_check_c_f_procpointer, gfc_check_c_funloc,
856 gfc_check_c_loc, gfc_check_num_images, gfc_check_this_image): Ditto.
857 * decl.c (gfc_verify_c_interop_param, gfc_match_decl_type_spec): Ditto.
858 * intrinsic.c (add_functions, add_subroutines,
859 gfc_check_intrinsic_standard): Ditto.
860 * iso-c-binding.def: Ditto.
861 * iso-fortran-env.def: Ditto.
862 * match.c (gfc_match_event_post, gfc_match_event_wait,
863 gfc_match_fail_image, gfc_match_form_team, gfc_match_change_team,
864 gfc_match_end_team, gfc_match_sync_team): Ditto.
865 * gfortran.texi: Remove mention of -std=f2008ts.
866 Move TSs into F2018 section.
867 * invoke.texi: Update documentation of -std=f2008ts.
868
869 2018-05-21 Janus Weil <janus@gcc.gnu.org>
870
871 PR fortran/85841
872 * libgfortran.h: New macros GFC_STD_OPT_*.
873 * error.c (notify_std_msg): New function.
874 (gfc_notify_std): Adjust such that it can handle combinations of
875 GFC_STD_* flags in the 'std' argument, not just a single one.
876 * match.c (match_arithmetic_if, gfc_match_if): Reject arithmetic if
877 in Fortran 2018.
878 (gfc_match_stopcode): Use GFC_STD_OPT_* macros.
879 * options.c (set_default_std_flags): Warn for F2018 deleted features
880 by default.
881 (gfc_handle_option): F2018 deleted features are allowed in earlier
882 standards.
883 * symbol.c (gfc_define_st_label, gfc_reference_st_label): Reject
884 nonblock do constructs in Fortran 2018.
885
886 2018-05-20 Paul Thomas <pault@gcc.gnu.org>
887
888 PR fortran/80657
889 * resolve.c (flag_fn_result_spec): Use the 'sym' argument to
890 test for self refs to the function result in the character len
891 expression. If a self reference is found, emit an error and
892 return true.
893 (resolve_fntype): Use the function symbol in the calls to the
894 above.
895
896 2018-05-20 Paul Thomas <pault@gcc.gnu.org>
897
898 PR fortran/49636
899 * trans-array.c (gfc_get_array_span): Renamed from
900 'get_array_span'.
901 (gfc_conv_expr_descriptor): Change references to above.
902 * trans-array.h : Add prototype for 'gfc_get_array_span'.
903 * trans-intrinsic.c (gfc_conv_associated): Add pre and post
904 blocks for 'arg1'.
905 * trans-stmt.c (trans_associate_var): If the associate name is
906 a subref array pointer, use gfc_get_array_span for the span.
907
908 2018-05-20 Paul Thomas <pault@gcc.gnu.org>
909
910 PR fortran/82275
911 * match.c (gfc_match_type_spec): Go through the array ref and
912 decrement 'rank' for every dimension that is an element.
913
914 2018-05-19 Paul Thomas <pault@gcc.gnu.org>
915
916 PR fortran/82923
917 PR fortran/66694
918 PR fortran/82617
919 * trans-array.c (gfc_alloc_allocatable_for_assignment): Set the
920 charlen backend_decl of the rhs expr to ss->info->string_length
921 so that the value in the current scope is used.
922
923 2018-05-13 Steven G. Kargl <kargl@gcc.gnu.org>
924
925 PR fortran/63529
926 * gfortran.texi: Clarify documentation for Cray pointer and
927 assumed-sized array.
928
929 2018-05-13 Paul Thomas <pault@gcc.gnu.org>
930
931 PR fortran/85742
932 * trans-types.c (gfc_get_dtype_rank_type): Reorder evaluation
933 of 'size'. If the element type is a pointer use the size of the
934 TREE_TYPE of the type, unless it is VOID_TYPE. In this latter
935 case, set the size to zero.
936
937 2018-05-13 Steven G. Kargl <kargl@gcc.gnu.org>
938
939 * gfortran.h: Remove prototype.
940 * symbol.c (gfc_new_undo_checkpoint): Remove unused function.
941
942 2018-05-11 Steven G. Kargl <kargl@gcc.gnu.org>
943
944 PR fortran/85542
945 * expr.c (check_inquiry): Avoid NULL pointer dereference.
946
947 2018-05-10 Steven G. Kargl <kargl@gcc.gnu.org>
948
949 PR fortran/85687
950 * check.c (gfc_check_rank): Check that the argument is a data object.
951
952 2018-05-10 Steven G. Kargl <kargl@gcc.gnu.org>
953
954 PR fortran/85521
955 * array.c (gfc_resolve_character_array_constructor): Substrings
956 with upper bound smaller than lower bound are zero length strings.
957
958 2018-05-10 Steven G. Kargl <kargl@gcc.gnu.org>
959
960 PR fortran/70870
961 * data.c (gfc_assign_data_value): Check that a data object does
962 not also have default initialization.
963
964 2018-05-10 Marek Polacek <polacek@redhat.com>
965
966 PR fortran/85735
967 * options.c (gfc_post_options): Set main_input_filename.
968
969 2018-05-10 Thomas Koenig <tkoenig@gcc.gnu.org>
970
971 PR fortran/54613
972 * intrinsic.texi: Document BACK for MINLOC and MAXLOC.
973
974 2018-05-10 Paul Thomas <pault@gcc.gnu.org>
975
976 PR fortran/68846
977 PR fortran/70864
978 * resolve.c (get_temp_from_expr): The temporary must not have
979 dummy or intent attributes.
980
981 2018-05-08 Thomas Koenig <tkoenig@gcc.gnu.org>
982
983 PR fortran/54613
984 * check.c (gfc_check_minmaxloc): Remove error for BACK not being
985 implemented. Use gfc_logical_4_kind for BACK.
986 * simplify.c (min_max_choose): Add optional argument back_val.
987 Handle it.
988 (simplify_minmaxloc_to_scalar): Add argument back_val. Pass
989 back_val to min_max_choose.
990 (simplify_minmaxloc_to_nodim): Likewise.
991 (simplify_minmaxloc_to_array): Likewise.
992 (gfc_simplify_minmaxloc): Add argument back, handle it.
993 Pass back_val to specific simplification functions.
994 (gfc_simplify_minloc): Remove ATTRIBUTE_UNUSED from argument back,
995 pass it on to gfc_simplify_minmaxloc.
996 (gfc_simplify_maxloc): Likewise.
997 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Adjust
998 comment. If BACK is true, use greater or equal (or lesser or
999 equal) insteal of greater (or lesser). Mark the condition of
1000 having found a value which exceeds the limit as unlikely.
1001
1002 2018-05-07 Jeff Law <law@redhat.comg>
1003
1004 * scanner.c (preprocessor_line): Call linemap_add after a line
1005 directive that changes the current filename.
1006
1007 2018-05-06 Andre Vehreschild <vehre@gcc.gnu.org>
1008
1009 PR fortran/85507
1010 * dependency.c (gfc_dep_resolver): Revert looking at coarray dimension
1011 introduced by r259385.
1012 * trans-intrinsic.c (conv_caf_send): Always report a dependency for
1013 same variables in coarray assignments.
1014
1015 2018-05-02 Tom de Vries <tom@codesourcery.com>
1016
1017 PR libgomp/82428
1018 * f95-lang.c (DEF_GOACC_BUILTIN_ONLY): Define.
1019
1020 2018-04-24 Steven G. Kargl <kargl@gcc.gnu.org>
1021
1022 PR fortran/85520
1023 * decl.c (gfc_match_char_spec): Check for negative length and set to 0.
1024
1025 2018-04-14 Andre Vehreschild <vehre@gcc.gnu.org>
1026
1027 PR fortran/81773
1028 PR fortran/83606
1029 * dependency.c (gfc_dep_resolver): Coarray indexes are to be ignored
1030 during dependency computation. They define no data dependency.
1031 * trans-array.c (conv_array_index_offset): The stride can not be set
1032 here, prevent fail.
1033 * trans-intrinsic.c (conv_caf_send): Add creation of temporary array
1034 for caf_get's result and copying to the array with vectorial
1035 indexing.
1036
1037 2018-04-14 Thomas Koenig <tkoenig@gcc.gnu.org>
1038
1039 PR fortran/85387
1040 * frontend-passes.c (traverse_io_block): Check for start, end or
1041 stride being defined by an outer implied DO loop.
1042
1043 2018-04-12 Thomas Koenig <tkoenig@gcc.gnu.org>
1044
1045 PR fortran/83064
1046 PR testsuite/85346
1047 * trans-stmt.c (gfc_trans_forall_loop): Use annot_expr_ivdep_kind
1048 for annotation and remove dependence on -ftree-parallelize-loops.
1049
1050 2018-04-10 Jakub Jelinek <jakub@redhat.com>
1051
1052 PR fortran/85313
1053 * openmp.c (resolve_omp_do): Remove bogus if (j < i) break;.
1054 (resolve_oacc_nested_loops): Likewise. Formatting fix.
1055
1056 2018-04-09 Thomas Koenig <tkoenig@gcc.gnu.org>
1057
1058 PR fortran/83064
1059 * trans-stmt.c (gfc_trans_forall_loop): Remove annotation for
1060 parallell processing of DO CONCURRENT -ftree-parallelize-loops
1061 is set.
1062
1063 2018-04-09 Thomas Koenig <tkoenig@gcc.gnu.org>
1064
1065 PR fortran/51260
1066 * resolve.c (resolve_variable): Simplify cases where access to a
1067 parameter array results in a single constant.
1068
1069 2018-04-02 Thomas Koenig <tkoenig@gcc.gnu.org>
1070
1071 PR fortran/85102
1072 * decl.c (variable_decl): If upper or lower bounds simplify
1073 to a constant, use that.
1074
1075 2018-03-30 Paul Thomas <pault@gcc.gnu.org>
1076
1077 PR fortran/84931
1078 * simplify.c (gfc_convert_constant): Handle case of array
1079 constructors within an array that has no iterator and improve
1080 the conciseness of this section of code.
1081
1082 2017-03-30 Thomas Koenig <tkoenig@gcc.gnu.org>
1083
1084 PR fortran/85111
1085 * array.c (gfc_resolve_character_array_constructor): Early
1086 exit for zero-size arrays.
1087 * simplify.c (simplify_transformation_to_array): Exit early
1088 if the result size is zero.
1089 (simplify_minmaxloc_to_array): Likewise.
1090
1091 2018-03-28 Mikael Morin <mikael@gcc.gnu.org>
1092
1093 PR fortran/69497
1094 * symbol.c (gfc_symbol_done_2): Start freeing namespaces
1095 from the root.
1096 (gfc_free_namespace): Restore assert (revert r258839).
1097
1098 2018-03-28 Jakub Jelinek <jakub@redhat.com>
1099
1100 * gfortran.h (gfc_dt): Rename default_exp field to dec_ext.
1101 * ioparm.def (IOPARM_dt_default_exp): Rename to ...
1102 (IOPARM_dt_dec_ext): ... this.
1103 * trans-io.c (build_dt): Adjust for default_exp renaming to
1104 dec_ext and IOPARM_dt_default_exp renaming to IOPARM_dt_dec_ext.
1105 * io.c (match_io): Likewise.
1106
1107 2018-03-27 Thomas Koenig <tkoenig@gcc.gnu.org>
1108
1109 PR fortran/85084
1110 * frontend-passes.c (gfc_run_passes): Do not run front-end
1111 optimizations if a previous error occurred.
1112
1113 2018-03-27 Thomas Koenig <tkoenig@gcc.gnu.org>
1114 Harald Anlauf <anlauf@gmx.de>
1115
1116 PR fortran/85083
1117 * primary.c (gfc_convert_to_structure_constructor): Check
1118 conformance of argument types in structure constructor.
1119
1120 2018-03-26 Thomas Koenig <tkoenig@gcc.gnu.org>
1121
1122 PR fortran/66709
1123 * io.c: Include constructor.h.
1124 (resolve_tag_format): For a constant character array, concatenate
1125 into a single character expression.
1126
1127 2018-03-25 Seth Johnson <johnsonsr@ornl.gov>
1128 Dominique d'Humieres <dominiq@gcc.gnu.org>
1129
1130 PR fortran/84924
1131 * check.c (gfc_check_c_f_pointer): Allow scalar noninteroperable
1132 scalar derived type with -std=f2003 and -std=f2008.
1133
1134 2018-03-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1135 Dominique d'Humieres <dominiq@gcc.gnu.org>
1136
1137 PR fortran/69497
1138 * symbol.c (gfc_free_namespace): Delete the assert and only if
1139 refs count is equals zero, free the namespace. Otherwise,
1140 something is halfway and other errors will resound.
1141
1142 2018-03-24 Thomas Koenig <tkoenig@gcc.gnu.org>
1143
1144 PR fortran/70068
1145 * expr.c (find_substring_ref): Change types of start, end
1146 and length variables to gfc_charlen_t. Set length to zero
1147 for empty substring.
1148
1149 2018-03-24 Steven G. Kargl <kargl@gcc.gnu.org>
1150
1151 PR fortran/42651
1152 * decl.c (check_function_name): Improved error message
1153 (gfc_match_volatile, gfc_match_asynchronous) Use check_function_name.
1154
1155 2018-03-22 Steven G. Kargl <kargl@gcc.gnu.org>
1156
1157 PR fortran/84922
1158 * decl.c (get_proc_name): If the MODULE prefix appears in interface
1159 body, then it must appear on the contained subroutine or function.
1160 While here, fix nearby mis-indented code.
1161
1162 2018-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
1163 Harald Anlauf <anlauf@gmx.de>
1164
1165 PR fortran/84957
1166 * trans-types.c (gfc_sym_type): Do not dereference NULL pointer.
1167
1168 2018-03-21 Janne Blomqvist <jb@gcc.gnu.org>
1169
1170 PR fortran/84615
1171 * trans-expr.c (gfc_conv_procedure_call): Convert charlen to
1172 gfc_charlen_type_node when calling procedure.
1173
1174 2018-03-20 Steven G. Kargl <kargl@gcc.gnu.org>
1175
1176 PR fortran/85001
1177 * interface.c (symbol_rank): Remove bogus null pointer check that
1178 crept in when translating a ternary operator into an if-else
1179 constructor.
1180
1181 2018-03-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1182
1183 PR fortran/84931
1184 * simplify.c (gfc_convert_constant): Correctly handle iterators
1185 for type conversion.
1186
1187 2018-03-18 Steven G. Kargl <kargl@gcc.gnu.org>
1188
1189 PR fortran/77414
1190 * decl.c (get_proc_name): Check for a subroutine re-defined in
1191 the contain portion of a subroutine. Change language of existing
1192 error message to better describe the issue. While here fix whitespace
1193 issues.
1194
1195 2018-03-18 Steven G. Kargl <kargl@gcc.gnu.org>
1196
1197 PR fortran/65453
1198 * decl.c (get_proc_name): Catch clash between a procedure statement
1199 and a contained subprogram
1200
1201 2018-03-16 Steven G. Kargl <kargl@gcc.gnu.org>
1202
1203 PR fortran/69395
1204 * decl.c (merge_array_spec): Correct the error condition.
1205
1206 2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
1207
1208 PR fortran/78741
1209 * decl.c (get_proc_name): Check for clash of entry name with
1210 subroutine name.
1211
1212 2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
1213
1214 PR fortran/69395
1215 * decl.c (merge_array_spec): Limit the merging to maximum allowed
1216 dimensions, and issue error message if limit is exceeded.
1217
1218 2018-03-13 Steven G. Kargl <kargl@gcc.gnu.org>
1219
1220 * check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).
1221 * intrinsic.c (add_functions): Remove reference to gfc_resolve_kill.
1222 (add_subroutines): Remove reference to gfc_resolve_kill_sub.
1223 * intrinsic.texi: Update documentation.
1224 * iresolve.c (gfc_resolve_kill, gfc_resolve_kill_sub): Remove.
1225 * trans-decl.c (gfc_build_intrinsic_function_decls): Add
1226 gfor_fndecl_kill and gfor_fndecl_kill_sub
1227 * trans-intrinsic.c (conv_intrinsic_kill, conv_intrinsic_kill_sub): new
1228 functions.
1229 (gfc_conv_intrinsic_function): Use conv_intrinsic_kill.
1230 (gfc_conv_intrinsic_subroutine): Use conv_intrinsic_kill_sub.
1231 * trans.h: Declare gfor_fndecl_kill and gfor_fndecl_kill_sub.
1232
1233 2018-03-11 Paul Thomas <pault@gcc.gnu.org>
1234
1235 PR fortran/84546
1236 * trans-array.c (structure_alloc_comps): Make sure that the
1237 vptr is copied and that the unlimited polymorphic _len is used
1238 to compute the size to be allocated.
1239 * trans-expr.c (gfc_get_class_array_ref): If unlimited, use the
1240 unlimited polymorphic _len for the offset to the element.
1241 (gfc_copy_class_to_class): Set the new 'unlimited' argument.
1242 * trans.h : Add the boolean 'unlimited' to the prototype.
1243
1244 2018-03-11 Steven G. Kargl <kargl@gcc.gnu.org>
1245
1246 PR fortran/83939
1247 * resolve.c (resolve_fl_procedure): Enforce F2018:C15100.
1248
1249 2018-03-11 Steven G. Kargl <kargls@gcc.gnu.org>
1250
1251 * check.c (gfc_check_kill): Check pid and sig are scalar.
1252 (gfc_check_kill_sub): Restrict kind to 4 and 8.
1253 * intrinsic.c (add_function): Sort keyword list. Add pid and sig
1254 keywords for KILL. Remove redundant *back="back" in favor of the
1255 original *bck="back".
1256 (add_subroutines): Sort keyword list. Add pid and sig keywords
1257 for KILL.
1258 * intrinsic.texi: Fix documentation to consistently use pid and sig.
1259 * iresolve.c (gfc_resolve_kill): Kind can only be 4 or 8. Choose the
1260 correct function.
1261 (gfc_resolve_rename_sub): Add comment.
1262
1263 2018-03-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1264
1265 PR fortran/66128
1266 * simplify.c (simplify_transformation): Return default result for
1267 empty array argument.
1268 (gfc_simplify_all): Remove special-case handling for zerosize.
1269 (gfc_simplify_any): Likewise.
1270 (gfc_simplify_count): Likewise.
1271 (gfc_simplify_iall): Likewise.
1272 (gfc_simplify_iany): Likewise.
1273 (gfc_simplify_iparity): Likewise.
1274 (gfc_simplify_minval): Likewise.
1275 (gfc_simplify_maxval): Likewise.
1276 (gfc_simplify_norm2): Likewise.
1277 (gfc_simplify_product): Likewise.
1278 (gfc_simplify_sum): Likewise.
1279
1280 2018-03-10 Steven G. Kargl <kargl@gcc.gnu.org>
1281
1282 PR fortran/84734
1283 * arith.c (check_result, eval_intrinsic): If result overflows, pass
1284 the expression up the chain instead of a NULL pointer.
1285
1286 2018-03-07 Steven G. Kargl <kargl@gcc.gnu.org>
1287
1288 PR fortran/64124
1289 PR fortran/70409
1290 * decl.c (gfc_match_char_spec): Try to reduce a charlen to a constant.
1291
1292 2017-03-06 Thomas Koenig <tkoenig@gcc.gnu.org>
1293
1294 PR fortran/84697
1295 PR fortran/66128
1296 * expr.c (simplify_parameter_variable): If p is a size zero array
1297 and not an ARRAY_EXPR insert an empty array constructor and
1298 return.
1299 * gfortran.h: Add prototype for gfc_is_size_zero_array.
1300 * simplify.c (is_size_zero_array): Make non-static and rename into
1301 (gfc_is_size_zero_array): Check for parameter arrays of zero
1302 size by comparing shape and absence of constructor.
1303 (gfc_simplify_all): Use gfc_is_size_zero_array instead of
1304 is_size_zero_array.
1305 (gfc_simplify_count): Likewise.
1306 (gfc_simplify_iall): Likewise.
1307 (gfc_simplify_iany): Likewise.
1308 (gfc_simplify_iparity): Likewise.
1309 (gfc_simplify_minval): Likewise.
1310 (gfc_simplify_maxval): Likewise.
1311 (gfc_simplify_product): Likewise.
1312 (gfc_simplify_sum): Likewise.
1313
1314 2018-03-06 Steven G. Kargl <kargl@gcc.gnu.org>
1315
1316 PR fortran/56667
1317 * primary.c (match_sym_complex_part): Give the matcher for an implied
1318 do-loop a chance to run.
1319
1320 2018-03-03 Harald Anlauf <anlauf@gmx.de>
1321
1322 PR fortran/71085
1323 * trans-expr.c (gfc_apply_interface_mapping_to_expr): Do not
1324 dereference NULL pointer.
1325
1326 2018-03-03 Steven G. Kargl <kargl@gcc.gnu.org>
1327
1328 PR fortran/66128
1329 * simplify.c (is_size_zero_array): New function to check for size
1330 zero array.
1331 (gfc_simplify_all, gfc_simplify_any, gfc_simplify_count,
1332 gfc_simplify_iall, gfc_simplify_iany, gfc_simplify_iparity,
1333 gfc_simplify_minval, gfc_simplify_maxval, gfc_simplify_norm2,
1334 gfc_simplify_product, gfc_simplify_sum): Use it, and implement
1335 requirements from F2018.
1336
1337 2018-03-03 Steven G. Kargl <kargl@gcc.gnu.org>
1338
1339 PR fortran/51434
1340 * simplify.c (gfc_simplify_transfer): Resolve mold.
1341
1342 2018-03-03 Paul Thomas <pault@gcc.gnu.org>
1343
1344 PR fortran/80965
1345 * resolve.c (build_loc_call): Change symtree name from 'loc' to
1346 '_loc'.
1347
1348 2018-03-01 Paul Thomas <pault@gcc.gnu.org>
1349
1350 PR fortran/84219
1351 * target-memory.c (gfc_interpret_derived): Assert that BT_VOID
1352 components are caf tokens.
1353 (gfc_target_interpret_expr): Treat BT_VOID expressions as
1354 integers.
1355
1356 2018-03-01 Paul Thomas <pault@gcc.gnu.org>
1357
1358 PR fortran/84538
1359 * class.c (class_array_ref_detected): Remove the condition that
1360 there be no reference after the array reference.
1361 (find_intrinsic_vtab): Remove excess whitespace.
1362 * trans-array.c (gfc_conv_scalarized_array_ref): Rename 'tmp'
1363 as 'base and call build_class_array_ref earlier.
1364
1365 2018-02-28 Paul Thomas <pault@gcc.gnu.org>
1366
1367 PR fortran/83901
1368 * trans-stmt.c (trans_associate_var): Make sure that the se
1369 expression is a pointer type before converting it to the symbol
1370 backend_decl type.
1371
1372 2018-02-25 Steven G. Kargl <kargl@gcc.gnu.org>
1373
1374 PR fortran/83633
1375 * decl.c (variable_decl): Check that an explicit-shape-array with
1376 nonconstant bounds is allowed.
1377
1378 2018-02-25 Paul Thomas <pault@gcc.gnu.org>
1379
1380 PR fortran/84523
1381 * trans-intrinsic.c (gfc_conv_allocated): If the argument se
1382 has a pre block, add it to the expression pre block.
1383
1384 2018-02-25 Thomas Koenig <tkoenig@gcc.gnu.org>
1385
1386 PR fortran/78238
1387 * gfortran.h (gfc_integer_4_kind): Define.
1388 * resolve.c (resolve_select_type): Make sure that the
1389 kind of c->high is gfc_integer_4_kind.
1390
1391 2018-02-24 Steven G. Kargl <kargl@gcc.gnu.org>
1392
1393 PR fortran/30792
1394 * decl.c (gfc_match_data): Check for invalid substring in
1395 data-implied-do
1396
1397 2018-02-23 Steven G. Kargl <kargl@gcc.gnu.org>
1398
1399 * intrinsic.texi: Arguments to MATMUL cannot both be rank one.
1400
1401 2018-02-23 Steven G. Kargl <kargl@gcc.gnu.org>
1402
1403 PR fortran/84511
1404 * trans-io.c (transfer_expr): Deal with C_LOC in transfer statement.
1405
1406 2018-02-23 Steven G. Kargl <kargl@gcc.gnu.org>
1407
1408 PR fortran/84346
1409 * interface.c (compare_actual_formal): Issue error if keyword is
1410 used in a statement function.
1411
1412 2018-02-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1413
1414 PR fortran/84506
1415 * trans-io.c (set_parameter_value_inquire): Adjust range check of
1416 negative unit values for kind=8 units to the kind=4 negative limit.
1417
1418 2018-02-23 Paul Thomas <pault@gcc.gnu.org>
1419
1420 PR fortran/83149
1421 * trans-types.c (gfc_sym_type): Test sym->ns->proc_name before
1422 accessing its components.
1423
1424 2018-02-23 Paul Thomas <pault@gcc.gnu.org>
1425
1426 PR fortran/83149
1427 * trans-decl.c (gfc_finish_var_decl): Test sym->ns->proc_name
1428 before accessing its components.
1429
1430 2018-02-23 Paul Thomas <pault@gcc.gnu.org>
1431
1432 PR fortran/83148
1433 * trans-const.c : Clean up some whitespace issues.
1434 * trans-expr.c (gfc_conv_initializer): If an iso_c_binding
1435 derived type has a kind value of zero, set it to the default
1436 integer kind.
1437
1438 2018-02-23 Janne Blomqvist <jb@gcc.gnu.org>
1439
1440 PR fortran/84519
1441 * trans-decl.c (gfc_build_builtin_function_decls): Add bool
1442 argument to stop and error stop decls.
1443 * trans-stmt.c (gfc_trans_stop): Add false value to argument
1444 lists.
1445
1446 2018-02-22 Janne Blomqvist <jb@gcc.gnu.org>
1447
1448 PR 78534
1449 PR 84509
1450 * trans-decl.c (gfc_build_builtin_function_decls): Pass
1451 gfc_int8_type node to pause_numeric, size_type_node to
1452 pause_string.
1453 * trans-stmt.c (gfc_trans_pause): Likewise.
1454
1455 2018-02-22 Janne Blomqvist <jb@gcc.gnu.org>
1456
1457 * gfortran.texi: Update Coarray API description.
1458 * trans-decl.c (gfc_build_builtin_function_decls): Use size_t for
1459 character lengths, int for exit codes.
1460 (generate_coarray_sym_init): Use size_t for character length.
1461 * trans-intrinsic.c (conv_co_collective): Likewise.
1462 * trans-stmt.c (gfc_trans_lock_unlock): Likewise.
1463 (gfc_trans_event_post_wait): Likewise.
1464 (gfc_trans_sync): Likewise.
1465 (gfc_trans_stop): Use size_t for character lengths, int for exit
1466 codes.
1467
1468 2018-02-20 Thomas Koenig <tkoenig@gcc.gnu.org>
1469
1470 PR fortran/48890
1471 PR fortran/83823
1472 * primary.c (gfc_convert_to_structure_constructor):
1473 For a constant string constructor, make sure the length
1474 is correct.
1475
1476 2018-02-19 Paul Thomas <pault@gcc.gnu.org>
1477
1478 PR fortran/83344
1479 PR fortran/83975
1480 * resolve.c (resolve_assoc_var): Rearrange the logic for the
1481 determination of the character length of associate names. If
1482 the associate name is missing a length expression or the length
1483 expression is not a constant and the target is not a variable,
1484 make the associate name allocatable and deferred length.
1485 * trans-decl.c (gfc_get_symbol_decl): Null the character length
1486 backend_decl for deferred length associate names that are not
1487 variables. Set 'length' to gfc_index_zero_node for character
1488 associate names, whose character length is a PARM_DECL.
1489
1490 2018-02-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1491
1492 PR fortran/35339
1493 * frontend-passes.c (traverse_io_block): Remove workaround for
1494 PR 80945.
1495
1496 2018-02-19 Andre Vehreschild <vehre@gcc.gnu.org>
1497
1498 * gfortran.texi: Document additional src/dst_type. Fix some typos.
1499 * trans-decl.c (gfc_build_builtin_function_decls): Declare the new
1500 argument of _caf_*_by_ref () with * e { get, send, sendget }.
1501 * trans-intrinsic.c (gfc_conv_intrinsic_caf_get): Add the type of the
1502 data referenced when generating a call to caf_get_by_ref ().
1503 (conv_caf_send): Same but for caf_send_by_ref () and
1504 caf_sendget_by_ref ().
1505
1506 2018-02-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1507
1508 PR fortran/84389
1509 * io.c (check_format): Allow FMT_COLON.
1510
1511 2018-02-18 Paul Thomas <pault@gcc.gnu.org>
1512
1513 PR fortran/80945
1514 * trans-array.c (gfc_conv_expr_descriptor): Set parmtype from
1515 the typenode in the case of deferred length characters.
1516
1517 2018-02-17 Thomas Koenig <tkoenig@gcc.gnu.org>
1518
1519 PR fortran/84270
1520 * frontend-passes (scalarized_expr): If the expression
1521 is an assumed size array, leave in the last reference
1522 and pass AR_SECTION instead of AR_FULL to gfc_resolve
1523 in order to avoid an error.
1524
1525 2018-02-17 Paul Thomas <pault@gcc.gnu.org>
1526
1527 PR fortran/84115
1528 * resolve.c (resolve_assoc_var): If a non-constant target expr.
1529 has no string length expression, make the associate variable
1530 into a deferred length, allocatable symbol.
1531 * trans-decl.c (gfc_is_reallocatable_lhs): Add and use a ptr to
1532 the symbol.
1533 * trans-stmt.c (trans_associate_var): Null and free scalar
1534 associate names that are allocatable. After assignment, remove
1535 the allocatable attribute to prevent reallocation.
1536
1537 2018-02-16 Jakub Jelinek <jakub@redhat.com>
1538
1539 PR fortran/84418
1540 * trans-openmp.c (gfc_trans_omp_clauses): For OMP_CLAUSE_LINEAR_REF
1541 kind set OMP_CLAUSE_LINEAR_STEP to TYPE_SIZE_UNIT times last_step.
1542
1543 2018-02-16 Dominique d'Humieres <dominiq@gcc.gnu.org>
1544
1545 PR fortran/84354
1546 * decl.c (gfc_get_pdt_instance): Replace '%qs' with %qs.
1547
1548 2018-02-15 Janus Weil <janus@gcc.gnu.org>
1549
1550 PR fortran/84409
1551 * interface.c (check_dtio_arg_TKR_intent): Add a check for character
1552 length.
1553
1554 2018-02-14 Janus Weil <janus@gcc.gnu.org>
1555
1556 PR fortran/84385
1557 * match.c (gfc_match_select_type): Fix check for selector in
1558 SELECT TYPE statement.
1559
1560 2018-02-13 Janus Weil <janus@gcc.gnu.org>
1561
1562 PR fortran/84313
1563 * symbol.c (check_conflict): Reject procedure pointers in common blocks.
1564
1565 2018-02-13 Alastair McKinstry <alastair.mckinstry@sceal.ie>
1566 Janne Blomqvist <jb@gcc.gnu.org>
1567
1568 * module.c (dump_module): Use lbasename to ensure that module
1569 files are reproducible.
1570
1571 2018-02-12 Janus Weil <janus@gcc.gnu.org>
1572
1573 PR fortran/84273
1574 * resolve.c (resolve_component): Fix checks of passed argument in
1575 procedure-pointer components.
1576
1577 2018-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1578
1579 PR fortran/35299
1580 * resolve.c (resolve_formal_arglist): Update error message.
1581
1582 2018-02-11 Andre Vehreschild <vehre@gcc.gnu.org>
1583
1584 * gfortran.texi: Fix typos in documentation of caf_register ().
1585 * trans-array.c (structure_alloc_comps): Only register a component of
1586 a derived typed corray, not of an ultimate component coarray.
1587
1588 2018-02-11 Steven G. Kargl <kargl@gcc.gnu.org>
1589
1590 PR fortran/54223
1591 PR fortran/84276
1592 * interface.c (compare_actual_formal): Add in_statement_function
1593 bool parameter. Skip check of INTENT attribute for statement
1594 functions. Arguments to a statement function cannot be optional,
1595 issue error for missing argument.
1596 (gfc_procedure_use, gfc_ppc_use, gfc_arglist_matches_symbol): Use
1597 in_statement_function.
1598
1599 2018-02-11 Paul Thomas <pault@gcc.gnu.org>
1600
1601 PR fortran/84074
1602 * trans-expr.c (gfc_conv_derived_to_class): Set the use_offset
1603 flag. If the is a vector subscript or the expression is not a
1604 variable, make the descriptor one-based.
1605
1606 2018-02-10 Paul Thomas <pault@gcc.gnu.org>
1607
1608 PR fortran/84141
1609 PR fortran/84155
1610 * trans-array.c (gfc_array_init_size): Revert the change made
1611 in revision 257356 setting the dtype.
1612 * trans-types.c (gfc_get_dtype): Do not use the cached dtype.
1613 Call gfc_get_dtype_rank_type every time.
1614
1615 PR fortran/56691
1616 * trans-array.c (gfc_conv_expr_descriptor): If the source array
1617 is a descriptor type, use its offset, removing the condition
1618 that is be a class expression.
1619
1620 2018-02-07 Steven G. Kargl <kargl@gcc.gnu.org>
1621
1622 PR fortran/82994
1623 * match.c (gfc_match_deallocate): Check for NULL pointer.
1624
1625 2018-02-07 Thomas Koenig <tkoenig@gcc.gnu.org>
1626
1627 PR fortran/68560
1628 * trans-intrinsic.c (gfc_conv_intrinsic_shape): New function.
1629 (gfc_conv_intrinsic_function): Call it.
1630
1631 2018-02-07 Steven G. Kargl <kargl@gcc.gnu.org>
1632
1633 PR fortran/82049
1634 * match.c (gfc_match_type_spec): If the charlen is non-NULL, then
1635 try to resolve it. While here return early if possible.
1636
1637 2018-02-04 Paul Thomas <pault@gcc.gnu.org>
1638
1639 PR fortran/84115
1640 * trans-decl.c (gfc_get_symbol_decl): Do not finish the decl of
1641 'length' if the symbol charlen backend_decl is an indirect ref.
1642
1643 2018-02-03 Paul Thomas <pault@gcc.gnu.org>
1644
1645 PR fortran/84141
1646 PR fortran/84155
1647 * trans-array.c (gfc_array_init_size): Instead of gfc_get_dtype
1648 use gfc_get_dtype_rank_type.
1649
1650 2018-02-01 Janne Blomqvist <jb@gcc.gnu.org>
1651
1652 PR 83975
1653 PR 83344
1654 * resolve.c (resolve_assoc_var): Generate an error if
1655 target length unknown.
1656
1657 2018-02-01 Janne Blomqvist <jb@gcc.gnu.org>
1658
1659 PR fortran/83705
1660 * simplify.c (gfc_simplify_repeat): Increase limit for deferring
1661 to runtime, print a warning message.
1662
1663 2018-01-31 Jakub Jelinek <jakub@redhat.com>
1664
1665 PR fortran/84116
1666 * openmp.c (gfc_match_omp_clauses): If all the linear
1667 gfc_match_omp_variable_list calls failed, don't gfc_free_omp_namelist
1668 nor set *head = NULL. Formatting fixes.
1669
1670 2018-01-31 Paul Thomas <pault@gcc.gnu.org>
1671
1672 PR fortran/84088
1673 * trans-expr.c (gfc_conv_procedure_call): If the parm expr is
1674 an address expression passed to an assumed rank dummy, convert
1675 to an indirect reference.
1676
1677 2018-01-31 Thomas Koenig <tkoenig@gcc.gnu.org>
1678
1679 * dump-parse-tree.c (write_proc): Use sym_name (which may
1680 be sym->binding_label) instead of sym->name.
1681
1682 2018-01-31 Janne Blomqvist <jb@gcc.gnu.org>
1683
1684 * trans-const.c (gfc_conv_string_init): Use gfc_charlen_t instead
1685 of int for slen.
1686
1687 2018-01-31 Janne Blomqvist <jb@gcc.gnu.org>
1688
1689 PR fortran/78534
1690 * trans-expr.c (fill_with_spaces): Use memset instead of
1691 generating loop.
1692 (gfc_trans_string_copy): Improve opportunity to use builtins with
1693 constant lengths.
1694
1695 2018-01-30 Jakub Jelinek <jakub@redhat.com>
1696
1697 PR debug/84131
1698 * trans-array.c (gfc_get_descriptor_offsets_for_info): Set *data_off
1699 to DATA_FIELD's offset rather than OFFSET_FIELD's offset.
1700
1701 2018-01-30 Thomas Koenig <tkoenig@gcc.gnu.org>
1702
1703 PR fortran/84134
1704 * array.c (gfc_ref_dimen_size): Whitespace fixes. If stride is
1705 zero, return false.
1706
1707 2018-01-30 Thomas Koenig <tkoenig@gcc.gnu.org>
1708
1709 PR fortran/84133
1710 * frontend-passes (matmul_to_var_expr): Return early if
1711 in association list.
1712 (inline_matmul_assign): Likewise.
1713
1714 2017-01-29 Thomas Koenig <tkoenig@gcc.gnu.org>
1715
1716 PR fortran/84073
1717 * resolve.c (resolve_component): Ensure BIND(C) character
1718 components have length one.
1719 (resolve_symbol): Likewise for variables.
1720
1721 2018-01-27 Jakub Jelinek <jakub@redhat.com>
1722
1723 PR fortran/84065
1724 * decl.c (add_init_expr_to_sym): Ignore initializers for too large
1725 lengths.
1726
1727 2018-01-26 Damian Rouson <damian@sourceryinstitute.org>
1728 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1729 Soren Rasmussen <s.c.rasmussen@gmail.com>
1730
1731 Partial support for Fortran 2018 teams features.
1732
1733 * array.c (gfc_match_array_ref): add team attribute in coarray
1734 transfers.
1735 * check.c (gfc_check_get_team, gfc_check_team_number): add new
1736 functions for get_team and team_number.
1737 * dump-parse-tree.c (show_code_node): add new statements: form team,
1738 change team, end team, and sync team.
1739 * expr.c (gfc_find_team_co): add new function.
1740 * gfortran.h: add new statements.
1741 * intrinsic.c (add_functions): add get_team and team_number functions.
1742 * intrinsic.h: add get_team and team_number prototypes for check,
1743 simplify, and resolve.
1744 * iresolve.c (gfc_resolve_get_team, gfc_resolve_team_number): add new
1745 functions.
1746 * iso-fortran-env.def: add the team_type derived type.
1747 * match.c (gfc_match_if, gfc_match_form_team, gfc_match_team_number)
1748 (gfc_match_end_team, gfc_match_sync_team, gfc_match_change_team):
1749 add change team, end team, form team, sync team match and functions.
1750 * match.h: add new prototypes for change team, end team, form team,
1751 and sync team.
1752 * parse.c (decode_statement): add cases for change team, end team,
1753 form team, and sync team.
1754 * resolve.c: add cases for exec form team, change team, end team, and
1755 sync team.
1756 * simplify.c (gfc_simplify_get_team): add new function for get team.
1757 * st.c (gfc_free_statement): add cases exec for change team, end team,
1758 form team, sync team.
1759 * trans-decl.c (gfor_fndecl_caf_form_team)
1760 (gfor_fndecl_caf_change_team, gfor_fndecl_caf_end_team)
1761 (gfor_fndecl_caf_sync_team, gfor_fndecl_caf_get_team)
1762 (gfor_fndecl_caf_team_number): add functions and definitions.
1763 * trans-intrinsic.c (conv_caf_send, conv_intrinsic_team_number): add
1764 new function and team_type argument support.
1765 * trans-stmt.c (gfc_trans_form_team, gfc_trans_change_team)
1766 (gfc_trans_end_team, gfc_trans_sync_team): add new functions.
1767 * trans-stmt.h: add new prototypes.
1768 * trans-types.c (gfc_get_derived_type): check condition for team_type.
1769 * trans.c (trans_code): new exec cases for form team, change team, end
1770 team, and sync team.
1771 * trans.h: add new prototypes.
1772
1773 2018-01-26 Steven G. Kargl <kargl@gcc.gnu.org>
1774
1775 PR fortran/83998
1776 * simplify.c (compute_dot_product): Initialize result to INTEGER(1) 0
1777 or .false. The summation does the correct type conversion.
1778 (gfc_simplify_dot_product): Special case zero-sized arrays.
1779
1780 2018-25-01 Paul Thomas <pault@gcc.gnu.org>
1781
1782 PR fortran/37577
1783 * array.c (gfc_match_array_ref): If standard earlier than F2008
1784 it is an error if the reference dimension is greater than 7.
1785 libgfortran.h : Increase GFC_MAX_DIMENSIONS to 15. Change the
1786 dtype masks and shifts accordingly.
1787 * trans-array.c (gfc_conv_descriptor_dtype): Use the dtype
1788 type node to check the field.
1789 (gfc_conv_descriptor_dtype): Access the rank field of dtype.
1790 (duplicate_allocatable_coarray): Access the rank field of the
1791 dtype descriptor rather than the dtype itself.
1792 * trans-expr.c (get_scalar_to_descriptor_type): Store the type
1793 of 'scalar' on entry and use its TREE_TYPE if it is ARRAY_TYPE
1794 (ie. a character).
1795 (gfc_conv_procedure_call): Pass TREE_OPERAND (tmp,0) to
1796 get_scalar_to_descriptor_type if the actual expression is a
1797 constant.
1798 (gfc_trans_structure_assign): Assign the rank directly to the
1799 dtype rank field.
1800 * trans-intrinsic.c (gfc_conv_intrinsic_rank): Cast the result
1801 to default integer kind.
1802 (gfc_conv_intrinsic_sizeof): Obtain the element size from the
1803 'elem_len' field of the dtype.
1804 * trans-io.c (gfc_build_io_library_fndecls): Replace
1805 gfc_int4_type_node with dtype_type_node where necessary.
1806 (transfer_namelist_element): Use gfc_get_dtype_rank_type for
1807 scalars.
1808 * trans-types.c : Provide 'get_dtype_type_node' to acces the
1809 dtype_type_node and, if necessary, build it.
1810 The maximum size of an array element is now determined by the
1811 maximum value of size_t.
1812 Update the description of the array descriptor, including the
1813 type def for the dtype_type.
1814 (gfc_get_dtype_rank_type): Build a constructor for the dtype.
1815 Distinguish RECORD_TYPEs that are BT_DERIVED or BT_CLASS.
1816 (gfc_get_array_descriptor_base): Change the type of the dtype
1817 field to dtype_type_node.
1818 (gfc_get_array_descr_info): Get the offset to the rank field of
1819 the dtype.
1820 * trans-types.h : Add a prototype for 'get_dtype_type_node ()'.
1821 * trans.h : Define the indices of the dtype fields.
1822
1823 2018-23-01 Paul Thomas <pault@gcc.gnu.org>
1824
1825 PR fortran/83866
1826 * decl.c (gfc_match_derived_decl): If eos not matched, recover
1827 and emit error about garbage after declaration.
1828
1829 2018-23-01 Paul Thomas <pault@gcc.gnu.org>
1830
1831 PR fortran/83898
1832 * trans-stmt.c (trans_associate_var): Do not set cst_array_ctor
1833 for characters.
1834
1835 2018-01-22 Janne Blomqvist <jb@gcc.gnu.org>
1836
1837 PR 78534
1838 PR 83704
1839 * arith.c (gfc_arith_concat): Use size_t for string length.
1840 (gfc_compare_string): Likewise.
1841 (gfc_compare_with_Cstring): Likewise.
1842 * array.c (gfc_resolve_character_array_constructor): Use
1843 HOST_WIDE_INT, gfc_mpz_get_hwi.
1844 * check.c (gfc_check_fe_runtime_error): Use size_t.
1845 * data.c (create_character_initializer): Use HOST_WIDE_INT,
1846 gfc_extract_hwi.
1847 * decl.c (gfc_set_constant_character_len): Use gfc_charlen_t.
1848 (add_init_expr_to_sym): Use HOST_WIDE_INT.
1849 * expr.c (gfc_build_init_expr): Use HOST_WIDE_INT,
1850 gfc_extract_hwi.
1851 (gfc_apply_init): Likewise.
1852 * match.h (gfc_set_constant_character_len): Update prototype.
1853 * primary.c (match_string_constant): Use size_t.
1854 * resolve.c (resolve_ordinary_assign): Use HOST_WIDE_INT,
1855 gfc_mpz_get_hwi.
1856 * simplify.c (init_result_expr): Likewise.
1857 (gfc_simplify_len_trim): Use size_t.
1858 * target-memory.c (gfc_encode_character): Use size_t.
1859 (gfc_target_encode_expr): Use HOST_WIDE_INT, gfc_mpz_get_hwi.
1860 (interpret_array): Use size_t.
1861 (gfc_interpret_character): Likewise.
1862 * target-memory.h (gfc_encode_character): Update prototype.
1863 (gfc_interpret_character): Likewise.
1864 (gfc_target_interpret_expr): Likewise.
1865 * trans-const.c (gfc_build_string_const): Use size_t for length
1866 argument.
1867 (gfc_build_wide_string_const): Likewise.
1868 * trans-const.h (gfc_build_string_const): Likewise.
1869 (gfc_build_wide_string_const): Likewise.
1870
1871 2018-01-20 Steven G. Kargl <kargl@gcc.gnu.org>
1872
1873 PR fortran/83900
1874 * simplify.c (gfc_simplify_matmul): Set return type correctly.
1875
1876 2018-01-19 Steven G. Kargl <kargl@gcc.gnu.org>
1877
1878 PR fortran/83900
1879 * simplify.c (gfc_simplify_matmul): Delete bogus assertion.
1880
1881 2018-01-17 Harald Anlauf <anlauf@gmx.de>
1882
1883 PR fortran/83864
1884 * expr.c (add_init_expr_to_sym): Do not dereference NULL pointer.
1885
1886 2018-01-17 Harald Anlauf <anlauf@gmx.de>
1887
1888 PR fortran/83874
1889 * decl.c (add_init_expr_to_sym): Do not dereference NULL pointer.
1890
1891 2018-01-15 Louis Krupp <louis.krupp@zoho.com>
1892
1893 PR fortran/82257
1894 * interface.c (compare_rank): Don't try to retrieve CLASS_DATA
1895 from symbol marked unlimited polymorphic.
1896 * resolve.c (resolve_structure_cons): Likewise.
1897 * misc.c (gfc_typename): Don't dereference derived->components
1898 if it's NULL.
1899
1900 2018-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
1901
1902 PR fortran/54613
1903 * gfortran.h (gfc_check_f): Rename f4ml to f5ml.
1904 (gfc_logical_4_kind): New macro
1905 * intrinsic.h (gfc_simplify_minloc): Add a gfc_expr *argument.
1906 (gfc_simplify_maxloc): Likewise.
1907 (gfc_resolve_maxloc): Likewise.
1908 (gfc_resolve_minloc): Likewise.
1909 * check.c (gfc_check_minloc_maxloc): Add checking for "back"
1910 argument; also raise error if it is used (for now). Add it
1911 if it isn't present.
1912 * intrinsic.c (add_sym_4ml): Rename to
1913 (add_sym_5ml), adjust for extra argument.
1914 (add_functions): Add "back" constant. Adjust maxloc and minloc
1915 for back argument.
1916 * iresolve.c (gfc_resolve_maxloc): Add back argument. If back is
1917 not of gfc_logical_4_kind, convert.
1918 (gfc_resolve_minloc): Likewise.
1919 * simplify.c (gfc_simplify_minloc): Add back argument.
1920 (gfc_simplify_maxloc): Likewise.
1921 * trans-intinsic.c (gfc_conv_intrinsic_minmaxloc): Rename last
1922 argument to %VAL to ensure passing by value.
1923 (gfc_conv_intrinsic_function): Call gfc_conv_intrinsic_minmaxloc
1924 also for library calls.
1925
1926 2018-01-13 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1927
1928 PR fortran/82007
1929 * resolve.c (resolve_transfer): Delete code looking for 'DT'
1930 format specifiers in format strings. Set formatted to true if a
1931 format string or format label is present.
1932 * trans-io.c (get_dtio_proc): Likewise. (transfer_expr): Fix
1933 whitespace.
1934
1935 2018-01-13 Thomas Koenig <tkoenig@gcc.gnu.org>
1936
1937 PR fortran/83744
1938 * dump-parse-tree.c (get_c_type_name): Remove extra line.
1939 Change for loop to use declaration in for loop. Handle BT_LOGICAL
1940 and BT_CHARACTER.
1941 (write_decl): Add where argument. Fix indentation. Replace
1942 assert with error message. Add typename to warning
1943 in comment.
1944 (write_type): Adjust locus to call of write_decl.
1945 (write_variable): Likewise.
1946 (write_proc): Likewise. Replace assert with error message.
1947
1948 2018-01-13 Paul Thomas <pault@gcc.gnu.org>
1949
1950 PR fortran/52162
1951 * trans-expr.c (gfc_trans_scalar_assign): Flag is_alloc_lhs if
1952 the rhs expression is neither an elemental nor a conversion
1953 function.
1954
1955 PR fortran/83622
1956 * trans-array.c (is_pointer_array): Remove unconditional return
1957 of false for -fopenmp.
1958
1959 2018-01-13 Thomas Koenig <tkoenig@gcc.gnu.org>
1960 <emsr@gcc.gnu.org>
1961
1962 PR fortran/83803
1963 * dump-parse-tree.c (write_proc): Always emit closing parenthesis
1964 for functions.
1965
1966 2018-01-10 Steven G. Kargl <kargl@gcc.gnu.org>
1967
1968 PR fortran/82367
1969 * resolve.c (resolve_allocate_expr): Check for NULL pointer.
1970
1971 2018-01-10 Steven G. Kargl <kargl@gcc.gnu.org>
1972
1973 PR fortran/83093
1974 * resolve.c (resolve_charlen): Check the type of cl->length
1975 after resolution.
1976
1977 2018-01-10 Janne Blomqvist <jb@gcc.gnu.org>
1978
1979 PR fortran/83740
1980 * trans-array.c (gfc_trans_array_ctor_element): Fix formatting.
1981
1982 2018-01-10 Janne Blomqvist <jb@gcc.gnu.org>
1983
1984 PR fortran/83740
1985 * trans-array.c (gfc_trans_array_ctor_element): Convert RHS to the
1986 LHS type when assigning.
1987
1988 2018-01-09 Steven G. Kargl <kargl@gcc.gnu.org>
1989
1990 PR fortran/83742
1991 * expr.c (gfc_is_simply_contiguous): Check for NULL pointer.
1992
1993 2018-01-08 Steven G. Kargl <kargl@gcc.gnu.org>
1994
1995 * match.c (gfc_match_allocate): Check for NULL pointer.
1996
1997 2018-01-08 Steven G. Kargl <kargl@gcc.gnu.org>
1998
1999 * expr.c (gfc_check_pointer_assign): Fix typo in comment.
2000
2001 2018-01-08 Paul Thomas <pault@gcc.gnu.org>
2002
2003 PR fortran/83611
2004 * decl.c (gfc_get_pdt_instance): If parameterized arrays have
2005 an initializer, convert the kind parameters and add to the
2006 component if the instance.
2007 * trans-array.c (structure_alloc_comps): Add 'is_pdt_type' and
2008 use it with case COPY_ALLOC_COMP. Call 'duplicate_allocatable'
2009 for parameterized arrays. Clean up typos in comments. Convert
2010 parameterized array initializers and copy into the array.
2011 * trans-expr.c (gfc_trans_scalar_assign): Do a deep copy for
2012 parameterized types.
2013 *trans-stmt.c (trans_associate_var): Deallocate associate vars
2014 as necessary, when they are PDT function results for example.
2015
2016 PR fortran/83731
2017 * trans-array.c (structure_alloc_comps): Only compare len parms
2018 when they are declared explicitly.
2019
2020 2018-01-06 Janne Blomqvist <jb@gcc.gnu.org>
2021
2022 PR fortran/50892
2023 * trans-expr.c (gfc_trans_pointer_assignment): fold_convert rhs to
2024 lhs type.
2025
2026 2018-01-05 Janne Blomqvist <jb@gcc.gnu.org>
2027
2028 PR fortran/78534
2029 PR fortran/66310
2030 * array.c (got_charlen): Use gfc_charlen_int_kind.
2031 * class.c (gfc_find_derived_vtab): Use gfc_size_kind instead of
2032 hardcoded kind.
2033 (find_intrinsic_vtab): Likewise.
2034 * decl.c (match_char_length): Use gfc_charlen_int_kind.
2035 (add_init_expr_to_sym): Use gfc_charlen_t and gfc_charlen_int_kind.
2036 (gfc_match_implicit): Use gfc_charlen_int_kind.
2037 * dump-parse-tree.c (show_char_const): Use gfc_charlen_t and size_t.
2038 (show_expr): Use HOST_WIDE_INT_PRINT_DEC.
2039 * expr.c (gfc_get_character_expr): Length parameter of type
2040 gfc_charlen_t.
2041 (gfc_get_int_expr): Value argument of type HOST_WIDE_INT.
2042 (gfc_extract_hwi): New function.
2043 (simplify_const_ref): Make string_len of type gfc_charlen_t.
2044 (gfc_simplify_expr): Use HOST_WIDE_INT for substring refs.
2045 * frontend-passes.c (optimize_trim): Use gfc_charlen_int_kind.
2046 * gfortran.h (gfc_mpz_get_hwi): New prototype.
2047 (gfc_mpz_set_hwi): Likewise.
2048 (gfc_charlen_t): New typedef.
2049 (gfc_expr): Use gfc_charlen_t for character lengths.
2050 (gfc_size_kind): New extern variable.
2051 (gfc_extract_hwi): New prototype.
2052 (gfc_get_character_expr): Use gfc_charlen_t for character length.
2053 (gfc_get_int_expr): Use HOST_WIDE_INT type for value argument.
2054 * gfortran.texi: Update description of hidden string length argument.
2055 * iresolve.c (check_charlen_present): Use gfc_charlen_int_kind.
2056 (gfc_resolve_char_achar): Likewise.
2057 (gfc_resolve_repeat): Pass string length directly without
2058 temporary, use gfc_charlen_int_kind.
2059 (gfc_resolve_transfer): Use gfc_charlen_int_kind.
2060 * match.c (select_intrinsic_set_tmp): Use HOST_WIDE_INT for charlen.
2061 * misc.c (gfc_mpz_get_hwi): New function.
2062 (gfc_mpz_set_hwi): New function.
2063 * module.c (atom_int): Change type from int to HOST_WIDE_INT.
2064 (parse_integer): Don't complain about large integers.
2065 (write_atom): Use HOST_WIDE_INT for integers.
2066 (mio_integer): Handle integer type mismatch.
2067 (mio_hwi): New function.
2068 (mio_intrinsic_op): Use HOST_WIDE_INT.
2069 (mio_array_ref): Likewise.
2070 (mio_expr): Likewise.
2071 * primary.c (match_substring): Use gfc_charlen_int_kind.
2072 * resolve.c (resolve_substring_charlen): Use gfc_charlen_int_kind.
2073 (resolve_character_operator): Likewise.
2074 (resolve_assoc_var): Likewise.
2075 (resolve_select_type): Use HOST_WIDE_INT for charlen, use snprintf.
2076 (resolve_charlen): Use mpz_sgn to determine sign.
2077 * simplify.c (gfc_simplify_repeat): Use HOST_WIDE_INT/gfc_charlen_t
2078 instead of long.
2079 * symbol.c (generate_isocbinding_symbol): Use gfc_charlen_int_kind.
2080 * target-memory.c (size_character): Length argument of type
2081 gfc_charlen_t.
2082 (gfc_encode_character): Likewise.
2083 (gfc_interpret_character): Use gfc_charlen_t.
2084 * target-memory.h (gfc_encode_character): Modify prototype.
2085 * trans-array.c (gfc_trans_array_ctor_element): Use existing type.
2086 (get_array_ctor_var_strlen): Use gfc_conv_mpz_to_tree_type.
2087 (trans_array_constructor): Use existing type.
2088 (get_array_charlen): Likewise.
2089 * trans-const.c (gfc_conv_mpz_to_tree_type): New function.
2090 * trans-const.h (gfc_conv_mpz_to_tree_type): New prototype.
2091 * trans-decl.c (gfc_trans_deferred_vars): Use existing type.
2092 (add_argument_checking): Likewise.
2093 * trans-expr.c (gfc_class_len_or_zero_get): Build const of type
2094 gfc_charlen_type_node.
2095 (gfc_conv_intrinsic_to_class): Use gfc_charlen_int_kind instead of
2096 4, fold_convert to correct type.
2097 (gfc_conv_class_to_class): Build const of type size_type_node for
2098 size.
2099 (gfc_copy_class_to_class): Likewise.
2100 (gfc_conv_string_length): Use same type in expression.
2101 (gfc_conv_substring): Likewise, use HOST_WIDE_INT for charlen.
2102 (gfc_conv_string_tmp): Make sure len is of the right type.
2103 (gfc_conv_concat_op): Use same type in expression.
2104 (gfc_conv_procedure_call): Likewise.
2105 (fill_with_spaces): Comment out memset() block due to spurious
2106 -Wstringop-overflow warnings.
2107 (gfc_trans_string_copy): Use gfc_charlen_type_node.
2108 (alloc_scalar_allocatable_for_subcomponent_assignment):
2109 fold_convert to right type.
2110 (gfc_trans_subcomponent_assign): Likewise.
2111 (trans_class_vptr_len_assignment): Build const of correct type.
2112 (gfc_trans_pointer_assignment): Likewise.
2113 (alloc_scalar_allocatable_for_assignment): fold_convert to right
2114 type in expr.
2115 (trans_class_assignment): Build const of correct type.
2116 * trans-intrinsic.c (gfc_conv_associated): Likewise.
2117 (gfc_conv_intrinsic_repeat): Do calculation in sizetype.
2118 * trans-io.c (gfc_build_io_library_fndecls): Use
2119 gfc_charlen_type_node for character lengths.
2120 (set_string): Convert to right type in assignment.
2121 * trans-stmt.c (gfc_trans_label_assign): Build const of
2122 gfc_charlen_type_node.
2123 (trans_associate_var): Likewise.
2124 (gfc_trans_character_select): Likewise.
2125 (gfc_trans_allocate): Likewise, don't typecast strlen result.
2126 (gfc_trans_deallocate): Don't typecast strlen result.
2127 * trans-types.c (gfc_size_kind): New variable.
2128 (gfc_init_types): Determine gfc_charlen_int_kind and gfc_size_kind
2129 from size_type_node.
2130 * trans-types.h: Fix comment.
2131
2132 2018-01-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2133
2134 PR fortran/83683
2135 PR fortran/45689
2136 * check.c (gfc_check_eoshift): Check for string length and
2137 for conformance of boundary.
2138 * intrinsic.c (add_functions): Add gfc_simplify_eoshift.
2139 * intrinsic.h: Add prototype for gfc_simplify_eoshift.
2140 * simplify.c (gfc_simplify_eoshift): New function.
2141
2142 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2143 Alan Hayward <alan.hayward@arm.com>
2144 David Sherwood <david.sherwood@arm.com>
2145
2146 * trans-types.c (gfc_type_for_mode): Handle MODE_VECTOR_BOOL.
2147
2148 2018-01-03 Richard Sandiford <richard.sandiford@linaro.org>
2149 Alan Hayward <alan.hayward@arm.com>
2150 David Sherwood <david.sherwood@arm.com>
2151
2152 * trans-types.c (gfc_type_for_mode): Check valid_vector_subparts_p.
2153
2154 2018-01-03 Thomas Koenig <tkoenig@gcc.gnu.org>
2155
2156 PR fortran/83664
2157 * check.c (gfc_check_eoshift): Error for missing boundary if array
2158 is not one of the standard types.
2159
2160 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2161
2162 Update copyright years.
2163
2164 * gfortranspec.c (lang_specific_driver): Update copyright notice
2165 dates.
2166 * gfc-internals.texi: Bump @copying's copyright year.
2167 * gfortran.texi: Ditto.
2168 * intrinsic.texi: Ditto.
2169 * invoke.texi: Ditto.
2170
2171 2017-01-02 Thomas Koenig <tkoenig@gcc.gnu.org>
2172
2173 PR fortran/45689
2174 * intrinsic.c (add_function): Add gfc_simplify_maxloc and
2175 gfc_simplify_minloc to maxloc and minloc, respectively.
2176 * intrinsic.h: Add prototypes for gfc_simplify_minloc
2177 and gfc_simplify_maxloc.
2178 * simplify.c (min_max_chose): Adjust prototype. Modify function
2179 to have a return value which indicates if the extremum was found.
2180 (is_constant_array_expr): Fix typo in comment.
2181 (simplify_minmaxloc_to_scalar): New function.
2182 (simplify_minmaxloc_nodim): New function.
2183 (new_array): New function.
2184 (simplify_minmaxloc_to_array): New function.
2185 (gfc_simplify_minmaxloc): New function.
2186 (simplify_minloc): New function.
2187 (simplify_maxloc): New function.
2188
2189 2018-01-02 Thomas Koenig <tkoenig@gcc.gnu.org>
2190
2191 PR fortran/45689
2192 PR fortran/83650
2193 * simplify.c (gfc_simplify_cshift): Re-implement to allow full
2194 range of arguments.
2195
2196 2018-01-01 Paul Thomas <pault@gcc.gnu.org>
2197
2198 PR fortran/83076
2199 * resolve.c (resolve_fl_derived0): Add caf_token fields for
2200 allocatable and pointer scalars, when -fcoarray selected.
2201 * trans-types.c (gfc_copy_dt_decls_ifequal): Copy the token
2202 field as well as the backend_decl.
2203 (gfc_get_derived_type): Flag GFC_FCOARRAY_LIB for module
2204 derived types that are not vtypes. Components with caf_token
2205 attribute are pvoid types. For a component requiring it, find
2206 the caf_token field and have the component token field point to
2207 its backend_decl.
2208
2209 PR fortran/83319
2210 *trans-types.c (gfc_get_array_descriptor_base): Add the token
2211 field to the descriptor even when codimen not set.
2212 \f
2213 Copyright (C) 2018 Free Software Foundation, Inc.
2214
2215 Copying and distribution of this file, with or without modification,
2216 are permitted in any medium without royalty provided the copyright
2217 notice and this notice are preserved.