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