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