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