PR 25708 Avoid seeking when parsing strings and when peeking.
[gcc.git] / gcc / fortran / ChangeLog
1 2011-12-01 Janne Blomqvist <jb@gcc.gnu.org>
2
3 PR fortran/25708
4 * module.c (parse_string): Read string into resizable array
5 instead of parsing twice and seeking.
6 (peek_atom): New implementation avoiding seeks.
7 (require_atom): Save and set column and line explicitly for error
8 handling.
9
10 2011-12-01 Janne Blomqvist <jb@gcc.gnu.org>
11
12 * misc.c (gfc_open_file): Don't call stat.
13
14 2011-11-29 Thomas Koenig <tkoenig@gcc.gnu.org>
15
16 PR fortran/40958
17 * module.c (prev_module_line): New variable.
18 (prev_module_column): New variable.
19 (prev_character): New variable.
20 (module_char): Update the new variables.
21 (module_unget_char): New function.
22 (parse_string): Use module_unget_char.
23 (parse_integer): Likewise.
24 (parse_name): Likewise.
25
26 2011-11-29 Tobias Burnus <burnus@net-b.de>
27
28 PR fortran/51306
29 PR fortran/48700
30 * check.c (gfc_check_move_alloc): Make sure that from/to
31 are both polymorphic or neither.
32 * trans-intrinsic.c (conv_intrinsic_move_alloc): Cleanup,
33 generate inline code.
34
35 2011-11-28 Tobias Burnus <burnus@net-b.de>
36 Steven G. Kargl <kargl@gcc.gnu.org>
37
38 PR fortran/51308
39 * symbol.c (check_conflict): Ignore BIND(C) + PARAMETER
40 conflicts for ISO_C_BINDING variables.
41 (gen_special_c_interop_ptr): Don't mark c_ptr_null/c_funptr_null
42 as SAVE.
43
44 2011-11-25 Mikael Morin <mikael@gcc.gnu.org>
45
46 * trans-array.c (set_loop_bounds): Remove dead conditions.
47
48 2011-11-25 Mikael Morin <mikael@gcc.gnu.org>
49
50 PR fortran/51250
51 PR fortran/43829
52 * trans-array.c (gfc_trans_create_temp_array): Get dimension from
53 the right gfc_ss struct.
54
55 2011-11-25 Tobias Burnus <burnus@net-b.de>
56
57 PR fortran/50408
58 * trans-decl.c (gfc_get_module_backend_decl): Also copy
59 ts.u.derived from the gsym if the ts.type is BT_CLASS.
60 (gfc_get_extern_function_decl): Copy also the backend_decl
61 for the symbol's ts.u.{derived,cl} from the gsym.
62 * trans-types.c (gfc_copy_dt_decls_ifequal): Directly
63 return if "from" and "to" are the same.
64
65 2011-11-25 Tobias Burnus <burnus@net-b.de>
66
67 PR fortran/51302
68 * trans-stmt.c (gfc_trans_simple_do): Add a fold_convert.
69
70 2011-11-24 Tobias Burnus <burnus@net-b.de>
71
72 PR fortran/51218
73 * resolve.c (pure_subroutine): If called subroutine is
74 impure, unset implicit_pure.
75 (resolve_function): Move impure check to simplify code.
76
77 2011-11-19 Tobias Burnus <burnus@net-b.de>
78
79 PR fortran/51207
80 * class.c (gfc_find_derived_vtab): Mark __def_init as PARAMETER
81 and hence as TREE_READONLY; add subroutine attribute to
82 __copy_ procedure.
83
84 PR fortran/50640
85 * trans.h (GFC_DECL_PUSH_TOPLEVEL): New DECL_LANG_FLAG_7.
86 * trans-decl.c (gfc_get_symbol_decl): Mark __def_init and vtab as
87 GFC_DECL_PUSH_TOPLEVEL.
88 (gfc_generate_function_code): If GFC_DECL_PUSH_TOPLEVEL, push it there.
89 (build_function_decl): Push __copy_ procedure to the toplevel.
90
91 2011-11-16 Tobias Burnus <burnus@net-b.de>
92
93 PR fortran/39427
94 PR fortran/37829
95 * decl.c (match_data_constant, match_data_constant, variable_decl,
96 gfc_match_decl_type_spec, access_attr_decl,
97 check_extended_derived_type, gfc_match_derived_decl,
98 gfc_match_derived_decl, gfc_match_derived_decl) Modified to deal
99 with DT constructors.
100 * gfortran.h (gfc_find_dt_in_generic,
101 gfc_convert_to_structure_constructor): New function prototypes.
102 * interface.c (check_interface0, check_interface1,
103 gfc_search_interface): Ignore DT constructors in generic list.
104 * match.h (gfc_match_structure_constructor): Update prototype.
105 * match.c (match_derived_type_spec): Ensure that one uses the DT
106 not the generic function.
107 * module.c (MOD_VERSION): Bump.
108 (dt_lower_string, dt_upper_string): New functions.
109 (find_use_name_n, find_use_operator, compare_true_names,
110 find_true_name, add_true_name, fix_mio_expr, load_needed,
111 read_module, write_dt_extensions, write_symbol): Changes to deal with
112 different symtree vs. sym names.
113 (create_derived_type): Create also generic procedure.
114 * parse.c (gfc_fixup_sibling_symbols): Don't regard DT and generic
115 function as the same.
116 * primary.c (gfc_convert_to_structure_constructor): New function.
117 (gfc_match_structure_constructor): Restructured; calls
118 gfc_convert_to_structure_constructor.
119 (build_actual_constructor, gfc_match_rvalue): Update for DT generic
120 functions.
121 * resolve.c (resolve_formal_arglist, resolve_structure_cons,
122 is_illegal_recursion, resolve_generic_f, resolve_variable,
123 resolve_fl_variable_derived, resolve_fl_derived0,
124 resolve_symbol): Handle DT and DT generic constructors.
125 * symbol.c (gfc_use_derived, gfc_undo_symbols,
126 gen_special_c_interop_ptr, gen_cptr_param,
127 generate_isocbinding_symbol, gfc_get_derived_super_type): Handle
128 derived-types, which are hidden in the generic type.
129 (gfc_find_dt_in_generic): New function
130 * trans-array.c (gfc_conv_array_initializer): Replace FL_PARAMETER
131 expr by actual value.
132 * trans-decl.c (gfc_get_module_backend_decl, gfc_trans_use_stmts):
133 Ensure that we use the DT and not the generic function.
134 * trans-types.c (gfc_get_derived_type): Ensure that we use the DT
135 and not the generic procedure.
136
137 2011-11-14 Tobias Burnus <burnus@net-b.de>
138
139 PR fortran/51073
140 * trans-decl.c (generate_coarray_sym_init): Handle zero-sized arrays.
141
142 2011-11-09 Tobias Burnus <burnus@net-b.de>
143
144 * symbol.c (clear_sym_mark, traverse_ns): Remove functions.
145 (count_st_nodes, do_traverse_symtree, fill_st_vector): New functions.
146 (gfc_traverse_symtree, gfc_traverse_ns): Call do_traverse_symtree.
147
148 2011-11-09 Janne Blomqvist <jb@gcc.gnu.org>
149
150 PR libfortran/50016
151 * gfortran.texi (Data consistency and durability): New section.
152
153 2011-11-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
154
155 PR fortran/50540
156 * resolve.c (resolve_forall_iterators): Transform internal errors
157 to normal errors.
158
159 2011-11-09 Janus Weil <janus@gcc.gnu.org>
160
161 PR fortran/50960
162 * class.c (gfc_find_derived_vtab): Make the vtab symbols FL_PARAMETER.
163 * expr.c (gfc_simplify_expr): Prevent vtabs from being replaced with
164 their value.
165 * resolve.c (resolve_values): Use-associated symbols do not need to
166 be resolved again.
167 (resolve_fl_parameter): Make sure the symbol has a value.
168
169 2011-11-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
170
171 PR fortran/38718
172 * intrinsic.c (add_functions): Allow dreal simplification.
173 * intrinsic.h (gfc_simplify_dreal): New prototype.
174 * simplify.c (gfc_simplify_dreal): New function.
175
176 2011-11-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
177
178 PR fortran/21881
179 * trans-types.c (gfc_get_dtype): Issue a fatal error instead of
180 an internal error.
181
182 2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
183
184 PR fortran/50404
185 * io.c (gfc_resolve_close): CLOSE requires a UNIT.
186
187 2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
188
189 PR fortran/50409
190 * expr.c (gfc_simplify_expr): Substrings can't have negative
191 length.
192
193 2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
194
195 PR fortran/50334
196 * invoke.texi (-finit-*): Document interaction with
197 -Wuninitialized.
198
199 2011-11-07 François-Xavier Coudert <fxcoudert@gcc.gnu.org>
200
201 PR libfortran/49188
202 PR libfortran/49336
203 * invoke.texi: Fix documentation of fsign-zero option. Remove
204 contractions.
205 * intrinsic.texi: Fix ATAN2 documentation for signed zeros.
206 Remove contractions.
207 * gfortran.texi: Remove contractions.
208
209 2011-11-07 Janus Weil <janus@gcc.gnu.org>
210
211 PR fortran/50919
212 * class.c (add_proc_comp): Don't add non-overridable procedures to the
213 vtable.
214 * resolve.c (resolve_typebound_function,resolve_typebound_subroutine):
215 Don't generate a dynamic _vptr call for non-overridable procedures.
216
217 2011-11-07 Janne Blomqvist <jb@gcc.gnu.org>
218
219 * intrinsic.texi (MCLOCK, MCLOCK8, TIME, TIME8): Functions clock
220 and time are part of the C standard library.
221
222 2011-11-06 Janus Weil <janus@gcc.gnu.org>
223
224 * gfortran.h (gfc_extend_expr): Modified prototype.
225 * interface.c (gfc_extend_expr): Return 'match' instead of 'gfc_try'.
226 Remove argument 'real_error'.
227 * resolve.c (resolve_operator): Modified call to 'gfc_extend_expr'.
228
229 2011-11-06 Andrew MacLeod <amacleod@redhat.com>
230 Aldy Hernandez <aldyh@redhat.com>
231
232 Merged from cxx-mem-model.
233
234 * types.def: (BT_SIZE, BT_CONST_VOLATILE_PTR, BT_FN_VOID_INT,
235 BT_FN_I{1,2,4,8,16}_CONST_VPTR_INT, BT_FN_VOID_VPTR_INT,
236 BT_FN_BOOL_VPTR_INT, BT_FN_BOOL_SIZE_CONST_VPTR,
237 BT_FN_VOID_VPTR_I{1,2,4,8,16}_INT, BT_FN_VOID_SIZE_VPTR_PTR_INT,
238 BT_FN_VOID_SIZE_CONST_VPTR_PTR_INT, BT_FN_VOID_SIZE_VPTR_PTR_PTR_INT,
239 BT_FN_BOOL_VPTR_PTR_I{1,2,4,8,16}_BOOL_INT_INT,
240 BT_FN_I{1,2,4,8,16}_VPTR_I{1,2,4,8,16}_INT): New types.
241
242 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
243
244 PR fortran/43829
245 * trans-array.c (gfc_conv_expr_descriptor): Accept the inline intrinsic
246 case in the assertion.
247 * trans-intrinsic (enter_nested_loop): New function.
248 (gfc_conv_intrinsic_arith): Support non-scalar cases.
249 (nest_loop_dimension, walk_inline_intrinsic_arith): New functions.
250 (walk_inline_intrinsic_function): Handle sum and product.
251 (gfc_inline_intrinsic_function_p): Ditto.
252 * trans.h (gfc_get_loopinfo): New macro.
253
254 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
255
256 * trans-intrinsic.c (gfc_conv_intrinsic_arith): Introduce parent
257 expression variable. Use it.
258
259 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
260
261 * trans-intrinsic.c (gfc_conv_intrinsic.c): Introduce current loop
262 pointer. Use it.
263
264 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
265
266 * trans-intrinsic.c (gfc_conv_intrinsic_arith): Small argument handling
267 cleanup.
268
269 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
270
271 * trans-intrinsic.c (gfc_conv_intrinsic_arith): Update conditions.
272
273 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
274
275 * frontend-passes.c (cfe_register_funcs): Return early in the case
276 of an inline intrinsic function.
277 (optimize_binop_array_assignment): Skip optimization in the case of
278 an inline intrinsic function.
279
280 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
281
282 * array.c (match_subscript): Skip whitespaces before setting locus.
283 * matchexp.c (match_level_1): Ditto.
284
285 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
286
287 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Set loop's
288 temporary rank to the loop rank. Mark ss chains for multiple loop
289 if necessary. Use gfc_trans_scalarized_loop_boundary to end one loop
290 and start another.
291
292 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
293
294 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set loop's
295 temporary rank to the loop rank. Mark ss chains for multiple loop
296 if necessary. Use gfc_trans_scalarized_loop_boundary to end one loop
297 and start another.
298
299 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
300
301 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Don't calculate
302 offset twice in generated code.
303
304 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
305
306 * trans-expr.c (gfc_conv_procedure_call): Handle temporaries for
307 arguments to elemental calls.
308 * trans-stmt.c (replace_ss): New function.
309 (gfc_conv_elemental_dependencies): Remove temporary loop handling.
310 Create a new ss for the temporary and replace the original one with it.
311 Remove fake array references. Recalculate all offsets.
312
313 2011-11-04 Mikael Morin <mikael@gcc.gnu.org>
314
315 * trans-array.h (gfc_free_ss, gfc_set_delta): New prototypes.
316 * trans-array.c (gfc_free_ss): Remove forward declaration.
317 Make non-static.
318 (set_delta, gfc_set_delta): Remove forward declaration.
319 Make non-static and rename the former to the later. Update uses.
320
321 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
322
323 * trans.h (gfc_inline_intrinsic_function_p): Move prototype...
324 * gfortran.h (gfc_inline_intrinsic_function_p): ... here.
325 * dependency.c (gfc_check_argument_var_dependency): Check dependencies
326 of inline intrinsics' arguments.
327
328 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
329
330 * trans-array.c (gfc_trans_preloop_setup): New pointers to outer
331 dimension's ss and loop. Use them.
332
333 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
334
335 * trans-array.c (outermost_loop): New function.
336 (gfc_trans_array_constructor, gfc_set_vector_loop_bounds,
337 gfc_add_loop_ss_code): Put generated code out of the outermost loop.
338
339 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
340
341 * trans-array.c (constant_array_constructor_loop_size):
342 Handle multiple loops.
343
344 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
345
346 * trans-array.c (get_rank, get_loop_upper_bound_for_array):
347 New functions.
348 (gfc_trans_array_constructor): Handle multiple loops.
349
350 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
351
352 * trans.h (struct gfc_loopinfo): New field parent.
353 * trans-array.c (gfc_cleanup_loop): Free nested loops.
354 (gfc_add_ss_to_loop): Set nested_loop's parent loop.
355 (gfc_trans_array_constructor): Update assertion.
356 (gfc_conv_loop_setup): Ditto.
357
358 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
359
360 * trans-array.c (gfc_add_loop_ss_code): Skip non-nestedmost ss.
361 Call recursively gfc_add_loop_ss_code for all the nested loops.
362 (gfc_conv_ss_startstride): Only get the descriptor for the outermost
363 ss. Call recursively gfc_conv_ss_startstride for all the nested loops.
364 (set_loop_bounds): Call recursively for all the nested loops.
365 (set_delta): Ditto.
366
367 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
368
369 * trans.h (struct gfc_loopinfo): New fields nested and next.
370 * trans-array.c (gfc_add_ss_to_loop): Update list of nested list if
371 ss has non-null nested_ss field.
372
373 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
374
375 * trans-array.c (gfc_trans_create_temp_array): Loop over the parents.
376
377 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
378
379 * trans-array.c (get_array_ref_dim, get_scalarizer_dim_for_array_dim):
380 Rename the former to the latter and loop over the parents.
381 (innermost_ss): New function.
382 (get_array_ref_dim_for_loop_dim): New function.
383 (gfc_trans_create_temp_array): Use get_scalarizer_dim_for_array_dim.
384 (set_loop_bounds): Use get_array_dim_for_loop_dim).
385
386 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
387
388 * trans.h (struct gfc_ss): New field nested_ss.
389 * trans-expr.c (gfc_advance_se_ss_chain): Update assertion.
390
391 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
392
393 * trans-array.c (set_vector_loop_bounds): Loop over the parents.
394
395 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
396
397 * trans-array.c (gfc_trans_array_constructor): Loop over the parents.
398
399 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
400
401 * trans-array.c (gfc_set_loop_bounds_from_array_spec): Loop over the
402 parents.
403
404 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
405
406 * trans.h (struct gfc_ss): New field parent.
407 * trans-array.c (gfc_trans_scalarizing_loops): Skip clearing if a
408 parent exists.
409 * trans-expr.c (gfc_advance_se_ss_chain): Move to parent ss at the
410 end of the chain.
411
412 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
413
414 * trans-array.h (gfc_trans_create_temp_array): Remove loop argument.
415 * trans-array.c (gfc_trans_create_temp_array): Ditto. Get loop from ss.
416 Update reference to loop. Remove loop argument.
417 (gfc_trans_array_constructor, gfc_conv_loop_setup): Update calls to
418 gfc_trans_create_temp_array.
419 * trans-expr.c (gfc_conv_procedure_call): Ditto.
420 * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Ditto.
421 * trans-stmt.c (gfc_conv_elemental_dependencies): Ditto.
422 Set loop before calling gfc_trans_create_temp_array.
423
424 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
425
426 * trans-array.c (gfc_trans_create_temp_array): New variable total_dim.
427 Set total_dim to loop's rank. Replace usages of loop's rank.
428
429 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
430
431 * trans-array.c (gfc_trans_array_constructor, trans_array_constructor):
432 Rename the former to the later. Get loop from ss.
433 Remove loop argument.
434 (gfc_add_loop_ss_code): Update call.
435
436 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
437
438 * trans-array.c (gfc_set_vector_loop_bounds): Get loop from ss.
439 Remove loop argument.
440 (gfc_add_loop_ss_code): Update call.
441
442 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
443
444 * trans.h (struct gfc_ss): New field loop.
445 * trans-array.c (set_ss_loop): New function.
446 (gfc_add_ss_to_loop): Call set_ss_loop.
447
448 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
449
450 * trans.h (struct gfc_ss_info): New field refcount.
451 * trans-array.c (free_ss_info): Decrement refcount. Return early if
452 still non-zero.
453 (gfc_get_array_ss, gfc_get_temp_ss, gfc_get_scalar_ss): Increment
454 refcount.
455
456 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
457
458 * trans-array.c (gfc_trans_create_temp_array): Move invariant condition
459 out of the containing loop.
460
461 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
462
463 * trans-array.c (gfc_conv_loop_setup, gfc_trans_create_temp_array):
464 Move specloop arrays clearing from the former to the latter.
465
466 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
467
468 * trans-array.c (set_loop_bounds): Separate the beginning of
469 gfc_conv_loop_setup into a function of its own.
470 (set_delta): Separate the end of gfc_conv_loop_setup into a function
471 of its own.
472 (gfc_conv_loop_setup): Call set_loop_bounds and set delta.
473 (set_loop_bounds, set_delta, gfc_conv_loop_setup): Make loopspec a
474 pointer to the specloop field from the loop struct.
475
476 2011-11-03 Tobias Burnus <burnus@net-b.de>
477
478 PR fortran/50933
479 * interface.c (gfc_compare_derived_types): Fix check for BIND(C).
480
481 2011-11-03 Tobias Burnus <burnus@net-b.de>
482
483 PR fortran/50960
484 * trans-decl.c (gfc_finish_var_decl): Mark PARAMETER as TREE_READONLY.
485
486 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
487
488 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field
489 gfc_ss::where into gfc_ss_info.
490 * trans-array.c (gfc_add_loop_ss_code):
491 Update reference chains.
492 * trans-stmt.c (gfc_trans_where_assign, gfc_trans_where_3): Ditto.
493
494 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
495
496 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field
497 gfc_ss::useflags into gfc_ss_info.
498 * trans-array.c (gfc_mark_ss_chain_used, gfc_trans_preloop_setup,
499 gfc_trans_scalarizing_loops, gfc_trans_scalarized_boundary):
500 Update reference chains.
501 * trans-expr.c (gfc_conv_procedure_call): Ditto.
502 * trans-intrinsic.c (gfc_conv_intrinsic_function): Ditto.
503
504 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
505
506 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field
507 gfc_ss::data::info into gfc_ss_info::data and remove empty union
508 gfc_ss::data.
509 * trans-array.c (gfc_free_ss, gfc_trans_create_temp_array,
510 gfc_trans_constant_array_constructor, gfc_trans_array_constructor,
511 gfc_set_vector_loop_bounds, gfc_add_loop_ss_code,
512 gfc_conv_ss_descriptor, gfc_trans_array_bound_check,
513 gfc_conv_array_index_offset, gfc_conv_scalarized_array_ref,
514 add_array_offset, gfc_trans_preloop_setup,
515 gfc_trans_scalarized_boundary, gfc_conv_section_startstride,
516 gfc_conv_ss_startstride, gfc_could_be_alias,
517 gfc_conv_loop_setup, gfc_conv_expr_descriptor,
518 gfc_alloc_allocatable_for_assignment, gfc_walk_array_ref):
519 Update reference chains and factor them where possible.
520 * trans-expr.c (gfc_conv_variable, gfc_conv_subref_array_arg,
521 gfc_conv_procedure_call, gfc_trans_subarray_assign): Updata reference
522 chains.
523 * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Ditto.
524 * trans-io.c (transfer_array_component): Ditto.
525 * trans-stmt.c (gfc_conv_elemental_dependencies,
526 gfc_trans_pointer_assign_need_temp): Ditto.
527
528 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
529
530 * trans.h (struct gfc_ss, struct gfc_ss_info): Move member struct
531 gfc_ss::data::temp into gfc_ss_info::data.
532 * trans-array.c (gfc_get_temp_ss, gfc_conv_loop_setup): Update reference
533 chains.
534
535 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
536
537 * trans.h (struct gfc_ss, struct gfc_ss_info): Move member struct
538 gfc_ss::data::scalar into newly created union gfc_ss_info::data,
539 and rename subfield expr to value.
540 * trans-array.c (gfc_add_loop_ss_code, gfc_conv_array_index_offset,
541 gfc_conv_expr_descriptor): Update reference chains.
542 * trans-const.c (gfc_conv_constant): Ditto.
543 * trans-expr.c (gfc_conv_expr): Ditto.
544
545 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
546
547 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field
548 string_length from the former struct to the latter.
549 * trans-array.c
550 (gfc_get_temp_ss, gfc_trans_array_constructor, gfc_add_loop_ss_code,
551 gfc_conv_ss_descriptor, gfc_conv_scalarized_array_ref,
552 gfc_conv_resolve_dependencies, gfc_conv_loop_setup,
553 gfc_conv_expr_descriptor): Update references to string_length and
554 factor common reference chains where possible.
555 * trans-const.c (gfc_conv_constant): Ditto.
556 * trans-expr.c (gfc_conv_variable, gfc_conv_subref_array_arg,
557 gfc_conv_expr): Ditto.
558
559 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
560
561 * trans.h (struct gfc_ss, struct gfc_ss_info): Move field expr from
562 the former struct to the latter.
563 * trans-array.c
564 (gfc_get_array_ss, gfc_get_scalar_ss,
565 gfc_trans_constant_array_constructor, gfc_trans_array_constructor,
566 gfc_add_loop_ss_code, gfc_conv_ss_descriptor,
567 gfc_trans_array_bound_check, gfc_conv_array_index_offset,
568 gfc_conv_scalarized_array_ref, gfc_conv_ss_startstride,
569 gfc_could_be_alias, gfc_conv_resolve_dependencies,
570 gfc_conv_loop_setup, gfc_conv_expr_descriptor,
571 gfc_alloc_allocatable_for_assignment): Update references to expr and
572 factor common reference chains where possible.
573 * trans-const.c (gfc_conv_constant): Ditto.
574 * trans-expr.c (gfc_conv_variable, gfc_conv_procedure_call,
575 gfc_conv_array_constructor_expr, gfc_conv_expr,
576 gfc_conv_expr_reference): Ditto.
577 * trans-intrinsic.c (trans_this_image, gfc_conv_intrinsic_bound,
578 gfc_conv_intrinsic_cobound, gfc_conv_intrinsic_funcall,
579 gfc_add_intrinsic_ss_code): Ditto.
580 * trans-stmt.c (gfc_conv_elemental_dependencies): Ditto.
581
582 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
583
584 * trans.h (struct gfc_ss_info): New struct.
585 (gfc_get_ss_info): New macro.
586 (struct gfc_ss): Move type field to struct gfc_ss_info.
587 Add an info field of type gfc_ss_info.
588 * trans-array.c (free_ss_info): New function.
589 (gfc_free_ss): Call free_ss_info.
590 (gfc_get_array_ss, gfc_get_temp_ss, gfc_get_scalar_ss):
591 Allocate gfc_ss_info field.
592 (gfc_get_array_ss, gfc_get_temp_ss, gfc_get_scalar_ss,
593 gfc_set_vector_loop_bounds, gfc_add_loop_ss_code,
594 gfc_conv_array_index_offset, gfc_trans_preloop_setup,
595 gfc_trans_scalarized_loop_boundary, gfc_conv_section_startstride,
596 gfc_conv_ss_startstride, gfc_conv_resolve_dependencies,
597 gfc_conv_loop_setup, transposed_dims, gfc_conv_expr_descriptor,
598 gfc_walk_elemental_function_args): Update references to type.
599 * trans-const.c (gfc_conv_constant): Factor common reference chains
600 and update reference to type.
601 * trans-expr.c (gfc_conv_procedure_call, gfc_trans_assignment_1):
602 Update reference to type.
603 (gfc_conv_array_constructor_expr, gfc_conv_expr,
604 gfc_conv_expr_reference): Ditto. Factor common reference chains.
605 * trans-intrinsic.c (walk_inline_intrinsic_transpose): Update references
606 to type
607 * trans-stmt.c (gfc_trans_where_assign): Ditto.
608
609 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
610
611 * trans.h (struct gfc_ss, struct gfc_array_info): Move shape field
612 from the former struct to the latter.
613 * trans-array.c (gfc_conv_ss_startstride, gfc_conv_loop_setup):
614 Update field references.
615 * trans-expr.c (gfc_trans_subarray_assign): Update field references
616 and factor common reference chains.
617 * trans-io.c (transfer_array_component): Ditto.
618
619 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
620
621 * trans.h (struct gfc_array_info): Move dim and dimen fields...
622 (struct gfc_ss): ... here. Remove gfc_ss::data::temp::dimen field.
623 * trans-array.c (gfc_conv_loop_setup): Remove temp_ss dim array
624 initialization.
625 (gfc_get_temp_ss): Initialize dim and dimen.
626 (gfc_free_ss, gfc_get_array_ss, gfc_get_temp_ss,
627 gfc_set_loop_bounds_from_array_spec, get_array_ref_dim,
628 gfc_trans_create_temp_array, gfc_trans_constant_array_constructor,
629 gfc_set_vector_loop_bounds, gfc_conv_scalarized_array_ref,
630 gfc_trans_preloop_setup, gfc_conv_ss_startstride,
631 gfc_conv_resolve_dependencies, gfc_conv_loop_setup, transposed_dims,
632 gfc_conv_expr_descriptor, gfc_alloc_allocatable_for_assignment,
633 gfc_walk_array_ref): Update field references.
634 * trans-expr.c (gfc_conv_subref_array_arg, gfc_conv_procedure_call):
635 Ditto.
636 * trans-intrinsic.c (walk_inline_intrinsic_transpose): Ditto.
637 * trans-stmt.c (gfc_conv_elemental_dependencies): Ditto.
638
639 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
640
641 * trans.h (struct gfc_ss_info, struct gfc_array_info):
642 Rename the former to the latter.
643 * trans-array.c (gfc_get_array_ss, gfc_trans_allocate_array_storage,
644 get_array_ref_dim, gfc_trans_create_temp_array,
645 gfc_trans_constant_array_constructor, gfc_set_vector_loop_bounds,
646 gfc_conv_array_index_offset, gfc_conv_scalarized_array_ref,
647 add_array_offset, gfc_trans_preloop_setup, gfc_conv_section_startstride,
648 gfc_conv_ss_startstride, gfc_conv_loop_setup, transposed_dims,
649 gfc_conv_expr_descriptor): Update all uses.
650 * trans-expr.c (gfc_conv_subref_array_arg, gfc_conv_procedure_call):
651 Ditto.
652 * trans-intrinsic.c (gfc_conv_intrinsic_transfer,
653 walk_inline_intrinsic_transpose): Ditto.
654 * trans-stmt.c (gfc_conv_elemental_dependencies,
655 gfc_trans_pointer_assign_need_temp): Ditto.
656
657 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
658
659 * trans-array.c (dim_ok, transposed_dims): Rename the former to the
660 latter. Change argument type. Invert return value.
661 (gfc_conv_expr_descriptor): Update calls.
662
663 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
664
665 * trans-array.c (get_array_ref_dim): Change argument type and name.
666 Obtain previous argument from the new argument in the body.
667 (gfc_trans_create_temp_arry, gfc_conv_loop_setup): Update calls.
668
669 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
670
671 * trans-array.c (gfc_set_vector_loop_bounds, set_vector_loop_bounds):
672 Rename the former to the latter. Change type and name of argument.
673 Get previous argument from the new one.
674 (gfc_add_loop_ss_code): Update call.
675
676 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
677
678 * trans-array.h (gfc_trans_create_temp_array): Replace info argument
679 with ss argument.
680 * trans-array.c (gfc_trans_create_temp_array): Ditto. Get info from ss.
681 (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call to
682 gfc_trans_create_temp_array.
683 * trans-expr.c (gfc_conv_procedure_call): Ditto.
684 * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Ditto.
685 * trans-stmt.c (gfc_conv_elemental_dependencies): Ditto.
686
687 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
688
689 * trans-array.c (gfc_trans_array_bound_check): Use ss argument
690 to get name.
691
692 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
693
694 * trans-array.c (gfc_trans_array_bound_check,
695 trans_array_bound_check): Rename the former to the latter.
696 Replace descriptor argument with ss argument. Get descriptor from ss.
697 (gfc_conv_array_index_offset, conv_array_index_offset): Rename the
698 former to the latter. Update call to trans_array_bound_check.
699 Replace info argument with ss argument. Get info from ss.
700 (gfc_conv_scalarized_array_ref): Update call to conv_array_index_offset.
701 (add_array_offset): Ditto
702
703 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
704
705 * trans-array.c (gfc_trans_constant_array_constructor,
706 trans_constant_array_constructor): Rename the former to the latter.
707 Don't set the rank of the temporary for the loop. Remove then unused
708 loop argument.
709 (gfc_trans_array_constructor): Update call.
710
711 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
712
713 * trans-array.c (gfc_trans_scalarizing_loops): Stop loop before end
714 marker, not after it.
715
716 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
717
718 * trans-array.c (gfc_conv_loop_setup): Also skip temporary arrays.
719
720 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
721
722 * trans-array.c (gfc_conv_ss_startstride): Access array bounds along
723 array dimensions instead of loop dimensions.
724
725 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
726
727 * trans-array.c (gfc_trans_preloop_setup): Assertify one condition.
728
729 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
730
731 * trans-array.c (gfc_walk_array_ref): Skip coarray dimensions.
732
733 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
734
735 * trans-array.c (get_array_ref_dim): Remove redundant condition.
736
737 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
738
739 * trans-array.c (gfc_trans_preloop_setup): Move common code...
740 (add_array_offset): ...into that new function.
741
742 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
743
744 * trans-array.c (gfc_trans_preloop_setup): Use loop's dimension instead
745 of array's dimention. Check that it is indeed the same.
746
747 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
748
749 * trans-array.c (gfc_trans_preloop_setup): Remove redundant assertion.
750 Special case outermost loop.
751
752 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
753
754 * trans-array.c (gfc_trans_preloop_setup): Factor loop index
755 initialization.
756
757 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
758
759 * trans-array.c (gfc_trans_preloop_setup): Move code earlier.
760
761 2011-11-03 Mikael Morin <mikael@gcc.gnu.org>
762
763 * trans-array.c (gfc_trans_preloop_setup): Move array reference
764 initialisation earlier. Factor subsequent array references.
765
766 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
767
768 * Makef-lang.in (gfortranspec.o): Pass SHLIB instead of SHLIB_LINK.
769
770 2011-10-30 Steven G. Kargl <kargl@gcc.gnu.org>
771
772 PR fortran/50573
773 * check.c (gfc_check_dshift): Update argument checking for BOZ.
774 Update checking SHIFT against BITSIZE of I or J.
775 * intrinsic.texi: Update docs for DSHIFTL and DSHIFTR.
776
777 2011-10-28 Steven G. Kargl <kargl@gcc.gnu.org>
778
779 * check.c (gfc_check_atan_2): Typo in comment.
780 (gfc_check_nearest): If 's' is constant, check that it is not 0.
781 * simplify.c (simplify_dshift, gfc_simplify_ibclr, gfc_simplify_ibits,
782 gfc_simplify_ibset, simplify_shift, gfc_simplify_ishftc,
783 gfc_simplify_nearest): Remove dead code.
784
785 2011-10-23 Steven G. Kargl <kargl@gcc.gnu.org>
786
787 * simplify.c (simplify_transformation_to_array): Fix memory leak.
788
789 2011-10-20 Steven G. Kargl <kargl@gcc.gnu.org>
790
791 PR fortran/50821
792 * check.c (gfc_check_ishftc): Check args are constant before
793 extracting the integer.
794
795 2011-10-20 Steven G. Kargl <kargl@gcc.gnu.org>
796
797 PR fortran/50514
798 * check.c (less_than_bitsize1): Check |shift| <= bit_size(i).
799 (gfc_check_ishftc): Check |shift| <= bit_size(i) and check
800 that size is positive.
801
802 2011-10-20 Steven G. Kargl <kargl@gcc.gnu.org>
803
804 PR fortran/50524
805 * resolve.c (resolve_ref): Check return value of resolve_substring().
806
807 2011-10-20 Steven G. Kargl <kargl@gcc.gnu.org>
808
809 * io.c (match_dt_format): Match a user-defined operator or a kind
810 type prefixed string.
811
812 2011-10-19 Janus Weil <janus@gcc.gnu.org>
813
814 PR fortran/47023
815 * check.c (gfc_check_sizeof): Reject procedures as argument of SIZEOF.
816 * intrinsinc.texi (SIZEOF): Document it.
817 (STORAGE_SIZE): Fix special characters. Fix line breaks.
818
819 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
820
821 PR fortran/50420
822 * trans.c (gfc_build_array_ref): If type is not an array, check that
823 there is nothing to do, and do nothing.
824
825 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
826
827 PR fortran/50420
828 * trans-types.c (gfc_build_array_type): Don't force lower bound to one
829 in the deferred case.
830
831 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
832
833 PR fortran/50420
834 * simplify.c (simplify_cobound): Accept non-last-in-ref-chain coarrays.
835 Don't set already set array ref.
836
837 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
838
839 * array.c (gfc_find_array_ref): Remove coarray-specific handling.
840
841 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
842
843 PR fortran/50420
844 * check.c (dim_corank_check): Use gfc_get_corank to get corank.
845
846 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
847
848 PR fortran/50420
849 * trans-intrinsic.c (walk_coarray): Change AR_ELEMENT to AR_SECTION.
850
851 PR fortran/50420
852 * trans-intrinsic.c (walk_coarray): Use gfc_walk_array_ref for
853 the scalarization chain initialization.
854
855 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
856
857 PR fortran/50420
858 * trans-intrinsic.c (walk_coarray): Allow subreferences after a
859 coarray object reference.
860
861 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
862
863 PR fortran/50420
864 * trans-array.c (gfc_walk_array_ref): Allow zero rank arrays
865 if they are coarrays.
866
867 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
868
869 * trans-array.h (gfc_walk_array_ref): New prototype.
870 * trans-array.c (gfc_walk_array_ref): New function, containing
871 all but the beginning of gfc_walk_variable_expr's code.
872 (gfc_walk_variable_expr): Use gfc_walk_array_ref.
873
874 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
875
876 PR fortran/50420
877 * trans-array.c (gfc_conv_expr_descriptor): Use loop.dimen instead of
878 ndim for the descriptor's rank.
879
880 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
881
882 PR fortran/50420
883 * trans-array.c (gfc_conv_expr_descriptor): Count codimensions starting
884 from zero, and add then the relevant offset (either ndim or loop.dimen)
885 depending on context.
886
887 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
888
889 * trans-array.c (gfc_conv_expr_descriptor): Save some horizontal space.
890
891 2011-10-18 Mikael Morin <mikael@gcc.gnu.org>
892
893 * trans-array.c (gfc_conv_expr_descriptor): Move ndim initialization
894 earlier.
895
896 2011-10-18 Janus Weil <janus@gcc.gnu.org>
897
898 PR fortran/47023
899 * decl.c (verify_c_interop_param): Renamed to
900 'gfc_verify_c_interop_param'. Add error message for polymorphic
901 arguments.
902 (verify_c_interop): Renamed to 'gfc_verify_c_interop'. Reject
903 polymorphic variables.
904 (verify_bind_c_sym): Renamed 'verify_c_interop'.
905 * gfortran.h (verify_c_interop,verify_c_interop_param): Renamed.
906 * check.c (gfc_check_sizeof): Ditto.
907 * resolve.c (gfc_iso_c_func_interface,resolve_fl_procedure): Ditto.
908 * symbol.c (verify_bind_c_derived_type): Ditto.
909
910 2011-10-15 Tom Tromey <tromey@redhat.com>
911 Dodji Seketeli <dodji@redhat.com>
912
913 * cpp.c (print_line, cb_define): Adjust to avoid using internals
914 of struct line_map. Use the public API instead.
915
916 2011-10-17 Janus Weil <janus@gcc.gnu.org>
917
918 PR fortran/47023
919 PR fortran/50752
920 * primary.c (match_kind_param): Avoid segfault.
921
922 2011-10-16 Thomas Koenig <tkoenig@gcc.gnu.org>
923
924 * frontend-passes.c (current_ns): Make static.
925 (create_var): Note parent of newly created namespace.
926 (optimize_namespace): Don't wak sibling namespaces
927 if they are EXEC_BLOCK because this is handled...
928 (gfc_code_walker): ... here. Also walk ASSOCIATE lists.
929
930 2011-10-16 Janus Weil <janus@gcc.gnu.org>
931
932 PR fortran/47023
933 * primary.c (match_kind_param): Detect ISO_C_BINDING kinds.
934 (get_kind): Pass on 'is_iso_c' flag.
935 (match_integer_constant,match_real_constant,match_logical_constant):
936 Set 'ts.is_c_interop'.
937
938 2011-10-16 Janus Weil <janus@gcc.gnu.org>
939
940 PR fortran/50547
941 * resolve.c (resolve_formal_arglist): Remove unneeded error message.
942 Some reshuffling.
943
944 2011-10-15 Tobias Burnus <burnus@net-b.de>
945
946 * gfortran.texi (Fortran 2008 status, TS 29113 status,
947 Further Interoperability of Fortran with C): Update implementation
948 status, change references from TR 29113 to TS 29113.
949 * intrinsic.texi (RANK): Change TR 29113 to TS 29113.
950 * invoke.text (-std=): Ditto, change -std=f2008tr to -std=f2008ts.
951 * lang.opt (std=): Ditto.
952 * options.c (gfc_handle_option, set_default_std_flags): Ditto and
953 change GFC_STD_F2008_TR to GFC_STD_F2008_TS.
954 * libgfortran.h: Ditto.
955 * intrinsic.c (add_functions, gfc_check_intrinsic_standard): Ditto.
956 * decl.c (verify_c_interop_param): Ditto.
957
958 2011-10-14 Janus Weil <janus@gcc.gnu.org>
959
960 PR fortran/50570
961 * expr.c (gfc_check_vardef_context): Don't throw an error on
962 non-pointer assignments involving an intent(in) pointer dummy.
963
964 2011-10-14 Tobias Burnus <burnus@net-b.de>
965
966 PR fortran/50718
967 * trans-expr.c (gfc_conv_procedure_call): Fix -fcheck=pointer
968 for dummy arguments with VALUE attribute.
969
970 2011-10-11 Tobias Burnus <burnus@net-b.de>
971 Janus Weil <janus@gcc.gnu.org>
972
973 * invoke.texi (-fwhole-file): Update wording since -fwhole-file
974 is now enabled by default.
975
976 2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
977
978 * trans-expr.c (gfc_conv_power_op): Delete old interface with two
979 parallel arrays to hold standard builtin declarations, and replace
980 it with a function based interface that can support creating
981 builtins on the fly in the future. Change all uses, and poison
982 the old names. Make sure 0 is not a legitimate builtin index.
983 (fill_with_spaces): Ditto.
984 (gfc_trans_string_copy): Ditto.
985 (gfc_trans_zero_assign): Ditto.
986 (gfc_build_memcpy_call): Ditto.
987 (alloc_scalar_allocatable_for_assignment): Ditto.
988 * trans-array.c (gfc_trans_array_constructor_value): Ditto.
989 (duplicate_allocatable): Ditto.
990 (gfc_alloc_allocatable_for_assignment): Ditto.
991 * trans-openmp.c (gfc_omp_clause_copy_ctor): Ditto.
992 (gfc_omp_clause_assign_op): Ditto.
993 (gfc_trans_omp_atomic): Ditto.
994 (gfc_trans_omp_do): Ditto.
995 (gfc_trans_omp_task): Ditto.
996 * trans-stmt.c (gfc_trans_stop): Ditto.
997 (gfc_trans_sync): Ditto.
998 (gfc_trans_allocate): Ditto.
999 (gfc_trans_deallocate): Ditto.
1000 * trans.c (gfc_call_malloc): Ditto.
1001 (gfc_allocate_using_malloc): Ditto.
1002 (gfc_call_free): Ditto.
1003 (gfc_deallocate_with_status): Ditto.
1004 (gfc_deallocate_scalar_with_status): Ditto.
1005 * f95-lang.c (gfc_define_builtin): Ditto.
1006 (gfc_init_builtin_functions): Ditto.
1007 * trans-decl.c (create_main_function): Ditto.
1008 * trans-intrinsic.c (builtin_decl_for_precision): Ditto.
1009
1010 2011-10-10 Thomas Koenig <tkoenig@gcc.gnu.org>
1011
1012 PR fortran/50564
1013 * frontend-passes (forall_level): New variable.
1014 (cfe_register_funcs): Don't register functions if we
1015 are within a forall loop.
1016 (optimize_namespace): Set forall_level to 0 before entry.
1017 (gfc_code_walker): Increase/decrease forall_level.
1018
1019 2011-10-09 Tobias Burnus <burnus@net-b.de>
1020
1021 PR fortran/50273
1022 * trans-common.c (translate_common): Fix -Walign-commons check.
1023
1024 2011-10-09 Mikael Morin <mikael.morin@sfr.fr>
1025
1026 * interface.c (check_dummy_characteristics): Count dimensions starting
1027 from one in diagnostic.
1028
1029 2011-10-09 Tobias Burnus <burnus@net-b.de>
1030
1031 * Make-lang.in (F95_PARSER_OBJS, GFORTRAN_TRANS_DEPS): Add
1032 dependency on iso-c-binding.def and iso-fortran-env.def.
1033 * module.c (import_iso_c_binding_module): Add error when
1034 explicitly importing a nonstandard symbol; extend standard-
1035 depending loading.
1036 * iso-c-binding.def: Add c_float128 and c_float128_complex
1037 integer parameters (for -std=gnu).
1038 * intrinsic.texi (ISO_C_Binding): Document them.
1039 * symbol.c (generate_isocbinding_symbol): Change macros
1040 to ignore GFC_STD_* data.
1041 * trans-types.c (gfc_init_c_interop_kinds): Ditto; make
1042 nonstatic and renamed from "init_c_interop_kinds".
1043 (gfc_init_kinds): Don't call it
1044 * trans-types.h (gfc_init_c_interop_kinds): Add prototype.
1045 * f95-lang.c (gfc_init_decl_processing): Call it.
1046
1047 2011-10-09 Janus Weil <janus@gcc.gnu.org>
1048
1049 PR fortran/50659
1050 * expr.c (replace_symbol): Only do replacement if the symbol is a dummy.
1051
1052 2011-10-08 Paul Thomas <pault@gcc.gnu.org>
1053
1054 PR fortran/47844
1055 * trans-array.c (gfc_conv_array_index_offset): Use descriptor
1056 stride for pointer function results.
1057
1058 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1059
1060 * trans-array.c (gfc_conv_expr_descriptor): Remove trailing whitespace.
1061
1062 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1063
1064 * trans-array.c (gfc_conv_ss_startstride): Merge two switch cases.
1065
1066 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1067
1068 * trans-array.c (gfc_conv_section_startstride): Remove coarray argument.
1069 Remove conditions on coarray.
1070 (gfc_conv_ss_startstride): Update call to gfc_conv_section_startstride.
1071 (gfc_conv_expr_descriptor): Ditto. Add assertions before the call.
1072
1073 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1074
1075 * trans-array.c (gfc_conv_section_startstride): Remove coarray_last
1076 argument. Remove condition on coarray_last.
1077 (gfc_conv_ss_startstride): Update call to gfc_conv_section_startstride.
1078 (gfc_conv_expr_descriptor): Ditto.
1079
1080 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1081
1082 * trans-array.c (gfc_walk_variable_expr): Remove scalar coarray
1083 handling. Don't reset array ref's corank and codimensions' types
1084 in the full array ref case. Update loop upper limit.
1085 Remove DIMEN_THIS_IMAGE case. Remove unnecessary conditions.
1086
1087 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1088
1089 * trans.h (gfc_ss_info): Remove codimen field.
1090 * trans-array.c (gfc_get_array_ss): Don't set codimen field.
1091 (gfc_trans_create_temp_array): Don't set descriptor's cobounds.
1092 (gfc_trans_constant_array_constructor): Update loop upper limit.
1093 (gfc_conv_ss_startstride): Don't set codimen field.
1094 Don't get descriptor's cobounds.
1095 (gfc_walk_variable_expr): Update dimension index.
1096 * trans-intrinsic.c (trans_this_image, trans_image_index,
1097 conv_intrinsic_cobound): Don't set codimen field
1098
1099 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1100
1101 * trans.h (gfc_loopinfo): Remove codimen field.
1102 * trans-array.c (gfc_set_vector_loop_bounds,
1103 gfc_trans_scalarizing_loops, gfc_conv_loop_setup): Update loop upper
1104 limit.
1105 (gfc_set_loop_bounds_from_array_spec): Ditto. Remove skip on last
1106 codimension.
1107 (gfc_start_scalarized_body): Update loop lower limit.
1108 (gfc_conv_ss_startstride): Don't set loop's codimen field.
1109 (gfc_conv_loop_setup): Remove unnecessary condition.
1110 (gfc_conv_expr_descriptor): Don't use loop's codimen field as corank.
1111
1112 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1113
1114 * trans.h (gfc_ss): Remove data.temp.codimen field.
1115 * trans-array.c (gfc_conv_resolve_dependencies,
1116 gfc_conv_expr_descriptor): Don't set temp's codimen field.
1117
1118 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1119
1120 * resolve.c (resolve_array_ref): Set array_ref's dimen field (and the
1121 associated dimen_type) in the full array ref case.
1122
1123 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1124
1125 * trans-intrinsic.c (walk_coarray): New function.
1126 (convert_element_to_coarray_ref): Move code to walk_coarray. Remove.
1127 (trans-this_image, trans_image_index, conv_intrinsic_cobound):
1128 Use walk_coarray.
1129
1130 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1131
1132 * trans-array.c (gfc_conv_expr_descriptor): Add out-of-the-scalarizer
1133 cobounds evaluation.
1134
1135 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1136
1137 * trans-array.c (gfc_conv_ss_startstride): Support zero rank loop.
1138
1139 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1140
1141 * trans-array.c (gfc_conv_section_startstride): Move code to
1142 evaluate_bound. Use evaluate_bound.
1143 (evaluate_bound): New function.
1144
1145 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1146
1147 * trans-array.c (gfc_conv_section_startstride): Update assertion to
1148 also accept coarrays.
1149
1150 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1151
1152 * trans-array.c (gfc_conv_section_startstride): Factor common
1153 array ref references.
1154
1155 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1156
1157 * trans-array.c (gfc_conv_expr_descriptor): Use codim instead of
1158 loop.codimen as argument to gfc_get_array_type_bounds.
1159
1160 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1161
1162 * trans-array.h (struct gfc_se): New flag want_coarray.
1163 * trans-intrinsic.c (trans_this_image, trans_image_index,
1164 conv_intrinsic_cobound): Set want_coarray.
1165 * trans_array.c (gfc_conv_expr_descriptor): Evaluate codimension
1166 earlier and without relying on the scalarizer.
1167
1168 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1169
1170 * expr.c (gfc_get_corank): Return 0 if input expression is not a
1171 coarray.
1172
1173 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1174
1175 * trans-array.c (gfc_conv_expr_descriptor): Simplify coarray
1176 descriptor setup code.
1177
1178 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1179
1180 * resolve.c (compare_spec_to_ref): Move coarray ref initialization
1181 code...
1182 (resolve_array_ref): ... here.
1183
1184 2011-10-07 Mikael Morin <mikael.morin@sfr.fr>
1185
1186 * check.c (is_coarray): Remove.
1187 (coarray_check): Use gfc_is_coarray.
1188
1189 2011-10-07 Janus Weil <janus@gcc.gnu.org>
1190
1191 PR fortran/50625
1192 * class.c (gfc_build_class_symbol): Fix whitespace.
1193 * module.c (mio_symbol): Set 'class_ok' attribute.
1194 * trans-decl.c (gfc_get_symbol_decl): Make sure the backend_decl has
1195 been built for class symbols.
1196
1197 2011-10-04 Janus Weil <janus@gcc.gnu.org>
1198
1199 PR fortran/35831
1200 * interface.c (check_dummy_characteristics): Check the array shape.
1201
1202 2011-10-01 Janus Weil <janus@gcc.gnu.org>
1203
1204 PR fortran/50585
1205 * interface.c (get_expr_storage_size): Check if 'length' component is
1206 associated.
1207
1208 2011-09-29 Janus Weil <janus@gcc.gnu.org>
1209
1210 PR fortran/50547
1211 * resolve.c (resolve_formal_arglist): Fix pureness check for dummy
1212 functions.
1213
1214 PR fortran/50553
1215 * symbol.c (check_conflict): Forbid TARGET attribute for statement
1216 functions.
1217
1218 2011-09-27 Jakub Jelinek <jakub@redhat.com>
1219
1220 * trans-types.c (gfc_type_for_size): Return wider type
1221 if no suitable narrower type has been found.
1222 (gfc_type_for_mode): Return NULL_TREE if gfc_type_for_size
1223 returned type doesn't have expected TYPE_MODE.
1224
1225 2011-09-26 Janus Weil <janus@gcc.gnu.org>
1226
1227 PR fortran/50515
1228 * resolve.c (resolve_common_blocks): Check for EXTERNAL attribute.
1229
1230 PR fortran/50517
1231 * interface.c (gfc_compare_interfaces): Bugfix in check for result type.
1232
1233 2011-09-22 Janus Weil <janus@gcc.gnu.org>
1234
1235 PR fortran/41733
1236 * expr.c (gfc_check_pointer_assign): Check for nonintrinsic elemental
1237 procedures.
1238 * interface.c (gfc_compare_interfaces): Rename 'intent_flag'. Check
1239 for PURE and ELEMENTAL attributes.
1240 (compare_actual_formal): Remove pureness check here.
1241
1242 2011-09-20 Steven G. Kargl <kargl@gcc.gnu.org>
1243
1244 * check.c (gfc_check_c_sizeof): Remove redundant word.
1245
1246 2011-09-20 Simon Baldwin <simonb@google.com>
1247
1248 * module.c (gfc_dump_module): Omit timestamp from output.
1249
1250 2011-09-17 Janus Weil <janus@gcc.gnu.org>
1251
1252 PR fortran/50403
1253 * symbol.c (gfc_use_derived): Fix coding style.
1254
1255 2011-09-15 Janus Weil <janus@gcc.gnu.org>
1256
1257 PR fortran/50401
1258 * resolve.c (resolve_transfer): Check if component 'ref' is defined.
1259
1260 PR fortran/50403
1261 * symbol.c (gfc_use_derived): Check if argument 'sym' is defined.
1262
1263 2011-09-14 Tobias Burnus <burnus@net-b.de>
1264
1265 PR fortran/34547
1266 PR fortran/50375
1267 * check.c (gfc_check_null): Allow allocatables as MOLD to NULL.
1268 * resolve.c (resolve_transfer): Reject NULL without MOLD.
1269 * interface.c (gfc_procedure_use): Reject NULL without MOLD
1270 if no explicit interface is known.
1271 (gfc_search_interface): Reject NULL without MOLD if it would
1272 lead to ambiguity.
1273
1274 2011-09-13 Janus Weil <janus@gcc.gnu.org>
1275
1276 PR fortran/50379
1277 * symbol.c (check_conflict): Check conflict between GENERIC and RESULT
1278 attributes.
1279
1280 2011-09-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1281
1282 PR fortran/50327
1283 * frontend-passes.c (dummy_expr_callback): New function.
1284 (convert_do_while): New function.
1285 (optimize_namespace): Call code walker to convert do while loops.
1286
1287 2011-09-11 Janus Weil <janus@gcc.gnu.org>
1288
1289 PR fortran/35831
1290 PR fortran/47978
1291 * interface.c (check_dummy_characteristics): New function to check the
1292 characteristics of dummy arguments.
1293 (gfc_compare_interfaces,gfc_check_typebound_override): Call it here.
1294
1295 2011-09-08 Mikael Morin <mikael.morin@sfr.fr>
1296
1297 * trans-array.c (gfc_trans_constant_array_constructor): Remove
1298 superfluous initialisation of DIM field.
1299 (gfc_trans_array_constructor): Assert that DIMEN field is properly set.
1300 (gfc_conv_expr_descriptor): Ditto.
1301 * trans-expr.c (gfc_conv_procedure_call): Ditto.
1302
1303 2011-09-08 Mikael Morin <mikael.morin@sfr.fr>
1304
1305 * trans-array.h (gfc_get_scalar_ss): New prototype.
1306 * trans-array.c (gfc_get_scalar_ss): New function.
1307 (gfc_walk_variable_expr, gfc_walk_op_expr,
1308 gfc_walk_elemental_function_args): Re-use gfc_get_scalar_ss.
1309 * trans-expr.c (gfc_trans_subarray_assign): Ditto.
1310 (gfc_trans_assignment_1): Ditto.
1311 * trans-stmt.c (compute_inner_temp_size, gfc_trans_where_assign,
1312 gfc_trans_where_3): Ditto.
1313
1314 2011-09-08 Mikael Morin <mikael.morin@sfr.fr>
1315
1316 * trans-array.h (gfc_get_temp_ss): New prototype.
1317 * trans-array.c (gfc_get_temp_ss): New function.
1318 (gfc_conv_resolve_dependencies): Re-use gfc_get_temp_ss.
1319 (gfc_conv_expr_descriptor): Ditto.
1320 * trans-expr.c (gfc_conv_subref_array_arg): Ditto.
1321
1322 2011-09-08 Mikael Morin <mikael.morin@sfr.fr>
1323
1324 * trans-array.h (gfc_get_array_ss): New prototype.
1325 * trans-array.c (gfc_get_array_ss): New function.
1326 (gfc_walk_variable_expr, gfc_walk_function_expr,
1327 gfc_walk_array_constructor): Re-use gfc_get_array_ss.
1328 * trans-expr.c (gfc_trans_subarray_assign): Ditto.
1329 * trans-intrinsic.c (gfc_walk_intrinsic_bound,
1330 gfc_walk_intrinsic_libfunc): Ditto.
1331 * trans-io.c (transfer_array_component): Ditto.
1332
1333 2011-09-08 Tobias Burnus <burnus@net-b.de>
1334
1335 PR fortran/44646
1336 * decl.c (gfc_match_entry, gfc_match_end): Handle COMP_DO_CONCURRENT.
1337 * dump-parse-tree.c (show_code_node): Handle EXEC_DO_CONCURRENT.
1338 * gfortran.h (gfc_exec_op): Add EXEC_DO_CONCURRENT.
1339 * match.c (gfc_match_critical, match_exit_cycle, gfc_match_stopcode,
1340 lock_unlock_statement, sync_statement, gfc_match_allocate,
1341 gfc_match_deallocate, gfc_match_return): Add DO CONCURRENT diagnostic.
1342 (gfc_match_do): Match DO CONCURRENT.
1343 (match_derived_type_spec, match_type_spec, gfc_free_forall_iterator,
1344 match_forall_iterator, match_forall_header, match_simple_forall,
1345 gfc_match_forall): Move up in the file.
1346 * parse.c (check_do_closure, parse_do_block): Handle do concurrent.
1347 * parse.h (gfc_compile_state): Add COMP_DO_CONCURRENT.
1348 * resolve.c (do_concurrent_flag): New global variable.
1349 (resolve_function, pure_subroutine, resolve_branch,
1350 gfc_resolve_blocks, resolve_code, resolve_types): Add do concurrent
1351 diagnostic.
1352 * st.c (gfc_free_statement): Handle EXEC_DO_CONCURRENT.
1353 * trans-stmt.c (gfc_trans_do_concurrent): New function.
1354 (gfc_trans_forall_1): Handle do concurrent.
1355 * trans-stmt.h (gfc_trans_do_concurrent): New function prototype.
1356 * trans.c (trans_code): Call it.
1357 * frontend-passes.c (gfc_code_walker): Handle EXEC_DO_CONCURRENT.
1358
1359 2011-09-07 Janus Weil <janus@gcc.gnu.org>
1360
1361 PR fortran/48095
1362 * primary.c (gfc_match_structure_constructor): Handle parsing of
1363 procedure pointers components in structure constructors.
1364 * resolve.c (resolve_structure_cons): Check interface of procedure
1365 pointer components. Changed wording of some error messages.
1366
1367 2011-09-04 Janus Weil <janus@gcc.gnu.org>
1368
1369 PR fortran/50227
1370 * trans-types.c (gfc_sym_type): Check for proc_name.
1371
1372 2011-08-30 Tobias Burnus <burnus@net-b.de>
1373
1374 PR fortran/45044
1375 * trans-common.c (build_common_decl): Warn if named common
1376 block's size is not everywhere the same.
1377
1378 2011-08-30 Steven G. Kargl <kargl@gcc.gnu.org>
1379
1380 PR fortran/45170
1381 * trans-stmt.c (gfc_trans_allocate): Evaluate the substring.
1382
1383 2011-08-29 Janus Weil <janus@gcc.gnu.org>
1384
1385 PR fortran/50225
1386 * trans-decl.c (gfc_generate_function_code): Nullify polymorphic
1387 allocatable function results.
1388
1389 2011-08-29 Tobias Burnus <burnus@net-b.de>
1390
1391 * trans-decl.c (generate_coarray_sym_init): Use
1392 GFC_CAF_COARRAY_STATIC for static coarrays.
1393
1394 2011-08-28 Dodji Seketeli <dodji@redhat.com>
1395
1396 * scanner.c (load_file): Don't abuse LC_RENAME reason while
1397 (indirectly) calling linemap_add.
1398
1399 2011-08-26 Jakub Jelinek <jakub@redhat.com>
1400
1401 * trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL
1402 if threadprivate.
1403 * symbol.c (check_conflict): Allow threadprivate attribute with
1404 FL_PROCEDURE if proc_pointer.
1405
1406 2011-08-25 Mikael Morin <mikael@gcc.gnu.org>
1407
1408 PR fortran/50050
1409 * expr.c (gfc_free_shape): Do nothing if shape is NULL.
1410 (free_expr0): Remove redundant NULL shape check.
1411 * resolve.c (check_host_association): Ditto.
1412 * trans-expr.c (gfc_trans_subarray_assign): Assert that shape is
1413 non-NULL.
1414 * trans-io.c (transfer_array_component): Ditto.
1415
1416 2011-08-25 Tobias Burnus <burnus@net-b.de>
1417
1418 * trans-array.c (gfc_conv_descriptor_token): Add assert.
1419 * trans-decl.c (gfc_build_qualified_array,
1420 create_function_arglist): Handle assumed-shape arrays.
1421 * trans-expr.c (gfc_conv_procedure_call): Ditto.
1422 * trans-types.c (gfc_get_array_descriptor_base): Ditto, don't
1423 add "caf_token" to assumed-shape descriptors, new akind argument.
1424 (gfc_get_array_type_bounds): Pass akind.
1425 * trans.h (lang_decl): New elements caf_offset and token.
1426 (GFC_DECL_TOKEN, GFC_DECL_CAF_OFFSET): New macros.
1427
1428 2011-08-25 Tobias Burnus <burnus@net-b.de>
1429
1430 * trans-array.c (structure_alloc_comps): Fix for allocatable
1431 scalar coarray components.
1432 * trans-expr.c (gfc_conv_component_ref): Ditto.
1433 * trans-type.c (gfc_get_derived_type): Ditto.
1434
1435 2011-08-24 Tobias Burnus <burnus@net-b.de>
1436
1437 PR fortran/50163
1438 * expr.c (check_init_expr): Return when an error occured.
1439
1440 2011-08-24 Joseph Myers <joseph@codesourcery.com>
1441
1442 * Make-lang.in (fortran/cpp.o): Remove explicit compilation rule.
1443
1444 2011-08-23 Tobias Burnus <burnus@net-b.de>
1445
1446 PR fortran/31600
1447 * symbol.c (gfc_add_type): Better diagnostic if redefining
1448 use-associated symbol.
1449 * module.c (gfc_use_module): Use module name as locus.
1450
1451 2011-08-22 Gabriel Charette <gchare@google.com>
1452
1453 * cpp.c (gfc_cpp_init): Force BUILTINS_LOCATION for tokens
1454 defined in cpp_define_builtins.
1455
1456 2011-08-22 Mikael Morin <mikael@gcc.gnu.org>
1457
1458 PR fortran/50050
1459 * gfortran.h (gfc_clear_shape, gfc_free_shape): New prototypes.
1460 * expr.c (gfc_clear_shape, gfc_free_shape): New functions.
1461 (free_expr0): Re-use gfc_free_shape.
1462 * trans-expr.c (gfc_trans_subarray_assign): Ditto.
1463 * trans-io.c (transfer_array_component): Ditto.
1464 * resolve.c (check_host_association): Ditto.
1465 (gfc_expr_to_initialize): Don't force the rank value and free the shape
1466 after updating the expression. Recalculate shape and rank.
1467 (resolve_where_shape): Re-use gfc_clear_shape.
1468 * array.c (gfc_array_ref_shape): Ditto.
1469
1470 2011-08-21 Thomas Koenig <tkoenig@gcc.gnu.org>
1471
1472 PR fortran/47659
1473 * expr.c (gfc_check_assign): Check for type conversions when the
1474 right-hand side is a constant REAL/COMPLEX contstant the left-hand
1475 side is also REAL/COMPLEX. Don't warn when a narrowing conversion
1476 for REAL does not change the value of the constant.
1477
1478 2011-08-21 Thomas Koenig <tkoenig@gcc.gnu.org>
1479
1480 PR fortran/50130
1481 * resolve.c (resolve_array_ref): Don't calculate upper bound
1482 if the stride is zero.
1483
1484 2011-08-20 Janus Weil <janus@gcc.gnu.org>
1485
1486 PR fortran/49638
1487 * dependency.c (gfc_dep_compare_expr): Add new result value "-3".
1488 (gfc_check_element_vs_section,gfc_check_element_vs_element): Handle
1489 result value "-3".
1490 * frontend-passes.c (optimize_comparison): Ditto.
1491 * interface.c (gfc_check_typebound_override): Ditto.
1492
1493 2011-08-19 Mikael Morin <mikael.morin@sfr.fr>
1494
1495 PR fortran/50129
1496 * parse.c (parse_where): Undo changes after emitting an error.
1497
1498 2011-08-19 Jakub Jelinek <jakub@redhat.com>
1499
1500 PR fortran/49792
1501 * trans-expr.c (gfc_trans_assignment_1): Set OMPWS_SCALARIZER_WS
1502 bit in ompws_flags only if loop.temp_ss is NULL, and clear it if
1503 lhs needs reallocation.
1504 * trans-openmp.c (gfc_trans_omp_workshare): Don't return early if
1505 code is NULL, emit a barrier if workshare emitted no code at all
1506 and NOWAIT clause isn't present.
1507
1508 2011-08-19 Mikael Morin <mikael.morin@sfr.fr>
1509
1510 PR fortran/50071
1511 * gfortran.h (gfc_exec_op): New constant EXEC_END_NESTED_BLOCK.
1512 * parse.c (check_statement_label): Accept ST_END_BLOCK and
1513 ST_END_ASSOCIATE as valid branch target.
1514 (accept_statement): Change EXEC_END_BLOCK to EXEC_END_NESTED_BLOCK.
1515 Add EXEC_END_BLOCK code in the ST_END_BLOCK and ST_END_ASSOCIATE cases.
1516 * resolve.c (find_reachable_labels): Change EXEC_END_BLOCK to
1517 EXEC_END_NESTED_BLOCK.
1518 (resolve_branch): Ditto.
1519 (resolve_code): Add EXEC_END_NESTED_BLOCK case.
1520 * st.c (gfc_free_statement): Ditto.
1521 * trans.c (trans_code): Ditto.
1522
1523 2011-08-18 Mikael Morin <mikael.morin@sfr.fr>
1524
1525 PR fortran/50071
1526 * symbol.c (gfc_get_st_label): Use the derived type namespace when
1527 we are parsing a derived type definition.
1528
1529 2011-08-18 Tobias Burnus <burnus@net-b.de>
1530
1531 PR fortran/18918
1532 * parse.c (parse_derived): Add lock_type
1533 checks, improve coarray_comp handling.
1534 * resolve.c (resolve_allocate_expr,
1535 resolve_lock_unlock, resolve_symbol): Fix lock_type
1536 constraint checks.
1537
1538 2011-08-17 Tobias Burnus <burnus@net-b.de>
1539
1540 PR fortran/31461
1541 * trans-decl.c (generate_local_decl): Warn about
1542 unused explicitly imported module variables/parameters.
1543
1544 2011-08-17 Janus Weil <janus@gcc.gnu.org>
1545
1546 PR fortran/50070
1547 * resolve.c (resolve_fl_variable): Reject non-constant character lengths
1548 in COMMON variables.
1549
1550 2011-08-16 Tobias Burnus <burnus@net-b.de>
1551 Dominique Dhumieres <dominiq@lps.ens.fr>
1552
1553 PR fortran/50094
1554 * resolve.c (resolve_symbol): Fix stupid typo.
1555
1556 2011-08-15 Tobias Burnus <burnus@net-b.de>
1557
1558 * resolve.c (resolve_symbol): Fix coarray result-var check.
1559
1560 2011-08-14 Steven G. Kargl <kargl@gcc.gnu.org>
1561
1562 * module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.
1563
1564 2011-08-14 Janus Weil <janus@gcc.gnu.org>
1565
1566 PR fortran/50073
1567 * decl.c (check_function_name): New function, separated off from
1568 'variable_decl' and slightly extended.
1569 (variable_decl,attr_decl1): Call it.
1570
1571 2011-08-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1572
1573 * Make-lang.in (gfortran$(exeext)): Add $(EXTRA_GCC_LIBS).
1574
1575 2011-08-07 Janus Weil <janus@gcc.gnu.org>
1576 Thomas Koenig <tkoenig@gcc.gnu.org>
1577
1578 PR fortran/49638
1579 * dependency.c (are_identical_variables): For dummy arguments only
1580 check for equal names, not equal symbols.
1581 * interface.c (gfc_check_typebound_override): Add checking for rank
1582 and character length.
1583
1584 2011-08-07 Janus Weil <janus@gcc.gnu.org>
1585
1586 PR fortran/49638
1587 * dependency.h (gfc_is_same_range,gfc_are_identical_variables): Remove
1588 two prototypes.
1589 * dependency.c (gfc_are_identical_variables,are_identical_variables):
1590 Renamed the former to the latter and made static.
1591 (gfc_dep_compare_expr): Renamed 'gfc_are_identical_variables', handle
1592 commutativity of multiplication.
1593 (gfc_is_same_range,is_same_range): Renamed the former to the latter,
1594 made static and removed argument 'def'.
1595 (check_section_vs_section): Renamed 'gfc_is_same_range'.
1596 * gfortran.h (gfc_check_typebound_override): New prototype.
1597 * interface.c (gfc_check_typebound_override): Moved here from ...
1598 * resolve.c (check_typebound_override): ... here (and renamed).
1599 (resolve_typebound_procedure): Renamed 'check_typebound_override'.
1600
1601 2011-08-06 Thomas Koenig <tkoenig@gcc.gnu.org>
1602
1603 PR fortran/50004
1604 * target-memory.c (gfc_target_expr-size): Don't clobber typespec
1605 for derived types.
1606 * simplify.c (gfc_simplify_transfer): Don't calculate source_size
1607 twice.
1608
1609 2011-08-05 Thomas Koenig <tkoenig@gcc.gnu.org>
1610
1611 PR fortran/37211
1612 * gfortran.h (gfc_calculate_transfer_sizes): Add prototype.
1613 * target-memory.h (gfc_target_interpret_expr): Add boolean
1614 argument wether to convert wide characters.
1615 * target-memory.c (gfc_target_expr_size): Also return length
1616 of characters for non-constant expressions if these can be
1617 determined from the cl.
1618 (interpret_array): Add argument for gfc_target_interpret_expr.
1619 (gfc_interpret_derived): Likewise.
1620 (gfc_target_interpret_expr): Likewise.
1621 * check.c: Include target-memory.h.
1622 (gfc_calculate_transfer_sizes): New function.
1623 (gfc_check_transfer): When -Wsurprising is in force, calculate
1624 sizes and warn if result is larger than size (check moved from
1625 gfc_simplify_transfer).
1626 * simplify.c (gfc_simplify_transfer): Use
1627 gfc_calculate_transfer_sizes. Remove warning.
1628
1629 2011-08-04 Richard Guenther <rguenther@suse.de>
1630
1631 PR fortran/49957
1632 * trans-array.c (add_to_offset): New function.
1633 (gfc_conv_array_ref): Build the array index expression in optimally
1634 associated order.
1635 (gfc_walk_variable_expr): Adjust for the backward walk.
1636
1637 2011-08-02 Daniel Kraft <d@domob.eu>
1638
1639 PR fortran/49885
1640 * trans-array.c (gfc_trans_auto_array_allocation): Change
1641 gfc_start_block to gfc_init_block to avoid spurious extra-scope.
1642
1643 2011-08-02 Tobias Burnus <burnus@net-b.de>
1644
1645 * trans-array.c (gfc_array_allocate): Pass token to
1646 gfc_allocate_allocatable for -fcoarray=lib.
1647 * trans-stmt.c (gfc_trans_allocate): Update
1648 gfc_allocate_allocatable call.
1649 * trans.h (gfc_allocate_allocatable): Update prototype.
1650 (gfc_allocate_using_lib): Remove.
1651 * trans.c (gfc_allocate_using_lib): Make static, handle token.
1652 (gfc_allocate_allocatable): Ditto.
1653
1654 2011-08-02 Jakub Jelinek <jakub@redhat.com>
1655
1656 PR fortran/46752
1657 * cpp.c (cpp_define_builtins): Change _OPENMP to 201107.
1658 * openmp.c (gfc_free_omp_clauses): Free also final_expr.
1659 (OMP_CLAUSE_FINAL, OMP_CLAUSE_MERGEABLE): Define.
1660 (gfc_match_omp_clauses): Handle parsing final and mergeable
1661 clauses.
1662 (OMP_TASK_CLAUSES): Allow final and mergeable clauses.
1663 (gfc_match_omp_taskyield): New function.
1664 (resolve_omp_clauses): Resolve final clause. Allow POINTERs and
1665 Cray pointers in clauses other than REDUCTION.
1666 (gfc_match_omp_atomic): Match optional
1667 read/write/update/capture keywords after !$omp atomic.
1668 (resolve_omp_atomic): Handle all OpenMP 3.1 atomic forms.
1669 * dump-parse-tree.c (show_omp_node): Handle EXEC_OMP_TASKYIELD,
1670 print final and mergeable clauses.
1671 (show_code_node): Handle EXEC_OMP_TASKYIELD.
1672 * trans-openmp.c (gfc_trans_omp_clauses): Handle final and
1673 mergeable clauses.
1674 (gfc_trans_omp_taskyield): New function.
1675 (gfc_trans_omp_directive): Handle EXEC_OMP_TASKYIELD.
1676 (gfc_trans_omp_atomic): Handle all OpenMP 3.1 atomic forms.
1677 (gfc_omp_clause_copy_ctor): Handle non-allocated allocatable.
1678 (gfc_omp_predetermined_sharing): Adjust comment.
1679 * gfortran.h (gfc_statement): Add ST_OMP_TASKYIELD and
1680 ST_OMP_END_ATOMIC.
1681 (gfc_omp_clauses): Add final_expr and mergeable fields.
1682 (gfc_exec_op): Add EXEC_OMP_TASKYIELD.
1683 (gfc_omp_atomic_op): New enum typedef.
1684 (struct gfc_code): Add ext.omp_atomic.
1685 * trans.c (trans_code): Handle EXEC_OMP_TASKYIELD.
1686 * frontend-passes.c (gfc_code_walker): Also walk final_expr.
1687 * resolve.c (gfc_resolve_blocks, resolve_code): Handle
1688 EXEC_OMP_TASKYIELD.
1689 * st.c (gfc_free_statement): Likewise.
1690 * match.h (gfc_match_omp_taskyield): New prototype.
1691 * parse.c (decode_omp_directive): Handle taskyield directive.
1692 Handle !$omp end atomic.
1693 (case_executable): Add ST_OMP_TASKYIELD case.
1694 (gfc_ascii_statement): Handle ST_OMP_TASKYIELD.
1695 (parse_omp_atomic): Return gfc_statement instead of void.
1696 For !$omp atomic capture parse two assignments instead of
1697 just one and require !$omp end atomic afterwards, for
1698 other !$omp atomic forms just allow !$omp end atomic at the
1699 end.
1700 (parse_omp_structured_block, parse_executable): Adjust
1701 parse_omp_atomic callers.
1702
1703 2011-08-02 Tobias Burnus <burnus@net-b.de>
1704
1705 * intrinsic.c (OMP_LIB): Updated openmp_version's
1706 value to 201107.
1707 * gfortran.texi (OpenMP): Update ref to OpenMP 3.1.
1708 * intrinsic.texi (OpenMP Modules): Update ref to OpenMP 3.1;
1709 remove deleted omp_integer_kind and omp_logical_kind constants.
1710
1711 2011-07-31 Janus Weil <janus@gcc.gnu.org>
1712
1713 PR fortran/49112
1714 * resolve.c (resolve_structure_cons): Don't do the full dt resolution,
1715 only call 'resolve_fl_derived0'.
1716 (resolve_typebound_procedures): Resolve typebound procedures of
1717 parent type.
1718 (resolve_fl_derived0): New function, which does a part of the work
1719 for 'resolve_fl_derived'.
1720 (resolve_fl_derived): Call 'resolve_fl_derived0' and do some additional
1721 things.
1722
1723 2011-07-30 Thomas Koenig <tkoenig@gcc.gnu.org>
1724
1725 PR fortran/48876
1726 * expr.c (gfc_simplify_expr): If end of a string is less
1727 than zero, set it to zero.
1728
1729 2011-07-28 Jakub Jelinek <jakub@redhat.com>
1730
1731 PR fortran/31067
1732 * frontend-passes.c (optimize_minmaxloc): New function.
1733 (optimize_expr): Call it.
1734
1735 2011-07-27 Tobias Burnus <burnus@net-b.de>
1736
1737 PR fortran/45586
1738 * trans-types.c (gfc_get_derived_type): Ensure that pointer
1739 component types are marked as nonrestricted.
1740
1741 2011-07-27 Daniel Carrera <dcarrera@gmail.com>
1742
1743 PR fortran/49755
1744 * trans.c (gfc_allocate_using_malloc): Change function signature.
1745 Return nothing. New parameter "pointer". Eliminate temorary variables.
1746 (gfc_allocate_using_lib): Ditto.
1747 (gfc_allocate_allocatable): Ditto. Update call to gfc_allocate_using_lib
1748 and gfc_allocate_using_malloc. Do not free and then reallocate a
1749 variable that is already allocated.
1750 (gfc_likely): New function. Basedon gfc_unlikely.
1751 * trans-array.c (gfc_array_init_size): New parameter "descriptor_block".
1752 Instructions to modify the array descriptor are stored in this block
1753 while other instructions continue to be stored in "pblock".
1754 (gfc_array_allocate): Update call to gfc_array_init_size. Move the
1755 descriptor_block so that the array descriptor is only updated if
1756 the array was allocated successfully.
1757 Update calls to gfc_allocate_allocatable and gfc_allocate_using_malloc.
1758 * trans.h (gfc_allocate_allocatable): Change function signature.
1759 Function now returns void.
1760 (gfc_allocate_using_lib): Ditto, and new function parameter.
1761 (gfc_allocate_using_malloc): Ditto.
1762 * trans-openmp.c (gfc_omp_clause_default_ctor,
1763 gfc_omp_clause_copy_ctor,gfc_trans_omp_array_reduction): Replace a call
1764 to gfc_allocate_allocatable with gfc_allocate_using_malloc.
1765 * trans-stmt.c (gfc_trans_allocate): Update function calls for
1766 gfc_allocate_allocatable and gfc_allocate_using_malloc.
1767
1768 2011-07-26 Tobias Burnus <burnus@net-b.de>
1769
1770 * trans-array.c (CAF_TOKEN_FIELD): New macro constant.
1771 (gfc_conv_descriptor_token): New function.
1772 * trans-array.h (gfc_conv_descriptor_token): New prototype.
1773 * trans-types.c (gfc_get_array_descriptor_base): For coarrays
1774 with -fcoarray=lib, append "void *token" to the array descriptor.
1775 (gfc_array_descriptor_base_caf): New static variable.
1776 * trans-expr.c (gfc_conv_procedure_call): Handle token and offset
1777 when passing a descriptor coarray to a nondescriptor dummy.
1778
1779 2011-07-23 Tobias Burnus <burnus@net-b.de>
1780
1781 * resolve.c (resolve_symbol): Fix coarray var decl check.
1782
1783 2011-07-21 Daniel Carrera <dcarrera@gmail.com>
1784
1785 * trans.c (gfc_allocate_with_status): Split into two functions
1786 gfc_allocate_using_malloc and gfc_allocate_usig_lib.
1787 (gfc_allocate_using_malloc): The status parameter is now the
1788 actual status rather than a pointer. Code cleanup.
1789 (gfc_allocate_using_lib): Ditto. Add new parametrs errmsg and
1790 errlen. Pass these to the coarray lib.
1791 * trans-openmp.c (gfc_omp_clause_default_ctor): Update calls to
1792 gfc_allocate_allocatable.
1793 (gfc_omp_clause_copy_ctor): Ditto.
1794 (gfc_trans_omp_array_reduction): Ditto.
1795 * trans-stmt.c (gfc_trans_allocate): Ditto. Update call to
1796 gfc_allocate_using_malloc. Pass stat rather than pstat to the allocate
1797 fuctions. If using coarray lib, pass errmsg and errlen to the allocate
1798 functions. Move error checking outside the if (!gfc_array_allocate)
1799 block so that it also affects trees produced by gfc_array_allocate.
1800 * trans-array.c (gfc_array_allocate): Add new parameters errmsg
1801 and errlen. Replace parameter pstat by status. Code cleanup. Update
1802 calls to gfc_allocate_allocatable and gfc_allocate_using_malloc.
1803 * trans-array.h (gfc_array_allocate): Update signature of
1804 gfc_array_allocate.
1805
1806 2011-07-21 Steven G. Kargl <kargl@gcc.gnu.org>
1807
1808 * gfortran.texi: Remove a duplicate word.
1809
1810 2011-07-21 Tobias Burnus <burnus@net-b.de>
1811
1812 * check.c (gfc_check_present): Allow coarrays.
1813 * trans-array.c (gfc_conv_array_ref): Avoid casting
1814 when a pointer is wanted.
1815 * trans-decl.c (create_function_arglist): For -fcoarray=lib,
1816 handle hidden token and offset arguments for nondescriptor
1817 coarrays.
1818 * trans-expr.c (get_tree_for_caf_expr): New function.
1819 (gfc_conv_procedure_call): For -fcoarray=lib pass the
1820 token and offset for nondescriptor coarray dummies.
1821 * trans.h (lang_type): Add caf_offset tree.
1822 (GFC_TYPE_ARRAY_CAF_OFFSET): New macro.
1823
1824 2011-07-19 Tobias Burnus <burnus@net-b.de>
1825
1826 * expr.c (gfc_is_coarray): New function.
1827 * gfortran.h (gfc_is_coarray): New prototype.
1828 * interface.c (compare_parameter): Use it.
1829
1830 2011-07-19 Richard Guenther <rguenther@suse.de>
1831
1832 * trans-expr.c (fill_with_spaces): Use fold_build_pointer_plus.
1833 (gfc_trans_string_copy): Likewise.
1834 * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Likewise.
1835 * trans-types.c (gfc_get_array_descr_info): Likewise.
1836 * trans.c (gfc_build_array_ref): Likewise.
1837
1838 2011-07-19 Janus Weil <janus@gcc.gnu.org>
1839
1840 PR fortran/49708
1841 * resolve.c (resolve_allocate_expr): Fix diagnostics for pointers.
1842
1843 2011-07-18 Tobias Burnus <burnus@net-b.de>
1844
1845 * trans-decl.c (gfc_build_qualified_array): Make coarray's
1846 token TYPE_QUAL_RESTRICT.
1847
1848 2011-07-18 Tobias Burnus <burnus@net-b.de>
1849
1850 * resolve.c (resolve_transfer): Mention defined I/O
1851 in the diagnostic for alloc_comp/pointer_comp.
1852
1853 2011-07-17 Tobias Burnus <burnus@net-b.de>
1854
1855 PR fortran/34657
1856 * module.c (check_for_ambiguous): Check whether the name is matches
1857 the current program unit.
1858
1859 2011-07-17 Tobias Burnus <burnus@net-b.de>
1860
1861 PR fortran/49624
1862 * expr.c (gfc_check_pointer_assign): Fix checking for invalid
1863 pointer bounds.
1864
1865 2011-07-16 Tobias Burnus <burnus@net-b.de>
1866
1867 * expr.c (gfc_ref_this_image): New function.
1868 (gfc_is_coindexed): Use it.
1869 * gfortran.h (gfc_ref_this_image): New prototype.
1870 * resolve.c (resolve_deallocate_expr,
1871 resolve_allocate_expr): Support alloc scalar coarrays.
1872 * trans-array.c (gfc_conv_array_ref, gfc_array_init_size,
1873 gfc_conv_descriptor_cosize, gfc_array_allocate,
1874 gfc_trans_deferred_array): Ditto.
1875 * trans-expr.c (gfc_conv_variable) Ditto.:
1876 * trans-stmt.c (gfc_trans_deallocate): Ditto.
1877 * trans-types.c (gfc_get_element_type, gfc_get_array_type_bounds
1878 gfc_get_array_descr_info): Ditto.
1879 * trans-decl.c (gfc_get_symbol_decl): Ditto.
1880
1881 2011-07-11 Jakub Jelinek <jakub@redhat.com>
1882
1883 PR fortran/49698
1884 * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Initialize
1885 inner_size to gfc_index_one_node instead of integer_one_node.
1886
1887 2011-07-10 Tobias Burnus <burnus@net-b.de>
1888
1889 PR fortran/49690
1890 * intrinsic.c (add_functions): Use BT_VOID for 2nd argument of SIGNAL.
1891
1892 2011-07-09 Uros Bizjak <ubizjak@gmail.com>
1893
1894 PR fortran/48926
1895 * expr.c (gfc_get_corank): Change return value to int.
1896 * gfortran.h (gfc_get_corank): Update function prototype.
1897
1898 2011-07-07 Mikael Morin <mikael.morin@sfr.fr>
1899
1900 PR fortran/49648
1901 * resolve.c (resolve_symbol): Force resolution of function result's
1902 array specification.
1903
1904 2011-07-07 Tobias Burnus <burnus@net-b.de>
1905
1906 * trans.c (gfc_allocate_with_status): Call _gfortran_caf_register
1907 with NULL arguments for (new) stat=/errmsg= arguments.
1908
1909 2011-07-06 Daniel Carrera <dcarrera@gmail.com>
1910
1911 * trans-array.c (gfc_array_allocate): Rename allocatable_array to
1912 allocatable. Rename function gfc_allocate_array_with_status to
1913 gfc_allocate_allocatable_with_status. Update function call for
1914 gfc_allocate_with_status.
1915 * trans-opemp.c (gfc_omp_clause_default_ctor): Rename function
1916 gfc_allocate_array_with_status to gfc_allocate_allocatable_with_status.
1917 * trans-stmt.c (gfc_trans_allocate): Update function call for
1918 gfc_allocate_with_status. Rename function gfc_allocate_array_with_status
1919 to gfc_allocate_allocatable_with_status.
1920 * trans.c (gfc_call_malloc): Add new parameter gfc_allocate_with_status
1921 so it uses the library for memory allocation when -fcoarray=lib.
1922 (gfc_allocate_allocatable_with_status): Renamed from
1923 gfc_allocate_array_with_status.
1924 (gfc_allocate_allocatable_with_status): Update function call for
1925 gfc_allocate_with_status.
1926 * trans.h (gfc_coarray_type): New enum.
1927 (gfc_allocate_with_status): Update prototype.
1928 (gfc_allocate_allocatable_with_status): Renamed from
1929 gfc_allocate_array_with_status.
1930 * trans-decl.c (generate_coarray_sym_init): Use the new constant
1931 GFC_CAF_COARRAY_ALLOC in the call to gfor_fndecl_caf_register.
1932
1933 2011-07-06 Richard Guenther <rguenther@suse.de>
1934
1935 * f95-lang.c (gfc_init_decl_processing):
1936 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
1937
1938 2011-07-04 Jakub Jelinek <jakub@redhat.com>
1939
1940 PR fortran/49623
1941 * gfortranspec.c (lang_specific_driver): Ignore options with
1942 CL_ERR_MISSING_ARG errors.
1943
1944 2011-07-02 Janus Weil <janus@gcc.gnu.org>
1945
1946 PR fortran/49562
1947 * expr.c (gfc_check_vardef_context): Handle type-bound procedures.
1948
1949 2011-06-30 Jakub Jelinek <jakub@redhat.com>
1950
1951 PR fortran/49540
1952 * gfortran.h (gfc_constructor): Add repeat field.
1953 * trans-array.c (gfc_conv_array_initializer): Handle repeat > 1.
1954 * array.c (current_expand): Add repeat field.
1955 (expand_constructor): Copy repeat.
1956 * constructor.c (node_free, node_copy, gfc_constructor_get,
1957 gfc_constructor_lookup): Handle repeat field.
1958 (gfc_constructor_lookup_next, gfc_constructor_remove): New functions.
1959 * data.h (gfc_assign_data_value): Add mpz_t * argument.
1960 (gfc_assign_data_value_range): Removed.
1961 * constructor.h (gfc_constructor_advance): Removed.
1962 (gfc_constructor_lookup_next, gfc_constructor_remove): New prototypes.
1963 * data.c (gfc_assign_data_value): Add REPEAT argument, handle it and
1964 also handle overwriting a range with a single entry.
1965 (gfc_assign_data_value_range): Removed.
1966 * resolve.c (check_data_variable): Adjust gfc_assign_data_value
1967 call. Use gfc_assign_data_value instead of
1968 gfc_assign_data_value_expr.
1969
1970 2011-06-27 Janus Weil <janus@gcc.gnu.org>
1971
1972 PR fortran/49466
1973 * trans-array.c (structure_alloc_comps): Make sure sub-components
1974 and extended types are correctly deallocated.
1975
1976 2011-06-21 Andrew MacLeod <amacleod@redhat.com>
1977
1978 * trans-openmp.c: Add sync_ or SYNC__ to builtin names.
1979 * trans-stmt.c: Add sync_ or SYNC__ to builtin names.
1980 * trans-decl.c: Add sync_ or SYNC__ to builtin names.
1981
1982 2011-06-21 Janus Weil <janus@gcc.gnu.org>
1983
1984 PR fortran/49112
1985 * class.c (gfc_find_derived_vtab): Make vtab and default initialization
1986 symbols SAVE_IMPLICIT.
1987
1988 2011-06-20 Tobias Burnus <burnus@net-b.de>
1989
1990 PR fortran/18918
1991 * gfortran.h (gfc_check_vardef_context): Update prototype.
1992 (iso_fortran_env_symbol): Handle derived types.
1993 (symbol_attribute): Add lock_comp.
1994 * expr.c (gfc_check_vardef_context): Add LOCK_TYPE check.
1995 * interface.c (compare_parameter, gfc_procedure_use): Handle
1996 LOCK_TYPE.
1997 (compare_actual_formal): Update
1998 gfc_check_vardef_context call.
1999 * check.c (gfc_check_atomic_def, gfc_check_atomic_ref): Ditto.
2000 * intrinsic.c (check_arglist): Ditto.
2001 * io.c (resolve_tag, gfc_resolve_dt, gfc_resolve_inquire): Ditto.
2002 * iso-fortran-env.def (ISOFORTRAN_LOCK_TYPE): Add.
2003 * intrinsic.texi (ISO_FORTRAN_ENV): Document LOCK_TYPE.
2004 * module.c (mio_symbol_attribute): Handle lock_comp.
2005 (create_derived_type): New function.
2006 (use_iso_fortran_env_module): Call it to handle LOCK_TYPE.
2007 * parse.c (parse_derived): Add constraint check for LOCK_TYPE.
2008 * resolve.c (resolve_symbol, resolve_lock_unlock): Add constraint
2009 checks for LOCK_TYPE.
2010 (gfc_resolve_iterator, resolve_deallocate_expr,
2011 resolve_allocate_expr, resolve_code, resolve_transfer): Update
2012 gfc_check_vardef_context call.
2013 * trans-stmt.h (gfc_trans_lock_unlock): New prototype.
2014 * trans-stmt.c (gfc_trans_lock_unlock): New function.
2015 * trans.c (trans_code): Handle LOCK and UNLOCK.
2016
2017 2011-06-18 Janus Weil <janus@gcc.gnu.org>
2018
2019 PR fortran/49400
2020 * decl.c (gfc_match_procedure): Allow PROCEDURE declarations inside
2021 BLOCK constructs.
2022
2023 2011-06-17 Janus Weil <janus@gcc.gnu.org>
2024
2025 PR fortran/48699
2026 * check.c (gfc_check_move_alloc): If 'TO' argument is polymorphic,
2027 make sure the vtab is present.
2028
2029 2011-06-16 Janus Weil <janus@gcc.gnu.org>
2030
2031 PR fortran/49074
2032 * interface.c (gfc_extend_assign): Propagate the locus from the
2033 assignment to the type-bound procedure call.
2034
2035 2011-06-16 Janus Weil <janus@gcc.gnu.org>
2036
2037 PR fortran/49417
2038 * module.c (mio_component): Make sure the 'class_ok' attribute is set
2039 for use-associated CLASS components.
2040 * parse.c (parse_derived): Check for 'class_ok' attribute.
2041 * resolve.c (resolve_fl_derived): Ditto.
2042
2043 2011-06-13 Thomas Koenig <tkoenig@gcc.gnu.org>
2044
2045 * frontend-passes.c (remove_trim): New function.
2046 (optimize_assignment): Use it.
2047 (optimize_comparison): Likewise. Return correct status
2048 for previous change.
2049
2050 2011-06-12 Tobias Burnus
2051
2052 PR fortran/49324
2053 * trans-expr.c (gfc_trans_assignment_1): Tell
2054 gfc_trans_scalar_assign to also deep-copy RHS nonvariables
2055 with allocatable components.
2056 * trans-array.c (gfc_conv_expr_descriptor): Ditto.
2057
2058 2011-05-11 Thomas Koenig <tkoenig@gcc.gnu.org>
2059
2060 * frontend-passes.c (optimize_assignment): Follow chains
2061 of concatenation operators to the end for removing trailing
2062 TRIMS for assignments.
2063
2064 2011-06-10 Daniel Carrera <dcarrera@gmail.com>
2065
2066 * trans-decl.c (gfc_build_builtin_function_decls):
2067 Updated declaration of caf_sync_all and caf_sync_images.
2068 * trans-stmt.c (gfc_trans_sync): Function
2069 can now handle a "stat" variable that has an integer type
2070 different from integer_type_node.
2071
2072 2011-06-09 Richard Guenther <rguenther@suse.de>
2073
2074 * trans.c (gfc_allocate_array_with_status): Mark error path
2075 as unlikely.
2076
2077 2011-06-08 Tobias Burnus <burnus@net-b.de>
2078
2079 PR fortran/18918
2080 * gfortran.h (gfc_statement): Add ST_LOCK and ST_UNLOCK.
2081 (gfc_exec_op): Add EXEC_LOCK and EXEC_UNLOCK.
2082 (gfc_code): Add expr4.
2083 * match.h (gfc_match_lock, gfc_match_unlock): New prototypes.
2084 * match.c (gfc_match_lock, gfc_match_unlock,
2085 lock_unlock_statement): New functions.
2086 (sync_statement): Bug fix, avoiding double freeing.
2087 (gfc_match_if): Handle LOCK/UNLOCK statement.
2088 * parse.c (decode_statement, next_statement,
2089 gfc_ascii_statement): Ditto.
2090 * st.c (gfc_free_statement): Handle LOCK and UNLOCK.
2091 * resolve.c (resolve_lock_unlock): New function.
2092 (resolve_code): Call it.
2093 * dump-parse-tree.c (show_code_node): Handle LOCK/UNLOCK.
2094
2095 2011-06-07 Richard Guenther <rguenther@suse.de>
2096
2097 * f95-lang.c (gfc_init_decl_processing): Do not set
2098 size_type_node or call set_sizetype.
2099
2100 2011-06-05 Tobias Burnus <burnus@net-b.de>
2101
2102 PR fortran/49255
2103 * trans-expr.c (gfc_conv_procedure_call): Fix -fcheck=pointer
2104 for F2008.
2105
2106 2011-06-05 Andreas Schmidt <andreas.schmidt.42@gmx.net>
2107 Thomas Koenig <tkoenig@gcc.gnu.org>
2108
2109 * dump-parse-tree.c (show_symbol): Don't dump namespace
2110 for ENTRY to avoid infinite recursion.
2111
2112 2011-06-02 Asher Langton <langton2@llnl.gov>
2113
2114 PR fortran/49268
2115 * trans-decl.c (gfc_trans_deferred_vars): Treat assumed-size Cray
2116 pointees as AS_EXPLICIT.
2117
2118 2011-06-02 Asher Langton <langton2@llnl.gov>
2119
2120 PR fortran/37039
2121 * decl.c (variable_decl): Merge current_as before copying to cp_as.
2122
2123 2011-06-02 Steven G. Kargl <kargl@gcc.gnu.org>
2124
2125 PR fortran/49265
2126 * decl.c (gfc_match_modproc): Allow for a double colon in a module
2127 procedure statement.
2128 * parse.c ( decode_statement): Deal with whitespace around :: in
2129 gfc_match_modproc.
2130
2131 2011-05-31 Tobias Burnus <burnus@net-b.de>
2132
2133 PR fortran/18918
2134 * intrinsic.c (klass): Add CLASS_ATOMIC.
2135 (add_subroutines): Add atomic_ref/atomic_define.
2136 * intrinsic.texi (ATOMIC_REF, ATOMIC_DEFINE): Document.
2137 * intrinsic.h (gfc_check_atomic_def, gfc_check_atomic_ref,
2138 gfc_resolve_atomic_def, gfc_resolve_atomic_ref): New prototypes.
2139 * gfortran.h (gfc_isym_id): Add GFC_ISYM_ATOMIC_DEF
2140 and GFC_ISYM_ATOMIC_REF.
2141 (gfc_atomic_int_kind, gfc_atomic_logical_kind): New global vars.
2142 * iresolve.c (gfc_resolve_atomic_def, gfc_resolve_atomic_ref): New
2143 functions.
2144 * check.c (gfc_check_atomic, gfc_check_atomic_def,
2145 gfc_check_atomic_ref): New functions.
2146 * iso-fortran-env.def (ISOFORTRANENV_FILE_ATOMIC_INT_KIND,
2147 ISOFORTRANENV_FILE_ATOMIC_LOGICAL_KIND): Change kind value.
2148 * trans-intrinsic.c (conv_intrinsic_atomic_def,
2149 conv_intrinsic_atomic_ref, gfc_conv_intrinsic_subroutine): New
2150 functions.
2151 (conv_intrinsic_move_alloc) Renamed from
2152 gfc_conv_intrinsic_move_alloc - and made static.
2153 * trans.h (gfc_conv_intrinsic_move_alloc): Remove.
2154 (gfc_conv_intrinsic_subroutine) Add prototype.
2155 * trans.c (trans_code): Call gfc_conv_intrinsic_subroutine.
2156 * trans-types (gfc_atomic_int_kind, gfc_atomic_logical_kind): New
2157 global vars.
2158 (gfc_init_kinds): Set them.
2159
2160 2011-05-31 Tobias Burnus <burnus@net-b.de>
2161
2162 PR fortran/18918
2163 * trans-array.c (gfc_trans_dummy_array_bias): Handle
2164 cobounds of assumed-shape arrays.
2165
2166 2011-05-31 Tobias Burnus <burnus@net-b.de>
2167
2168 PR fortran/18918
2169 * resolve.c (resolve_fl_variable): Handle static coarrays
2170 with non-constant cobounds.
2171
2172 2011-05-29 Janus Weil <janus@gcc.gnu.org>
2173
2174 PR fortran/47601
2175 * module.c (mio_component_ref): Handle components of extended types.
2176 * symbol.c (gfc_find_component): Return is sym is NULL.
2177
2178 2011-05-29 Tobias Burnus <burnus@net-b.de>
2179
2180 PR fortran/18918
2181 * interface.c (compare_parameter): Add check for passing coarray
2182 to allocatable noncoarray dummy.
2183
2184 2011-05-29 Tobias Burnus <burnus@net-b.de>
2185 Richard Guenther <rguenther@suse.de>
2186
2187 PR fortran/18918
2188 * trans-types.c (gfc_get_nodesc_array_type): Don't mess with
2189 the type's TREE_TYPE.
2190 * trans-array.c (gfc_conv_array_ref): Use TYPE_MAIN_VARIANT.
2191 * trans.c (gfc_build_array_ref): Ditto.
2192
2193 2011-05-27 Tobias Burnus <burnus@net-b.de>
2194
2195 PR fortran/18918
2196 * check.c (gfc_check_associated, gfc_check_null): Add coindexed check.
2197 * match.c (gfc_match_nullify): Ditto.
2198 * resolve.c (resolve_deallocate_expr): Ditto.
2199 * trans-types.c (gfc_get_nodesc_array_type): Don't set restricted
2200 for nonpointers.
2201
2202 2011-05-27 Tobias Burnus <burnus@net-b.de>
2203
2204 PR fortran/48820
2205 * gfortran.h (gfc_isym_id): Add GFC_ISYM_RANK.
2206 * intrinsic.c (add_functions): Add rank intrinsic.
2207 (gfc_check_intrinsic_standard): Handle GFC_STD_F2008_TR.
2208 * intrinsic.h (gfc_simplify_rank, gfc_check_rank): Add prototypes.
2209 * simplify.c (gfc_simplify_rank): New function.
2210 * intrinsic.texi (RANK): Add description for rank intrinsic.
2211 * check.c (gfc_check_rank): New function.
2212
2213 2011-05-26 Paul Thomas <pault@gcc.gnu.org>
2214 Thomas Koenig <tkoenig@gcc.gnu.org>
2215
2216 PR fortran/48955
2217 * trans-expr.c (gfc_trans_assignment_1): GFC_REVERSE_NOT_SET
2218 changed to GFC_ENABLE_REVERSE.
2219 * trans-array.c (gfc_init_loopinfo): GFC_CANNOT_REVERSE changed
2220 to GFC_INHIBIT_REVERSE.
2221 * gfortran.h : Enum gfc_reverse is now GFC_ENABLE_REVERSE,
2222 GFC_FORWARD_SET, GFC_REVERSE_SET and GFC_INHIBIT_REVERSE.
2223 * dependency.c (gfc_dep_resolver): Change names for elements of
2224 gfc_reverse as necessary. Change the logic so that forward
2225 dependences are remembered as well as backward ones. When both
2226 have appeared, force a temporary.
2227
2228 2011-05-26 Tobias Burnus <burnus@net-b.de>
2229
2230 PR fortran/18918
2231 * trans-array.c (gfc_conv_array_ref): Handle pointer coarrays.
2232 * trans-decl.c (has_coarray_vars, caf_init_block,
2233 gfor_fndecl_caf_register): New file-global variables.
2234 (gfc_finish_var_decl): Make sure that coarrays in main are static.
2235 (gfc_build_qualified_array): Generate coarray token variable.
2236 (gfc_get_symbol_decl): Don't use a static initializer for coarrays.
2237 (gfc_build_builtin_function_decls): Set gfor_fndecl_caf_register.
2238 (gfc_trans_deferred_vars, gfc_emit_parameter_debug_info): Skip for
2239 static coarrays.
2240 (generate_local_decl): Check for local coarrays.
2241 (create_main_function): SYNC ALL before calling MAIN.
2242 (generate_coarray_sym_init): Register static coarray.
2243 (generate_coarray_init): Generate CAF registering constructor
2244 function.
2245 (gfc_generate_function_code): Call it, if needed, do not create
2246 cgraph twice.
2247 (gfc_generate_module_vars, gfc_process_block_locals): Call
2248 generate_coarray_init.
2249 * trans-types.c (gfc_get_nodesc_array_type): Generate pointers for
2250 -fcoarray=lib.
2251 * trans.h (gfor_fndecl_caf_register): New variable.
2252 (lang_type): New element caf_token.
2253 (GFC_TYPE_ARRAY_CAF_TOKEN): New macro.
2254
2255 2011-05-24 Joseph Myers <joseph@codesourcery.com>
2256
2257 * Make-lang.in (GFORTRAN_D_OBJS): Remove prefix.o.
2258 (gfortran$(exeext)): Use libcommon-target.a.
2259
2260 2011-05-22 Thomas Koenig <tkoenig@gcc.gnu.org>
2261
2262 * frontend-passes.c (cfe_register_funcs): Also register
2263 character functions if their charlens are known and constant.
2264 Also register allocatable functions.
2265
2266 2011-05-21 Janus Weil <janus@gcc.gnu.org>
2267
2268 PR fortran/48699
2269 * match.c (select_type_set_tmp): Make the temporary ALLOCATABLE if the
2270 selector is ALLOCATABLE.
2271
2272 2011-05-20 Janus Weil <janus@gcc.gnu.org>
2273
2274 PR fortran/48706
2275 * module.c (write_dt_extensions): Do not write extended types which
2276 are local to a subroutine.
2277
2278 2011-05-20 Joseph Myers <joseph@codesourcery.com>
2279
2280 * Make-lang.in (GFORTRAN_D_OBJS): Remove version.o and intl.o.
2281
2282 2011-05-20 Janne Blomqvist <jb@gcc.gnu.org>
2283
2284 * gfortran.texi (set_fpe): Update documentation.
2285 * invoke.texi (-ffpe-trap): Likewise.
2286 * libgfortran.h (GFC_FPE_PRECISION): Rename to GFC_FPE_INEXACT.
2287 * options.c (gfc_handle_fpe_trap_option): Handle inexact and make
2288 precision an alias for it.
2289
2290 2011-05-19 Tobias Burnus <burnus@net-b.de>
2291
2292 PR fortran/18918
2293 * trans-types.c (gfc_get_element_type): Handle scalar coarrays.
2294 (gfc_get_nodesc_array_type): Make a variant-type copy for scalar
2295 coarrays.
2296 * trans.c (gfc_build_array_ref): Return original type not variant
2297 copy for scalar coarrays.
2298 * trans-array.c (gfc_conv_array_ref): Ditto.
2299
2300 2011-05-18 Janus Weil <janus@gcc.gnu.org>
2301
2302 PR fortran/48700
2303 * trans-intrinsic.c (gfc_conv_intrinsic_move_alloc): Deallocate 'TO'
2304 argument to avoid memory leaks.
2305
2306 2011-05-16 Tobias Burnus <burnus@net-b.de>
2307
2308 * gfortran.texi (_gfortran_set_options): Add GFC_STD_F2008_TR.
2309 (Fortran 2008 status): Multi-image support for coarrays.
2310 (TR 19113 status): New section.
2311
2312 2011-05-15 Tobias Burnus <burnus@net-b.de>
2313
2314 PR fortran/18918
2315 actual argument is not an array; rank mismatch is diagnosted later.
2316 * trans-decl.c (gfc_get_symbol_decl, gfc_trans_deferred_vars): Handle
2317 scalar coarrays.
2318 * trans-types.c (gfc_get_array_type_bounds): Ditto.
2319
2320 2011-05-15 Joern Rennecke <amylaar@spamcop.net>
2321
2322 PR middle-end/46500
2323 * trans-types.c: Include "tm.h".
2324 [0] (c_size_t_size): Remove.
2325
2326 2011-05-15 Janne Blomqvist <jb@gcc.gnu.org>
2327
2328 PR libfortran/48915
2329 * gfortran.texi (_gfortran_set_options): Even though -fbacktrace
2330 is now the default, the library defaults to backtracing disabled.
2331
2332 2011-05-14 Tobias Burnus <burnus@net-b.de>
2333
2334 * lang.opt (fdump-core): Re-add as ignored option
2335 for backward compatibility.
2336
2337 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
2338
2339 PR libfortran/48915
2340 * gfortran.texi: Update mixed-language programming section
2341 reflecting the removal of the fdump-core option, and that
2342 -fbacktrace is now enabled by default.
2343
2344 2011-05-14 Thomas Koenig <tkoenig@gcc.gnu.org>
2345
2346 PR fortran/22572
2347 * frontend-passes.c (cfe_register_funcs): Also register functions
2348 for potential elimination if the rank is > 0, the shape is unknown
2349 and reallocate on assignment is active.
2350 (create_var): For rank > 0 functions with unknown shape, create
2351 an allocatable temporary.
2352
2353 2011-05-14 Tobias Burnus <burnus@net-b.de>
2354
2355 PR fortran/18918
2356 * interface.c (compare_parameter): Skip diagnostic if
2357 actual argument is not an array; rank mismatch is diagnosted later.
2358
2359 2011-05-14 Tobias Burnus <burnus@net-b.de>
2360
2361 * options.c (gfc_init_options, gfc_post_options): Enable
2362 -fstack-arrays by default if -Ofast is used.
2363 * invoke.texi (-fstack-arrays): Document this.
2364
2365 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
2366
2367 PR libfortran/48915
2368 * gfortran.h (gfc_option_t): Remove flag_dump_core.
2369 * gfortran.texi (GFORTRAN_ERROR_DUMPCORE): Remove section.
2370 (GFORTRAN_ERROR_BACKTRACE): Document that it's enabled by default.
2371 * intrinsic.texi (ABORT): Remove explanation of -fdump-core.
2372 * invoke.texi: Remove -fdump-core, document that -fbacktrace is
2373 enabled by default.
2374 * lang.opt: Remove -fdump-core.
2375 * options.c (gfc_init_options): Make backtrace default to enabled,
2376 remove dump_core.
2377 (gfc_handle_option): Remove OPT_fdump-core.
2378 * trans-decl.c: Pass a 0 to preserve ABI.
2379
2380 2011-05-14 Janne Blomqvist <jb@gcc.gnu.org>
2381
2382 * gfortran.texi: Remove GFORTRAN_USE_STDERR documentation.
2383
2384 2011-05-13 Tobias Burnus <burnus@net-b.de>
2385
2386 PR fortran/48972
2387 * io.c (resolve_tag_format, resolve_tag): Make sure
2388 that the string is of default kind.
2389 (gfc_resolve_inquire): Also resolve decimal tag.
2390
2391 2011-05-12 Tobias Burnus <burnus@net-b.de>
2392
2393 PR fortran/48972
2394 * resolve.c (resolve_intrinsic): Don't resolve module
2395 intrinsics multiple times.
2396
2397 2011-05-11 Tobias Burnus <burnus@net-b.de>
2398
2399 PR fortran/48889
2400 * expr.c (gfc_is_constant_expr): Use e->value.function.esym
2401 instead of e->symtree->n.sym, if available.
2402
2403 2011-05-07 Eric Botcazou <ebotcazou@adacore.com>
2404
2405 * f95-lang.c (global_bindings_p): Return bool and simplify.
2406
2407 2011-05-07 Tobias Burnus <burnus@net-b.de>
2408
2409 PR fortran/18918
2410 PR fortran/48919
2411 * trans.h: Move gfc_init_coarray_decl prototype ...
2412 * gfortran.h: ... to here.
2413 * parse.c (translate_all_program_units): Call gfc_init_coarray_decl.
2414 (gfc_parse_file): Update translate_all_program_units call.
2415 * trans-decl.c (gfc_init_coarray_decl): Fix variable declaration,
2416 new argument whether DECL_EXTERNAL should be used.
2417 (create_main_function): Update gfc_init_coarray_decl call.
2418 * trans-intrinsic.c (trans_this_image, trans_image_index,
2419 conv_intrinsic_cobound): Ditto.
2420
2421 2011-05-06 Tobias Burnus <burnus@net-b.de>
2422
2423 PR fortran/18918
2424 * trans-array.c (gfc_walk_variable_expr): Continue walking
2425 for scalar coarrays.
2426 * trans-intrinsic.c (convert_element_to_coarray_ref): New function.
2427 (trans_this_image, trans_image_index, conv_intrinsic_cobound): Use it.
2428 (trans_this_image): Fix algorithm.
2429 * trans-types.c (gfc_get_element_type, gfc_get_array_descriptor_base,
2430 gfc_sym_type): Handle scalar coarrays.
2431
2432 2011-05-06 Tobias Burnus <burnus@net-b.de>
2433
2434 PR fortran/48858
2435 PR fortran/48820
2436 * lang.opt (std=f2008tr): New.
2437 * libgfortran.h (GFC_STD_F2008_TR): New macro constant.
2438 * decl.c (verify_c_interop_param): Allow OPTIONAL in BIND(C)
2439 procedures for -std=f2008tr/gnu/legacy.
2440 (gfc_match_import): Set sym to NULL.
2441 * options.c (set_default_std_flags,gfc_handle_option): Handle
2442 -std=f2008tr.
2443 * invoke.texi (-std=): Document -std=f2008tr.
2444
2445 2011-05-05 Nathan Froyd <froydnj@codesourcery.com>
2446
2447 * trans-decl.c (gfc_trans_entry_master_switch): Call build_case_label.
2448 * trans-io.c (add_case): Likewise.
2449 * trans-stmt.c (gfc_trans_integer_select): Likewise.
2450 (gfc_trans_character_select): Likewise.
2451
2452 2011-05-05 Eric Botcazou <ebotcazou@adacore.com>
2453
2454 * trans-decl.c (trans_function_start): Do not set
2455 dont_save_pending_sizes_p.
2456
2457 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
2458
2459 * trans.h (gfc_chainon_list): Delete.
2460 * trans.c (gfc_chainon_list): Delete.
2461
2462 2011-05-04 Tobias Burnus <burnus@net-b.de>
2463
2464 PR fortran/48864
2465 * invoke.texi (fno-protect-parens): Document
2466 that -Ofast implies -fno-protect-parens.
2467 * options.c (gfc_init_options, gfc_post_options):
2468 Make -Ofast imply -fno-protect-parens.
2469
2470 2011-05-04 Nathan Froyd <froydnj@codesourcery.com>
2471
2472 * trans-decl.c (build_library_function_decl_1): Call
2473 build_function_type_vec. Adjust argument list building accordingly.
2474 * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Likewise.
2475 * trans-types.c (gfc_get_function_type): Likewise.
2476
2477 2011-05-04 Richard Guenther <rguenther@suse.de>
2478
2479 * trans-array.c (gfc_trans_array_constructor_value): Use
2480 size_int for bounds of range types.
2481 (gfc_trans_array_constructor_value): Use size_type_node
2482 for memcpy argument.
2483 * trans-common.c (build_field): Use gfc_charlen_type_node
2484 for lengths.
2485 * trans-openmp.c (gfc_trans_omp_clauses): Do not pass NULL
2486 as type to build_int_cst.
2487 * trans-const.c (gfc_build_string_const): Use size_int
2488 for bounds of range types.
2489 (gfc_build_wide_string_const): Likewise.
2490 * trans-stmt.c (gfc_trans_label_assign): Use gfc_charlen_type_node
2491 for lengths.
2492 (gfc_trans_character_select): Likewise.
2493 (gfc_trans_character_select): Do not pass NULL
2494 as type to build_int_cst.
2495 (gfc_trans_character_select): Use size_int for bounds of range types.
2496 * trans-io.c (gfc_build_io_library_fndecls): Likewise.
2497 (add_case): Do not pass NULL as type to build_int_cst.
2498 (transfer_expr): Likewise.
2499 (transfer_array_desc): Likewise.
2500 * trans-decl.c (gfc_add_assign_aux_vars): Use gfc_charlen_type_node
2501 for lengths.
2502 (gfc_trans_assign_aux_var): Likewise.
2503 (create_main_function): Use size_int for bounds of range types.
2504 * trans-intrinsic.c (gfc_conv_intrinsic_minmax_char): Do not pass
2505 NULL as type to build_int_cst.
2506 (gfc_conv_intrinsic_spacing): Likewise.
2507 (gfc_conv_intrinsic_rrspacing): Likewise.
2508 (gfc_conv_intrinsic_len): Use gfc_charlen_type_node for lengths.
2509
2510 2011-05-04 Richard Guenther <rguenther@suse.de>
2511
2512 * trans-types.c (gfc_get_array_type_bounds): Remove zero notrunc
2513 argument to int_const_binop.
2514
2515 2011-05-03 Tobias Burnus <burnus@net-b.de>
2516
2517 PR fortran/18918
2518 * trans-intrinsic.c (trans_this_image): Implement version with
2519 coarray argument.
2520 (conv_intrinsic_cobound): Simplify code.
2521 (gfc_conv_intrinsic_function): Call trans_this_image for
2522 this_image(coarray) except for -fcoarray=single.
2523
2524 2011-05-02 Steven G. Kargl <kargl@gcc.gnu.org>
2525
2526 PR fortran/48720
2527 * gfortran.texi: Document the 'Q' exponent-letter extension.
2528 * invoke.texi: Document -Wreal-q-constant.
2529 * lang.opt: Add -Wreal-q-constant option.
2530 * gfortran.h: Add warn_real_q_constant to option struct.
2531 * primary.c (match_real_constant): Use it. Accept 'Q' as
2532 exponent-letter for REAL(16) real-literal-constant with a
2533 fallback to REAL(10) or error if REAL(10) is not available.
2534 * options.c (gfc_init_options, set_Wall) Set it.
2535 (gfc_handle_option): Handle new option.
2536
2537 2011-04-30 Thomas Koenig <tkoenig@gcc.gnu.org>
2538
2539 * dump-prase-tree.c (show_code_node): Set the current
2540 namespace to the BLOCK before displaying it; restore
2541 afterwards.
2542
2543 2011-04-30 Tobias Burnus <burnus@net-b.de>
2544
2545 PR fortran/48821
2546 * decl.c (gfc_match_import): Don't try to find the
2547 symbol if already found.
2548
2549 2011-04-30 Paul Thomas <pault@gcc.gnu.org>
2550
2551 PR fortran/48746
2552 * trans-expr.c (fcncall_realloc_result): Set the bounds and the
2553 offset so that the lbounds are one.
2554 (gfc_trans_arrayfunc_assign): Add rank to arguments of above.
2555
2556 2011-04-29 Paul Thomas <pault@gcc.gnu.org>
2557
2558 PR fortran/48462
2559 * trans-expr.c (arrayfunc_assign_needs_temporary): Deal with
2560 automatic reallocation when the lhs is a target.
2561
2562 PR fortran/48746
2563 * trans-expr.c (fcncall_realloc_result): Make sure that the
2564 result dtype field is set before the function call.
2565
2566 2011-04-29 Tobias Burnus <burnus@net-b.de>
2567
2568 PR fortran/48810
2569 * resolve.c (resolve_typebound_generic_call): Don't check access
2570 flags of the specific function.
2571
2572 PR fortran/48800
2573 * resolve.c (resolve_formal_arglist): Don't change AS_DEFERRED
2574 to AS_ASSUMED_SHAPE for function results.
2575 (resolve_fl_var_and_proc): Print also for function results with
2576 AS_DEFERRED an error, if they are not a pointer or allocatable.
2577 (resolve_types): Make sure arguments of procedures in interface
2578 blocks are resolved.
2579
2580 2011-04-29 Michael Matz <matz@suse.de>
2581
2582 * options.c (options.c): Set warn_maybe_uninitialized.
2583
2584 2011-04-28 Tobias Burnus <burnus@net-b.de>
2585
2586 PR fortran/48112
2587 * resolve.c (resolve_fl_var_and_proc): Print diagnostic of
2588 function results only once.
2589 (resolve_symbol): Always resolve function results.
2590
2591 PR fortran/48279
2592 * expr.c (gfc_check_vardef_context): Fix handling of generic
2593 EXPR_FUNCTION.
2594 * interface.c (check_interface0): Reject internal functions
2595 in generic interfaces, unless -std=gnu.
2596
2597 2011-04-27 Tobias Burnus <burnus@net-b.de>
2598
2599 PR fortran/48788
2600 * resolve.c (resolve_global_procedure): Error recovery -
2601 avoid segfault for (non)character-returning functions.
2602
2603 2011-04-26 Thomas Koenig <tkoenig@gcc.gnu.org>
2604
2605 * decl.c (gfc_match_end): Check that the block name starts
2606 with "block@".
2607 * parse.c (gfc_build_block_ns): Make block names unique by
2608 numbering them.
2609
2610 2011-04-26 Thomas Koenig <tkoenig@gcc.gnu.org>
2611
2612 * frontend-passes.c (inserted_block): New variable.
2613 (changed_statement): Likewise.
2614 (create_var): Encase statement to be operated on in a BLOCK.
2615 Adjust code insertion for BLOCK.
2616 (cfe_code): Set inserted_block and changed_statement to NULL.
2617
2618 2011-04-23 Tobias Burnus <burnus@net-b.de>
2619
2620 PR fortran/18918
2621 * module.c (mio_array_spec): Set as->cotype on reading.
2622 * resolve.c (resolve_allocate_expr): Fix allocating coarray
2623 components.
2624
2625 2011-04-21 Thomas Koenig <tkoenig@gcc.gnu.org>
2626
2627 PR fortran/48405
2628 * frontend_passes (cfe_register_funcs): Remove workaround for DO
2629 loops.
2630 (gfc_code_walker): Make sure the pointer to the current
2631 statement doen't change when other statements are inserted.
2632
2633 2011-04-21 Tobias Burnus <burnus@net-b.de>
2634
2635 PR fortran/18918
2636 * array.c (gfc_match_array_spec): Fix maximal rank(+corank) check.
2637
2638 2011-04-20 Jim Meyering <meyering@redhat.com>
2639
2640 * expr.c (free_expr0): Remove useless if-before-free.
2641 * gfortranspec.c (lang_specific_pre_link): Likewise.
2642 * interface.c (gfc_extend_expr): Likewise.
2643 * trans-openmp.c (gfc_trans_omp_array_reduction): Likewise.
2644
2645 2011-04-19 Tobias Burnus <burnus@net-b.de>
2646
2647 PR fortran/48588
2648 PR fortran/48692
2649
2650 * module.c (fix_mio_expr): Commit created symbol.
2651
2652 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
2653
2654 * scanner.c (load_file): Use XCNEWVAR instead of xcalloc.
2655
2656 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
2657
2658 * frontend-passes.c (gfc_run_passes): Use XDELETEVEC instead of
2659 free.
2660
2661 2011-04-19 Janne Blomqvist <jb@gcc.gnu.org>
2662
2663 * misc.c (gfc_getmem): Remove function.
2664 * gfortran.h: Remove gfc_getmem prototype. Replace gfc_getmem
2665 usage with XCNEW or XCNEWVEC.
2666 * expr.c (gfc_check_assign_symbol): Replace gfc_getmem usage with
2667 XCNEW or XCNEWVEC.
2668 * options.c (gfc_handle_module_path_options)
2669 (gfc_get_option_string): Likewise.
2670 * resolve.c (gfc_resolve_forall): Likewise.
2671 * simplify.c (simplify_transformation_to_array): Likewise.
2672 * target-memory.c (gfc_target_interpret_expr): Likewise.
2673 * trans-common.c (get_segment_info, copy_equiv_list_to_ns)
2674 (get_init_field): Likewise.
2675 * trans-expr.c (gfc_conv_statement_function): Likewise.
2676 * trans-io.c (nml_full_name): Likewise.
2677 * trans-stmt.c (gfc_trans_forall_1): Likewise.
2678 * scanner.c (load_file): Replace gfc_getmem usage with xcalloc.
2679
2680 2011-04-19 Tobias Burnus <burnus@net-b.de>
2681
2682 PR fortran/48588
2683 * parse.c (resolve_all_program_units): Skip modules.
2684 (translate_all_program_units): Handle modules.
2685 (gfc_parse_file): Defer code generation for modules.
2686
2687 2011-04-19 Martin Jambor <mjambor@suse.cz>
2688
2689 * trans-decl.c (gfc_generate_function_code): Call cgraph_create_node
2690 instead of cgraph_get_create_node.
2691
2692 2011-04-18 Jim Meyering <meyering@redhat.com>
2693
2694 remove now-unused definition of gfc_free
2695 * misc.c (gfc_free): Remove function.
2696 * gfortran.h (gfc_free): Remove its prototype.
2697
2698 2011-04-18 Jim Meyering <meyering@redhat.com>
2699
2700 convert each use of gfc_free (p) to free (p)
2701 Do that by running this command:
2702 perl -pi -e 's/\bgfc_free ?\(/free (/' \
2703 $(git grep -El '\bgfc_free ?\(')
2704 which also corrects the few uses that lacked a space between
2705 the function name and the open parenthesis.
2706 Manually undo the change to the function definition itself
2707 and its prototype. They'll be removed next.
2708 * array.c (gfc_free_array_spec, gfc_set_array_spec): s/gfc_free/free/
2709 * constructor.c (node_free): Likewise.
2710 * cpp.c (dump_queued_macros): Likewise.
2711 * data.c (gfc_assign_data_value): Likewise.
2712 * decl.c (free_variable, free_value, gfc_free_data): Likewise.
2713 (gfc_free_data_all, match_old_style_init): Likewise.
2714 (gfc_set_constant_character_len, gfc_free_enum_history, NUM_DECL):
2715 Likewise.
2716 (gfc_match_modproc): Likewise.
2717 * dependency.c (check_section_vs_section): Likewise.
2718 * error.c (gfc_pop_error, gfc_free_error): Likewise.
2719 * expr.c (free_expr0, gfc_free_expr, gfc_free_actual_arglist): Likewise.
2720 (gfc_free_ref_list, gfc_replace_expr, gfc_copy_ref): Likewise.
2721 (find_substring_ref, gfc_simplify_expr, gfc_check_assign_symbol):
2722 Likewise.
2723 * frontend-passes.c (gfc_run_passes, cfe_expr_0): Likewise.
2724 (strip_function_call, optimize_comparison): Likewise.
2725 * interface.c (gfc_free_interface, arginfo, check_interface0): Likewise.
2726 (CHECK_OS_COMPARISON, gfc_extend_assign, gfc_free_formal_arglist):
2727 Likewise.
2728 * intrinsic.c (gfc_intrinsic_done_1, gfc_convert_type_warn): Likewise.
2729 (gfc_convert_chartype): Likewise.
2730 * io.c (gfc_free_open, compare_to_allowed_values, gfc_free_close):
2731 Likewise.
2732 (gfc_free_filepos, gfc_free_dt, gfc_free_inquire): Likewise.
2733 * match.c (gfc_free_iterator, gfc_match_associate): Likewise.
2734 (gfc_free_alloc_list, gfc_free_namelist, gfc_free_equiv_until):
2735 Likewise.
2736 (free_case, gfc_free_forall_iterator): Likewise.
2737 * misc.c: Likewise.
2738 * module.c (free_pi_tree, resolve_fixups, free_rename): Likewise.
2739 (free_true_name, peek_atom, mio_allocated_wide_string): Likewise.
2740 (mio_pool_string, mio_internal_string, mio_gmp_integer): Likewise.
2741 (mio_gmp_real, mio_expr, mio_typebound_proc): Likewise.
2742 (mio_full_typebound_tree, skip_list, load_equiv): Likewise.
2743 (free_written_common, gfc_use_module, gfc_free_use_stmts): Likewise.
2744 * openmp.c (gfc_free_omp_clauses): Likewise.
2745 * options.c (gfc_post_options): Likewise.
2746 * parse.c (select_type_pop, parse_omp_structured_block): Likewise.
2747 * primary.c (gfc_free_structure_ctor_component): Likewise.
2748 * resolve.c (resolve_structure_cons, check_host_association): Likewise.
2749 (gfc_resolve_forall, resolve_equivalence): Likewise.
2750 * scanner.c (gfc_scanner_done_1, gfc_release_include_path): Likewise.
2751 (gfc_define_undef_line, preprocessor_line, include_line): Likewise.
2752 (load_file, gfc_read_orig_filename): Likewise.
2753 * simplify.c (simplify_transformation_to_array): Likewise.
2754 (gfc_simplify_ibits, simplify_shift, gfc_simplify_ishftc, STRING):
2755 Likewise.
2756 (gfc_simplify_compiler_options): Likewise.
2757 * st.c (gfc_free_statement, gfc_free_statements): Likewise.
2758 (gfc_free_association_list): Likewise.
2759 * symbol.c (free_components, gfc_free_st_label, free_st_labels):
2760 Likewise.
2761 (gfc_delete_symtree, gfc_free_symbol, gfc_undo_symbols): Likewise.
2762 (free_old_symbol, gfc_commit_symbols, free_tb_tree): Likewise.
2763 (free_common_tree, free_uop_tree, free_sym_tree): Likewise.
2764 (gfc_free_dt_list, gfc_free_equiv_infos, gfc_free_equiv_lists):
2765 Likewise.
2766 (gfc_free_finalizer, gfc_free_charlen, free_entry_list): Likewise.
2767 (gfc_free_namespace): Likewise.
2768 * trans-array.c (gfc_free_ss, gfc_trans_array_bound_check): Likewise.
2769 (gfc_conv_array_ref, gfc_conv_ss_startstride): Likewise.
2770 (gfc_trans_dummy_array_bias, gfc_conv_array_parameter): Likewise.
2771 * trans-common.c (get_init_field, create_common): Likewise.
2772 * trans-const.c (gfc_build_wide_string_const): Likewise.
2773 (gfc_conv_string_init): Likewise.
2774 * trans-decl.c (gfc_generate_function_code): Likewise.
2775 * trans-expr.c (gfc_conv_substring, gfc_free_interface_mapping):
2776 Likewise.
2777 (SCALAR_POINTER, gfc_conv_statement_function): Likewise.
2778 (gfc_trans_subarray_assign): Likewise.
2779 * trans-intrinsic.c (conv_generic_with_optional_char_arg): Likewise.
2780 * trans-io.c (gfc_trans_io_runtime_check, set_string): Likewise.
2781 (transfer_namelist_element, transfer_array_component): Likewise.
2782 * trans-openmp.c (gfc_trans_omp_array_reduction): Likewise.
2783 * trans-stmt.c (cleanup_forall_symtrees, gfc_trans_forall_1): Likewise.
2784 * trans.c (trans_runtime_error_vararg, gfc_restore_backend_locus):
2785 Likewise.
2786
2787 2011-04-15 Jim Meyering <meyering@redhat.com>
2788
2789 gfortran: remove cpp definition of free, ...
2790 in preparation for the s/gfc_free/free/ transformation.
2791 * gfortran.h (free): Remove macro definition that would otherwise
2792 prevent direct use of the function.
2793
2794 2011-04-18 Tobias Burnus <burnus@net-b.de>
2795
2796 PR fortran/18918
2797 * array.c (gfc_match_array_ref): Check for too many codimensions.
2798 * check.c (gfc_check_image_index): Check number of elements
2799 in SUB argument.
2800 * simplify.c (gfc_simplify_image_index): Remove unreachable checks.
2801
2802 2011-04-18 Tobias Burnus <burnus@net-b.de>
2803
2804 PR fortran/18918
2805 * iresolve.c (gfc_resolve_image_index): Set ts.type.
2806 * simplify.c (gfc_simplify_image_index): Don't abort if the bounds
2807 are not known at compile time and handle -fcoarray=lib.
2808 * trans-intrinsics.c (gfc_conv_intrinsic_function): Handle
2809 IMAGE_INDEX.
2810 (conv_intrinsic_cobound): Fix comment typo.
2811 (trans_this_image): New function.
2812 * trans-array.c (gfc_unlikely): Move to trans.c.
2813 * trans.c (gfc_unlikely): Function moved from trans-array.c.
2814 (gfc_trans_runtime_check): Use it.
2815 * trans-io.c (gfc_trans_io_runtime_check): Ditto.
2816 * trans.h (gfc_unlikely): Add prototype.
2817
2818 2011-04-18 Paul Thomas <pault@gcc.gnu.org>
2819
2820 PR fortran/48462
2821 * trans-expr.c (fcncall_realloc_result): Renamed version of
2822 realloc_lhs_bounds_for_intrinsic_call that does not touch the
2823 descriptor bounds anymore but makes a temporary descriptor to
2824 hold the result.
2825 (gfc_trans_arrayfunc_assign): Modify the reference to above
2826 renamed function.
2827
2828 2011-05-17 Tobias Burnus <burnus@net-b.de>
2829
2830 PR fortran/48624
2831 * trans-decl.c (gfc_get_extern_function_decl): Fix decl
2832 for external procedures with proc arguments.
2833
2834 2011-04-15 Michael Matz <matz@suse.de>
2835
2836 * trans-array.c (toplevel): Include gimple.h.
2837 (gfc_trans_allocate_array_storage): Check flag_stack_arrays,
2838 properly expand variable length arrays.
2839 (gfc_trans_auto_array_allocation): If flag_stack_arrays create
2840 variable length decls and associate them with their scope.
2841 * gfortran.h (gfc_option_t): Add flag_stack_arrays member.
2842 * options.c (gfc_init_options): Handle -fstack_arrays option.
2843 * lang.opt (fstack-arrays): Add option.
2844 * invoke.texi (Code Gen Options): Document it.
2845 * Make-lang.in (trans-array.o): Depend on GIMPLE_H.
2846
2847 2011-04-15 Tobias Burnus <burnus@net-b.de>
2848
2849 PR fortran/18918
2850 * trans-intrinsic.c (conv_intrinsic_cobound): Remove unused
2851 code which is also causing an ICE.
2852
2853 2011-04-14 Nathan Froyd <froydnj@codesourcery.com>
2854
2855 * f95-lang.c (poplevel): Use BLOCK_CHAIN and block_chainon.
2856
2857 2011-04-12 Nathan Froyd <froydnj@codesourcery.com>
2858
2859 * f95-lang.c (union lang_tree_node): Check for TS_COMMON before
2860 calling TREE_CHAIN.
2861
2862 2011-04-12 Paul Thomas <pault@gcc.gnu.org>
2863
2864 PR fortran/48360
2865 PR fortran/48456
2866 * trans-array.c (get_std_lbound): For derived type variables
2867 return array valued component lbound.
2868
2869 2011-04-12 Martin Jambor <mjambor@suse.cz>
2870
2871 * trans-decl.c (gfc_generate_function_code): Call
2872 cgraph_get_create_node instead of cgraph_node.
2873
2874 2011-04-11 Tobias Burnus <burnus@net-b.de>
2875
2876 PR fortran/18918
2877 * simplify.c (simplify_bound_dim): Exit for
2878 ucobound's last dimension unless -fcoarray=single.
2879 * trans-array (gfc_conv_descriptor_size_1): Renamed from
2880 gfc_conv_descriptor_size, made static, has now from_dim and
2881 to_dim arguments.
2882 (gfc_conv_descriptor_size): Call gfc_conv_descriptor_size.
2883 (gfc_conv_descriptor_cosize): New function.
2884 * trans-array.h (gfc_conv_descriptor_cosize): New prototype.
2885 * trans-intrinsic.c (conv_intrinsic_cobound): Add input_location
2886 and handle last codim of ucobound for when -fcoarray is not "single".
2887
2888 2011-04-08 Thomas Koenig <tkoenig@gcc.gnu.org>
2889
2890 PR fortran/48448
2891 * gfortran.h (gfc_option_t): Add warn_function_elimination and
2892 flag_frontend_optimize.
2893 * lang.opt (Wfunction-elimination): Add.
2894 (ffrontend-optimize): Add.
2895 * invoke.texi: Add documentation for -Wfunction-elimination
2896 and -ffrontend-optimize. Add -faggressive-function-elimination
2897 to list of code generation options.
2898 * frontend-passes.c (gfc_run_passes): Run optimizations if
2899 flag_frontend_optimize is set.
2900 (warn_function_elimination): New function.
2901 (cfe_expr_0): Call it if requested to do so.
2902 * options.c (gfc_init_options): Initiate warn_function_elimination
2903 and flag_frontend_optimize.
2904 (gfc_post_options): Set flag_frontend_optimize if not specified
2905 by user, depending on the optimization level.
2906 (gfc_handle_option): Handle -Wfunction-elimination and
2907 -ffrontend-optimize.
2908
2909 2011-04-06 Tobias Burnus <burnus@net-b.de>
2910
2911 PR fortran/18918
2912 * trans-intrinsic.c (gfc_conv_intrinsic_function): Fix
2913 call for this_image.
2914
2915 2011-04-05 Nathan Froyd <froydnj@codesourcery.com>
2916
2917 * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Use
2918 build_function_type_list instead of build_function_type. Correct
2919 argument order for func_frexp and func_scalbn.
2920
2921 2011-04-05 Duncan Sands <baldrick@free.fr>
2922
2923 * f95-lang.c (build_builtin_fntypes): Swap frexp parameter types.
2924
2925 2011-04-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2926
2927 * frontend-passes: (optimize_lexical_comparison): New function.
2928 (optimize_expr): Call it.
2929 (optimize_comparison): Also handle lexical comparison functions.
2930 Return false instad of -2 for unequal comparison.
2931
2932 2011-04-04 Thomas Koenig <tkoenig@gcc.gnu.org>
2933
2934 PR fortran/48412
2935 * frontend-passes (cfe_expr_0): Reverse the order of going
2936 through the loops.
2937
2938 2011-04-04 Tobias Burnus <burnus@net-b.de>
2939 Mikael Morin <mikael.morin@sfr.fr>
2940
2941 PR fortran/18918
2942 * check.c (is_coarray): Update - because of DIMEN_THIS_IMAGE.
2943 * expr.c (gfc_is_coindexed): Ditto.
2944 * gfortran.h (gfc_array_ref_dimen_type): Add DIMEN_THIS_IMAGE.
2945 * interface.c (compare_parameter): Use gfc_expr_attr and
2946 gfc_is_coindexed.
2947 * resolve.c (check_dimension, compare_spec_to_ref,
2948 resolve_allocate_expr, check_data_variable): Update for
2949 DIMEN_THIS_IMAGE.
2950 * simplify.c (gfc_simplify_lcobound, gfc_simplify_this_image,
2951 gfc_simplify_ucobound): Allow non-constant bounds.
2952 * trans-array.c (gfc_set_loop_bounds_from_array_spec,
2953 gfc_trans_create_temp_array, gfc_trans_constant_array_constructor,
2954 gfc_set_vector_loop_bounds, gfc_conv_array_index_offset,
2955 gfc_start_scalarized_body, gfc_trans_scalarizing_loops,
2956 gfc_trans_scalarized_loop_boundary, gfc_conv_section_startstride,
2957 gfc_conv_ss_startstride, gfc_conv_loop_setup,
2958 gfc_trans_array_bounds, gfc_conv_expr_descriptor,
2959 gfc_walk_variable_expr): Handle codimen.
2960 * trans-decl.c (gfc_build_qualified_array): Save cobounds.
2961 * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use arg2.
2962 (conv_intrinsic_cobound): New function.
2963 (gfc_conv_intrinsic_function): Call it.
2964 (gfc_walk_intrinsic_function, gfc_add_intrinsic_ss_code): Handle
2965 ucobound, lcobound, this_image.
2966 * fortran/trans-types.c (gfc_build_array_type): Save cobounds.
2967 (gfc_get_dtype): Honour corank.
2968 (gfc_get_nodesc_array_type): Save corank and codimensions.
2969 (gfc_get_array_type_bounds): Save cobound.
2970 * fortran/trans.h (gfc_ss_info,gfc_loopinfo): Add codimen item.
2971 (gfc_array_kind): Add corank item.
2972 (GFC_TYPE_ARRAY_CORANK): New macro.
2973
2974 2011-04-03 Kai Tietz <ktietz@redhat.com>
2975
2976 PR middle-end/48422
2977 * Make-lang.in (f95-lang.o): Add some missing dependencies.
2978
2979 2011-04-01 Thomas Koenig <tkoenig@gcc.gnu.org>
2980
2981 PR fortran/48352
2982 * frontend-passes (cfe_register_funcs): Don't
2983 register functions if they appear as iterators in DO loops.
2984
2985 2011-03-30 Michael Matz <matz@suse.de>
2986
2987 PR fortran/47516
2988 * trans-expr.c (realloc_lhs_loop_for_fcn_call): Take loop as parameter,
2989 don't use local variable.
2990 (gfc_trans_arrayfunc_assign): Adjust caller.
2991
2992 2011-03-29 Janus Weil <janus@gcc.gnu.org>
2993
2994 PR fortran/48095
2995 * decl.c (match_procedure_decl,match_ppc_decl): Set flavor of interface.
2996 * module.c (MOD_VERSION): Bump.
2997 (mio_typespec): Read/write 'interface' field.
2998 * primary.c (match_string_constant,match_logical_constant): Remove
2999 unneeded code.
3000 (match_complex_constant): Make sure to clear the typespec.
3001
3002 2011-03-29 Thomas Koenig <tkoenig@gcc.gnu.org>
3003
3004 * frontend-passes.c (create_var): Warn about creating an
3005 array temporary if requested.
3006
3007 2011-03-27 Thomas Koenig <tkoenig@gcc.gnu.org>
3008
3009 PR fortran/47065
3010 * frontend-passes.c (optimize_trim): Also follow references, except
3011 when they are substring references or array references.
3012
3013 2011-03-27 Tobias Burnus <burnus@net-b.de>
3014
3015 PR fortran/18918
3016 * gfortran.h (gfc_isym_id): Rename GFC_ISYM_NUMIMAGES to
3017 GFC_ISYM_NUM_IMAGES.
3018 (gfc_fcoarray): Add GFC_FCOARRAY_LIB.
3019 * intrinsic.c (add_functions): Update due to GFC_ISYM_NUM_IMAGES
3020 rename.
3021 * invoke.texi (-fcoarray=): Document "lib" argument.
3022 * iresolve.c (gfc_resolve_this_image): Fix THIS IMAGE().
3023 * libgfortran.h (libgfortran_stat_codes): Add comments.
3024 * options.c (gfc_handle_coarray_option): Add -fcoarray=lib.
3025 * simplify.c (gfc_simplify_num_images, gfc_simplify_this_image):
3026 Handle GFC_FCOARRAY_LIB.
3027 * trans.h (gfc_init_coarray_decl): New prototype.
3028 (gfor_fndecl_caf_init, gfor_fndecl_caf_finalize,
3029 gfor_fndecl_caf_critical, gfor_fndecl_caf_end_critical,
3030 gfor_fndecl_caf_sync_all, gfor_fndecl_caf_sync_images,
3031 gfor_fndecl_caf_error_stop, gfor_fndecl_caf_error_stop_str,
3032 gfort_gvar_caf_num_images, gfort_gvar_caf_this_image):
3033 New global variables.
3034 * trans-decl.c: Declare several CAF functions (cf. above).
3035 (gfc_build_builtin_function_decls): Initialize those.
3036 (gfc_init_coarray_decl): New function.
3037 (create_main_function): Call CAF init/finalize functions.
3038 * trans-intrinsic.c (trans_this_image, trans_num_images): New.
3039 (gfc_conv_intrinsic_function): Call those.
3040 * trans-stmt.c (gfc_trans_stop, gfc_trans_sync, gfc_trans_critical):
3041 Add code for GFC_FCOARRAY_LIB.
3042
3043 2011-03-26 Janus Weil <janus@gcc.gnu.org>
3044
3045 PR fortran/48291
3046 * class.c (get_unique_hashed_string): Adjust maximum allowable length
3047 for unique type string.
3048
3049 2011-03-25 Kai Tietz <ktietz@redhat.com>
3050
3051 * scanner.c (preprocessor_line): Use filename_cmp
3052 instead of strcmp.
3053
3054 2011-03-25 Tobias Burnus <burnus@net-b.de>
3055
3056 PR fortran/48174
3057 PR fortran/45304
3058 * trans-types.c (gfc_get_function_type): Don't use varargs if the
3059 procedure is known to have no arguments.
3060
3061 2011-03-21 Thomas Koenig <tkoenig@gcc.gnu.org>
3062
3063 PR fortran/22572
3064 * gfortran.h (gfc_option_t) : Add
3065 flag_aggressive_function_elimination.
3066 (gfc_dep_compare_functions): Add prototype.
3067 * lang.opt: Add faggressive-function-elimination.
3068 * invoke.texi: Document -faggressive-function-elimination.
3069 * frontend_passes (expr_array): New static variable.
3070 (expr_size): Likewise.
3071 (expr_count): Likewise.
3072 (current_code): Likewise.
3073 (current_ns): Likewise.
3074 (gfc_run_passes): Allocate and free space for expressions.
3075 (cfe_register_funcs): New function.
3076 (create_var): New function.
3077 (cfc_expr_0): New function.
3078 (cfe_code): New function.
3079 (optimize_namespace): Invoke gfc_code_walker with cfe_code
3080 and cfe_expr_0.
3081 * dependency.c (gfc_dep_compare_functions): New function.
3082 (gfc_dep_compare_expr): Use it.
3083 * options.c (gfc_init_options): Handle
3084 flag_aggressive_function_elimination.
3085 (gfc_handle_option): Likewise.
3086
3087 2011-03-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3088
3089 * arith.c (arith_power): Plug memory leak.
3090
3091 2011-03-12 Janus Weil <janus@gcc.gnu.org>
3092
3093 PR fortran/48059
3094 * trans-expr.c (gfc_apply_interface_mapping_to_expr): Replace base type
3095 for polymorphic arguments.
3096
3097 2011-03-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3098
3099 PR fortran/48054
3100 * intrinsic.texi: Clarify doc of logarithm functions.
3101
3102 2011-03-12 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3103
3104 PR fortran/47552
3105 * trans-intrinsic.c (gfc_conv_intrinsic_ctime): Fix type of
3106 the string length variable.
3107
3108 2011-03-11 Janus Weil <janus@gcc.gnu.org>
3109
3110 PR fortran/47768
3111 * module.c (ab_attribute,attr_bits): Add AB_PROC_POINTER_COMP.
3112 (mio_symbol_attribute): Handle attribute 'proc_pointer_comp'.
3113
3114 2011-03-06 Paul Thomas <pault@gcc.gnu.org>
3115 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3116
3117 PR fortran/47850
3118 * expr.c (gfc_is_constant_expr): Only use gfc_constant_ac if
3119 the expression has an iterator. Otherwise, iterate through the
3120 array, checking for constant expressions for each element.
3121
3122 2011-03-04 Janne Blomqvist <jb@gcc.gnu.org>
3123
3124 PR libfortran/47802
3125 * intrinsic.texi: Update CTIME and FDATE documentation.
3126
3127 2011-03-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3128
3129 * invoke.texi (Option Summary, Fortran Dialect Options)
3130 (Preprocessing Options, Runtime Options, Code Gen Options):
3131 Fix vertical list spacing by using @itemx for additinoal
3132 items, empty line before @table. Fix typos.
3133
3134 2011-02-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3135
3136 PR fortran/47894
3137 * intrinsic.texi: Fix doc of the VERIFY intrinsic.
3138
3139 2011-02-26 Tobias Burnus <burnus@net-b.de>
3140
3141 PR fortran/47846
3142 * trans-stmt.c (gfc_trans_allocate): Fix allocation with
3143 type-spec of deferred-length strings.
3144
3145 2011-02-26 Tobias Burnus <burnus@net-b.de>
3146
3147 PR fortran/47886
3148 * openmp.c (gfc_resolve_omp_directive): Resolve if()
3149 condition of OpenMP's task.
3150
3151 2011-02-26 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3152
3153 PR fortran/47894
3154 * intrinsic.texi: Fix doc of the VERIFY intrinsic.
3155
3156 2011-02-24 Tobias Burnus <burnus@net-b.de>
3157
3158 PR fortran/47872
3159 * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
3160 multitable for linebreak between different syntax variants.
3161
3162 2011-02-24 Richard Guenther <rguenther@suse.de>
3163
3164 PR fortran/47839
3165 * f95-lang.c (pushdecl): For externs in non-global scope push
3166 a copy of the decl into the BLOCK.
3167
3168 2011-02-23 Mikael Morin <mikael@gcc.gnu.org>
3169
3170 PR fortran/40850
3171 * trans.c (gfc_prepend_expr_to_block): New function.
3172 * trans.h (gfc_prepend_expr_to_block): Declare.
3173 * trans-array.c (gfc_conv_array_parameter): Replace
3174 gfc_add_expr_to_block with gfc_prepend_expr_to_block.
3175
3176 2011-02-22 Paul Thomas <pault@gcc.gnu.org>
3177
3178 PR fortran/45743
3179 * trans-decl.c (gfc_get_extern_function_decl): Don't use the
3180 gsymbol backend_decl if the procedure has a formal argument
3181 that is a procedure.
3182
3183 2011-02-22 Tobias Burnus <burnus@net-b.de>
3184
3185 PR fortran/41359
3186 * trans-stmt.c (gfc_trans_if_1): Use correct line for
3187 expressions in the if condition.
3188
3189 2011-02-20 Tobias Burnus <burnus@net-b.de>
3190
3191 PR fortran/47797
3192 * trans-decl.c (gfc_trans_deferred_vars): Use gfc_set_backend_locus and
3193 gfc_restore_backend_locus to have better debug locations.
3194 * trans-array.c (gfc_trans_deferred_array): Ditto.
3195
3196 2011-02-20 Paul Thomas <pault@gcc.gnu.org>
3197
3198 PR fortran/45077
3199 PR fortran/44945
3200 * trans-types.c (gfc_get_derived_type): Remove code that looks
3201 for decls in gsym and add call to gfc_get_module_backend_decl.
3202 * trans.h : Add prototype for gfc_get_module_backend_decl.
3203 * trans-decl.c (gfc_get_module_backend_decl): New function.
3204 (gfc_get_symbol_decl): Call it.
3205
3206 2011-02-19 Paul Thomas <pault@gcc.gnu.org>
3207
3208 PR fortran/47348
3209 * trans-array.c (get_array_ctor_all_strlen): Move up in file.
3210 (get_array_ctor_var_strlen): Add block dummy and add call to
3211 get_array_ctor_all_strlen instead of giving up on substrings.
3212 Call gcc_unreachable for default case.
3213 (get_array_ctor_strlen): Add extra argument to in call to
3214 get_array_ctor_var_strlen.
3215
3216 2011-02-18 Janus Weil <janus@gcc.gnu.org>
3217
3218 PR fortran/47789
3219 * primary.c (gfc_match_structure_constructor): Handle empty parent
3220 types.
3221
3222 2011-02-18 Tobias Burnus
3223
3224 PR fortran/47775
3225 * trans-expr.c (arrayfunc_assign_needs_temporary): Use
3226 esym to check whether the specific procedure returns an
3227 allocatable or pointer.
3228
3229 2011-02-18 Michael Matz <matz@suse.de>
3230
3231 PR fortran/45586
3232 * gfortran.h (struct gfc_component): Add norestrict_decl member.
3233 * trans.h (struct lang_type): Add nonrestricted_type member.
3234 * trans-expr.c (gfc_conv_component_ref): Search fields with correct
3235 parent type.
3236 * trans-types.c (mirror_fields, gfc_nonrestricted_type): New.
3237 (gfc_sym_type): Use it.
3238
3239 2011-02-18 Janus Weil <janus@gcc.gnu.org>
3240
3241 PR fortran/47768
3242 * resolve.c (resolve_transfer): Reject variables with procedure pointer
3243 components.
3244
3245 2011-02-18 Janus Weil <janus@gcc.gnu.org>
3246
3247 PR fortran/47767
3248 * gfortran.h (gfc_check_access): Removed prototype.
3249 (gfc_check_symbol_access): Added prototype.
3250 * module.c (gfc_check_access): Renamed to 'check_access', made static.
3251 (gfc_check_symbol_access): New function, basically a shortcut for
3252 'check_access'.
3253 (write_dt_extensions,write_symbol0,write_generic,write_symtree): Use
3254 'gfc_check_symbol_access'.
3255 (write_operator,write_module): Renamed 'gfc_check_access'.
3256 * resolve.c (resolve_fl_procedure,resolve_fl_derived,
3257 resolve_fl_namelist,resolve_symbol,resolve_fntype): Use
3258 'gfc_check_symbol_access'.
3259
3260 2011-02-16 Janus Weil <janus@gcc.gnu.org>
3261
3262 PR fortran/47745
3263 * class.c (gfc_build_class_symbol): Set 'class_ok' attribute.
3264 * decl.c (build_sym,attr_decl1): Move setting of 'class_ok' into
3265 'gfc_build_class_symbol'.
3266 (gfc_match_decl_type_spec): Reject unlimited polymorphism.
3267 * interface.c (matching_typebound_op): Check for 'class_ok' attribute.
3268 * match.c (select_type_set_tmp): Move setting of 'class_ok' into
3269 'gfc_build_class_symbol'.
3270 * primary.c (gfc_variable_attr): Check for 'class_ok' attribute.
3271
3272 2011-02-15 Steven G. Kargl <kargl@gcc.gnu.org>
3273
3274 PR fortran/47633
3275 . simplify.c (gfc_simplify_compiler_version): Fix off-by-one issue.
3276
3277 2011-02-14 Janus Weil <janus@gcc.gnu.org>
3278
3279 PR fortran/47730
3280 * parse.c (gfc_build_block_ns): Commit 'block@' symbol.
3281
3282 2011-02-14 Janus Weil <janus@gcc.gnu.org>
3283
3284 PR fortran/47728
3285 * class.c (gfc_build_class_symbol): Give a fatal error on polymorphic
3286 arrays.
3287 * primary.c (gfc_match_varspec): Avoid ICE for invalid class
3288 declaration.
3289
3290 2011-02-14 Janus Weil <janus@gcc.gnu.org>
3291
3292 PR fortran/47349
3293 * interface.c (get_expr_storage_size): Handle derived-type components.
3294
3295 2011-02-13 Tobias Burnus <burnus@net-b.de>
3296
3297 PR fortran/47569
3298 * interface.c (compare_parameter): Avoid ICE with
3299 character components.
3300
3301 2011-02-12 Janus Weil <janus@gcc.gnu.org>
3302
3303 * class.c (gfc_build_class_symbol): Reject polymorphic arrays.
3304 * decl.c (build_sym,build_struct,attr_decl1): Use return value of
3305 'gfc_build_class_symbol'.
3306
3307 2011-02-12 Michael Matz <matz@suse.de>
3308 Janus Weil <janus@gcc.gnu.org>
3309 Tobias Burnus <burnus@net-b.de>
3310
3311 PR fortran/45586
3312 * trans-expr.c (conv_parent_component_references): Avoid unintendent
3313 skipping of parent compounds.
3314
3315 2011-02-11 Tobias Burnus <burnus@net-b.de>
3316
3317 PR fortran/47550
3318 * resolve.c (resolve_formal_arglist): PURE with VALUE
3319 and no INTENT: Add -std= diagnostics.
3320
3321 2011-02-09 Janus Weil <janus@gcc.gnu.org>
3322
3323 PR fortran/47352
3324 * resolve.c (resolve_procedure_interface): If interface has a result
3325 variable, copy the typespec and set result pointer to self.
3326
3327 2011-02-09 Janus Weil <janus@gcc.gnu.org>
3328
3329 PR fortran/47463
3330 * resolve.c (resolve_typebound_subroutine): Remove erroneous line.
3331
3332 2011-02-09 Janus Weil <janus@gcc.gnu.org>
3333
3334 PR fortran/47637
3335 * trans-decl.c (init_intent_out_dt): Handle CLASS arguments.
3336
3337 2011-02-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
3338
3339 * io.c (match_io_element): Do not set dt if not inquire.
3340
3341 2011-02-08 Janus Weil <janus@gcc.gnu.org>
3342
3343 PR fortran/45290
3344 * expr.c (gfc_check_assign_symbol): Reject pointers as pointer
3345 initialization target.
3346
3347 2011-02-07 Janne Blomqvist <jb@gcc.gnu.org>
3348 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 * gfortran.texi (Thread-safety): texinfo styling fixes.
3351 * intrinsic.texi: Likewise.
3352
3353 2011-02-06 Janne Blomqvist <jb@gcc.gnu.org>
3354
3355 * gfortran.texi (Compiler Characteristics): Add reference to
3356 thread-safety section.
3357
3358 2011-02-06 Janne Blomqvist <jb@gcc.gnu.org>
3359
3360 * gfortran.texi (Thread-safety): New section.
3361 * intrinsic.texi (EXECUTE_COMMAND_LINE): Mention thread-safety.
3362 (GETENV): Likewise.
3363 (GET_ENVIRONMENT_VARIABLE): Likewise.
3364 (SYSTEM): Likewise.
3365
3366 2011-02-06 Paul Thomas <pault@gcc.gnu.org>
3367
3368 PR fortran/47592
3369 * trans-stmt.c (gfc_trans_allocate): For deferred character
3370 length allocations with SOURCE, store to the values and string
3371 length to avoid calculating twice. Replace gfc_start_block
3372 with gfc_init_block to avoid unnecessary contexts and to keep
3373 declarations of temporaries where they should be. Tidy up the
3374 code a bit.
3375
3376 2011-02-05 Janne Blomqvist <jb@gcc.gnu.org>
3377
3378 PR fortran/42434
3379 * intrinsic.texi (SYSTEM_CLOCK): Update documentation.
3380
3381 2011-02-02 Janus Weil <janus@gcc.gnu.org>
3382 Paul Thomas <pault@gcc.gnu.org>
3383
3384 PR fortran/47082
3385 * trans-expr.c (gfc_trans_class_init_assign): Add call to
3386 gfc_get_derived_type.
3387 * module.c (read_cleanup): Do not use unique_symtrees for vtabs
3388 or vtypes.
3389
3390 2011-02-02 Janus Weil <janus@gcc.gnu.org>
3391
3392 PR fortran/47572
3393 * resolve.c (resolve_fl_variable): Handle polymorphic allocatables.
3394
3395 2011-02-01 Janus Weil <janus@gcc.gnu.org>
3396
3397 PR fortran/47565
3398 * trans-expr.c (gfc_conv_structure): Handle constructors for procedure
3399 pointer components with allocatable result.
3400
3401 2011-01-31 Janus Weil <janus@gcc.gnu.org>
3402
3403 PR fortran/47455
3404 * trans-expr.c (gfc_conv_procedure_call): Handle procedure pointers
3405 with pointer or allocatable result.
3406
3407 2011-01-31 Paul Thomas <pault@gcc.gnu.org>
3408
3409 PR fortran/47519
3410 * trans-stmt.c (gfc_trans_allocate): Improve handling of
3411 deferred character lengths with SOURCE.
3412 * iresolve.c (gfc_resolve_repeat): Calculate character
3413 length from source length and ncopies.
3414 * dump-parse-tree.c (show_code_node): Show MOLD and SOURCE
3415 expressions for ALLOCATE.
3416
3417 2011-01-31 Janus Weil <janus@gcc.gnu.org>
3418
3419 PR fortran/47463
3420 * resolve.c (resolve_typebound_subroutine): Bug fix for the case of
3421 an argument of a typebound assignment being a component.
3422
3423 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3424
3425 * gfortranspec.c (add_arg_libgfortran) [HAVE_LD_STATIC_DYNAMIC] Use
3426 LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
3427
3428 2011-01-31 Tobias Burnus <burnus@net-b.de>
3429
3430 PR fortran/47042
3431 * resolve.c (resolve_fl_procedure): Reject stmt functions
3432 with pointer/allocatable attribute.
3433
3434 2011-01-31 Tobias Burnus <burnus@net-b.de>
3435
3436 PR fortran/47042
3437 * interface.c (gfc_procedure_use): Add explicit interface check for
3438 pointer/allocatable functions.
3439
3440 2011-01-30 Paul Thomas <pault@gcc.gnu.org>
3441
3442 PR fortran/47523
3443 * trans-expr.c (gfc_trans_assignment_1): If the rhs is an op
3444 expr and is assigned to a deferred character length scalar,
3445 make sure that the function is called before reallocation,
3446 so that the length is available. Include procedure pointer
3447 and procedure pointer component rhs as well.
3448
3449 PR fortran/45170
3450 PR fortran/35810
3451 PR fortran/47350
3452 * gfortran.dg/allocatable_function_5.f90: New test not added by
3453 mistake on 2011-01-28.
3454
3455 2011-01-29 Tobias Burnus <burnus@net-b.de>
3456
3457 PR fortran/47531
3458 * check.c (gfc_check_shape): Support kind argument in SHAPE.
3459 * intrinsic.c (add_functions): Ditto.
3460 * resolve.c (gfc_resolve_shape): Ditto.
3461 * simplify.c (gfc_simplify_shape): Ditto.
3462 * intrinsic.h (gfc_check_shape, gfc_resolve_shape,
3463 gfc_simplify_shape): Update prototypes.
3464 * intrinisc.text (SHAPE): Document kind argument.
3465
3466 2011-01-28 Tobias Burnus <burnus@net-b.de>
3467
3468 PR fortran/47507
3469 * resolve.c (resolve_formal_arglist): Allow arguments with VALUE
3470 attribute also without INTENT.
3471
3472 2011-01-28 Tobias Burnus <burnus@net-b.de>
3473
3474 * gfortran.texi (Fortran 2003 status): Mention support for
3475 nonconstant namelist variables.
3476
3477 2011-01-28 Paul Thomas <pault@gcc.gnu.org>
3478 Tobias Burnus <burnus@gcc.gnu.org>
3479
3480 PR fortran/45170
3481 PR fortran/35810
3482 PR fortran/47350
3483 * interface.c (compare_actual_formal): An allocatable or pointer
3484 deferred length actual is only allowed if the formal argument
3485 is also deferred length. Clean up whitespace.
3486 * trans-expr.c (gfc_conv_procedure_call): Pass string length for
3487 deferred character length formal arguments by reference. Do the
3488 same for function results.
3489 (gfc_trans_pointer_assignment): Do not do runtime check of lhs
3490 and rhs character lengths, if deferred length lhs. In this case
3491 set the lhs character length to that of the rhs.
3492 (gfc_conv_string_parameter): Remove assert that string length is
3493 an integer type.
3494 (is_scalar_reallocatable_lhs): New function.
3495 (alloc_scalar_allocatable_for_assignment): New function.
3496 (gfc_trans_assignment_1): Call above new function. If the rhs is
3497 a deferred character length itself, makes ure that the function
3498 is called before reallocation, so that the length is available.
3499 (gfc_trans_asssignment): Remove error about assignment to
3500 deferred length character variables.
3501 * gfortran.texi : Update entry about (re)allocation on
3502 assignment.
3503 * trans-stmt.c (gfc_trans_allocate): Add code to handle deferred
3504 length character variables.
3505 * module.c (mio_typespec): Transfer deferred characteristic.
3506 * trans-types.c (gfc_get_function_type): New code to generate
3507 hidden typelist, so that those character lengths that are
3508 passed by reference get the right type.
3509 * resolve.c (resolve_contained_fntype): Supress error for
3510 deferred character length functions.
3511 (resolve_function, resolve_fl_procedure) The same.
3512 (check_symbols): Remove the error that support for
3513 entity with deferred type parameter is not yet implemented.
3514 (resolve_fl_derived): The same.
3515 match.c (alloc_opt_list): Allow MOLD for deferred length object.
3516 * trans-decl.c (gfc_get_symbol_decl): For deferred character
3517 length dummies, generate a local variable for string length.
3518 (create_function_arglist): Hidden length can be a pointer.
3519 (gfc_trans_deferred_vars): For deferred character length
3520 results and dummies, assign the string length to the local
3521 variable from the hidden argument on entry and the other way
3522 round on exit, as appropriate.
3523
3524 2011-01-27 Tobias Burnus <burnus@net-b.de>
3525
3526 PR fortran/47474
3527 * trans-decl.c (gfc_generate_function_code): Fix init
3528 of allocatable result variable with allocatable components.
3529
3530 2011-01-27 Tobias Burnus <burnus@net-b.de>
3531
3532 PR fortran/47472
3533 * options.c (gfc_handle_module_path_options): Save
3534 module path without trailing slash as include path.
3535
3536 2011-01-25 Tobias Burnus <burnus@net-b.de>
3537
3538 PR fortran/47448
3539 * interface.c (gfc_check_operator_interface): Fix
3540 defined-assignment check.
3541
3542 2011-01-23 Tobias Burnus <burnus@net-b.de>
3543
3544 PR fortran/47421
3545 * trans-decl.c (gfc_trans_deferred_vars): Do not nullify
3546 scalar allocatable dummy arguments.
3547
3548 2011-01-22 Thomas Koenig <tkoenig@gcc.gnu.org>
3549
3550 PR fortran/38536
3551 * resolve.c (gfc_iso_c_func_interface): For C_LOC,
3552 check for array sections followed by component references
3553 which are illegal. Also check for coindexed arguments.
3554
3555 2011-01-22 Tobias Burnus <burnus@net-b.de>
3556
3557 PR fortran/47399
3558 * primary.c (gfc_match_varspec): Relax gcc_assert to allow for
3559 PARAMETER TBP.
3560
3561 2011-01-21 Tobias Burnus <burnus@net-b.de>
3562
3563 PR fortran/47394
3564 * error.c (gfc_error_now, gfc_fatal_error, gfc_error_check):
3565 Use defined instead of magic number exit status codes.
3566 * scanner.c (include_line, gfc_new_file): Ditto.
3567
3568 2011-01-21 Tobias Burnus <burnus@net-b.de>
3569
3570 PR fortran/47377
3571 * expr.c (gfc_check_pointer_assign): Reject expr data-targets
3572 without pointer attribute.
3573
3574 2011-01-18 Janus Weil <janus@gcc.gnu.org>
3575
3576 PR fortran/47240
3577 * resolve.c (expression_rank): Fix rank of procedure poiner components.
3578 * trans-expr.c (gfc_conv_procedure_call): Take care of procedure
3579 pointer components as actual arguments.
3580
3581 2011-01-17 Jakub Jelinek <jakub@redhat.com>
3582
3583 PR fortran/47331
3584 * gfortran.h (struct gfc_omp_saved_state): New type.
3585 (gfc_omp_save_and_clear_state, gfc_omp_restore_state): New prototypes.
3586 * resolve.c (resolve_global_procedure): Call it around gfc_resolve
3587 call.
3588 * openmp.c (gfc_omp_save_and_clear_state, gfc_omp_restore_state): New
3589 functions.
3590
3591 2011-01-17 Tobias Burnus <burnus@net-b.de>
3592
3593 PR fortran/47327
3594 * invoke.texi (Options to request or suppress errors
3595 and warnings): Fix cross link.
3596
3597 2011-01-15 Tobias Burnus <burnus@net-b.de>
3598
3599 * gfortran.texi: Update Fortran 2003 Status section.
3600
3601 PR fortran/47177
3602 * invoke.texi: Add missing "-E" to the -dM example.
3603
3604 2011-01-13 Tobias Burnus <burnus@net-b.de>
3605
3606 PR fortran/47268
3607 * intrinsic.texi (get_command_argument, get_environment_variable):
3608 Mark arguments as optional in the Arguments section.
3609
3610 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
3611 Tobias Burnus <burnus@net-b.de>
3612
3613 PR fortran/47260
3614 * trans-decl.c (gfc_get_extern_function_decl,
3615 build_function_decl): Set TREE_PUBLIC/TREE_EXTERNAL before
3616 calling decl_attributes.
3617
3618 2011-01-13 Tobias Burnus <burnus@net-b.de>
3619 Mikael Morin <mikael@gcc.gnu.org>
3620
3621 PR fortran/45848
3622 PR fortran/47204
3623 * gfortran.h (gfc_code): Move union ext's case_list into
3624 the struct block.
3625 * dump-parse-tree.c (show_code_node): Adapt by prefixing case_list
3626 by "block.".
3627 * frontend-passes.c (gfc_code_walker): Ditto.
3628 * match.c (gfc_match_goto, gfc_match_call, gfc_match_case,
3629 gfc_match_type_is, gfc_match_class_is): Ditto.
3630 * resolve.c (resolve_select, resolve_select_type): Ditto.
3631 * st.c (gfc_free_statement): Ditto.
3632 * trans-stmt.c (gfc_trans_integer_select, gfc_trans_logical_select,
3633 gfc_trans_character_select): Ditto.
3634 * parse.c (resolve_all_program_units): For error recovery, avoid
3635 segfault is proc_name is NULL.
3636
3637 2011-01-11 Paul Thomas <pault@gcc.gnu.org>
3638
3639 PR fortran/47051
3640 * trans-array.c (gfc_alloc_allocatable_for_assignment): Change
3641 to be standard compliant by testing for shape rather than size
3642 before skipping reallocation. Improve comments.
3643
3644 2011-01-09 Janus Weil <janus@gcc.gnu.org>
3645
3646 PR fortran/47224
3647 * resolve.c (resolve_actual_arglist): Remove unneeded and buggy piece
3648 of code.
3649
3650 2011-01-09 Thomas Koenig <tkoenig@gcc.gnu.org>
3651
3652 PR fortran/38536
3653 * resolve.c (is_scalar_expr_ptr): For a substring reference,
3654 use gfc_dep_compare_expr to compare start and end expession.
3655 Add FIXME for using gfc_deb_compare_expr elsewhere.
3656
3657 2011-01-09 Janus Weil <janus@gcc.gnu.org>
3658
3659 PR fortran/46313
3660 * class.c (get_unique_type_string): Make type name start with upper
3661 case letter.
3662
3663 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
3664
3665 PR fortran/46405
3666 * invoke.texi: Mention -ffree-line-length-none and
3667 -ffixed-line-length-none for preprocessing.
3668
3669 2011-01-08 Paul Thomas <pault@gcc.gnu.org>
3670
3671 PR fortran/46896
3672 * trans-expr.c (gfc_conv_procedure_call): With a non-copying
3673 procedure argument (eg TRANSPOSE) use a temporary if there is
3674 any chance of aliasing due to host or use association.
3675 (arrayfunc_assign_needs_temporary): Correct logic for function
3676 results and do not use a temporary for implicitly PURE
3677 variables. Use a temporary for Cray pointees.
3678 * symbol.c (gfc_add_save): Explicit SAVE not compatible with
3679 implicit pureness of containing procedure.
3680 * decl.c (match_old_style_init, gfc_match_data): Where decl
3681 would fail in PURE procedure, set implicit_pure to zero.
3682 * gfortran.h : Add implicit_pure to structure symbol_attr and
3683 add prototype for function gfc_implicit_pure.
3684 * expr.c (gfc_check_pointer_assign, gfc_check_vardef_context):
3685 Where decl would fail in PURE procedure, reset implicit_pure.
3686 * io.c (match_vtag, gfc_match_open, gfc_match_close,
3687 gfc_match_print, gfc_match_inquire, gfc_match_wait): The same.
3688 * match.c (gfc_match_critical, gfc_match_stopcode,
3689 sync_statement, gfc_match_allocate, gfc_match_deallocate): The
3690 same.
3691 * parse.c (decode_omp_directive): The same.
3692 (parse_contained): If not PURE, set implicit pure attribute.
3693 * resolve.c (resolve_formal_arglist, resolve_structure_cons,
3694 resolve_function, resolve_ordinary_assign) : The same.
3695 (gfc_implicit_pure): New function.
3696 * module.c (mio_symbol_attribute): Introduce AB_IMPLICIT_PURE
3697 to ab_attribute enum and use it in this function.
3698
3699 2011-01-08 Thomas Koenig <tkoenig@gcc.gnu.org>
3700
3701 PR fortran/45777
3702 * symbol.c (gfc_symbols_could_alias): Strip gfc_ prefix,
3703 make static and move in front of its only caller, to ...
3704 * trans-array.c (symbols_could_alias): ... here.
3705 Pass information about pointer and target status as
3706 arguments. Allocatable arrays don't alias anything
3707 unless they have the POINTER attribute.
3708 (gfc_could_be_alias): Keep track of pointer and target
3709 status when following references. Also check if typespecs
3710 of components match those of other components or symbols.
3711
3712 2011-01-07 Tobias Burnus <burnus@net-b.de>
3713
3714 PR fortran/41580
3715 * class.c (gfc_build_class_symbol): Mark __vtab as attr.vtab.
3716 * intrinsic.c (add_functions): Use simplify functions for
3717 EXTENDS_TYPE_OF and SAME_TYPE_AS.
3718 * intrinsic.h (gfc_simplify_extends_type_of,
3719 gfc_simplify_same_type_as): New prototypes.
3720 * simplify.c (is_last_ref_vtab, gfc_simplify_extends_type_of,
3721 gfc_simplify_same_type_as): New functions.
3722
3723 2011-01-07 Janus Weil <janus@gcc.gnu.org>
3724
3725 PR fortran/47189
3726 PR fortran/47194
3727 * gfortran.h (gfc_lval_expr_from_sym): Moved prototype.
3728 * class.c (gfc_class_null_initializer): Initialize _vptr to declared
3729 type.
3730 * expr.c (gfc_lval_expr_from_sym): Moved here from symbol.c.
3731 * resolve.c (resolve_deallocate_expr): _data component will be added
3732 at translation stage.
3733 * symbol.c (gfc_lval_expr_from_sym): Moved to expr.c.
3734 * trans-stmt.c (gfc_trans_deallocate): Reset _vptr to declared type.
3735
3736 2011-01-06 Daniel Franke <franke.daniel@gmail.com>
3737
3738 PR fortran/33117
3739 PR fortran/46478
3740 * parse.c (parse_interface): Remove check for procedure types.
3741 * interface.c (check_interface0): Verify that procedures are
3742 either all SUBROUTINEs or all FUNCTIONs.
3743
3744 2011-01-05 Janus Weil <janus@gcc.gnu.org>
3745
3746 PR fortran/47180
3747 * trans-expr.c (gfc_trans_class_assign): Bugfix for r168524 (make sure
3748 'vtab' is initialized).
3749
3750 2011-01-05 Janus Weil <janus@gcc.gnu.org>
3751
3752 PR fortran/47180
3753 * trans-expr.c (gfc_trans_class_assign): For a polymorphic NULL pointer
3754 assignment, set the _vptr component to the declared type.
3755
3756 2011-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
3757
3758 PR fortran/46017
3759 * resolve.c (resolve_allocate_deallocate): Follow references to
3760 check for duplicate occurence of allocation/deallocation objects.
3761
3762 2011-01-05 Janus Weil <janus@gcc.gnu.org>
3763
3764 PR fortran/47024
3765 * trans-decl.c (gfc_trans_deferred_vars): Initialize the _vpr component
3766 of polymorphic allocatables according to their declared type.
3767
3768 2011-01-04 Janus Weil <janus@gcc.gnu.org>
3769
3770 PR fortran/46448
3771 * class.c (gfc_find_derived_vtab): Set the module field for the copying
3772 routine to make sure it receives module name mangling.
3773
3774 2011-01-03 Jakub Jelinek <jakub@redhat.com>
3775
3776 * gfortranspec.c (lang_specific_driver): Update copyright notice
3777 dates.
3778
3779 2011-01-03 Janus Weil <janus@gcc.gnu.org>
3780
3781 * intrinsic.texi (LEADZ): Fix example.
3782
3783 2011-01-02 Janus Weil <janus@gcc.gnu.org>
3784
3785 PR fortran/46408
3786 * class.c (gfc_find_derived_vtab): Use EXEC_INIT_ASSIGN for __copy_
3787 routine.
3788
3789 \f
3790 Copyright (C) 2011 Free Software Foundation, Inc.
3791
3792 Copying and distribution of this file, with or without modification,
3793 are permitted in any medium without royalty provided the copyright
3794 notice and this notice are preserved.