af16e578341246a7eed528330a96ba40d4815229
[gcc.git] / gcc / fortran / ChangeLog
1 2011-06-05 Tobias Burnus <burnus@net-b.de>
2
3 PR fortran/49255
4 * trans-expr.c (gfc_conv_procedure_call): Fix -fcheck=pointer
5 for F2008.
6
7 2011-06-05 Andreas Schmidt <andreas.schmidt.42@gmx.net>
8 Thomas Koenig <tkoenig@gcc.gnu.org>
9
10 * dump-parse-tree.c (show_symbol): Don't dump namespace
11 for ENTRY to avoid infinite recursion.
12
13 2011-06-02 Asher Langton <langton2@llnl.gov>
14
15 PR fortran/49268
16 * trans-decl.c (gfc_trans_deferred_vars): Treat assumed-size Cray
17 pointees as AS_EXPLICIT.
18
19 2011-06-02 Asher Langton <langton2@llnl.gov>
20
21 PR fortran/37039
22 * decl.c (variable_decl): Merge current_as before copying to cp_as.
23
24 2011-06-02 Steven G. Kargl <kargl@gcc.gnu.org>
25
26 PR fortran/49265
27 * decl.c (gfc_match_modproc): Allow for a double colon in a module
28 procedure statement.
29 * parse.c ( decode_statement): Deal with whitespace around :: in
30 gfc_match_modproc.
31
32 2011-05-31 Tobias Burnus <burnus@net-b.de>
33
34 PR fortran/18918
35 * intrinsic.c (klass): Add CLASS_ATOMIC.
36 (add_subroutines): Add atomic_ref/atomic_define.
37 * intrinsic.texi (ATOMIC_REF, ATOMIC_DEFINE): Document.
38 * intrinsic.h (gfc_check_atomic_def, gfc_check_atomic_ref,
39 gfc_resolve_atomic_def, gfc_resolve_atomic_ref): New prototypes.
40 * gfortran.h (gfc_isym_id): Add GFC_ISYM_ATOMIC_DEF
41 and GFC_ISYM_ATOMIC_REF.
42 (gfc_atomic_int_kind, gfc_atomic_logical_kind): New global vars.
43 * iresolve.c (gfc_resolve_atomic_def, gfc_resolve_atomic_ref): New
44 functions.
45 * check.c (gfc_check_atomic, gfc_check_atomic_def,
46 gfc_check_atomic_ref): New functions.
47 * iso-fortran-env.def (ISOFORTRANENV_FILE_ATOMIC_INT_KIND,
48 ISOFORTRANENV_FILE_ATOMIC_LOGICAL_KIND): Change kind value.
49 * trans-intrinsic.c (conv_intrinsic_atomic_def,
50 conv_intrinsic_atomic_ref, gfc_conv_intrinsic_subroutine): New
51 functions.
52 (conv_intrinsic_move_alloc) Renamed from
53 gfc_conv_intrinsic_move_alloc - and made static.
54 * trans.h (gfc_conv_intrinsic_move_alloc): Remove.
55 (gfc_conv_intrinsic_subroutine) Add prototype.
56 * trans.c (trans_code): Call gfc_conv_intrinsic_subroutine.
57 * trans-types (gfc_atomic_int_kind, gfc_atomic_logical_kind): New
58 global vars.
59 (gfc_init_kinds): Set them.
60
61 2011-05-31 Tobias Burnus <burnus@net-b.de>
62
63 PR fortran/18918
64 * trans-array.c (gfc_trans_dummy_array_bias): Handle
65 cobounds of assumed-shape arrays.
66
67 2011-05-31 Tobias Burnus <burnus@net-b.de>
68
69 PR fortran/18918
70 * resolve.c (resolve_fl_variable): Handle static coarrays
71 with non-constant cobounds.
72
73 2011-05-29 Janus Weil <janus@gcc.gnu.org>
74
75 PR fortran/47601
76 * module.c (mio_component_ref): Handle components of extended types.
77 * symbol.c (gfc_find_component): Return is sym is NULL.
78
79 2011-05-29 Tobias Burnus <burnus@net-b.de>
80
81 PR fortran/18918
82 * interface.c (compare_parameter): Add check for passing coarray
83 to allocatable noncoarray dummy.
84
85 2011-05-29 Tobias Burnus <burnus@net-b.de>
86 Richard Guenther <rguenther@suse.de>
87
88 PR fortran/18918
89 * trans-types.c (gfc_get_nodesc_array_type): Don't mess with
90 the type's TREE_TYPE.
91 * trans-array.c (gfc_conv_array_ref): Use TYPE_MAIN_VARIANT.
92 * trans.c (gfc_build_array_ref): Ditto.
93
94 2011-05-27 Tobias Burnus <burnus@net-b.de>
95
96 PR fortran/18918
97 * check.c (gfc_check_associated, gfc_check_null): Add coindexed check.
98 * match.c (gfc_match_nullify): Ditto.
99 * resolve.c (resolve_deallocate_expr): Ditto.
100 * trans-types.c (gfc_get_nodesc_array_type): Don't set restricted
101 for nonpointers.
102
103 2011-05-27 Tobias Burnus <burnus@net-b.de>
104
105 PR fortran/48820
106 * gfortran.h (gfc_isym_id): Add GFC_ISYM_RANK.
107 * intrinsic.c (add_functions): Add rank intrinsic.
108 (gfc_check_intrinsic_standard): Handle GFC_STD_F2008_TR.
109 * intrinsic.h (gfc_simplify_rank, gfc_check_rank): Add prototypes.
110 * simplify.c (gfc_simplify_rank): New function.
111 * intrinsic.texi (RANK): Add description for rank intrinsic.
112 * check.c (gfc_check_rank): New function.
113
114 2011-05-26 Paul Thomas <pault@gcc.gnu.org>
115 Thomas Koenig <tkoenig@gcc.gnu.org>
116
117 PR fortran/48955
118 * trans-expr.c (gfc_trans_assignment_1): GFC_REVERSE_NOT_SET
119 changed to GFC_ENABLE_REVERSE.
120 * trans-array.c (gfc_init_loopinfo): GFC_CANNOT_REVERSE changed
121 to GFC_INHIBIT_REVERSE.
122 * gfortran.h : Enum gfc_reverse is now GFC_ENABLE_REVERSE,
123 GFC_FORWARD_SET, GFC_REVERSE_SET and GFC_INHIBIT_REVERSE.
124 * dependency.c (gfc_dep_resolver): Change names for elements of
125 gfc_reverse as necessary. Change the logic so that forward
126 dependences are remembered as well as backward ones. When both
127 have appeared, force a temporary.
128
129 2011-05-26 Tobias Burnus <burnus@net-b.de>
130
131 PR fortran/18918
132 * trans-array.c (gfc_conv_array_ref): Handle pointer coarrays.
133 * trans-decl.c (has_coarray_vars, caf_init_block,
134 gfor_fndecl_caf_register): New file-global variables.
135 (gfc_finish_var_decl): Make sure that coarrays in main are static.
136 (gfc_build_qualified_array): Generate coarray token variable.
137 (gfc_get_symbol_decl): Don't use a static initializer for coarrays.
138 (gfc_build_builtin_function_decls): Set gfor_fndecl_caf_register.
139 (gfc_trans_deferred_vars, gfc_emit_parameter_debug_info): Skip for
140 static coarrays.
141 (generate_local_decl): Check for local coarrays.
142 (create_main_function): SYNC ALL before calling MAIN.
143 (generate_coarray_sym_init): Register static coarray.
144 (generate_coarray_init): Generate CAF registering constructor
145 function.
146 (gfc_generate_function_code): Call it, if needed, do not create
147 cgraph twice.
148 (gfc_generate_module_vars, gfc_process_block_locals): Call
149 generate_coarray_init.
150 * trans-types.c (gfc_get_nodesc_array_type): Generate pointers for
151 -fcoarray=lib.
152 * trans.h (gfor_fndecl_caf_register): New variable.
153 (lang_type): New element caf_token.
154 (GFC_TYPE_ARRAY_CAF_TOKEN): New macro.
155
156 2011-05-24 Joseph Myers <joseph@codesourcery.com>
157
158 * Make-lang.in (GFORTRAN_D_OBJS): Remove prefix.o.
159 (gfortran$(exeext)): Use libcommon-target.a.
160
161 2011-05-22 Thomas Koenig <tkoenig@gcc.gnu.org>
162
163 * frontend-passes.c (cfe_register_funcs): Also register
164 character functions if their charlens are known and constant.
165 Also register allocatable functions.
166
167 2011-05-21 Janus Weil <janus@gcc.gnu.org>
168
169 PR fortran/48699
170 * match.c (select_type_set_tmp): Make the temporary ALLOCATABLE if the
171 selector is ALLOCATABLE.
172
173 2011-05-20 Janus Weil <janus@gcc.gnu.org>
174
175 PR fortran/48706
176 * module.c (write_dt_extensions): Do not write extended types which
177 are local to a subroutine.
178
179 2011-05-20 Joseph Myers <joseph@codesourcery.com>
180
181 * Make-lang.in (GFORTRAN_D_OBJS): Remove version.o and intl.o.
182
183 2011-05-20 Janne Blomqvist <jb@gcc.gnu.org>
184
185 * gfortran.texi (set_fpe): Update documentation.
186 * invoke.texi (-ffpe-trap): Likewise.
187 * libgfortran.h (GFC_FPE_PRECISION): Rename to GFC_FPE_INEXACT.
188 * options.c (gfc_handle_fpe_trap_option): Handle inexact and make
189 precision an alias for it.
190
191 2011-05-19 Tobias Burnus <burnus@net-b.de>
192
193 PR fortran/18918
194 * trans-types.c (gfc_get_element_type): Handle scalar coarrays.
195 (gfc_get_nodesc_array_type): Make a variant-type copy for scalar
196 coarrays.
197 * trans.c (gfc_build_array_ref): Return original type not variant
198 copy for scalar coarrays.
199 * trans-array.c (gfc_conv_array_ref): Ditto.
200
201 2011-05-18 Janus Weil <janus@gcc.gnu.org>
202
203 PR fortran/48700
204 * trans-intrinsic.c (gfc_conv_intrinsic_move_alloc): Deallocate 'TO'
205 argument to avoid memory leaks.
206
207 2011-05-16 Tobias Burnus <burnus@net-b.de>
208
209 * gfortran.texi (_gfortran_set_options): Add GFC_STD_F2008_TR.
210 (Fortran 2008 status): Multi-image support for coarrays.
211 (TR 19113 status): New section.
212
213 2011-05-15 Tobias Burnus <burnus@net-b.de>
214
215 PR fortran/18918
216 actual argument is not an array; rank mismatch is diagnosted later.
217 * trans-decl.c (gfc_get_symbol_decl, gfc_trans_deferred_vars): Handle
218 scalar coarrays.
219 * trans-types.c (gfc_get_array_type_bounds): Ditto.
220
221 2011-05-15 Joern Rennecke <amylaar@spamcop.net>
222
223 PR middle-end/46500
224 * trans-types.c: Include "tm.h".
225 [0] (c_size_t_size): Remove.
226
227 2011-05-15 Janne Blomqvist <jb@gcc.gnu.org>
228
229 PR libfortran/48915
230 * gfortran.texi (_gfortran_set_options): Even though -fbacktrace
231 is now the default, the library defaults to backtracing disabled.
232
233 2011-05-14 Tobias Burnus <burnus@net-b.de>
234
235 * lang.opt (fdump-core): Re-add as ignored option
236 for backward compatibility.
237
238 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
239
240 PR libfortran/48915
241 * gfortran.texi: Update mixed-language programming section
242 reflecting the removal of the fdump-core option, and that
243 -fbacktrace is now enabled by default.
244
245 2011-05-14 Thomas Koenig <tkoenig@gcc.gnu.org>
246
247 PR fortran/22572
248 * frontend-passes.c (cfe_register_funcs): Also register functions
249 for potential elimination if the rank is > 0, the shape is unknown
250 and reallocate on assignment is active.
251 (create_var): For rank > 0 functions with unknown shape, create
252 an allocatable temporary.
253
254 2011-05-14 Tobias Burnus <burnus@net-b.de>
255
256 PR fortran/18918
257 * interface.c (compare_parameter): Skip diagnostic if
258 actual argument is not an array; rank mismatch is diagnosted later.
259
260 2011-05-14 Tobias Burnus <burnus@net-b.de>
261
262 * options.c (gfc_init_options, gfc_post_options): Enable
263 -fstack-arrays by default if -Ofast is used.
264 * invoke.texi (-fstack-arrays): Document this.
265
266 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
267
268 PR libfortran/48915
269 * gfortran.h (gfc_option_t): Remove flag_dump_core.
270 * gfortran.texi (GFORTRAN_ERROR_DUMPCORE): Remove section.
271 (GFORTRAN_ERROR_BACKTRACE): Document that it's enabled by default.
272 * intrinsic.texi (ABORT): Remove explanation of -fdump-core.
273 * invoke.texi: Remove -fdump-core, document that -fbacktrace is
274 enabled by default.
275 * lang.opt: Remove -fdump-core.
276 * options.c (gfc_init_options): Make backtrace default to enabled,
277 remove dump_core.
278 (gfc_handle_option): Remove OPT_fdump-core.
279 * trans-decl.c: Pass a 0 to preserve ABI.
280
281 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
282
283 * gfortran.texi: Remove GFORTRAN_USE_STDERR documentation.
284
285 2011-05-13 Tobias Burnus <burnus@net-b.de>
286
287 PR fortran/48972
288 * io.c (resolve_tag_format, resolve_tag): Make sure
289 that the string is of default kind.
290 (gfc_resolve_inquire): Also resolve decimal tag.
291
292 2011-05-12 Tobias Burnus <burnus@net-b.de>
293
294 PR fortran/48972
295 * resolve.c (resolve_intrinsic): Don't resolve module
296 intrinsics multiple times.
297
298 2011-05-11 Tobias Burnus <burnus@net-b.de>
299
300 PR fortran/48889
301 * expr.c (gfc_is_constant_expr): Use e->value.function.esym
302 instead of e->symtree->n.sym, if available.
303
304 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
305
306 * f95-lang.c (global_bindings_p): Return bool and simplify.
307
308 2011-05-07 Tobias Burnus <burnus@net-b.de>
309
310 PR fortran/18918
311 PR fortran/48919
312 * trans.h: Move gfc_init_coarray_decl prototype ...
313 * gfortran.h: ... to here.
314 * parse.c (translate_all_program_units): Call gfc_init_coarray_decl.
315 (gfc_parse_file): Update translate_all_program_units call.
316 * trans-decl.c (gfc_init_coarray_decl): Fix variable declaration,
317 new argument whether DECL_EXTERNAL should be used.
318 (create_main_function): Update gfc_init_coarray_decl call.
319 * trans-intrinsic.c (trans_this_image, trans_image_index,
320 conv_intrinsic_cobound): Ditto.
321
322 2011-05-06 Tobias Burnus <burnus@net-b.de>
323
324 PR fortran/18918
325 * trans-array.c (gfc_walk_variable_expr): Continue walking
326 for scalar coarrays.
327 * trans-intrinsic.c (convert_element_to_coarray_ref): New function.
328 (trans_this_image, trans_image_index, conv_intrinsic_cobound): Use it.
329 (trans_this_image): Fix algorithm.
330 * trans-types.c (gfc_get_element_type, gfc_get_array_descriptor_base,
331 gfc_sym_type): Handle scalar coarrays.
332
333 2011-05-06 Tobias Burnus <burnus@net-b.de>
334
335 PR fortran/48858
336 PR fortran/48820
337 * lang.opt (std=f2008tr): New.
338 * libgfortran.h (GFC_STD_F2008_TR): New macro constant.
339 * decl.c (verify_c_interop_param): Allow OPTIONAL in BIND(C)
340 procedures for -std=f2008tr/gnu/legacy.
341 (gfc_match_import): Set sym to NULL.
342 * options.c (set_default_std_flags,gfc_handle_option): Handle
343 -std=f2008tr.
344 * invoke.texi (-std=): Document -std=f2008tr.
345
346 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
347
348 * trans-decl.c (gfc_trans_entry_master_switch): Call build_case_label.
349 * trans-io.c (add_case): Likewise.
350 * trans-stmt.c (gfc_trans_integer_select): Likewise.
351 (gfc_trans_character_select): Likewise.
352
353 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
354
355 * trans-decl.c (trans_function_start): Do not set
356 dont_save_pending_sizes_p.
357
358 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
359
360 * trans.h (gfc_chainon_list): Delete.
361 * trans.c (gfc_chainon_list): Delete.
362
363 2011-05-04 Tobias Burnus <burnus@net-b.de>
364
365 PR fortran/48864
366 * invoke.texi (fno-protect-parens): Document
367 that -Ofast implies -fno-protect-parens.
368 * options.c (gfc_init_options, gfc_post_options):
369 Make -Ofast imply -fno-protect-parens.
370
371 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
372
373 * trans-decl.c (build_library_function_decl_1): Call
374 build_function_type_vec. Adjust argument list building accordingly.
375 * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Likewise.
376 * trans-types.c (gfc_get_function_type): Likewise.
377
378 2011-05-04 Richard Guenther <rguenther@suse.de>
379
380 * trans-array.c (gfc_trans_array_constructor_value): Use
381 size_int for bounds of range types.
382 (gfc_trans_array_constructor_value): Use size_type_node
383 for memcpy argument.
384 * trans-common.c (build_field): Use gfc_charlen_type_node
385 for lengths.
386 * trans-openmp.c (gfc_trans_omp_clauses): Do not pass NULL
387 as type to build_int_cst.
388 * trans-const.c (gfc_build_string_const): Use size_int
389 for bounds of range types.
390 (gfc_build_wide_string_const): Likewise.
391 * trans-stmt.c (gfc_trans_label_assign): Use gfc_charlen_type_node
392 for lengths.
393 (gfc_trans_character_select): Likewise.
394 (gfc_trans_character_select): Do not pass NULL
395 as type to build_int_cst.
396 (gfc_trans_character_select): Use size_int for bounds of range types.
397 * trans-io.c (gfc_build_io_library_fndecls): Likewise.
398 (add_case): Do not pass NULL as type to build_int_cst.
399 (transfer_expr): Likewise.
400 (transfer_array_desc): Likewise.
401 * trans-decl.c (gfc_add_assign_aux_vars): Use gfc_charlen_type_node
402 for lengths.
403 (gfc_trans_assign_aux_var): Likewise.
404 (create_main_function): Use size_int for bounds of range types.
405 * trans-intrinsic.c (gfc_conv_intrinsic_minmax_char): Do not pass
406 NULL as type to build_int_cst.
407 (gfc_conv_intrinsic_spacing): Likewise.
408 (gfc_conv_intrinsic_rrspacing): Likewise.
409 (gfc_conv_intrinsic_len): Use gfc_charlen_type_node for lengths.
410
411 2011-05-04 Richard Guenther <rguenther@suse.de>
412
413 * trans-types.c (gfc_get_array_type_bounds): Remove zero notrunc
414 argument to int_const_binop.
415
416 2011-05-03 Tobias Burnus <burnus@net-b.de>
417
418 PR fortran/18918
419 * trans-intrinsic.c (trans_this_image): Implement version with
420 coarray argument.
421 (conv_intrinsic_cobound): Simplify code.
422 (gfc_conv_intrinsic_function): Call trans_this_image for
423 this_image(coarray) except for -fcoarray=single.
424
425 2011-05-02 Steven G. Kargl <kargl@gcc.gnu.org>
426
427 PR fortran/48720
428 * gfortran.texi: Document the 'Q' exponent-letter extension.
429 * invoke.texi: Document -Wreal-q-constant.
430 * lang.opt: Add -Wreal-q-constant option.
431 * gfortran.h: Add warn_real_q_constant to option struct.
432 * primary.c (match_real_constant): Use it. Accept 'Q' as
433 exponent-letter for REAL(16) real-literal-constant with a
434 fallback to REAL(10) or error if REAL(10) is not available.
435 * options.c (gfc_init_options, set_Wall) Set it.
436 (gfc_handle_option): Handle new option.
437
438 2011-04-30 Thomas Koenig <tkoenig@gcc.gnu.org>
439
440 * dump-prase-tree.c (show_code_node): Set the current
441 namespace to the BLOCK before displaying it; restore
442 afterwards.
443
444 2011-04-30 Tobias Burnus <burnus@net-b.de>
445
446 PR fortran/48821
447 * decl.c (gfc_match_import): Don't try to find the
448 symbol if already found.
449
450 2011-04-30 Paul Thomas <pault@gcc.gnu.org>
451
452 PR fortran/48746
453 * trans-expr.c (fcncall_realloc_result): Set the bounds and the
454 offset so that the lbounds are one.
455 (gfc_trans_arrayfunc_assign): Add rank to arguments of above.
456
457 2011-04-29 Paul Thomas <pault@gcc.gnu.org>
458
459 PR fortran/48462
460 * trans-expr.c (arrayfunc_assign_needs_temporary): Deal with
461 automatic reallocation when the lhs is a target.
462
463 PR fortran/48746
464 * trans-expr.c (fcncall_realloc_result): Make sure that the
465 result dtype field is set before the function call.
466
467 2011-04-29 Tobias Burnus <burnus@net-b.de>
468
469 PR fortran/48810
470 * resolve.c (resolve_typebound_generic_call): Don't check access
471 flags of the specific function.
472
473 PR fortran/48800
474 * resolve.c (resolve_formal_arglist): Don't change AS_DEFERRED
475 to AS_ASSUMED_SHAPE for function results.
476 (resolve_fl_var_and_proc): Print also for function results with
477 AS_DEFERRED an error, if they are not a pointer or allocatable.
478 (resolve_types): Make sure arguments of procedures in interface
479 blocks are resolved.
480
481 2011-04-29 Michael Matz <matz@suse.de>
482
483 * options.c (options.c): Set warn_maybe_uninitialized.
484
485 2011-04-28 Tobias Burnus <burnus@net-b.de>
486
487 PR fortran/48112
488 * resolve.c (resolve_fl_var_and_proc): Print diagnostic of
489 function results only once.
490 (resolve_symbol): Always resolve function results.
491
492 PR fortran/48279
493 * expr.c (gfc_check_vardef_context): Fix handling of generic
494 EXPR_FUNCTION.
495 * interface.c (check_interface0): Reject internal functions
496 in generic interfaces, unless -std=gnu.
497
498 2011-04-27 Tobias Burnus <burnus@net-b.de>
499
500 PR fortran/48788
501 * resolve.c (resolve_global_procedure): Error recovery -
502 avoid segfault for (non)character-returning functions.
503
504 2011-04-26 Thomas Koenig <tkoenig@gcc.gnu.org>
505
506 * decl.c (gfc_match_end): Check that the block name starts
507 with "block@".
508 * parse.c (gfc_build_block_ns): Make block names unique by
509 numbering them.
510
511 2011-04-26 Thomas Koenig <tkoenig@gcc.gnu.org>
512
513 * frontend-passes.c (inserted_block): New variable.
514 (changed_statement): Likewise.
515 (create_var): Encase statement to be operated on in a BLOCK.
516 Adjust code insertion for BLOCK.
517 (cfe_code): Set inserted_block and changed_statement to NULL.
518
519 2011-04-23 Tobias Burnus <burnus@net-b.de>
520
521 PR fortran/18918
522 * module.c (mio_array_spec): Set as->cotype on reading.
523 * resolve.c (resolve_allocate_expr): Fix allocating coarray
524 components.
525
526 2011-04-21 Thomas Koenig <tkoenig@gcc.gnu.org>
527
528 PR fortran/48405
529 * frontend_passes (cfe_register_funcs): Remove workaround for DO
530 loops.
531 (gfc_code_walker): Make sure the pointer to the current
532 statement doen't change when other statements are inserted.
533
534 2011-04-21 Tobias Burnus <burnus@net-b.de>
535
536 PR fortran/18918
537 * array.c (gfc_match_array_spec): Fix maximal rank(+corank) check.
538
539 2011-04-20 Jim Meyering <meyering@redhat.com>
540
541 * expr.c (free_expr0): Remove useless if-before-free.
542 * gfortranspec.c (lang_specific_pre_link): Likewise.
543 * interface.c (gfc_extend_expr): Likewise.
544 * trans-openmp.c (gfc_trans_omp_array_reduction): Likewise.
545
546 2011-04-19 Tobias Burnus <burnus@net-b.de>
547
548 PR fortran/48588
549 PR fortran/48692
550
551 * module.c (fix_mio_expr): Commit created symbol.
552
553 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
554
555 * scanner.c (load_file): Use XCNEWVAR instead of xcalloc.
556
557 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
558
559 * frontend-passes.c (gfc_run_passes): Use XDELETEVEC instead of
560 free.
561
562 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
563
564 * misc.c (gfc_getmem): Remove function.
565 * gfortran.h: Remove gfc_getmem prototype. Replace gfc_getmem
566 usage with XCNEW or XCNEWVEC.
567 * expr.c (gfc_check_assign_symbol): Replace gfc_getmem usage with
568 XCNEW or XCNEWVEC.
569 * options.c (gfc_handle_module_path_options)
570 (gfc_get_option_string): Likewise.
571 * resolve.c (gfc_resolve_forall): Likewise.
572 * simplify.c (simplify_transformation_to_array): Likewise.
573 * target-memory.c (gfc_target_interpret_expr): Likewise.
574 * trans-common.c (get_segment_info, copy_equiv_list_to_ns)
575 (get_init_field): Likewise.
576 * trans-expr.c (gfc_conv_statement_function): Likewise.
577 * trans-io.c (nml_full_name): Likewise.
578 * trans-stmt.c (gfc_trans_forall_1): Likewise.
579 * scanner.c (load_file): Replace gfc_getmem usage with xcalloc.
580
581 2011-04-19 Tobias Burnus <burnus@net-b.de>
582
583 PR fortran/48588
584 * parse.c (resolve_all_program_units): Skip modules.
585 (translate_all_program_units): Handle modules.
586 (gfc_parse_file): Defer code generation for modules.
587
588 2011-04-19 Martin Jambor <mjambor@suse.cz>
589
590 * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node
591 instead of cgraph_get_create_node.
592
593 2011-04-18 Jim Meyering <meyering@redhat.com>
594
595 remove now-unused definition of gfc_free
596 * misc.c (gfc_free): Remove function.
597 * gfortran.h (gfc_free): Remove its prototype.
598
599 2011-04-18 Jim Meyering <meyering@redhat.com>
600
601 convert each use of gfc_free (p) to free (p)
602 Do that by running this command:
603 perl -pi -e 's/\bgfc_free ?\(/free (/' \
604 $(git grep -El '\bgfc_free ?\(')
605 which also corrects the few uses that lacked a space between
606 the function name and the open parenthesis.
607 Manually undo the change to the function definition itself
608 and its prototype. They'll be removed next.
609 * array.c (gfc_free_array_spec, gfc_set_array_spec): s/gfc_free/free/
610 * constructor.c (node_free): Likewise.
611 * cpp.c (dump_queued_macros): Likewise.
612 * data.c (gfc_assign_data_value): Likewise.
613 * decl.c (free_variable, free_value, gfc_free_data): Likewise.
614 (gfc_free_data_all, match_old_style_init): Likewise.
615 (gfc_set_constant_character_len, gfc_free_enum_history, NUM_DECL):
616 Likewise.
617 (gfc_match_modproc): Likewise.
618 * dependency.c (check_section_vs_section): Likewise.
619 * error.c (gfc_pop_error, gfc_free_error): Likewise.
620 * expr.c (free_expr0, gfc_free_expr, gfc_free_actual_arglist): Likewise.
621 (gfc_free_ref_list, gfc_replace_expr, gfc_copy_ref): Likewise.
622 (find_substring_ref, gfc_simplify_expr, gfc_check_assign_symbol):
623 Likewise.
624 * frontend-passes.c (gfc_run_passes, cfe_expr_0): Likewise.
625 (strip_function_call, optimize_comparison): Likewise.
626 * interface.c (gfc_free_interface, arginfo, check_interface0): Likewise.
627 (CHECK_OS_COMPARISON, gfc_extend_assign, gfc_free_formal_arglist):
628 Likewise.
629 * intrinsic.c (gfc_intrinsic_done_1, gfc_convert_type_warn): Likewise.
630 (gfc_convert_chartype): Likewise.
631 * io.c (gfc_free_open, compare_to_allowed_values, gfc_free_close):
632 Likewise.
633 (gfc_free_filepos, gfc_free_dt, gfc_free_inquire): Likewise.
634 * match.c (gfc_free_iterator, gfc_match_associate): Likewise.
635 (gfc_free_alloc_list, gfc_free_namelist, gfc_free_equiv_until):
636 Likewise.
637 (free_case, gfc_free_forall_iterator): Likewise.
638 * misc.c: Likewise.
639 * module.c (free_pi_tree, resolve_fixups, free_rename): Likewise.
640 (free_true_name, peek_atom, mio_allocated_wide_string): Likewise.
641 (mio_pool_string, mio_internal_string, mio_gmp_integer): Likewise.
642 (mio_gmp_real, mio_expr, mio_typebound_proc): Likewise.
643 (mio_full_typebound_tree, skip_list, load_equiv): Likewise.
644 (free_written_common, gfc_use_module, gfc_free_use_stmts): Likewise.
645 * openmp.c (gfc_free_omp_clauses): Likewise.
646 * options.c (gfc_post_options): Likewise.
647 * parse.c (select_type_pop, parse_omp_structured_block): Likewise.
648 * primary.c (gfc_free_structure_ctor_component): Likewise.
649 * resolve.c (resolve_structure_cons, check_host_association): Likewise.
650 (gfc_resolve_forall, resolve_equivalence): Likewise.
651 * scanner.c (gfc_scanner_done_1, gfc_release_include_path): Likewise.
652 (gfc_define_undef_line, preprocessor_line, include_line): Likewise.
653 (load_file, gfc_read_orig_filename): Likewise.
654 * simplify.c (simplify_transformation_to_array): Likewise.
655 (gfc_simplify_ibits, simplify_shift, gfc_simplify_ishftc, STRING):
656 Likewise.
657 (gfc_simplify_compiler_options): Likewise.
658 * st.c (gfc_free_statement, gfc_free_statements): Likewise.
659 (gfc_free_association_list): Likewise.
660 * symbol.c (free_components, gfc_free_st_label, free_st_labels):
661 Likewise.
662 (gfc_delete_symtree, gfc_free_symbol, gfc_undo_symbols): Likewise.
663 (free_old_symbol, gfc_commit_symbols, free_tb_tree): Likewise.
664 (free_common_tree, free_uop_tree, free_sym_tree): Likewise.
665 (gfc_free_dt_list, gfc_free_equiv_infos, gfc_free_equiv_lists):
666 Likewise.
667 (gfc_free_finalizer, gfc_free_charlen, free_entry_list): Likewise.
668 (gfc_free_namespace): Likewise.
669 * trans-array.c (gfc_free_ss, gfc_trans_array_bound_check): Likewise.
670 (gfc_conv_array_ref, gfc_conv_ss_startstride): Likewise.
671 (gfc_trans_dummy_array_bias, gfc_conv_array_parameter): Likewise.
672 * trans-common.c (get_init_field, create_common): Likewise.
673 * trans-const.c (gfc_build_wide_string_const): Likewise.
674 (gfc_conv_string_init): Likewise.
675 * trans-decl.c (gfc_generate_function_code): Likewise.
676 * trans-expr.c (gfc_conv_substring, gfc_free_interface_mapping):
677 Likewise.
678 (SCALAR_POINTER, gfc_conv_statement_function): Likewise.
679 (gfc_trans_subarray_assign): Likewise.
680 * trans-intrinsic.c (conv_generic_with_optional_char_arg): Likewise.
681 * trans-io.c (gfc_trans_io_runtime_check, set_string): Likewise.
682 (transfer_namelist_element, transfer_array_component): Likewise.
683 * trans-openmp.c (gfc_trans_omp_array_reduction): Likewise.
684 * trans-stmt.c (cleanup_forall_symtrees, gfc_trans_forall_1): Likewise.
685 * trans.c (trans_runtime_error_vararg, gfc_restore_backend_locus):
686 Likewise.
687
688 2011-04-15 Jim Meyering <meyering@redhat.com>
689
690 gfortran: remove cpp definition of free, ...
691 in preparation for the s/gfc_free/free/ transformation.
692 * gfortran.h (free): Remove macro definition that would otherwise
693 prevent direct use of the function.
694
695 2011-04-18 Tobias Burnus <burnus@net-b.de>
696
697 PR fortran/18918
698 * array.c (gfc_match_array_ref): Check for too many codimensions.
699 * check.c (gfc_check_image_index): Check number of elements
700 in SUB argument.
701 * simplify.c (gfc_simplify_image_index): Remove unreachable checks.
702
703 2011-04-18 Tobias Burnus <burnus@net-b.de>
704
705 PR fortran/18918
706 * iresolve.c (gfc_resolve_image_index): Set ts.type.
707 * simplify.c (gfc_simplify_image_index): Don't abort if the bounds
708 are not known at compile time and handle -fcoarray=lib.
709 * trans-intrinsics.c (gfc_conv_intrinsic_function): Handle
710 IMAGE_INDEX.
711 (conv_intrinsic_cobound): Fix comment typo.
712 (trans_this_image): New function.
713 * trans-array.c (gfc_unlikely): Move to trans.c.
714 * trans.c (gfc_unlikely): Function moved from trans-array.c.
715 (gfc_trans_runtime_check): Use it.
716 * trans-io.c (gfc_trans_io_runtime_check): Ditto.
717 * trans.h (gfc_unlikely): Add prototype.
718
719 2011-04-18 Paul Thomas <pault@gcc.gnu.org>
720
721 PR fortran/48462
722 * trans-expr.c (fcncall_realloc_result): Renamed version of
723 realloc_lhs_bounds_for_intrinsic_call that does not touch the
724 descriptor bounds anymore but makes a temporary descriptor to
725 hold the result.
726 (gfc_trans_arrayfunc_assign): Modify the reference to above
727 renamed function.
728
729 2011-05-17 Tobias Burnus <burnus@net-b.de>
730
731 PR fortran/48624
732 * trans-decl.c (gfc_get_extern_function_decl): Fix decl
733 for external procedures with proc arguments.
734
735 2011-04-15 Michael Matz <matz@suse.de>
736
737 * trans-array.c (toplevel): Include gimple.h.
738 (gfc_trans_allocate_array_storage): Check flag_stack_arrays,
739 properly expand variable length arrays.
740 (gfc_trans_auto_array_allocation): If flag_stack_arrays create
741 variable length decls and associate them with their scope.
742 * gfortran.h (gfc_option_t): Add flag_stack_arrays member.
743 * options.c (gfc_init_options): Handle -fstack_arrays option.
744 * lang.opt (fstack-arrays): Add option.
745 * invoke.texi (Code Gen Options): Document it.
746 * Make-lang.in (trans-array.o): Depend on GIMPLE_H.
747
748 2011-04-15 Tobias Burnus <burnus@net-b.de>
749
750 PR fortran/18918
751 * trans-intrinsic.c (conv_intrinsic_cobound): Remove unused
752 code which is also causing an ICE.
753
754 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
755
756 * f95-lang.c (poplevel): Use BLOCK_CHAIN and block_chainon.
757
758 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
759
760 * f95-lang.c (union lang_tree_node): Check for TS_COMMON before
761 calling TREE_CHAIN.
762
763 2011-04-12 Paul Thomas <pault@gcc.gnu.org>
764
765 PR fortran/48360
766 PR fortran/48456
767 * trans-array.c (get_std_lbound): For derived type variables
768 return array valued component lbound.
769
770 2011-04-12 Martin Jambor <mjambor@suse.cz>
771
772 * trans-decl.c (gfc_generate_function_code): Call
773 cgraph_get_create_node instead of cgraph_node.
774
775 2011-04-11 Tobias Burnus <burnus@net-b.de>
776
777 PR fortran/18918
778 * simplify.c (simplify_bound_dim): Exit for
779 ucobound's last dimension unless -fcoarray=single.
780 * trans-array (gfc_conv_descriptor_size_1): Renamed from
781 gfc_conv_descriptor_size, made static, has now from_dim and
782 to_dim arguments.
783 (gfc_conv_descriptor_size): Call gfc_conv_descriptor_size.
784 (gfc_conv_descriptor_cosize): New function.
785 * trans-array.h (gfc_conv_descriptor_cosize): New prototype.
786 * trans-intrinsic.c (conv_intrinsic_cobound): Add input_location
787 and handle last codim of ucobound for when -fcoarray is not "single".
788
789 2011-04-08 Thomas Koenig <tkoenig@gcc.gnu.org>
790
791 PR fortran/48448
792 * gfortran.h (gfc_option_t): Add warn_function_elimination and
793 flag_frontend_optimize.
794 * lang.opt (Wfunction-elimination): Add.
795 (ffrontend-optimize): Add.
796 * invoke.texi: Add documentation for -Wfunction-elimination
797 and -ffrontend-optimize. Add -faggressive-function-elimination
798 to list of code generation options.
799 * frontend-passes.c (gfc_run_passes): Run optimizations if
800 flag_frontend_optimize is set.
801 (warn_function_elimination): New function.
802 (cfe_expr_0): Call it if requested to do so.
803 * options.c (gfc_init_options): Initiate warn_function_elimination
804 and flag_frontend_optimize.
805 (gfc_post_options): Set flag_frontend_optimize if not specified
806 by user, depending on the optimization level.
807 (gfc_handle_option): Handle -Wfunction-elimination and
808 -ffrontend-optimize.
809
810 2011-04-06 Tobias Burnus <burnus@net-b.de>
811
812 PR fortran/18918
813 * trans-intrinsic.c (gfc_conv_intrinsic_function): Fix
814 call for this_image.
815
816 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
817
818 * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use
819 build_function_type_list instead of build_function_type. Correct
820 argument order for func_frexp and func_scalbn.
821
822 2011-04-05 Duncan Sands <baldrick@free.fr>
823
824 * f95-lang.c (build_builtin_fntypes): Swap frexp parameter types.
825
826 2010-04-04 Thomas Koenig <tkoenig@gcc.gnu.org>
827
828 * frontend-passes: (optimize_lexical_comparison): New function.
829 (optimize_expr): Call it.
830 (optimize_comparison): Also handle lexical comparison functions.
831 Return false instad of -2 for unequal comparison.
832
833 2011-04-04 Thomas Koenig <tkoenig@gcc.gnu.org>
834
835 PR fortran/48412
836 * frontend-passes (cfe_expr_0): Reverse the order of going
837 through the loops.
838
839 2011-04-04 Tobias Burnus <burnus@net-b.de>
840 Mikael Morin <mikael.morin@sfr.fr>
841
842 PR fortran/18918
843 * check.c (is_coarray): Update - because of DIMEN_THIS_IMAGE.
844 * expr.c (gfc_is_coindexed): Ditto.
845 * gfortran.h (gfc_array_ref_dimen_type): Add DIMEN_THIS_IMAGE.
846 * interface.c (compare_parameter): Use gfc_expr_attr and
847 gfc_is_coindexed.
848 * resolve.c (check_dimension, compare_spec_to_ref,
849 resolve_allocate_expr, check_data_variable): Update for
850 DIMEN_THIS_IMAGE.
851 * simplify.c (gfc_simplify_lcobound, gfc_simplify_this_image,
852 gfc_simplify_ucobound): Allow non-constant bounds.
853 * trans-array.c (gfc_set_loop_bounds_from_array_spec,
854 gfc_trans_create_temp_array, gfc_trans_constant_array_constructor,
855 gfc_set_vector_loop_bounds, gfc_conv_array_index_offset,
856 gfc_start_scalarized_body, gfc_trans_scalarizing_loops,
857 gfc_trans_scalarized_loop_boundary, gfc_conv_section_startstride,
858 gfc_conv_ss_startstride, gfc_conv_loop_setup,
859 gfc_trans_array_bounds, gfc_conv_expr_descriptor,
860 gfc_walk_variable_expr): Handle codimen.
861 * trans-decl.c (gfc_build_qualified_array): Save cobounds.
862 * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use arg2.
863 (conv_intrinsic_cobound): New function.
864 (gfc_conv_intrinsic_function): Call it.
865 (gfc_walk_intrinsic_function, gfc_add_intrinsic_ss_code): Handle
866 ucobound, lcobound, this_image.
867 * fortran/trans-types.c (gfc_build_array_type): Save cobounds.
868 (gfc_get_dtype): Honour corank.
869 (gfc_get_nodesc_array_type): Save corank and codimensions.
870 (gfc_get_array_type_bounds): Save cobound.
871 * fortran/trans.h (gfc_ss_info,gfc_loopinfo): Add codimen item.
872 (gfc_array_kind): Add corank item.
873 (GFC_TYPE_ARRAY_CORANK): New macro.
874
875 2011-04-03 Kai Tietz <ktietz@redhat.com>
876
877 PR middle-end/48422
878 * Make-lang.in (f95-lang.o): Add some missing dependencies.
879
880 2011-04-01 Thomas Koenig <tkoenig@gcc.gnu.org>
881
882 PR fortran/48352
883 * frontend-passes (cfe_register_funcs): Don't
884 register functions if they appear as iterators in DO loops.
885
886 2011-03-30 Michael Matz <matz@suse.de>
887
888 PR fortran/47516
889 * trans-expr.c (realloc_lhs_loop_for_fcn_call): Take loop as parameter,
890 don't use local variable.
891 (gfc_trans_arrayfunc_assign): Adjust caller.
892
893 2011-03-29 Janus Weil <janus@gcc.gnu.org>
894
895 PR fortran/48095
896 * decl.c (match_procedure_decl,match_ppc_decl): Set flavor of interface.
897 * module.c (MOD_VERSION): Bump.
898 (mio_typespec): Read/write 'interface' field.
899 * primary.c (match_string_constant,match_logical_constant): Remove
900 unneeded code.
901 (match_complex_constant): Make sure to clear the typespec.
902
903 2011-03-29 Thomas Koenig <tkoenig@gcc.gnu.org>
904
905 * frontend-passes.c (create_var): Warn about creating an
906 array temporary if requested.
907
908 2011-03-27 Thomas Koenig <tkoenig@gcc.gnu.org>
909
910 PR fortran/47065
911 * frontend-passes.c (optimize_trim): Also follow references, except
912 when they are substring references or array references.
913
914 2011-03-27 Tobias Burnus <burnus@net-b.de>
915
916 PR fortran/18918
917 * gfortran.h (gfc_isym_id): Rename GFC_ISYM_NUMIMAGES to
918 GFC_ISYM_NUM_IMAGES.
919 (gfc_fcoarray): Add GFC_FCOARRAY_LIB.
920 * intrinsic.c (add_functions): Update due to GFC_ISYM_NUM_IMAGES
921 rename.
922 * invoke.texi (-fcoarray=): Document "lib" argument.
923 * iresolve.c (gfc_resolve_this_image): Fix THIS IMAGE().
924 * libgfortran.h (libgfortran_stat_codes): Add comments.
925 * options.c (gfc_handle_coarray_option): Add -fcoarray=lib.
926 * simplify.c (gfc_simplify_num_images, gfc_simplify_this_image):
927 Handle GFC_FCOARRAY_LIB.
928 * trans.h (gfc_init_coarray_decl): New prototype.
929 (gfor_fndecl_caf_init, gfor_fndecl_caf_finalize,
930 gfor_fndecl_caf_critical, gfor_fndecl_caf_end_critical,
931 gfor_fndecl_caf_sync_all, gfor_fndecl_caf_sync_images,
932 gfor_fndecl_caf_error_stop, gfor_fndecl_caf_error_stop_str,
933 gfort_gvar_caf_num_images, gfort_gvar_caf_this_image):
934 New global variables.
935 * trans-decl.c: Declare several CAF functions (cf. above).
936 (gfc_build_builtin_function_decls): Initialize those.
937 (gfc_init_coarray_decl): New function.
938 (create_main_function): Call CAF init/finalize functions.
939 * trans-intrinsic.c (trans_this_image, trans_num_images): New.
940 (gfc_conv_intrinsic_function): Call those.
941 * trans-stmt.c (gfc_trans_stop, gfc_trans_sync, gfc_trans_critical):
942 Add code for GFC_FCOARRAY_LIB.
943
944 2011-03-26 Janus Weil <janus@gcc.gnu.org>
945
946 PR fortran/48291
947 * class.c (get_unique_hashed_string): Adjust maximum allowable length
948 for unique type string.
949
950 2011-03-25 Kai Tietz <ktietz@redhat.com>
951
952 * scanner.c (preprocessor_line): Use filename_cmp
953 instead of strcmp.
954
955 2011-03-25 Tobias Burnus <burnus@net-b.de>
956
957 PR fortran/48174
958 PR fortran/45304
959 * trans-types.c (gfc_get_function_type): Don't use varargs if the
960 procedure is known to have no arguments.
961
962 2010-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
963
964 PR fortran/22572
965 * gfortran.h (gfc_option_t) : Add
966 flag_aggressive_function_elimination.
967 (gfc_dep_compare_functions): Add prototype.
968 * lang.opt: Add faggressive-function-elimination.
969 * invoke.texi: Document -faggressive-function-elimination.
970 * frontend_passes (expr_array): New static variable.
971 (expr_size): Likewise.
972 (expr_count): Likewise.
973 (current_code): Likewise.
974 (current_ns): Likewise.
975 (gfc_run_passes): Allocate and free space for expressions.
976 (cfe_register_funcs): New function.
977 (create_var): New function.
978 (cfc_expr_0): New function.
979 (cfe_code): New function.
980 (optimize_namespace): Invoke gfc_code_walker with cfe_code
981 and cfe_expr_0.
982 * dependency.c (gfc_dep_compare_functions): New function.
983 (gfc_dep_compare_expr): Use it.
984 * options.c (gfc_init_options): Handle
985 flag_aggressive_function_elimination.
986 (gfc_handle_option): Likewise.
987
988 2011-03-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
989
990 * arith.c (arith_power): Plug memory leak.
991
992 2011-03-12 Janus Weil <janus@gcc.gnu.org>
993
994 PR fortran/48059
995 * trans-expr.c (gfc_apply_interface_mapping_to_expr): Replace base type
996 for polymorphic arguments.
997
998 2011-03-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
999
1000 PR fortran/48054
1001 * intrinsic.texi: Clarify doc of logarithm functions.
1002
1003 2011-03-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1004
1005 PR fortran/47552
1006 * trans-intrinsic.c (gfc_conv_intrinsic_ctime): Fix type of
1007 the string length variable.
1008
1009 2011-03-11 Janus Weil <janus@gcc.gnu.org>
1010
1011 PR fortran/47768
1012 * module.c (ab_attribute,attr_bits): Add AB_PROC_POINTER_COMP.
1013 (mio_symbol_attribute): Handle attribute 'proc_pointer_comp'.
1014
1015 2011-03-06 Paul Thomas <pault@gcc.gnu.org>
1016 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1017
1018 PR fortran/47850
1019 * expr.c (gfc_is_constant_expr): Only use gfc_constant_ac if
1020 the expression has an iterator. Otherwise, iterate through the
1021 array, checking for constant expressions for each element.
1022
1023 2011-03-04 Janne Blomqvist <jb@gcc.gnu.org>
1024
1025 PR libfortran/47802
1026 * intrinsic.texi: Update CTIME and FDATE documentation.
1027
1028 2011-03-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1029
1030 * invoke.texi (Option Summary, Fortran Dialect Options)
1031 (Preprocessing Options, Runtime Options, Code Gen Options):
1032 Fix vertical list spacing by using @itemx for additinoal
1033 items, empty line before @table. Fix typos.
1034
1035 2011-02-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1036
1037 PR fortran/47894
1038 * intrinsic.texi: Fix doc of the VERIFY intrinsic.
1039
1040 2011-02-26 Tobias Burnus <burnus@net-b.de>
1041
1042 PR fortran/47846
1043 * trans-stmt.c (gfc_trans_allocate): Fix allocation with
1044 type-spec of deferred-length strings.
1045
1046 2011-02-26 Tobias Burnus <burnus@net-b.de>
1047
1048 PR fortran/47886
1049 * openmp.c (gfc_resolve_omp_directive): Resolve if()
1050 condition of OpenMP's task.
1051
1052 2011-02-26 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1053
1054 PR fortran/47894
1055 * intrinsic.texi: Fix doc of the VERIFY intrinsic.
1056
1057 2011-02-24 Tobias Burnus <burnus@net-b.de>
1058
1059 PR fortran/47872
1060 * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
1061 multitable for linebreak between different syntax variants.
1062
1063 2011-02-24 Richard Guenther <rguenther@suse.de>
1064
1065 PR fortran/47839
1066 * f95-lang.c (pushdecl): For externs in non-global scope push
1067 a copy of the decl into the BLOCK.
1068
1069 2011-02-23 Mikael Morin <mikael@gcc.gnu.org>
1070
1071 PR fortran/40850
1072 * trans.c (gfc_prepend_expr_to_block): New function.
1073 * trans.h (gfc_prepend_expr_to_block): Declare.
1074 * trans-array.c (gfc_conv_array_parameter): Replace
1075 gfc_add_expr_to_block with gfc_prepend_expr_to_block.
1076
1077 2011-02-22 Paul Thomas <pault@gcc.gnu.org>
1078
1079 PR fortran/45743
1080 * trans-decl.c (gfc_get_extern_function_decl): Don't use the
1081 gsymbol backend_decl if the procedure has a formal argument
1082 that is a procedure.
1083
1084 2011-02-22 Tobias Burnus <burnus@net-b.de>
1085
1086 PR fortran/41359
1087 * trans-stmt.c (gfc_trans_if_1): Use correct line for
1088 expressions in the if condition.
1089
1090 2011-02-20 Tobias Burnus <burnus@net-b.de>
1091
1092 PR fortran/47797
1093 * trans-decl.c (gfc_trans_deferred_vars): Use gfc_set_backend_locus and
1094 gfc_restore_backend_locus to have better debug locations.
1095 * trans-array.c (gfc_trans_deferred_array): Ditto.
1096
1097 2011-02-20 Paul Thomas <pault@gcc.gnu.org>
1098
1099 PR fortran/45077
1100 PR fortran/44945
1101 * trans-types.c (gfc_get_derived_type): Remove code that looks
1102 for decls in gsym and add call to gfc_get_module_backend_decl.
1103 * trans.h : Add prototype for gfc_get_module_backend_decl.
1104 * trans-decl.c (gfc_get_module_backend_decl): New function.
1105 (gfc_get_symbol_decl): Call it.
1106
1107 2011-02-19 Paul Thomas <pault@gcc.gnu.org>
1108
1109 PR fortran/47348
1110 * trans-array.c (get_array_ctor_all_strlen): Move up in file.
1111 (get_array_ctor_var_strlen): Add block dummy and add call to
1112 get_array_ctor_all_strlen instead of giving up on substrings.
1113 Call gcc_unreachable for default case.
1114 (get_array_ctor_strlen): Add extra argument to in call to
1115 get_array_ctor_var_strlen.
1116
1117 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1118
1119 PR fortran/47789
1120 * primary.c (gfc_match_structure_constructor): Handle empty parent
1121 types.
1122
1123 2011-02-18 Tobias Burnus
1124
1125 PR fortran/47775
1126 * trans-expr.c (arrayfunc_assign_needs_temporary): Use
1127 esym to check whether the specific procedure returns an
1128 allocatable or pointer.
1129
1130 2011-02-18 Michael Matz <matz@suse.de>
1131
1132 PR fortran/45586
1133 * gfortran.h (struct gfc_component): Add norestrict_decl member.
1134 * trans.h (struct lang_type): Add nonrestricted_type member.
1135 * trans-expr.c (gfc_conv_component_ref): Search fields with correct
1136 parent type.
1137 * trans-types.c (mirror_fields, gfc_nonrestricted_type): New.
1138 (gfc_sym_type): Use it.
1139
1140 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1141
1142 PR fortran/47768
1143 * resolve.c (resolve_transfer): Reject variables with procedure pointer
1144 components.
1145
1146 2011-02-18 Janus Weil <janus@gcc.gnu.org>
1147
1148 PR fortran/47767
1149 * gfortran.h (gfc_check_access): Removed prototype.
1150 (gfc_check_symbol_access): Added prototype.
1151 * module.c (gfc_check_access): Renamed to 'check_access', made static.
1152 (gfc_check_symbol_access): New function, basically a shortcut for
1153 'check_access'.
1154 (write_dt_extensions,write_symbol0,write_generic,write_symtree): Use
1155 'gfc_check_symbol_access'.
1156 (write_operator,write_module): Renamed 'gfc_check_access'.
1157 * resolve.c (resolve_fl_procedure,resolve_fl_derived,
1158 resolve_fl_namelist,resolve_symbol,resolve_fntype): Use
1159 'gfc_check_symbol_access'.
1160
1161 2011-02-16 Janus Weil <janus@gcc.gnu.org>
1162
1163 PR fortran/47745
1164 * class.c (gfc_build_class_symbol): Set 'class_ok' attribute.
1165 * decl.c (build_sym,attr_decl1): Move setting of 'class_ok' into
1166 'gfc_build_class_symbol'.
1167 (gfc_match_decl_type_spec): Reject unlimited polymorphism.
1168 * interface.c (matching_typebound_op): Check for 'class_ok' attribute.
1169 * match.c (select_type_set_tmp): Move setting of 'class_ok' into
1170 'gfc_build_class_symbol'.
1171 * primary.c (gfc_variable_attr): Check for 'class_ok' attribute.
1172
1173 2011-02-15 Steven G. Kargl <kargl@gcc.gnu.org>
1174
1175 PR fortran/47633
1176 . simplify.c (gfc_simplify_compiler_version): Fix off-by-one issue.
1177
1178 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1179
1180 PR fortran/47730
1181 * parse.c (gfc_build_block_ns): Commit 'block@' symbol.
1182
1183 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1184
1185 PR fortran/47728
1186 * class.c (gfc_build_class_symbol): Give a fatal error on polymorphic
1187 arrays.
1188 * primary.c (gfc_match_varspec): Avoid ICE for invalid class
1189 declaration.
1190
1191 2011-02-14 Janus Weil <janus@gcc.gnu.org>
1192
1193 PR fortran/47349
1194 * interface.c (get_expr_storage_size): Handle derived-type components.
1195
1196 2011-02-13 Tobias Burnus <burnus@net-b.de>
1197
1198 PR fortran/47569
1199 * interface.c (compare_parameter): Avoid ICE with
1200 character components.
1201
1202 2011-02-12 Janus Weil <janus@gcc.gnu.org>
1203
1204 * class.c (gfc_build_class_symbol): Reject polymorphic arrays.
1205 * decl.c (build_sym,build_struct,attr_decl1): Use return value of
1206 'gfc_build_class_symbol'.
1207
1208 2011-02-12 Michael Matz <matz@suse.de>
1209 Janus Weil <janus@gcc.gnu.org>
1210 Tobias Burnus <burnus@net-b.de>
1211
1212 PR fortran/45586
1213 * trans-expr.c (conv_parent_component_references): Avoid unintendent
1214 skipping of parent compounds.
1215
1216 2011-02-11 Tobias Burnus <burnus@net-b.de>
1217
1218 PR fortran/47550
1219 * resolve.c (resolve_formal_arglist): PURE with VALUE
1220 and no INTENT: Add -std= diagnostics.
1221
1222 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1223
1224 PR fortran/47352
1225 * resolve.c (resolve_procedure_interface): If interface has a result
1226 variable, copy the typespec and set result pointer to self.
1227
1228 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1229
1230 PR fortran/47463
1231 * resolve.c (resolve_typebound_subroutine): Remove erroneous line.
1232
1233 2011-02-09 Janus Weil <janus@gcc.gnu.org>
1234
1235 PR fortran/47637
1236 * trans-decl.c (init_intent_out_dt): Handle CLASS arguments.
1237
1238 2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1239
1240 * io.c (match_io_element): Do not set dt if not inquire.
1241
1242 2011-02-08 Janus Weil <janus@gcc.gnu.org>
1243
1244 PR fortran/45290
1245 * expr.c (gfc_check_assign_symbol): Reject pointers as pointer
1246 initialization target.
1247
1248 2011-02-07 Janne Blomqvist <jb@gcc.gnu.org>
1249 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1250
1251 * gfortran.texi (Thread-safety): texinfo styling fixes.
1252 * intrinsic.texi: Likewise.
1253
1254 2011-02-06 Janne Blomqvist <jb@gcc.gnu.org>
1255
1256 * gfortran.texi (Compiler Characteristics): Add reference to
1257 thread-safety section.
1258
1259 2011-02-06 Janne Blomqvist <jb@gcc.gnu.org>
1260
1261 * gfortran.texi (Thread-safety): New section.
1262 * intrinsic.texi (EXECUTE_COMMAND_LINE): Mention thread-safety.
1263 (GETENV): Likewise.
1264 (GET_ENVIRONMENT_VARIABLE): Likewise.
1265 (SYSTEM): Likewise.
1266
1267 2011-02-06 Paul Thomas <pault@gcc.gnu.org>
1268
1269 PR fortran/47592
1270 * trans-stmt.c (gfc_trans_allocate): For deferred character
1271 length allocations with SOURCE, store to the values and string
1272 length to avoid calculating twice. Replace gfc_start_block
1273 with gfc_init_block to avoid unnecessary contexts and to keep
1274 declarations of temporaries where they should be. Tidy up the
1275 code a bit.
1276
1277 2011-02-05 Janne Blomqvist <jb@gcc.gnu.org>
1278
1279 PR fortran/42434
1280 * intrinsic.texi (SYSTEM_CLOCK): Update documentation.
1281
1282 2011-02-02 Janus Weil <janus@gcc.gnu.org>
1283 Paul Thomas <pault@gcc.gnu.org>
1284
1285 PR fortran/47082
1286 * trans-expr.c (gfc_trans_class_init_assign): Add call to
1287 gfc_get_derived_type.
1288 * module.c (read_cleanup): Do not use unique_symtrees for vtabs
1289 or vtypes.
1290
1291 2011-02-02 Janus Weil <janus@gcc.gnu.org>
1292
1293 PR fortran/47572
1294 * resolve.c (resolve_fl_variable): Handle polymorphic allocatables.
1295
1296 2011-02-01 Janus Weil <janus@gcc.gnu.org>
1297
1298 PR fortran/47565
1299 * trans-expr.c (gfc_conv_structure): Handle constructors for procedure
1300 pointer components with allocatable result.
1301
1302 2011-01-31 Janus Weil <janus@gcc.gnu.org>
1303
1304 PR fortran/47455
1305 * trans-expr.c (gfc_conv_procedure_call): Handle procedure pointers
1306 with pointer or allocatable result.
1307
1308 2011-01-31 Paul Thomas <pault@gcc.gnu.org>
1309
1310 PR fortran/47519
1311 * trans-stmt.c (gfc_trans_allocate): Improve handling of
1312 deferred character lengths with SOURCE.
1313 * iresolve.c (gfc_resolve_repeat): Calculate character
1314 length from source length and ncopies.
1315 * dump-parse-tree.c (show_code_node): Show MOLD and SOURCE
1316 expressions for ALLOCATE.
1317
1318 2011-01-31 Janus Weil <janus@gcc.gnu.org>
1319
1320 PR fortran/47463
1321 * resolve.c (resolve_typebound_subroutine): Bug fix for the case of
1322 an argument of a typebound assignment being a component.
1323
1324 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1325
1326 * gfortranspec.c (add_arg_libgfortran) [HAVE_LD_STATIC_DYNAMIC] Use
1327 LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
1328
1329 2011-01-31 Tobias Burnus <burnus@net-b.de>
1330
1331 PR fortran/47042
1332 * resolve.c (resolve_fl_procedure): Reject stmt functions
1333 with pointer/allocatable attribute.
1334
1335 2011-01-31 Tobias Burnus <burnus@net-b.de>
1336
1337 PR fortran/47042
1338 * interface.c (gfc_procedure_use): Add explicit interface check for
1339 pointer/allocatable functions.
1340
1341 2011-01-30 Paul Thomas <pault@gcc.gnu.org>
1342
1343 PR fortran/47523
1344 * trans-expr.c (gfc_trans_assignment_1): If the rhs is an op
1345 expr and is assigned to a deferred character length scalar,
1346 make sure that the function is called before reallocation,
1347 so that the length is available. Include procedure pointer
1348 and procedure pointer component rhs as well.
1349
1350 PR fortran/45170
1351 PR fortran/35810
1352 PR fortran/47350
1353 * gfortran.dg/allocatable_function_5.f90: New test not added by
1354 mistake on 2011-01-28.
1355
1356 2011-01-29 Tobias Burnus <burnus@net-b.de>
1357
1358 PR fortran/47531
1359 * check.c (gfc_check_shape): Support kind argument in SHAPE.
1360 * intrinsic.c (add_functions): Ditto.
1361 * resolve.c (gfc_resolve_shape): Ditto.
1362 * simplify.c (gfc_simplify_shape): Ditto.
1363 * intrinsic.h (gfc_check_shape, gfc_resolve_shape,
1364 gfc_simplify_shape): Update prototypes.
1365 * intrinisc.text (SHAPE): Document kind argument.
1366
1367 2011-01-28 Tobias Burnus <burnus@net-b.de>
1368
1369 PR fortran/47507
1370 * resolve.c (resolve_formal_arglist): Allow arguments with VALUE
1371 attribute also without INTENT.
1372
1373 2011-01-28 Tobias Burnus <burnus@net-b.de>
1374
1375 * gfortran.texi (Fortran 2003 status): Mention support for
1376 nonconstant namelist variables.
1377
1378 2011-01-28 Paul Thomas <pault@gcc.gnu.org>
1379 Tobias Burnus <burnus@gcc.gnu.org>
1380
1381 PR fortran/45170
1382 PR fortran/35810
1383 PR fortran/47350
1384 * interface.c (compare_actual_formal): An allocatable or pointer
1385 deferred length actual is only allowed if the formal argument
1386 is also deferred length. Clean up whitespace.
1387 * trans-expr.c (gfc_conv_procedure_call): Pass string length for
1388 deferred character length formal arguments by reference. Do the
1389 same for function results.
1390 (gfc_trans_pointer_assignment): Do not do runtime check of lhs
1391 and rhs character lengths, if deferred length lhs. In this case
1392 set the lhs character length to that of the rhs.
1393 (gfc_conv_string_parameter): Remove assert that string length is
1394 an integer type.
1395 (is_scalar_reallocatable_lhs): New function.
1396 (alloc_scalar_allocatable_for_assignment): New function.
1397 (gfc_trans_assignment_1): Call above new function. If the rhs is
1398 a deferred character length itself, makes ure that the function
1399 is called before reallocation, so that the length is available.
1400 (gfc_trans_asssignment): Remove error about assignment to
1401 deferred length character variables.
1402 * gfortran.texi : Update entry about (re)allocation on
1403 assignment.
1404 * trans-stmt.c (gfc_trans_allocate): Add code to handle deferred
1405 length character variables.
1406 * module.c (mio_typespec): Transfer deferred characteristic.
1407 * trans-types.c (gfc_get_function_type): New code to generate
1408 hidden typelist, so that those character lengths that are
1409 passed by reference get the right type.
1410 * resolve.c (resolve_contained_fntype): Supress error for
1411 deferred character length functions.
1412 (resolve_function, resolve_fl_procedure) The same.
1413 (check_symbols): Remove the error that support for
1414 entity with deferred type parameter is not yet implemented.
1415 (resolve_fl_derived): The same.
1416 match.c (alloc_opt_list): Allow MOLD for deferred length object.
1417 * trans-decl.c (gfc_get_symbol_decl): For deferred character
1418 length dummies, generate a local variable for string length.
1419 (create_function_arglist): Hidden length can be a pointer.
1420 (gfc_trans_deferred_vars): For deferred character length
1421 results and dummies, assign the string length to the local
1422 variable from the hidden argument on entry and the other way
1423 round on exit, as appropriate.
1424
1425 2011-01-27 Tobias Burnus <burnus@net-b.de>
1426
1427 PR fortran/47474
1428 * trans-decl.c (gfc_generate_function_code): Fix init
1429 of allocatable result variable with allocatable components.
1430
1431 2011-01-27 Tobias Burnus <burnus@net-b.de>
1432
1433 PR fortran/47472
1434 * options.c (gfc_handle_module_path_options): Save
1435 module path without trailing slash as include path.
1436
1437 2011-01-25 Tobias Burnus <burnus@net-b.de>
1438
1439 PR fortran/47448
1440 * interface.c (gfc_check_operator_interface): Fix
1441 defined-assignment check.
1442
1443 2011-01-23 Tobias Burnus <burnus@net-b.de>
1444
1445 PR fortran/47421
1446 * trans-decl.c (gfc_trans_deferred_vars): Do not nullify
1447 scalar allocatable dummy arguments.
1448
1449 2011-01-22 Thomas Koenig <tkoenig@gcc.gnu.org>
1450
1451 PR fortran/38536
1452 * resolve.c (gfc_iso_c_func_interface): For C_LOC,
1453 check for array sections followed by component references
1454 which are illegal. Also check for coindexed arguments.
1455
1456 2011-01-22 Tobias Burnus <burnus@net-b.de>
1457
1458 PR fortran/47399
1459 * primary.c (gfc_match_varspec): Relax gcc_assert to allow for
1460 PARAMETER TBP.
1461
1462 2011-01-21 Tobias Burnus <burnus@net-b.de>
1463
1464 PR fortran/47394
1465 * error.c (gfc_error_now, gfc_fatal_error, gfc_error_check):
1466 Use defined instead of magic number exit status codes.
1467 * scanner.c (include_line, gfc_new_file): Ditto.
1468
1469 2011-01-21 Tobias Burnus <burnus@net-b.de>
1470
1471 PR fortran/47377
1472 * expr.c (gfc_check_pointer_assign): Reject expr data-targets
1473 without pointer attribute.
1474
1475 2011-01-18 Janus Weil <janus@gcc.gnu.org>
1476
1477 PR fortran/47240
1478 * resolve.c (expression_rank): Fix rank of procedure poiner components.
1479 * trans-expr.c (gfc_conv_procedure_call): Take care of procedure
1480 pointer components as actual arguments.
1481
1482 2011-01-17 Jakub Jelinek <jakub@redhat.com>
1483
1484 PR fortran/47331
1485 * gfortran.h (struct gfc_omp_saved_state): New type.
1486 (gfc_omp_save_and_clear_state, gfc_omp_restore_state): New prototypes.
1487 * resolve.c (resolve_global_procedure): Call it around gfc_resolve
1488 call.
1489 * openmp.c (gfc_omp_save_and_clear_state, gfc_omp_restore_state): New
1490 functions.
1491
1492 2011-01-17 Tobias Burnus <burnus@net-b.de>
1493
1494 PR fortran/47327
1495 * invoke.texi (Options to request or suppress errors
1496 and warnings): Fix cross link.
1497
1498 2011-01-15 Tobias Burnus <burnus@net-b.de>
1499
1500 * gfortran.texi: Update Fortran 2003 Status section.
1501
1502 PR fortran/47177
1503 * invoke.texi: Add missing "-E" to the -dM example.
1504
1505 2011-01-13 Tobias Burnus <burnus@net-b.de>
1506
1507 PR fortran/47268
1508 * intrinsic.texi (get_command_argument, get_environment_variable):
1509 Mark arguments as optional in the Arguments section.
1510
1511 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
1512 Tobias Burnus <burnus@net-b.de>
1513
1514 PR fortran/47260
1515 * trans-decl.c (gfc_get_extern_function_decl,
1516 build_function_decl): Set TREE_PUBLIC/TREE_EXTERNAL before
1517 calling decl_attributes.
1518
1519 2011-01-13 Tobias Burnus <burnus@net-b.de>
1520 Mikael Morin <mikael@gcc.gnu.org>
1521
1522 PR fortran/45848
1523 PR fortran/47204
1524 * gfortran.h (gfc_code): Move union ext's case_list into
1525 the struct block.
1526 * dump-parse-tree.c (show_code_node): Adapt by prefixing case_list
1527 by "block.".
1528 * frontend-passes.c (gfc_code_walker): Ditto.
1529 * match.c (gfc_match_goto, gfc_match_call, gfc_match_case,
1530 gfc_match_type_is, gfc_match_class_is): Ditto.
1531 * resolve.c (resolve_select, resolve_select_type): Ditto.
1532 * st.c (gfc_free_statement): Ditto.
1533 * trans-stmt.c (gfc_trans_integer_select, gfc_trans_logical_select,
1534 gfc_trans_character_select): Ditto.
1535 * parse.c (resolve_all_program_units): For error recovery, avoid
1536 segfault is proc_name is NULL.
1537
1538 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
1539
1540 PR fortran/47051
1541 * trans-array.c (gfc_alloc_allocatable_for_assignment): Change
1542 to be standard compliant by testing for shape rather than size
1543 before skipping reallocation. Improve comments.
1544
1545 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1546
1547 PR fortran/47224
1548 * resolve.c (resolve_actual_arglist): Remove unneeded and buggy piece
1549 of code.
1550
1551 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
1552
1553 PR fortran/38536
1554 * resolve.c (is_scalar_expr_ptr): For a substring reference,
1555 use gfc_dep_compare_expr to compare start and end expession.
1556 Add FIXME for using gfc_deb_compare_expr elsewhere.
1557
1558 2011-01-09 Janus Weil <janus@gcc.gnu.org>
1559
1560 PR fortran/46313
1561 * class.c (get_unique_type_string): Make type name start with upper
1562 case letter.
1563
1564 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1565
1566 PR fortran/46405
1567 * invoke.texi: Mention -ffree-line-length-none and
1568 -ffixed-line-length-none for preprocessing.
1569
1570 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
1571
1572 PR fortran/46896
1573 * trans-expr.c (gfc_conv_procedure_call): With a non-copying
1574 procedure argument (eg TRANSPOSE) use a temporary if there is
1575 any chance of aliasing due to host or use association.
1576 (arrayfunc_assign_needs_temporary): Correct logic for function
1577 results and do not use a temporary for implicitly PURE
1578 variables. Use a temporary for Cray pointees.
1579 * symbol.c (gfc_add_save): Explicit SAVE not compatible with
1580 implicit pureness of containing procedure.
1581 * decl.c (match_old_style_init, gfc_match_data): Where decl
1582 would fail in PURE procedure, set implicit_pure to zero.
1583 * gfortran.h : Add implicit_pure to structure symbol_attr and
1584 add prototype for function gfc_implicit_pure.
1585 * expr.c (gfc_check_pointer_assign, gfc_check_vardef_context):
1586 Where decl would fail in PURE procedure, reset implicit_pure.
1587 * io.c (match_vtag, gfc_match_open, gfc_match_close,
1588 gfc_match_print, gfc_match_inquire, gfc_match_wait): The same.
1589 * match.c (gfc_match_critical, gfc_match_stopcode,
1590 sync_statement, gfc_match_allocate, gfc_match_deallocate): The
1591 same.
1592 * parse.c (decode_omp_directive): The same.
1593 (parse_contained): If not PURE, set implicit pure attribute.
1594 * resolve.c (resolve_formal_arglist, resolve_structure_cons,
1595 resolve_function, resolve_ordinary_assign) : The same.
1596 (gfc_implicit_pure): New function.
1597 * module.c (mio_symbol_attribute): Introduce AB_IMPLICIT_PURE
1598 to ab_attribute enum and use it in this function.
1599
1600 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
1601
1602 PR fortran/45777
1603 * symbol.c (gfc_symbols_could_alias): Strip gfc_ prefix,
1604 make static and move in front of its only caller, to ...
1605 * trans-array.c (symbols_could_alias): ... here.
1606 Pass information about pointer and target status as
1607 arguments. Allocatable arrays don't alias anything
1608 unless they have the POINTER attribute.
1609 (gfc_could_be_alias): Keep track of pointer and target
1610 status when following references. Also check if typespecs
1611 of components match those of other components or symbols.
1612
1613 2011-01-07 Tobias Burnus <burnus@net-b.de>
1614
1615 PR fortran/41580
1616 * class.c (gfc_build_class_symbol): Mark __vtab as attr.vtab.
1617 * intrinsic.c (add_functions): Use simplify functions for
1618 EXTENDS_TYPE_OF and SAME_TYPE_AS.
1619 * intrinsic.h (gfc_simplify_extends_type_of,
1620 gfc_simplify_same_type_as): New prototypes.
1621 * simplify.c (is_last_ref_vtab, gfc_simplify_extends_type_of,
1622 gfc_simplify_same_type_as): New functions.
1623
1624 2011-01-07 Janus Weil <janus@gcc.gnu.org>
1625
1626 PR fortran/47189
1627 PR fortran/47194
1628 * gfortran.h (gfc_lval_expr_from_sym): Moved prototype.
1629 * class.c (gfc_class_null_initializer): Initialize _vptr to declared
1630 type.
1631 * expr.c (gfc_lval_expr_from_sym): Moved here from symbol.c.
1632 * resolve.c (resolve_deallocate_expr): _data component will be added
1633 at translation stage.
1634 * symbol.c (gfc_lval_expr_from_sym): Moved to expr.c.
1635 * trans-stmt.c (gfc_trans_deallocate): Reset _vptr to declared type.
1636
1637 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
1638
1639 PR fortran/33117
1640 PR fortran/46478
1641 * parse.c (parse_interface): Remove check for procedure types.
1642 * interface.c (check_interface0): Verify that procedures are
1643 either all SUBROUTINEs or all FUNCTIONs.
1644
1645 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1646
1647 PR fortran/47180
1648 * trans-expr.c (gfc_trans_class_assign): Bugfix for r168524 (make sure
1649 'vtab' is initialized).
1650
1651 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1652
1653 PR fortran/47180
1654 * trans-expr.c (gfc_trans_class_assign): For a polymorphic NULL pointer
1655 assignment, set the _vptr component to the declared type.
1656
1657 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1658
1659 PR fortran/46017
1660 * resolve.c (resolve_allocate_deallocate): Follow references to
1661 check for duplicate occurence of allocation/deallocation objects.
1662
1663 2011-01-05 Janus Weil <janus@gcc.gnu.org>
1664
1665 PR fortran/47024
1666 * trans-decl.c (gfc_trans_deferred_vars): Initialize the _vpr component
1667 of polymorphic allocatables according to their declared type.
1668
1669 2011-01-04 Janus Weil <janus@gcc.gnu.org>
1670
1671 PR fortran/46448
1672 * class.c (gfc_find_derived_vtab): Set the module field for the copying
1673 routine to make sure it receives module name mangling.
1674
1675 2011-01-03 Jakub Jelinek <jakub@redhat.com>
1676
1677 * gfortranspec.c (lang_specific_driver): Update copyright notice
1678 dates.
1679
1680 2011-01-03 Janus Weil <janus@gcc.gnu.org>
1681
1682 * intrinsic.texi (LEADZ): Fix example.
1683
1684 2011-01-02 Janus Weil <janus@gcc.gnu.org>
1685
1686 PR fortran/46408
1687 * class.c (gfc_find_derived_vtab): Use EXEC_INIT_ASSIGN for __copy_
1688 routine.
1689
1690 \f
1691 Copyright (C) 2011 Free Software Foundation, Inc.
1692
1693 Copying and distribution of this file, with or without modification,
1694 are permitted in any medium without royalty provided the copyright
1695 notice and this notice are preserved.