1 2008-03-30 Paul Thomas <pault@gcc.gnu.org>
4 * resolve.c (resolve_function, resolve_call): If the procedure
5 is elemental do not look for noncopying intrinsics.
7 2008-03-29 Paul Thomas <pault@gcc.gnu.org>
10 * trans-array.c (gfc_array_init_size): Set 'size' zero if
11 negative in one dimension.
14 * trans-expr.c (gfc_trans_string_copy): Only assign a char
15 directly if the lhs and rhs types are the same.
17 2008-03-28 Daniel Franke <franke.daniel@gmail.com>
18 Paul Richard Thomas <paul.richard.thomas@gmail.com>
21 * primary.c (match_variable): Improved matching of function
23 * resolve.c (resolve_allocate_deallocate): Removed checks if
24 the actual argument for STAT is a variable.
26 2008-03-28 Tobias Burnus <burnus@net-b.de>
28 * symbol.c (gfc_get_default_type): Fix error message; option
29 -fallow_leading_underscore should be -fallow-leading-underscore
31 2008-03-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
34 * iresolve.c (gfc_resolve_cshift): Check for NULL symtree in test for
35 optional argument attribute.
37 2008-03-27 Tom Tromey <tromey@redhat.com>
39 * Make-lang.in: Revert automatic dependency patch.
41 2008-03-25 Tom Tromey <tromey@redhat.com>
43 * Make-lang.in: Remove .o targets.
44 (fortran_OBJS): New variable.
45 (fortran/gfortranspec.o): Move to fortran/. Reduce to variable
47 (GFORTRAN_D_OBJS): Update.
48 (GFORTRAN_TRANS_DEPS): Remove.
50 2008-03-24 Paul Thomas <pault@gcc.gnu.org>
53 * resolve.c (resolve_structure_cons): It is an error to assign
54 NULL to anything other than a pointer or allocatable component.
57 * resolve.c (resolve_symbol): If the symbol is a derived type,
58 resolve the derived type. If the symbol is a derived type
59 function, ensure that the derived type is visible in the same
60 namespace as the function.
62 2008-03-23 Tobias Schlüter <tobi@gcc.gnu.org>
64 * trans.h: Use fold_build in build1_v, build2_v and build3_v
66 * trans-openmp.c (gfc_trans_omp_critical, gfc_trans_omp_single):
67 Don't use build2_v macro.
69 2008-03-19 Daniel Franke <franke.daniel@gmail.com>
72 * interface.c (gfc_procedure_use): Check for keyworded arguments in
73 procedures without explicit interfaces.
75 2008-03-16 Paul Thomas <pault@gcc.gnu.org>
78 * resolve.c (check_assumed_size_reference): Only visit the
79 first reference and look directly at the highest dimension.
81 2008-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
84 * trans-array.c (gfc_conv_array_index_offset): Remove unnecessary
87 2008-03-15 Daniel Franke <franke.daniel@gmail.com>
90 * resolve.c (resolve_branch): Less strict and pessimistic warning
93 2008-03-11 Paolo Bonzini <bonzini@gnu.org>
95 * f95-lang.c (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.
96 (gfc_be_parse_file): Call clear_binding_stack from here.
97 (gfc_clear_binding_stack): Rename to clear_binding_stack.
99 2008-03-09 Paul Thomas <pault@gcc.gnu.org>
102 * module.c (mio_symtree_ref): After providing a symbol for a
103 missing equivalence member, resolve and NULL the fixups.
105 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
107 * invoke.texi (Error and Warning Options): Document
110 2008-03-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
113 * trans-array.c (gfc_conv_ss_startstride): Fix the logic to avoid
114 checking bounds of absent optional arguments.
116 2008-03-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
119 * intrinsic.c (add_functions): Add simplification routines for
120 ERF, DERF, ERFC and DERFC.
121 * decl.c (gfc_match_suffix, gfc_match_subroutine): Change GNU
122 extensions into Fortran 2008 features.
123 * intrinsic.h (gfc_simplify_erf, gfc_simplify_erfc): New
125 * simplify.c (gfc_simplify_erf, gfc_simplify_erfc): New functions.
127 2008-03-03 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
130 * intrinsic.c (add_functions): Modify intrinsics ACOSH, ASINH,
131 ATANH, ERF, ERFC and GAMMA. Add intrinsics BESSEL_{J,Y}{0,1,N},
132 ERFC_SCALED, LOG_GAMMA and HYPOT.
133 * intrinsic.h (gfc_check_hypot, gfc_simplify_hypot,
134 gfc_resolve_hypot): New prototypes.
135 * mathbuiltins.def: Add HYPOT builtin. Make complex versions of
136 ACOSH, ASINH and ATANH available.
137 * gfortran.h (GFC_ISYM_ERFC_SCALED, GFC_ISYM_HYPOT): New values.
138 * lang.opt: Add -std=f2008 option.
139 * libgfortran.h: Define GFC_STD_F2008.
140 * lang-specs.h: Add .f08 and .F08 file suffixes.
141 * iresolve.c (gfc_resolve_hypot): New function.
142 * parse.c (parse_contained): Allow empty CONTAINS for Fortran 2008.
143 * check.c (gfc_check_hypot): New function.
144 * trans-intrinsic.c (gfc_intrinsic_map): Define ERFC_SCALE builtin.
145 * options.c (set_default_std_flags): Allow Fortran 2008 by default.
146 (form_from_filename): Add .f08 suffix.
147 (gfc_handle_option): Handle -std=f2008 option.
148 * simplify.c (gfc_simplify_hypot): New function.
149 * gfortran.texi: Document Fortran 2008 status and file extensions.
150 * intrinsic.texi: Document new BESSEL_{J,Y}{0,1,N} intrinsics,
151 as well as HYPOT and ERFC_SCALED. Update documentation of ERF,
152 ERFC, GAMMA, LGAMMA, ASINH, ACOSH and ATANH.
153 * invoke.texi: Document the new -std=f2008 option.
155 2008-03-02 Jakub Jelinek <jakub@redhat.com>
157 * gfortranspec.c (lang_specific_driver): Update copyright notice
160 2008-02-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
163 * expr.c (find_array_element): Modify traversing the constructor to
164 avoid trying to access NULL memory pointed to by next for the
165 last element. (find_array_section): Exit while loop if cons->next is
167 * trans-expr.c (gfc_conv_scalar_char_value): Initialize gfc_typespec.
168 (gfc_conv_function_call): Same.
169 * decl.c (gfc_match_implicit): Same.
170 * trans-intrinsic.c (gfc_conv_intrinsic_sr_kind): Same.
172 2008-02-28 Daniel Franke <franke.daniel@gmail.com>
177 * lang.opt: Added -Wreturn-type.
178 * options.c (gfc_handle_option): Recognize -Wreturn-type.
179 * trans-decl.c (gfc_trans_deferred_vars): Emit warnings for funtions
180 where the result value is not set.
181 (gfc_generate_function_code): Likewise.
182 (generate_local_decl): Emit warnings for funtions whose RESULT
185 2008-02-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
188 * trans-expr.c (gfc_conv_variable): Don't build indirect
189 references when explicit interface is mandated.
190 * resolve.c (resolve_formal_arglist): Set attr.always_explicit
191 on the result symbol as well as the procedure symbol.
193 2008-02-27 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
196 * trans.h: Remove prototypes for gfor_fndecl_math_exponent4,
197 gfor_fndecl_math_exponent8, gfor_fndecl_math_exponent10 and
198 gfor_fndecl_math_exponent16.
199 * f95-lang.c (build_builtin_fntypes): Add new function types.
200 (gfc_init_builtin_functions): Add new builtins for nextafter,
201 frexp, ldexp, fabs, scalbn and inf.
202 * iresolve.c (gfc_resolve_rrspacing): Don't add hidden arguments.
203 (gfc_resolve_scale): Don't convert type of second argument.
204 (gfc_resolve_set_exponent): Likewise.
205 (gfc_resolve_size): Don't add hidden arguments.
206 * trans-decl.c: Remove gfor_fndecl_math_exponent4,
207 gfor_fndecl_math_exponent8, gfor_fndecl_math_exponent10 and
208 gfor_fndecl_math_exponent16.
209 * trans-intrinsic.c (gfc_intrinsic_map): Remove intrinsics
210 for scalbn, fraction, nearest, rrspacing, set_exponent and
212 (gfc_conv_intrinsic_exponent): Directly call frexp.
213 (gfc_conv_intrinsic_fraction, gfc_conv_intrinsic_nearest,
214 gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_rrspacing,
215 gfc_conv_intrinsic_scale, gfc_conv_intrinsic_set_exponent): New
217 (gfc_conv_intrinsic_function): Use the new functions above.
219 2008-02-26 Tobias Burnus <burnus@net-b.de>
222 * interface.c (check_operator_interface): Show better line for error
223 messages; fix constrains for user-defined assignment operators.
224 (gfc_extend_assign): Fix constrains for user-defined assignment
227 2008-02-26 Tom Tromey <tromey@redhat.com>
229 * trans-io.c (set_error_locus): Remove old location code.
230 * trans-decl.c (gfc_set_decl_location): Remove old location code.
231 * f95-lang.c (gfc_init): Remove test of USE_MAPPED_LOCATION.
232 * scanner.c (gfc_gobble_whitespace): Remove old location code.
233 (get_file): Likewise.
234 (preprocessor_line): Likewise.
235 (load_file): Likewise.
236 (gfc_new_file): Likewise.
237 * trans.c (gfc_trans_runtime_check): Remove old location code.
238 (gfc_get_backend_locus): Likewise.
239 (gfc_set_backend_locus): Likewise.
240 * data.c (gfc_assign_data_value): Remove old location code.
241 * error.c (show_locus): Remove old location code.
242 * gfortran.h (gfc_linebuf): Remove old location code.
243 (gfc_linebuf_linenum): Remove old-location variant.
245 2008-02-25 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
248 * trans-const.c (gfc_build_string_const): Don't call gettext.
249 (gfc_build_localized_string_const): New function.
250 * trans-const.h (gfc_build_localized_string_const): New prototype.
251 * trans.c (gfc_trans_runtime_check): Use
252 gfc_build_localized_string_const instead of gfc_build_string_const.
253 (gfc_call_malloc): Likewise.
254 (gfc_allocate_with_status): Likewise.
255 (gfc_allocate_array_with_status): Likewise.
256 (gfc_deallocate_with_status): Likewise.
257 (gfc_call_realloc): Likewise.
258 * trans-io.c (gfc_trans_io_runtime_check): Likewise.
260 2008-02-24 Tobias Schlüter <tobi@gcc.gnu.org>
262 * arith.c: Update copyright years.
270 * dependency.c: Likewise.
271 * dependency.h: Likewise.
272 * dump-parse-tree.c: Likewise.
275 * gfc-internals.texi: Likewise.
276 * gfortran.h: Likewise.
277 * gfortran.texi: Likewise.
278 * gfortranspec.c: Likewise.
279 * interface.c: Likewise.
280 * intrinsic.c: Likewise.
281 * intrinsic.h: Likewise.
282 * intrinsic.texi: Likewise.
283 * invoke.texi: Likewise.
285 * iresolve.c: Likewise.
286 * iso-c-binding.def: Likewise.
287 * iso-fortran-env.def: Likewise.
288 * lang-specs.h: Likewise.
289 * lang.opt: Likewise.
290 * libgfortran.h: Likewise.
293 * matchexp.c: Likewise.
295 * module.c: Likewise.
296 * openmp.c: Likewise.
297 * options.c: Likewise.
300 * primary.c: Likewise.
301 * resolve.c: Likewise.
302 * scanner.c: Likewise.
303 * simplify.c: Likewise.
305 * symbol.c: Likewise.
306 * target-memory.c: Likewise.
307 * target-memory.h: Likewise.
308 * trans-array.h: Likewise.
309 * trans-const.h: Likewise.
310 * trans-stmt.h: Likewise.
311 * trans-types.c: Likewise.
312 * trans-types.h: Likewise.
313 * types.def: Likewise.
315 2008-02-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
318 * simplify.c (gfc_simplify_ibclr), (gfc_simplify_ibits),
319 (gfc_simplify_ibset): Remove call to range_check.
320 (simplify_cmplx), (gfc_simplify_dble), (gfc_simplify_float)
321 (gfc_simplify_real): Add call gfc_clear_ts to initialize the
322 temporary gfc_typspec variable.
324 2008-02-24 Tobias Schlüter <tobi@gcc.gnu.org>
326 * trans-array.c (gfc_conv_descriptor_data_get,
327 gfc_conv_descriptor_data_set_internal,
328 gfc_conv_descriptor_data_addr, gfc_conv_descriptor_offset,
329 gfc_conv_descriptor_dtype, gfc_conv_descriptor_dimension,
330 gfc_conv_descriptor_stride, gfc_conv_descriptor_lbound,
331 gfc_conv_descriptor_ubound, gfc_trans_create_temp_array,
332 gfc_conv_array_transpose, gfc_grow_array,
333 gfc_trans_array_constructor_subarray,
334 gfc_trans_array_constructor_value, gfc_trans_scalarized_loop_end,
335 gfc_array_init_size, gfc_array_allocate, gfc_array_deallocate,
336 gfc_conv_array_initializer, gfc_trans_array_bounds,
337 gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
338 gfc_get_dataptr_offset, gfc_conv_array_parameter,
339 gfc_trans_dealloc_allocated, get_full_array_size,
340 gfc_duplicate_allocatable, structure_alloc_comps): Use fold_buildN
342 * trans-expr.c (gfc_conv_expr_present, gfc_conv_missing_dummy,
343 gfc_conv_component_ref, gfc_conv_cst_int_power,
344 gfc_conv_function_call, gfc_trans_structur_assign): Likewise.
345 * trans-common.c (create_common): Likewise.
346 * trans-openmp.c (gfc_trans_omp_atomic, gfc_trans_omp_do):
348 * trans-const.c (gfc_conv_constant_to_tree): Likewise.
349 * trans-stmt.c (gfc_trans_goto, gfc_trans_return, gfc_trans_do,
350 gfc_trans_integer_select, gfc_trans_character_select,
351 gfc_trans_forall_loop, compute_overall_iter_number,
352 gfc_trans_forall_1, gfc_evaluate_where_mask, gfc_trans_allocate,
353 gfc_trans_deallocate): Likewise.
354 * trans.c (gfc_build_addr_expr, gfc_trans_runtime_check,
355 gfc_allocate_with_status, gfc_allocate_array_with_status,
356 gfc_deallocate_with_status): Likewise.
357 * f95-lang.c (gfc_truthvalue_conversion): Likewise.
358 * trans-io.c (set_parameter_const, set_parameter_value,
359 set_parameter_ref, set_string, set_internal_unit, io_result,
360 set_error_locus, nml_get_addr_expr, transfer_expr): Likewise.
361 * trans-decl.c (gfc_build_qualified_array, build_entry_thunks,
362 gfc_get_fake_result_decl, gfc_trans_auto_character_variable,
363 gfc_generate_function_code): Likewise.
364 * convert.c (convert): Likewise.
365 * trans-intrinsic.c (gfc_conv_intrinsic_conversion,
366 build_fixbound_expr, build_fix_expr, gfc_conv_intrinsic_aint,
367 gfc_conv_intrinsic_int, gfc_conv_intrinsic_imagpart,
368 gfc_conv_intrinsic_conjg, gfc_conv_intrinsic_abs,
369 gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_mod,
370 gfc_conv_intrinsic_dim, gfc_conv_intrinsic_dprod,
371 gfc_conv_intrinsic_ctime, gfc_conv_intrinsic_fdate,
372 gfc_conv_intrinsic_ttynam, gfc_conv_intrinsic_minmax,
373 gfc_conv_intrinsic_minmax_char, gfc_conv_intrinsic_count,
374 gfc_conv_intrinsic_arith, gfc_conv_intrinsic_dot_product,
375 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
376 gfc_conv_intrinsic_btest, gfc_conv_intrinsic_not,
377 gfc_conv_intrinsic_ibits, gfc_conv_intrinsic_ishft,
378 gfc_conv_intrinsic_ichar, gfc_conv_intrinsic_size,
379 gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_transfer,
380 gfc_conv_allocated, gfc_conv_associated, gfc_conv_intrinsic_trim,
381 gfc_conv_intrinsic_repeat): Likewise.
383 2008-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>
386 * trans-expr.c (gfc_conv_power_op): Use BUILT_IN_CPOW{F,,L}.
387 * f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_CPOW{F,,L}.
388 * trans.h (gfor_fndecl_math_cpow, gfor_fndecl_math_cpowf,
389 gfor_fndecl_math_cpowl10, gfor_fndecl_math_cpowl16): Remove.
390 * trans-decl.c: Likewise.
392 2008-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
395 * expr.c (find_array_element): Modify traversing the constructor to
396 avoid trying to access NULL memory pointed to by next for the
397 last element. (find_array_section): Exit while loop if cons->next is
400 2008-02-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
403 * iresolve.c (resolve_mask_arg): Add gfc_clear_ts to initialize
405 (gfc_resolve_aint): Likewise.
406 (gfc_resolve_anint): Likewise.
407 (gfc_resolve_besn): Likewise.
408 (gfc_resolve_cshift): Likewise.
409 (gfc_resolve_ctime): Likewise.
410 (gfc_resolve_eoshift): Likewise.
411 (gfc_resolve_index_func): Likewise.
412 (gfc_resolve_isatty): Likewise.
413 (gfc_resolve_malloc): Likewise.
414 (gfc_resolve_rrspacing): Likewise.
415 (gfc_resolve_scale): Likewise.
416 (gfc_resolve_set_exponent): Likewise.
417 (gfc_resolve_spacing): Likewise.
418 (gfc_resolve_spacing): Likewise.
419 (gfc_resolve_fgetc): Likewise.
420 (gfc_resolve_fputc): Likewise.
421 (gfc_resolve_ftell): Likewise.
422 (gfc_resolve_ttynam): Likewise.
423 (gfc_resolve_alarm_sub): Likewise.
424 (gfc_resolve_mvbits): Likewise.
425 (gfc_resolve_getarg): Likewise.
426 (gfc_resolve_signal_sub): Likewise.
427 (gfc_resolve_exit): Likewise.
428 (gfc_resolve_flush): Likewise.
429 (gfc_resolve_free): Likewise.
430 (gfc_resolve_ctime_sub): Likewise.
431 (gfc_resolve_fgetc_sub): Likewise.
432 (gfc_resolve_fputc_sub): Likewise.
433 (gfc_resolve_fseek_sub): Likewise.
434 (gfc_resolve_ftell_sub): Likewise.
435 (gfc_resolve_ttynam_sub): Likewise.
437 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
439 * gfc-internals.texi: Fix typos and markup nits.
440 * gfortran.texi: Likewise.
441 * intrinsic.texi: Likewise.
443 2008-02-21 Richard Guenther <rguenther@suse.de>
445 * trans-expr.c (gfc_conv_expr_op): Expand INTRINSIC_PARENTHESES
446 as unary PAREN_EXPR for real and complex typed expressions.
447 (gfc_conv_unary_op): Fold the built tree.
449 2008-02-20 Tobias Burnus <burnus@net-b.de>
452 * match.c (gfc_match_name): Improve error message for '$'.
454 2008-02-19 Daniel Franke <franke.daniel@gmail.com>
457 * expr.c (gfc_check_pointer_assign): Add type and kind information
458 to type-mismatch message.
459 (gfc_check_assign): Unify error messages.
461 2008-02-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
464 * gfortran.texi: Create new section for unimplemented extensions.
465 Add "STRUCTURE and RECORD" and "ENCODE and DECODE statements".
466 Remove "smaller projects" list. Fix a few typos.
468 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
470 * intrinsic.texi: Rename INDEX node to avoid clashing with
471 index.html on case-insensitive systems.
473 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
476 * trans-expr.c (gfc_conv_function_call): Force evaluation of
479 2008-02-10 Daniel Franke <franke.daniel@gmail.com>
482 * lang.opt: Allow '-J<dir>' next to '-J <dir>',
483 likewise '-I <dir>' and '-I<dir>'.
485 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
488 * Make-lang.in (f951): Add $(GMPLIBS).
490 2008-02-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
493 * trans-common.c (build_field): Mark fields as volatile when needed.
495 2008-02-05 Tobias Burnus <burnus@net-b.de>
498 * data.c (gfc_assign_data_value): Only free "size" if
499 it has not already been freed.
501 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
504 * array.c (match_array_element_spec): Remove check for negative
506 (gfc_resolve_array_spec): Add check for negative size.
508 2008-02-05 Paul Thomas <pault@gcc.gnu.org>
511 * data.c (gfc_assign_data_value): Add bounds check for array
514 2008-02-04 Daniel Franke <franke.daniel@gmail.com>
516 * resolve.c (resolve_where): Fix typo.
517 (gfc_resolve_where_code_in_forall): Likewise.
519 2008-02-03 Paul Thomas <pault@gcc.gnu.org>
522 * resolve.c (resolve_allocate_deallocate): New function.
523 (resolve_code): Call it for allocate and deallocate.
524 * match.c (gfc_match_allocate, gfc_match_deallocate) : Remove
525 the checking of the STAT tag and put in above new function.
526 * primary,c (match_variable): Do not fix flavor of host
527 associated symbols yet if the type is not known.
529 2008-01-31 Paul Thomas <pault@gcc.gnu.org>
532 * expr.c (gfc_check_assign): It is an error to assign
533 to a sibling procedure.
535 2008-01-30 Paul Thomas <pault@gcc.gnu.org>
538 * symbol.c (gfc_delete_symtree, gfc_undo_symbols): Rename
539 delete_symtree to gfc_delete_symtree.
540 * gfortran.h : Add prototype for gfc_delete_symtree.
541 * module.c (load_generic_interfaces): Transfer symbol to a
542 unique symtree and delete old symtree, instead of renaming.
543 (read_module): The rsym and the found symbol are the same, so
544 the found symtree can be deleted.
547 * decl.c (match_char_spec): Remove the constraint on deferred
548 matching of functions and free the length expression.
549 delete_symtree to gfc_delete_symtree.
550 (gfc_match_type_spec): Whitespace.
551 (gfc_match_function_decl): Defer characteristic association for
552 all types except BT_UNKNOWN.
553 * parse.c (decode_specification_statement): Only derived type
554 function matching is delayed to the end of specification.
556 2008-01-28 Tobias Burnus <burnus@net-b.de>
559 * simplify.c (gfc_simplify_shape): Simplify rank zero arrays.
561 2008-01-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
564 * array.c (gfc_check_constructor_type): Revert clearing the expression.
566 2008-01-26 Tobias Burnus <burnus@net-b.de>
569 * trans-expr.c (gfc_conv_function_call): Don't call
570 gfc_add_interface_mapping if the expression is NULL.
572 2008-01-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>
575 * trans-array.c (gfc_trans_create_temp_array): Remove call to
576 gcc_assert (integer_zerop (loop->from[n])).
578 2008-01-25 Daniel Franke <franke.daniel@gmail.com>
581 * resolve.c (resolve_where): Added check if user-defined assignment
582 operator is an elemental subroutine.
583 (gfc_resolve_where_code_in_forall): Likewise.
585 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
589 * gfortran.h: Revert changes from 2008-01-17.
591 * symbol.c: Likewise.
592 (gfc_undo_symbols): Undo namespace changes related to common blocks.
594 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
597 * data.c (formalize_structure_cons): Skip formalization on
600 2008-01-24 Daniel Franke <franke.daniel@gmail.com>
602 * gfortran.texi (OpenMP): Extended existing documentation.
603 (contributors): Added major contributors of 2008 that were
605 (proposed extensions): Removed implemented items.
607 2008-01-24 Paul Thomas <pault@gcc.gnu.org>
610 * parse.c (next_statement) : If ST_GET_FCN_CHARACTERISTICS is
611 seen, check for a statement label and, if present, delete it
612 and set the locus to the start of the statement.
614 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
617 * trans-io.c (gfc_trans_transfer): If the array reference in a
618 read has a vector subscript, use gfc_conv_subref_array_arg to
619 copy back the temporary.
621 2008-01-22 Tobias Burnus <burnus@net-b.de>
624 * interface.c (compare_actual_formal): Fix adding type
625 to missing_arg_type for absent optional arguments.
627 2008-01-22 Tobias Burnus <burnus@net-b.de>
630 * parse.c (parse_spec): Change = into ==.
632 2008-01-22 Daniel Franke <franke.daniel@gmail.com>
635 * expr.c (check_elemental): Fix check for valid data types.
637 2008-01-22 Tobias Burnus <burnus@net-b.de>
640 * scanner.c (load_line): Support <tab><digit> continuation lines.
641 * invoke.texi (-Wtabs): Document this.
643 2008-01-22 Paul Thomas <pault@gcc.gnu.org>
646 * module.c (read_module): Set use_rename attribute.
648 2007-01-21 Tobias Burnus <burnus@net-b.de>
651 * interface.c (compare_parameter): Improved error message
652 for arguments of same type and mismatched kinds.
654 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
657 * resolve.c (resolve_entries): Do not do an array bounds check
658 if the result symbols are the same.
661 * module.c (read_module) : Hide the symtree of the previous
662 version of the symbol if this symbol is renamed.
664 2008-01-20 Paul Thomas <pault@gcc.gnu.org>
667 * array.c (gfc_check_constructor_type): Clear the expression ts
668 so that the checking starts from the deepest level of array
670 * primary.c (match_varspec): If an unknown type is changed to
671 default character and the attempt to match a substring fails,
672 change it back to unknown.
675 * trans-array.c (gfc_add_loop_ss_code) : If ss->string_length is
676 NULL for an array constructor, use the cl.length expression to
678 (gfc_conv_array_parameter): Change call to gfc_evaluate_now to
681 2008-01-19 Thomas Koenig <tkoenig@gcc.gnu.org>
685 * iresolve.c (gfc_resolve_all): Remove conversion of mask
686 argument to kind=1 by removing call to resolve_mask_arg().
687 (gfc_resolve_any): Likewise.
689 2008-01-19 Tobias Burnus <burnus@net-b.de>
692 * primary.c (match_variable): Handle FL_UNKNOWN without
694 (match_variable): Improve error message.
696 2008-01-18 Tobias Burnus <burnus@net-b.de>
699 * interface.c (get_expr_storage_size): Return storage size
700 for array element designators.
701 (compare_actual_formal): Reject unequal string sizes for
702 assumed-shape dummy arguments. And fix error message for
703 array-sections with vector subscripts.
705 2008-01-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
708 * simplify.c (is_constant_array_expr): New static function that returns
709 true if the given expression is an array and is constant.
710 (gfc_simplify_reshape): Use new function.
712 2008-01-17 H.J. Lu <hongjiu.lu@intel.com>
715 * symbol.c (free_common_tree): Renamed to ...
716 (gfc_free_common_tree): This. Remove static.
717 (gfc_free_namespace): Updated.
719 * gfortran.h (gfc_free_common_tree): New.
721 * match.c (gfc_match_common): Call gfc_free_common_tree () with
722 gfc_current_ns->common_root and set gfc_current_ns->common_root
723 to NULL on syntax error.
725 2008-01-18 Richard Sandiford <rsandifo@nildram.co.uk>
728 * trans-expr.c (gfc_conv_function_call): Use proper
729 type for returned character pointers.
731 2008-01-17 Paul Thomas <pault@gcc.gnu.org>
736 * decl.c : Remove gfc_function_kind_locus and
737 gfc_function_type_locus. Add gfc_matching_function.
738 (match_char_length): If matching a function and the length
739 does not match, return MATCH_YES and try again later.
740 (gfc_match_kind_spec): The same.
741 (match_char_kind): The same.
742 (gfc_match_type_spec): The same for numeric and derived types.
743 (match_prefix): Rename as gfc_match_prefix.
744 (gfc_match_function_decl): Except for function valued character
745 lengths, defer applying kind, type and charlen info until the
746 end of specification block.
747 gfortran.h (gfc_statement): Add ST_GET_FCN_CHARACTERISTICS.
748 parse.c (decode_specification_statement): New function.
749 (decode_statement): Call it when a function has kind = -1. Set
750 and reset gfc_matching function, as function statement is being
752 (match_deferred_characteristics): Simplify with a single call
753 to gfc_match_prefix. Do appropriate error handling. In any
754 case, make sure that kind = -1 is reset or corrected.
755 (parse_spec): Call above on seeing ST_GET_FCN_CHARACTERISTICS.
756 Throw an error if kind = -1 after last specification statement.
757 parse.h : Prototype for gfc_match_prefix.
759 2008-01-16 Tobias Burnus <burnus@net-b.de>
762 * interface.c (compare_parameter): Allow AS_DEFERRED array
763 elements and reject attr.pointer array elemenents.
764 (get_expr_storage_size): Return storage size of elements of
765 assumed-shape and pointer arrays.
767 2008-01-15 Sebastian Pop <sebastian.pop@amd.com>
769 * f95-lang.c (gfc_init_builtin_functions): Initialize GOMP builtins
770 for flag_tree_parallelize_loops.
772 2008-01-15 Thomas Koenig <tkoenig@gcc.gnu.org>
775 * iresolve.c (gfc_resolve_all): Call resolve_mask_arg.
776 (gfc_resolve_any): Likewise.
777 (gfc_resolve_count): Likewise. Don't append kind of
778 argument to function name.
780 2008-01-13 Tobias Burnus <burnus@net-b.de>
783 * resolve.c (resolve_actual_arglist): For expressions,
784 also check for assume-sized arrays.
785 * interface.c (compare_parameter): Move F2003 character checks
786 here, print error messages here, reject elements of
787 assumed-shape array as argument to dummy arrays.
788 (compare_actual_formal): Update for the changes above.
790 2008-01-13 Tobias Burnus <burnus@net-b.de>
793 * decl.c (contained_procedure): Only check directly preceeding state.
795 2008-01-13 Tobias Burnus <burnus@net-b.de>
798 * check.c (gfc_check_shape): Accept array ranges of
801 2008-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org>
804 * match.c (gfc_match_name): Don't error if leading character is a '(',
805 just return MATCH_NO.
807 2008-01-11 Jerry DeLisle <jvdelisle@gcc.gnu.org>
810 * trans-io.c (create_dummy_iostat): Commit the symbol.
812 2008-01-11 Paul Thomas <pault@gcc.gnu.org>
815 * simplify.c (gfc_simplify_transfer): Return NULL if the size
816 of the element is unavailable and only assign character length
817 to the result, if 'mold' is constant.
819 2008-01-10 Paul Thomas <pault@gcc.gnu.org>
822 * trans-array.c (gfc_trans_array_ctor_element): Use gfc_trans_string_copy
823 to assign strings and perform bounds checks on the string length.
824 (get_array_ctor_strlen): Remove bounds checking.
825 (gfc_trans_array_constructor): Initialize string length checking.
826 * trans-array.h : Add prototype for gfc_trans_string_copy.
828 2008-01-08 Richard Guenther <rguenther@suse.de>
831 PR tree-optimization/34683
832 * trans-types.c (gfc_get_array_type_bounds): Use an array type
833 with known size for accesses if that is known.
835 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
838 * expr.c (find_array_element): Check that the array bounds are
839 constant before using them. Use lower, as well as upper bound.
840 (check_restricted): Allow implied index variable.
842 2008-01-08 Paul Thomas <pault@gcc.gnu.org>
845 * trans_array.c (gfc_trans_deferred_array): Do not null the
846 data pointer on entering scope, nor deallocate it on leaving
847 scope, if the symbol has the 'save' attribute.
850 * trans_decl.c (gfc_finish_var_decl): Derived types with
851 allocatable components and an initializer must be TREE_STATIC.
853 2008-01-07 Paul Thomas <pault@gcc.gnu.org>
856 * module.c (write_generic): Rewrite completely.
857 (write_module): Change call to write_generic.
859 2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
862 * scanner.c (load_line): Do not count ' ' as printable when checking for
865 2008-01-06 Paul Thomas <pault@gcc.gnu.org>
868 * module.c (load_needed): If the namespace has no proc_name
869 give it the module symbol.
871 2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
874 * trans-expr.c (gfc_conv_missing_dummy): Use a temporary to type convert
875 the dummy variable expression, test for NULL, and pass the variable
876 address to the called function.
878 2007-01-06 Tobias Burnus <burnus@net-b.de>
881 * match.c (gfc_match_common): Remove blank common in
883 * resolve.c (resolve_common_vars): New function.
884 (resolve_common_blocks): Move checks to resolve_common_vars
885 and invoke that function.
886 (resolve_types): Call resolve_common_vars for blank commons.
888 2008-01-06 Tobias Burnus <burnus@net-b.de>
891 * resolve.c (resolve_equivalence_derived): Reject derived types with
892 default initialization if equivalenced with COMMON variable.
894 2008-01-06 Tobias Burnus <burnus@net-b.de>
897 * io.c (check_io_constraints): Disallow unformatted I/O for
900 2008-01-06 Tobias Burnus <burnus@net-b.de>
903 * resolve.c (resolve_formal_arglist): Reject dummy procedure in
906 2008-01-06 Tobias Burnus <burnus@net-b.de>
909 * interface.c (compare_actual_formal): Reject parameter
910 actual to intent(out) dummy.
912 2008-01-04 Tobias Burnus <burnus@net-b.de>
915 * primary.c (match_varspec): Gobble whitespace before