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