1 2006-11-15 Bud Davis <bdavis9659@sbcglobal.net>
4 * gfortran.h (gfc_expr): Add element which holds a splay-tree
5 for the exclusive purpose of quick access to a constructor by
7 * data.c (find_con_by_offset): Use the splay tree for the search.
8 (gfc_assign_data_value): Use the splay tree.
9 (gfc_assign_data_value_range): ditto.
10 * expr.c (gfc_get_expr): Initialize new element to null.
11 (gfc_free_expr): Delete splay tree when deleting gfc_expr.
13 2006-11-14 Brooks Moses <brooks.moses@codesourcery.com>
16 * error.c (show_loci): Move column-offset calculation to
18 (show_locus): Remove blank lines before "Included in"
19 lines, clean up code, calculate column-offsets, print
20 column number is error-header lines as appropriate.
21 (error_integer): (new function) Print integer to error
23 (error_print): Use error_integer, avoid possible buffer
24 overflows from buggy error formats.
26 2006-11-14 Brooks Moses <brooks.moses@codesourcery.com>
28 * gfortran.h (GFC_MAX_LINE): Remove constant definition.
29 (gfc_option_t): Clarify comments.
30 * options.c: Set default line length limits to actual default
31 values, rather than flag values.
32 * scanner.c: Eliminate checking and handling of the
33 fixed/free_line_length flag values.
35 2006-11-14 Brooks Moses <brooks.moses@codesourcery.com>
37 * lang.opt: Remove -fno-backend option.
38 * gfortran.h (gfc_option_t): Remove flag_no_backend.
39 * options.c (gfc_init_options): Remove flag_no_backend.
40 (gfc_handle_option): Remove -fno-backend option handler.
41 * parse.c (gfc_parse_file): Remove references to
42 gfc_option.flag_no_backend.
44 2006-11-14 Tobias Burnus <burnus@net-b.de>
46 * match.c (gfc_match_namelist): Add missing space to
49 2006-11-14 Tobias Burnus <burnus@net-b.de>
52 * symbol.c (check_conflict): Add further conflicts.
54 2006-11-13 Jakub Jelinek <jakub@redhat.com>
57 * fortran/scanner.c (skip_free_comments): Clear openmp_flag
58 before returning true.
60 2006-11-12 Andrew Pinski <andrew_pinski@playstation.sony.com>
63 * trans-expr.c (gfc_conv_expr_reference): Set TREE_STATIC on the
66 2006-11-11 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
68 * array.c: Add 2006 to copyright years.
74 2006-11-11 Richard Guenther <rguenther@suse.de>
76 * trans-intrinsic.c (enum rounding_mode): New enum.
77 (build_fix_expr, gfc_conv_intrinsic_aint, gfc_conv_intrinsic_mod,
78 gfc_conv_intrinsic_function): Use it instead of FIX_CEIL_EXPR,
79 FIX_FLOOR_EXPR, FIX_ROUND_EXPR and FIX_TRUNC_EXPR.
81 2006-11-10 Brooks Moses <brooks.moses@codesourcery.com>
83 * lang.opt (-fmodule-private): Remove option.
84 * gfortran.h (gfc_option_t): Remove module_access_private flag.
85 * options.c (gfc_init_options): Remove initialization for it.
86 (gfc_handle_option): Remove handling for -fmodule-private.
87 * module.c (gfc_check_access): Add comments, remove check for
88 gfc_option.flag_module_access_private.
90 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
93 * check.c (gfc_check_reshape): Check that there are enough
94 elements in the source array as to be able to fill an array
95 defined by shape, when pad is absent.
97 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
100 * trans-expr.c (is_aliased_array): Treat correctly the case where the
101 component is itself and array or array reference.
103 2006-11-09 Brooks Moses <brooks.moses@codesourcery.com>
105 * check.c (same_type_check): Typo fix in comment.
107 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
110 * trans-array.c (get_array_ctor_strlen): If we fall through to
111 default, use a constant character length if it is available.
113 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
116 * trans-types.c (gfc_get_derived_type): Ensure that the
117 proc_name namespace is not the same as the owner namespace and
118 that identical derived types in the same namespace share the
121 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
124 * trans-array.c (structure_alloc_comps): Detect pointers to
125 arrays and use indirect reference to declaration.
126 * resolve.c (resolve_fl_variable): Tidy up condition.
127 (resolve_symbol): The same and only add initialization code if
128 the symbol is referenced.
129 * trans-decl.c (gfc_trans_deferred_vars): Call gfc_trans_
130 deferred_array before gfc_trans_auto_array_allocation.
133 * symbol.c (check_done): Remove.
134 (gfc_add_attribute): Remove reference to check_done and remove
135 the argument attr_intent.
136 (gfc_add_allocatable, gfc_add_dimension, gfc_add_external,
137 gfc_add_intrinsic, gfc_add_optional, gfc_add_pointer,
138 gfc_add_cray_pointer, gfc_add_cray_pointee, gfc_add_result,
139 gfc_add_target, gfc_add_in_common, gfc_add_elemental,
140 gfc_add_pure, gfc_add_recursive, gfc_add_procedure,
141 gfc_add_type): Remove references to check_done.
142 * decl.c (attr_decl1): Eliminate third argument in call to
144 * gfortran.h : Change prototype for gfc_add_attribute.
146 2006-11-08 Brooks Moses <brooks.moses@codesourcery.com>
148 * invoke.texi: Added documentation for -fmax-errors option.
150 2006-11-08 Brooks Moses <brooks.moses@codesourcery.com>
152 * lang.opt: Add -fmax-errors= option.
153 * gfortran.h (gfc_option_t): Add max_errors element.
154 * options.c (gfc_init_options): Set max_errors default value
156 (gfc_handle_options): Assign -fmax_errors value to
157 gfc_option.max_errors.
158 * error.c (gfc_increment_error_count): New function, which
159 also checks whether the error count exceeds max_errors.
160 (gfc_warning): Use it.
161 (gfc_warning_now): Use it.
162 (gfc_notify_std): Use it.
164 (gfc_error_now): Use it.
165 (gfc_error_check): Use it.
167 2006-11-08 Brooks Moses <brooks.moses@codesourcery.com>
169 * lang.opt: Remove non-working -qkind= option.
170 * gfortran.h (gfc_option_t): Remove q_kind member.
171 * options.c (gfc_init_options): Remove q_kind initialization.
172 (gfc_handle_option): Remove -qkind= option handling.
173 * primary.c: (match_real_constant): Remove 'Q' exponent.
175 2006-11-08 Tobias Burnus <burnus@net-b.de>
177 * gfortran.texi: Add volatile and internal-file
178 namelist to Fortran 2003 status.
179 * intrinsic.texi: Correct CHMOD entry.
181 2006-11-07 Paul Thomas <pault@gcc.gnu.org>
185 * decl.c (variable_decl): Add test for presence of proc_name.
186 * error.c (gfc_error_flag_test): New function.
187 * gfortran.h : Prototype for gfc_error_flag_test.
189 2006-11-07 Tobias Burnus <burnus@net-b.de>
192 * symbol.c (check_conflict, gfc_add_volatile): Add volatile support.
193 * decl.c (match_attr_spec, gfc_match_volatile): Add volatile support.
194 * gfortran.h (symbol_attribute): Add volatile_ to struct.
195 * resolve.c (was_declared): Add volatile support.
196 * trans-decl.c (gfc_finish_var_decl): Add volatile support.
197 * match.h: Declare gfc_match_volatile.
198 * parse.c (decode_statement): Recognize volatile.
199 * modules.c (ab_attribute, attr_bits, mio_symbol_attribute):
200 Add volatile support.
201 * dump-parse-tree.c (gfc_show_attr): Add volatile support.
203 2006-11-06 Tobias Burnus <burnus@net-b.de>
205 * decl.c (match_attr_spec, gfc_match_enum): Unify gfc_notify_std
206 message for GFC_STD_F2003.
207 * array.c (gfc_match_array_constructor): Unify gfc_notify_std
208 message for GFC_STD_F2003.
209 * io.c (check_io_constraints): Unify gfc_notify_std message for
211 * resolve.c (resolve_actual_arglist): Unify gfc_notify_std message
214 2006-11-06 Brooks Moses <brooks.moses@codesourcery.com>
216 * intrinsic.texi: Added documentation for FTELL, GETLOG, and
219 2006-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
223 * expr.c (find_array_section): Support vector subscripts. Don't
224 add sizes for dimen_type == DIMEN_ELEMENT to the shape array.
226 2006-11-05 Bernhard Fischer <aldot@gcc.gnu.org>
229 * error.c (gfc_warning): If warnings_are_errors then treat
230 warnings as errors with respect to the exit code.
231 (gfc_notify_std): Ditto.
232 (gfc_warning_now): Ditto.
234 2006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>
235 Paul Thomas <pault@gcc.gnu.org>
238 * trans-intrinsic.c (gfc_conv_intrinsic_mod): Use built_in fmod
239 for both MOD and MODULO, if it is available.
242 * trans-expr.c (gfc_conv_aliased_arg): For an INTENT(OUT), save
243 the declarations from the unused loops by merging the block
244 scope for each; this ensures that the temporary is declared.
246 2006-11-04 Brooks Moses <brooks.moses@codesourcery.com>
248 * error.c (show_locus): Add trailing colon in error messages.
249 (error_print): Avoid leading space in error lines.
251 2006-11-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
254 * expr.c (gfc_simplify_expr): Correct memory allocation.
256 2006-11-02 Brooks Moses <brooks.moses@codesourcery.com>
258 * error.c (show_locus): Remove "In file" from error messages.
260 2006-10-31 Geoffrey Keating <geoffk@apple.com>
262 * trans-decl.c (gfc_generate_constructors): Update for removal
263 of get_file_function_name.
265 2006-11-01 Bernhard Fischer <aldot@gcc.gnu.org>
268 * trans-common.c (gfc_trans_common): If the blank common is
269 in a procedure or program without a name then proc_name is null, so
270 use the locus of the common.
271 (gfc_sym_mangled_common_id): Fix whitespace.
272 * match.c (gfc_match_common): Emit warning about blank common in
275 2006-10-31 Francois-Xavier Coudert <coudert@clipper.ens.fr>
278 * decl.c (gfc_set_constant_character_len): NULL-terminate the
279 character constant string.
280 * data.c (create_character_intializer): Likewise.
281 * expr.c (gfc_simplify_expr): NULL-terminate the substring
283 * primary.c (match_hollerith_constant): NULL-terminate the
284 character constant string.
286 2006-10-31 Paul Thomas <pault@gcc.gnu.org>
289 * trans-intrinsic.c (gfc_conv_intrinsic_len): Rearrange to have
290 a specific case for EXPR_VARIABLE and, in default, build an ss
291 to call gfc_conv_expr_descriptor for array expressions..
294 * trans-expr.c (gfc_set_interface_mapping_bounds): In the case
295 that GFC_TYPE_ARRAY_LBOUND is not available, use descriptor
296 values for it and GFC_TYPE_ARRAY_UBOUND.
299 * trans-types.c (gfc_get_derived_type): If the derived type
300 namespace has neither a parent nor a proc_name, set NULL for
301 the search namespace.
303 2006-10-30 Tobias Burnus <burnus@net-b.de>
306 * io.c (check_io_constraints): Fix keyword string comparison.
308 2006-10-30 Andrew Pinski <pinskia@gmail.com>
311 * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer):
312 Change over to create VIEW_CONVERT_EXPR instead of using an
313 ADDR_EXPR, a cast and then an indirect reference
315 2006-10-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
317 * trans-intrinsic.c (gfc_conv_intrinsic_loc): Make LOC return a
320 2006-10-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
323 * decl.c (get_proc_name): Bump current namespace refs count.
325 2006-10-29 Jakub Jelinek <jakub@redhat.com>
328 * trans-openmp.c (gfc_trans_omp_array_reduction): Set attr.flavor
329 of init_val_sym and outer_sym to FL_VARIABLE.
331 2006-10-29 Kazu Hirata <kazu@codesourcery.com>
333 * intrinsic.texi: Fix a typo.
335 2006-10-27 Steven G. Kargl <kargl@gcc.gnu.org>
337 * gfortran.h: Remove GFC_MPFR_TOO_OLD.
338 * arith.c (arctangent2): Remove function
339 (gfc_check_real_range): Remove subnormal kludge.
340 * arith.h: Remove arctangent2 prototype.
341 * simplify.c: (gfc_simplify_atan2): Remove use of arctangent2.
342 (gfc_simplify_exponent, gfc_simplify_log, gfc_simplify_nearest,
343 gfc_simplify_rrspacing, gfc_simplify_spacing): Remove mpfr kludges.
345 2006-10-28 Tobias Burnus <burnus@net-b.de>
348 * io.c (check_io_constraints): Allow namelists
349 for internal files for Fortran 2003.
351 2006-10-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
354 * decl.c (gfc_free_data_all): New function to free all data structures
355 after errors in DATA statements and declarations.
356 (top_var_list): Use new function.(top_val_list): Use new function.
357 (gfc_match_data_decl): Use new function.
358 * misc.c (gfc_typename): Fixed incorrect function name in error text.
360 2006-10-24 Erik Edelmann <eedelman@gcc.gnu.org>
363 * expr.c (simplify_parameter_variable): Keep rank of original
366 2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
368 * Make-lang.in (f951$(exeext)): Depend on and link with attribs.o.
369 * trans.h (builtin_function): Rename to gfc_builtin_function.
370 Change the signature.
371 * 95-lang.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
372 gfc_builtin_function.
373 (builtin_function): Rename to gfc_builtin_function. Move common
374 code to builtin_function.
375 (gfc_define_builtin): Replace calls to builtin_function with
378 2006-10-22 Francois-Xavier Coudert <coudert@clipper.ens.fr>
381 * lang.opt: Add -fexternal-blas and -fblas-matmul-limit options.
382 * options.c (gfc_init_options): Initialize new flags.
383 (gfc_handle_option): Handle new flags.
384 * gfortran.h (gfc_option): Add flag_external_blas and
385 blas_matmul_limit flags.
386 * trans-expr.c (gfc_conv_function_call): Use new argument
387 append_args, appending it at the end of the argument list
388 built for a function call.
389 * trans-stmt.c (gfc_trans_call): Use NULL_TREE for the new
390 append_args argument to gfc_trans_call.
391 * trans.h (gfc_conv_function_call): Update prototype.
392 * trans-decl.c (gfc_build_intrinsic_function_decls): Add
393 prototypes for BLAS ?gemm routines.
394 * trans-intrinsic.c (gfc_conv_intrinsic_funcall): Generate the
395 extra arguments given to the library matmul function, and give
396 them to gfc_conv_function_call.
397 * invoke.texi: Add documentation for -fexternal-blas and
400 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
402 * Make-lang.in (F95_LIBS): Delete.
403 * f951$(exeext): Use $(LIBS) instead of $(F95_LIBS).
404 * config-lang.in (need_gmp): Delete.
406 2006-10-19 Brooks Moses <bmoses@stanford.edu>
408 * invoke.texi: Fixed "denormal" typo.
410 2006-10-19 Paul Thomas <pault@gcc.gnu.org>
414 * gfortran.h : Add EXEC_INIT_ASSIGN.
415 * dump-parse-tree.c (gfc_show_code_node): The same.
416 * trans-openmp.c (gfc_trans_omp_array_reduction): Set new
417 argument for gfc_trans_assignment to false.
418 * trans-stmt.c (gfc_trans_forall_1): The same.
419 * trans-expr.c (gfc_conv_function_call, gfc_trans_assign,
420 gfc_trans_arrayfunc_assign, gfc_trans_assignment): The
421 same. In the latter function, use the new flag to stop
422 the checking of the lhs for deallocation.
423 (gfc_trans_init_assign): New function.
424 * trans-stmt.h : Add prototype for gfc_trans_init_assign.
425 * trans.c (gfc_trans_code): Implement EXEC_INIT_ASSIGN.
426 * trans.h : Add new boolean argument to the prototype of
427 gfc_trans_assignment.
428 * resolve.c (resolve_allocate_exp): Replace EXEC_ASSIGN by
430 (resolve_code): EXEC_INIT_ASSIGN does not need resolution.
431 (apply_default_init): New function.
432 (resolve_symbol): Call it for derived types that become
433 defined but which do not already have an initialization
435 * st.c (gfc_free_statement): Include EXEC_INIT_ASSIGN.
437 2006-10-16 Tobias Burnus <burnus@net-b.de>
439 * primary.c: Revert 'significand'-to-'significant' comment change.
440 * invoke.texi (Warning Options): Minor cleanup for
441 -Wimplicit-interface.
443 2006-10-17 Paul Thomas <pault@gcc.gnu.org>
446 * trans-array.c (gfc_trans_array_bounds): Test for and set
447 negative stride of a non-constant bound array to zero.
450 * data.c (create_character_intializer): Copy and simplify
451 the expressions for the start and end of a sub-string
454 2006-10-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
456 * io.c (gfc_match_close): Ensure that status is terminated by
459 2006-10-16 Tobias Burnus <burnus@net-b.de>
461 * trans-stmt.c: Fix a typo
462 * invoke.texi: Fix typos
463 * resolve.c: Fix a comment typo
464 * trans-decl.c: Fix a comment typo
465 * primary.c: Fix a comment typo
467 2006-10-15 Steven G. Kargl <kargl@gcc.gnu.org>
470 * io.c (match_io): Check for a default-char-expr for PRINT format.
472 2006-10-15 Bernhard Fischer <aldot@gcc.gnu.org>
475 * lang.opt (Wunused-labels): Remove.
476 * options.c: Remove references to gfc_option.warn_unused_labels.
477 * gfortran.h: Remove variable warn_unused_labels.
478 * resolve.c (warn_unused_fortran_label) : Use warn_unused_label
479 instead of gfc_option.warn_unused_labels.
480 * invoke.texi: Remove documentation of -Wunused-labels.
482 2006-10-14 Tobias Burnus <burnus@net-b.de>
484 * gfortran.texi: Add link to GFortran apps
485 * intrinsic.texi: Updated documentation of ACCESS and CHMOD
487 2006-10-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
490 * scanner.c (load_line): Add checks for illegal use of '&' and issue
491 warnings. Issue errors with -pedantic.
493 2006-10-14 Paul Thomas <pault@gcc.gnu.org>
496 * trans-expr.c (gfc_trans_pointer_assignment): Add the expression
497 for the assignment of null to the data field to se->pre, rather
500 2006-10-14 Kazu Hirata <kazu@codesourcery.com>
502 * intrinsic.texi: Fix typos.
503 * trans-array.c: Fix a comment typo.
505 2006-10-13 Brooks Moses <bmoses@stanford.edu>
507 * intrinsic.texi (STAT): Reverted a format in example code to
508 octal; noted this in accompanying string.
510 2006-10-13 Paul Thomas <pault@gcc.gnu.org>
513 * decl.c (get_proc_name, gfc_match_function_decl): Add
514 attr.implicit_type to conditions that throw error for
515 existing explicit interface and that allow new type-
519 * resolve.c (resolve_fl_namelist): Do not check for
520 namelist/procedure conflict, if the symbol corresponds
521 to a good local variable declaration.
524 * decl.c (get_proc_name): Replace the detection of a declared
525 procedure by the presence of a formal argument list by the
526 attributes of the symbol and the presence of an explicit
530 * resolve.c (resolve_fl_variable): See if the host association
531 of a derived type is blocked by the presence of another type I
532 object in the current namespace.
535 * resolve.c (resolve_fl_derived): Check for the presence of
536 the derived type for a derived type component.
539 * module.c (gfc_use_module): Check that the first words in a
540 module file are 'GFORTRAN module'.
543 * resolve.c (resolve_transfer): Test functions for suitability
544 for IO, as well as variables.
547 * trans-expr.c (gfc_trans_scalar_assign): Remove nullify of
550 2006-10-13 Francois-Xavier Coudert <coudert@clipper.ens.fr>
553 * trans-intrinsic.c (gfc_conv_intrinsic_bound): Generate correct
554 code for LBOUND and UBOUND intrinsics.
556 2006-10-13 Francois-Xavier Coudert <coudert@clipper.ens.fr>
559 * io.c (compare_to_allowed_values): New function.
560 (gfc_match_open): Add checks for constant values of specifiers.
561 (gfc_match_close): Add checks for constant values of the STATUS
564 2006-10-12 Brooks Moses <bmoses@stanford.edu>
566 * intrinsic.texi (STAT): Fixed a format typo in sample code.
568 2006-10-12 Brooks Moses <bmoses@stanford.edu>
570 * intrinsic.texi (STAT): Shortened lines in sample code.
572 2006-10-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
574 * gfortran.h (gfc_show_actual_arglist, gfc_show_array_ref,
575 gfc_show_array_spec, gfc_show_attr, gfc_show_code,
576 gfc_show_components, gfc_show_constructor, gfc_show_equiv,
577 gfc_show_expr, gfc_show_namelist, gfc_show_ref, gfc_show_symbol,
578 gfc_show_typespec): Add prototypes.
579 * dump-parse-tree.c (gfc_show_actual_arglist, gfc_show_array_ref,
580 gfc_show_array_spec, gfc_show_attr, gfc_show_code,
581 gfc_show_components, gfc_show_constructor, gfc_show_equiv,
582 gfc_show_expr, gfc_show_namelist, gfc_show_ref, gfc_show_symbol,
583 gfc_show_typespec): Remove 'static' from declaration.
585 2006-10-10 Brooks Moses <bmoses@stanford.edu>
587 * invoke.texi, gfortran.texi: Corrected erronous dashes.
589 2006-10-10 Brooks Moses <bmoses@stanford.edu>
591 * Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
594 2006-10-10 Daniel Franke <franke.daniel@gmail.com>
596 * intrinsic.texi: added documentation for FSTAT, GETARG,GET_COMMAND,
597 GET_COMMAND_ARGUMENT, GETENV, GET_ENVIRONMENT_VARIABLE, IAND, IARGC,
598 LSTAT and STAT, removed the reference to PR19292 from ACCESS, CHMOD,
599 GMTIME, LSHIFT, LTIME, RSHIFT.
601 2006-10-10 Brooks Moses <bmoses@stanford.edu>
603 * gfortran.texi (Standards): Update to current status.
605 2006-10-09 Brooks Moses <bmoses@stanford.edu>
607 * Make-lang.in: Added intrinsic.texi to GFORTRAN_TEXI
610 2006-10-09 Brooks Moses <bmoses@stanford.edu>
612 * intrinsic.texi (MOVE_ALLOC): changed "Options" to "Standards".
614 2006-10-09 Steven G. Kargl <kargl@gcc.gnu.org>
616 * gfortran.h: Define GFC_MPFR_TOO_OLD via mpfr version info.
617 * arith.c (arctangent, gfc_check_real_range): Use it.
618 * simplify.c (gfc_simplify_atan2, gfc_simplify_exponent,
619 gfc_simplify_log, gfc_simplify_nearest): Use it.
623 * iresolve.c (gfc_resolve_rrspacing): Give rrspacing library
624 routine hidden precision argument.
625 (gfc_resolve_spacing): Give spacing library routine hidden
626 precision, emin - 1, and tiny(x) arguments.
627 * simplify.c (gfc_simplify_nearest): Remove explicit subnormalization.
628 (gfc_simplify_rrspacing): Implement formula from Fortran 95 standard.
629 (gfc_simplify_spacing): Implement formula from Fortran 2003 standard.
630 * trans-intrinsic.c (gfc_intrinsic_map_t) Declare rrspacing and
631 spacing via LIBF_FUNCTION
632 (prepare_arg_info, call_builtin_clz, gfc_conv_intrinsic_spacing,
633 gfc_conv_intrinsic_rrspacing): Remove functions.
634 (gfc_conv_intrinsic_function): Remove calls to
635 gfc_conv_intrinsic_spacing and gfc_conv_intrinsic_rrspacing.
636 * f95-lang.c (gfc_init_builtin_functions): Remove __builtin_clz,
637 __builtin_clzl and __builtin_clzll
639 2006-10-09 Richard Henderson <rth@redhat.com>
643 2006-10-09 Francois-Xavier Coudert <coudert@clipper.ens.fr>
645 * intrinsic.c (add_sym_0s, add_sym_1s, add_sym_2s, add_sym_3s,
646 add_sym_4s, add_sym_5s, add_functions): Use macro ACTUAL_NO,
647 ACTUAL_YES, NOT_ELEMENTAL and ELEMENTAL instead of constants
648 0 and 1 as second and third arguments to add_sym* functions.
650 2006-10-08 Erik Edelmann <edelmann@gcc.gnu.org>
651 Paul Thomas <pault@gcc.gnu.org>
654 * interface.c (gfc_compare_derived_types): Add comparison of
655 the allocatable field.
656 * intrinsic.c (add_subroutines): Add MOVE_ALLOC.
657 * trans-expr.c (gfc_conv_aliased_arg, gfc_trans_subarray_assign,
658 gfc_trans_subcomponent_assign, gfc_conv_string_parameter,
659 gfc_trans_scalar_assign): Add extra arguments l_is_temp
660 and r_is_var to references to latter function.
661 (gfc_conv_function_call): Add enum for types of argument and
662 an associated variable parm_kind. Deallocate components of
663 INTENT(OUT) and non-variable arrays.
664 (gfc_trans_subcomponent_assign): Add block to assign arrays
665 to allocatable components.
666 (gfc_trans_scalar_assign): Add block to handle assignments of
667 derived types with allocatable components, using the above new
668 arguments to control allocation/deallocation of memory and the
669 copying of allocated arrays.
670 * trans-array.c (gfc_array_allocate): Remove old identification
671 of pointer and replace with that of an allocatable array. Add
672 nullify of structures with allocatable components.
673 (gfc_conv_array_initializer): Treat EXPR_NULL.
674 (gfc_conv_array_parameter): Deallocate allocatable components
675 of non-variable structures.
676 (gfc_trans_dealloc_allocated): Use second argument of library
677 deallocate to inhibit, without error, freeing NULL pointers.
678 (get_full_array_size): New function to return the size of a
680 (gfc_duplicate_allocatable): New function to allocate and copy
682 (structure_alloc_comps): New recursive function to deallocate,
683 nullify or copy allocatable components.
684 (gfc_nullify_alloc_comp, gfc_deallocate_alloc_comp,
685 gfc_copy_alloc_comp): New interface functions to call previous.
686 (gfc_trans_deferred_array): Add the code to nullify allocatable
687 components, when entering scope, and to deallocate them on
688 leaving. Do not call gfc_trans_static_array_pointer and return
689 for structures with allocatable components and default
691 * symbol.c (gfc_set_component_attr): Set allocatable field.
692 (gfc_get_component_attr): Set the allocatable attribute.
693 * intrinsic.h : Prototype for gfc_check_move_alloc.
694 * decl.c (build_struct): Apply TR15581 constraints for
695 allocatable components.
696 (variable_decl): Default initializer is always NULL for
697 allocatable components.
698 (match_attr_spec): Allow, or not, allocatable components,
699 according to the standard in force.
700 * trans-array.h : Prototypes for gfc_nullify_alloc_comp,
701 gfc_deallocate_alloc_comp, gfc_copy_alloc_comp and
702 gfc_duplicate_allocatable.
703 * gfortran.texi : Add mention of TR15581 extensions.
704 * gfortran.h : Add attribute alloc_comp, add
705 gfc_components field allocatable and add the prototype
706 for gfc_expr_to_initialize.
707 * trans-stmt.c (generate_loop_for_temp_to_lhs,
708 generate_loop_for_rhs_to_temp, gfc_trans_where_assign,
709 gfc_trans_where_3): Add extra arguments to calls to
710 gfc_trans_scalar_assign and set appropriately.
711 (gfc_trans_allocate): Nullify allocatable components.
712 (gfc_trans_deallocate): Deallocate to ultimate allocatable
713 components but stop at ultimate pointer components.
714 * module.c (mio_symbol_attribute, mio_symbol_attribute,
715 mio_component): Add module support for allocatable
717 * trans-types.c (gfc_get_derived_type): Treat allocatable
719 * trans.h : Add two boolean arguments to
720 gfc_trans_scalar_assign.
721 * resolve.c (resolve_structure_cons): Check conformance of
722 constructor element and the component.
723 (resolve_allocate_expr): Add expression to nullify the
724 constructor expression for allocatable components.
725 (resolve_transfer): Inhibit I/O of derived types with
726 allocatable components.
727 (resolve_fl_derived): Skip check of bounds of allocatable
729 * trans-decl.c (gfc_get_symbol_decl): Add derived types
730 with allocatable components to deferred variable.
731 (gfc_trans_deferred_vars): Make calls for derived types
732 with allocatable components to gfc_trans_deferred_array.
733 (gfc_generate_function_code): Nullify allocatable
734 component function result on entry.
735 * parse.c (parse_derived): Set symbol attr.allocatable if
736 allocatable components are present.
737 * check.c (gfc_check_allocated): Enforce attr.allocatable
738 for intrinsic arguments.
739 (gfc_check_move_alloc): Check arguments of move_alloc.
740 * primary.c (gfc_variable_attr): Set allocatable attribute.
741 * intrinsic.texi : Add index entry and section for
744 2006-10-08 Paul Thomas <pault@gcc.gnu.org>
747 * resolve.c (resolve_structure_cons): It is an error if the
748 pointer component elements of a derived type constructor are
749 not pointer or target.
753 * trans-stmt.c (generate_loop_for_temp_to_lhs,
754 generate_loop_for_rhs_to_temp): Provide a string length for
755 the temporary by copying that of the other side of the scalar
758 2006-10-08 Tobias Burnus <burnus@net-b.de>
761 * intrinsic.c (add_functions): Add new_line Fortran 2003 intrinsic.
762 * intrinsic.h: Add gfc_simplify_new_line and gfc_check_new_line
764 * check.c (gfc_check_new_line): New function.
765 * simplify.c (gfc_simplify_new_line): New function.
766 * intrinsic.texi: Document new_line intrinsic.
768 2006-10-07 Francois-Xavier Coudert <coudert@clipper.ens.fr>
772 * gcc/fortran/intrinsic.c (add_sym): Define the actual_ok when a
773 gfc_intrinsic_sym structure is filled.
774 (gfc_intrinsic_actual_ok): New function.
775 (add_sym_0s, add_sym_1s, add_sym_2s, add_sym_3s, add_sym_4s,
776 add_sym_5s): Intrinsic subroutines are not allowed as actual
777 arguments, so we remove argument actual_ok.
778 (add_functions): Correct the values for actual_ok of all intrinsics.
779 Add comments for gfc_check_access_func and gfc_resolve_index_func.
780 (add_subroutines): Remove the actual_ok argument, which was never used.
781 * gcc/fortran/intrinsic.h (gfc_intrinsic_actual_ok): New prototype.
782 * gcc/fortran/gfortran.h (gfc_resolve_index_func): New prototype.
783 * gcc/fortran/resolve.c (resolve_actual_arglist): Check whether
784 an intrinsic used as an argument list is allowed there.
785 * gcc/fortran/iresolve.c (gfc_resolve_index_func): New function.
786 (gfc_resolve_len): Change intrinsic function name to agree with
788 * gcc/fortran/trans-decl.c (gfc_get_extern_function_decl): Add
789 new case, because some specific intrinsics take 3 arguments.
790 * gcc/fortran/intrinsic.texi: DIMAG is a GNU extension.
792 2006-10-06 Jakub Jelinek <jakub@redhat.com>
795 * trans-decl.c (gfc_finish_var_decl): With -fno-automatic, don't
796 make artificial variables or pointer to variable automatic array
799 * scanner.c (skip_free_comments): Return bool instead of void.
800 (gfc_next_char_literal): Don't return ' ' if & is missing after
801 !$omp or !$. Use skip_{free,fixed}_comments directly instead
802 of gfc_skip_comments.
804 2006-10-04 Brooks Moses <bmoses@stanford.edu>
806 * gfortran.texi: (Current Status): update and rewrite to reflect
807 actual status more accurately.
809 2006-10-04 Brooks Moses <bmoses@stanford.edu>
811 * gfortran.texi: Consistently refer to the compiler as "GNU
813 * intrinsic.texi: Ditto.
814 * invoke.texi: Ditto.
816 2006-10-04 Richard Henderson <rth@redhat.com>
817 Jakub Jelinek <jakub@redhat.com>
819 * f95-lang.c (gfc_init_builtin_functions): Add __emutls_get_address
820 and __emutls_register_common.
821 * openmp.c (gfc_match_omp_threadprivate): Don't error if !have_tls.
822 * trans-common.c (build_common_decl): Don't check have_tls.
823 * trans-decl.c (gfc_finish_var_decl): Likewise.
824 * types.def (BT_WORD, BT_FN_PTR_PTR): New.
825 (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
827 2006-10-04 Paul Thomas <pault@gcc.gnu.org>
830 * resolve.c (resolve_allocate_expr): Exclude derived types from
831 search for dependences between allocated variables and the
832 specification expressions for other allocations in the same
835 2006-10-04 Paul Thomas <pault@gcc.gnu.org>
838 * resolve.c (resolve_structure_cons): Do not return FAILURE if
839 component expression is NULL.
841 2006-10-03 Paul Thomas <pault@gcc.gnu.org>
845 * resolve.c (find_sym_in_expr): New function that returns true
846 if a symbol is found in an expression.
847 (resolve_allocate_expr): Check whether the STAT variable is
848 itself allocated in the same statement. Use the call above to
849 check whether any of the allocated arrays are used in array
850 specifications in the same statement.
852 2006-10-03 Steven G. Kargl <kargl@gcc.gnu.org>
854 * arith.c (gfc_check_real_range): Use correct exponent range for
857 2006-10-03 Paul Thomas <pault@gcc.gnu.org>
862 * trans-expr.c (gfc_conv_function_call): Check the expression
863 and the formal symbol are present when testing the actual
868 * resolve.c (resolve_entries): It is an error if the entries
869 of an array-valued function do not have the same shape.
871 2006-10-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
874 * trans-decl.c (gfc_get_fake_result_decl): Mark var as
877 2006-10-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
880 * gfortran.h (gfc_option_t): Add max_continue_fixed and
882 * options.c (gfc_init_options): Initialize fixed form and free form
883 consecutive continuation line limits.
884 * scanner.c (gfc_scanner_init_1): Initialize continue_line
885 and continue_count. (gfc_next_char_literal): Count the number of
886 continuation lines in the current statement and warn if limit
889 2006-10-02 Jerry DeLisle <jvdelisle@gcc.gnu.org>
892 * scanner.c (gfc_next_char_literal): Add check for missing '&'
893 and warn if in_string, otherwise return ' '.
895 2006-10-02 Francois-Xavier Coudert <coudert@clipper.ens.fr>
898 * primary.c (match_sym_complex_part): Named constants as real or
899 imaginary part of complex a named constant are only allowed in
902 2006-10-01 Brooks Moses <bmoses@stanford.edu>
904 * gfortran.texi: Corrected references to MALLOC intrinsic.
905 * invoke.texi: Minor cleanup and clarification to the Dialect
908 2006-09-30 Brooks Moses <bmoses@stanford.edu>
910 * invoke.texi: Add mention of BOZ constants and integer
911 overflow to -fno-range-check.
912 * gfortran.texi: Add mention of -fno-range-check to
913 section on BOZ contants.
915 2006-09-30 Bernhard Fischer <aldot@gcc.gnu.org>
917 * resolve.c: Fix commentary typo. Fix whitespace.
919 2006-09-28 Steven G. Kargl <kargl@gcc.gnu.org>
922 * arith.c (gfc_check_integer_range): Disable range checking via
925 2006-09-28 Steven G. Kargl <kargl@gcc.gnu.org>
927 * arith.c: Change conditional test for inclusion of arctangent().
928 (gfc_check_real_range): Change conditional test for use of
930 * simplify.c (gfc_simplify_atan2): Fix conditional for use of
931 mpfr_atan2() instead of arctangent().
932 (gfc_simplify_exponent): Fix conditional for use of mpfr_get_exp().
933 (gfc_simplify_log): Fix conditional for use of mpfr_atan2() instead
935 (gfc_simplify_nearest): Fix conditional for use of mpfr_nextafter().
937 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
939 * arith.c: Conditionally include arctangent2().
940 (gfc_check_real_range): Use mpfr_subnormalize in preference to local
942 * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
943 l for long double functions.
944 * simplify.c: Wrap Copyright to new line.
945 (gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
946 (gfc_simplify_log): Ditto.
950 * simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
951 preference to broken local hack.
954 * simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
955 mpfr_subnormalize to handle numbers near zero in preference to broken
958 2006-09-26 Jakub Jelinek <jakub@redhat.com>
961 * scanner.c (include_line): Handle conditional include.
963 2006-09-25 Tobias Schluter <tobias.schlueter@physik.uni-muenchen.de>
966 * error.c (show_loci): No need to risk an ICE to output a
967 slightly nicer error message.
969 2006-09-19 Paul Thomas <pault@gcc.gnu.org>
970 Steven Bosscher <steven@gcc.gnu.org>
973 * trans-stmt.c (gfc_trans_character_select): Store the label
974 from select_string and then clean up any temporaries from the
975 conversion of the select expression, before branching to the
978 2006-09-18 Paul Thomas <pault@gcc.gnu.org>
981 * primary.c (match_variable): If the compiler is in a module
982 specification block, an interface block or a contains section,
983 reset host_flag to force the changed symbols mechanism.
986 * trans-stmt.c (gfc_trans_character_select): Add the post block
987 for the expression to the main block, after the call to
988 select_string and the last label.
990 2006-09-18 Paul Thomas <pault@gcc.gnu.org>
993 * iresolve.c (resolve_spread): Build shape for result if the
994 source shape is available and dim and ncopies are constants.
996 2006-09-18 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
1000 * trans-decl.c (generate_local_decl): Change from 'warning' to
1001 'gfc_warning' to have line numbers correctly reported.
1003 2006-09-15 Paul Thomas <pault@gcc.gnu.org>
1006 * decl.c (match_old_style_init): Set the 'where' field of the
1007 gfc_data structure 'newdata'.
1009 * match.c (match_case_eos): Add a comprehensible error message.
1011 2006-09-13 Wolfgang Gellerich <gellerich@de.ibm.com>
1013 * trans-expr.c (gfc_add_interface_mapping): For characters, dereference
1014 pointer if necessary and then perform the cast.
1016 2006-09-11 Steven G. Kargl <kargl@gcc.gnu.org>
1018 * intrinsic.c: Update Copyright date.
1019 * intrinsic.h: Ditto.
1021 2006-09-11 Paul Thomas <pault@gcc.gnu.org>
1024 * trans-expr.c (gfc_conv_function_call): Obtain the string length
1025 of a dummy character(*) function from the symbol if it is not
1026 already translated. For a call to a character(*) function, use
1027 the passed, hidden string length argument, which is available
1028 from the backend_decl of the formal argument.
1029 * resolve.c (resolve_function): It is an error if a function call
1030 to a character(*) function is other than a dummy procedure or
1033 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
1036 * trans-types.c (gfc_get_derived_type): Use the parent namespace of
1037 the procedure if the type's own namespace does not have a parent.
1039 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
1042 * expr.c (find_array_section): Only use the array lower and upper
1043 bounds for the start and end of the sections, where the expr is
1046 2006-09-10 Paul Thomas <pault@gcc.gnu.org>
1049 * trans-array.c (gfc_trans_array_constructor_value): Create a temporary
1050 loop variable to hold the current loop variable in case it is modified
1051 by the array constructor.
1053 2006-09-07 Steven G. Kargl <kargls@comcast.net>
1055 * gfortran.h (gfc_integer_info): Eliminate max_int.
1056 * arith.c (gfc_arith_init_1): Remove initialization of max_int.
1057 (gfc_arith_done_1): Remove clearing of max_int.
1058 (gfc_check_integer_range): Fix range chekcing of overflow.
1059 * simplify.c (gfc_simplify_not): Construct mask that was max_int.
1061 2006-09-05 Paul Thomas <pault@gcc.gnu.org>
1064 * gfortran.h : Restore the gfc_dt_list structure and reference
1065 to it in gfc_namespace.
1066 * resolve.c (resolve_fl_derived): Restore the building of the
1067 list of derived types for the current namespace. Modify the
1068 restored code so that a check is made to see if the symbol is
1069 already in the list.
1070 (resolve_fntype): Make sure that the specification block
1071 version of the derived type is used for a module function that
1073 * symbol.c (gfc_free_dt_list): Restore.
1074 (gfc_free_namespace): Restore call to previous.
1075 * trans-types.c (copy_dt_decls_ifequal): Restore.
1076 (gfc_get_derived_type): Restore all the paraphenalia for
1077 association of derived types, including calls to previous.
1078 Modify the restored code such that all derived types are built
1079 if their symbols are found in the parent namespace; not just
1080 non-module types. Add backend_decls to like derived types in
1081 sibling namespaces, as well as that of the derived type.
1083 2006-08-30 Kazu Hirata <kazu@codesourcery.com>
1085 * match.c: Fix a comment typo.
1087 2006-08-30 Paul Thomas <pault@gcc.gnu.org>
1090 * trans-expr.c (gfc_conv_aliased_arg): Ensure that the temp
1091 declaration is retained for INTENT(OUT) arguments.
1095 * resolve.c (resolve_generic_f): Make error message more
1097 (resolve_generic_s): Restructure search for specific procedures
1098 to be similar to resolve_generic_f and change to similar error
1099 message. Ensure that symbol reference is refreshed, in case
1100 the search produces a NULL.
1101 (resolve_specific_s): Restructure search, as above and as
1102 resolve_specific_f. Ensure that symbol reference is refreshed,
1103 in case the search produces a NULL.
1107 * interface.c (check_operator_interface): Throw error if the
1108 interface assignment tries to change intrinsic type assigments
1109 or has less than two arguments. Also, it is an error if an
1110 interface operator contains an alternate return.
1113 * parse.c (gfc_fixup_sibling_symbols): Do not modify the symbol
1114 if it is a dummy in the contained namespace.
1116 2006-08-29 Steven G. Kargl <kargls@comcast.net>
1119 * match.c: Wrap copyright.
1120 (gfc_match_assignment): Return MATCH_NO for failed lvalue. Remove
1121 gotos. Move error handling of FL_PARAMETER to ...
1122 * gfc_match_if: Deal with MATCH_NO from above.
1123 * primary.c: Wrap copyright.
1124 (match_variable): ... here. Improve error messages.
1126 2006-08-29 Paul Thomas <pault@gcc.gnu.org>
1129 * symbol.c (gfc_use_derived): Never eliminate the symbol,
1130 following reassociation of use associated derived types.
1132 2006-08-26 Steven G. Kargl <kargls@comcast.net>
1134 * arith.h: Update Copyright dates. Fix whitespace.
1135 * arith.c: Update Copyright dates. Fix whitespace. Fix comments.
1136 (gfc_arith_done_1): Clean up pedantic_min_int and subnormal.
1138 2006-08-26 Tobias Burnus <burnus@net-b.de>
1140 * gfortran.texi: Note variable initialization causes SAVE attribute.
1141 * intrinsic.texi: Clarify support for KIND=16 and KIND=10.
1142 Mention -std=f2003. Cross reference INQUIRE from ACCESS intrinsic.
1143 Add missing ) in ACOS.
1145 2006-08-26 Daniel Franke <franke.daniel@gmail.com>
1147 * intrinsic.texi: Update Copyright date. Added documentation
1148 for ACOSH, AND, ASINH, ATANH, CHDIR, FGET, FGETC, FPUT, FPUTC,
1149 GETCWD, OR and XOR intrinsics, removed inadvertently introduced
1150 doc-stubs for EQV and NEQV, corrected some typographical errors.
1152 2006-08-24 Daniel Franke <franke.daniel@gmail.com>,
1153 Brooks Moses <bmoses@stanford.edu>
1155 * intrinsic.texi: Added doc-stubs for undocumented intrinsics,
1156 added a "See Also" section, renamed the "Options" section to
1157 "Standard", improved the index, and made numerous minor
1158 typo corrections and grammatical fixes.
1160 2006-08-24 Paul Thomas <pault@gcc.gnu.org>
1163 * symbol.c (shift_types): Shift the derived type references in
1165 (gfc_use_derived): Return if the derived type symbol is already
1166 in another namspace. Add searches for the derived type in
1170 * decl.c (add_init_expr_to_sym): Restore the original but
1171 restricted to parameter arrays to fix a regression.
1173 2006-08-23 Steven G. Kargl <kargls@comcast.net>
1175 * gfortran.texi: Fix last commit where a "no" was deleted and
1176 a grammatical error was introduced.
1178 2006-08-23 Steven G. Kargl <kargls@comcast.net>
1180 * gfortran.texi: Spell check. Add a few contributors to
1181 Chapter 9. Expand the description of BOZ constant handling.
1183 2006-08-20 Janne Blomqvist <jb@gcc.gnu.org>
1186 * gfortran.texi: Mention STREAM I/O among supported F2003
1189 2006-08-20 Paul Thomas <pault@gcc.gnu.org>
1193 * gfortran.h : Eliminate gfc_dt_list structure and reference
1194 to it in gfc_namespace.
1195 * resolve.c (resolve_fl_derived): Remove the building of the
1196 list of derived types for the current namespace.
1197 * symbol.c (find_renamed_type): New function to find renamed
1198 derived types by symbol name rather than symtree name.
1199 (gfc_use_derived): Search parent namespace for identical
1200 derived type and use it, even if local version is complete,
1201 except in interface bodies. Ensure that renamed derived types
1202 are found by call to find_renamed_type. Recurse for derived
1204 (gfc_free_dt_list): Remove.
1205 (gfc_free_namespace): Remove call to previous.
1206 * trans-types.c (copy_dt_decls_ifequal): Remove.
1207 (gfc_get_derived_type): Remove all the paraphenalia for
1208 association of derived types, including calls to previous.
1209 * match.c (gfc_match_allocate): Call gfc_use_derived to
1210 associate any derived types that are being allocated.
1213 * resolve.c (resolve_actual_arglist): The passing of
1214 a generic procedure name as an actual argument is an
1218 * resolve.c (resolve_variable): Check for a symtree before
1219 resolving references.
1222 * primary.c (match_variable): Return MATCH_NO if the symbol
1223 is that of the program.
1226 * trans-expr.c (gfc_trans_subcomponent_assign): Translate
1227 derived type component expressions other than another derived
1231 * expr.c (find_array_section): Correct errors in
1232 the handling of a missing start value for the
1233 index triplet in an array reference.
1236 * trans-decl.c (gfc_build_dummy_array_decl): Before resetting
1237 reference to backend_decl, set it DECL_ARTIFICIAL.
1238 (gfc_get_symbol_decl): Likewise for original dummy decl, when
1239 a copy is made of an array.
1240 (create_function_arglist): Likewise for the _entry paramter
1242 (build_entry_thunks): Likewise for dummies in entry thunks.
1245 * trans-decl.c (gfc_get_symbol_decl): Ensure that the
1246 DECL_CONTEXT of the length of a character dummy is the
1247 same as that of the symbol declaration.
1250 * decl.c (add_init_expr_to_sym): Remove setting of charlen for
1251 an initializer of an assumed charlen variable.
1254 * trans-decl.c (generate_expr_decls): New function.
1255 (generate_dependency_declarations): New function.
1256 (generate_local_decl): Call previous if not either a dummy or
1257 a declaration in an entry master.
1259 2006-08-19 Erik Edelmann <eedelman@gcc.gnu.org>
1262 * resolve.c (resolve_fl_variable): Set a default initializer for
1263 derived types with INTENT(OUT) even if 'flag' is true.
1264 * trans-expr.c (gfc_conv_function_call): Insert code to
1265 reinitialize INTENT(OUT) arguments of derived type with default
1268 2006-08-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1271 * gfortran.h: Add new pointer for stream position to st_inquire.
1272 Rename gfc_large_io_int_kind to gfc_intio_kind.
1273 * trans-types.c (gfc_init_kinds): use gfc_intio_kind.
1274 * io.c: Add new IO tag for file position going in and another for out.
1275 (match_dt_element): Match new tag_spos.
1276 (gfc_resolve_dt): Resolve new tag_spos.
1277 (gfc_free_inquire): Free inquire->strm_pos.
1278 (match_inquire_element): Match new tag_strm_out.
1279 (gfc_resolve_inquire): Resolve new tag_strm_out.
1280 * trans-io.c: Rename IOPARM_type_large_io_int to IOPARM_type_intio.
1281 (gfc_build_st_parameter): Same.
1282 (gfc_build_io_library_fndecls) Same. and add build pointer type pintio.
1283 (gfc_trans_inquire): Translate strm_pos for inquire.
1284 * ioparm.def: Reorder flags to accomodate addition of new inquire
1285 flag for strm_pos_out and add it in.
1287 2006-08-06 Paul Thomas <pault@gcc.gnu.org>
1290 * parse.c (parse_derived): Remove the test for sequence type
1291 components of a sequence type.
1292 * resolve.c (resolve_fl_derived): Put the test here so that
1293 pointer components are tested.
1295 2006-08-05 Steven G. Kargl <kargls@comcast.nt>
1298 * resolve.c(resolve_elemental_actual): Add flags.h to use -pedantic
1299 and exclude conversion functions in conditional. Change gfc_error
1301 (warn_unused_label) Rename to ...
1302 (warn_unused_fortran_label) avoid warn_unused_label in flags.h.
1304 2006-07-30 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1306 * intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.
1307 (add_subroutines): Add LTIME, GMTIME and CHMOD.
1308 * intrinsic.h (gfc_check_access_func, gfc_check_chmod,
1309 gfc_check_chmod_sub, gfc_check_ltime_gmtime, gfc_simplify_rshift,
1310 gfc_simplify_lshift, gfc_resolve_access, gfc_resolve_chmod,
1311 gfc_resolve_rshift, gfc_resolve_lshift, gfc_resolve_chmod_sub,
1312 gfc_resolve_gmtime, gfc_resolve_ltime): Add prototypes.
1313 * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_ACCESS,
1314 GFC_ISYM_CHMOD, GFC_ISYM_LSHIFT, GFC_ISYM_RSHIFT.
1315 * iresolve.c (gfc_resolve_access, gfc_resolve_chmod,
1316 gfc_resolve_rshift, gfc_resolve_lshift, gfc_resolve_chmod_sub,
1317 gfc_resolve_gmtime, gfc_resolve_ltime): New functions.
1318 * check.c (gfc_check_access_func, gfc_check_chmod,
1319 gfc_check_chmod_sub, gfc_check_ltime_gmtime): New functions.
1320 * trans-intrinsic.c (gfc_conv_intrinsic_rlshift): New function.
1321 (gfc_conv_intrinsic_function): Add cases for the new GFC_ISYM_*.
1323 2006-07-28 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1325 * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
1327 2006-07-26 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1329 * intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG,
1330 LSTAT, MCLOCK and MCLOCK8 intrinsic functions.
1331 (add_subroutines): Add LSTAT intrinsic subroutine.
1332 * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_INT2,
1333 GFC_ISYM_INT8, GFC_ISYM_LONG, GFC_ISYM_LSTAT, GFC_ISYM_MCLOCK
1334 and GFC_ISYM_MCLOCK8.
1335 * iresolve.c (gfc_resolve_int2, gfc_resolve_int8,
1336 gfc_resolve_long, gfc_resolve_lstat, gfc_resolve_mclock,
1337 gfc_resolve_mclock8, gfc_resolve_lstat_sub): New functions.
1338 * check.c (gfc_check_intconv): New function.
1339 * trans-intrinsic.c (gfc_conv_intrinsic_function): Add cases for
1340 the added GFC_ISYM_*.
1341 * simplify.c (gfc_simplify_intconv, gfc_simplify_int2,
1342 gfc_simplify_int8, gfc_simplify_long): New functions.
1343 * intrinsic.h (gfc_check_intconv, gfc_simplify_int2,
1344 gfc_simplify_int8, gfc_simplify_long, gfc_resolve_int2,
1345 gfc_resolve_int8, gfc_resolve_long, gfc_resolve_lstat,
1346 gfc_resolve_mclock, gfc_resolve_mclock8, gfc_resolve_lstat_sub):
1349 2006-07-24 Erik Edelmann <eedelman@gcc.gnu.org>
1352 * trans-array.c (gfc_conv_array_parameter): Give special treatment for
1353 ALLOCATABLEs if they are themselves dummy variables.
1355 2006-07-23 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1358 * gfortran.h: Declare gfc_large_io_int_kind.
1359 * trans-types.c (gfc_init_kinds): Set gfc_large_io_int_kind
1361 * trans-io.c (enum iofield_type): Add large_io_int type.
1362 (gfc_build_st_parameter): Same.
1363 (gfc_build_io_library_fndecls): Same.
1364 * ioparm_def: Use large_io_int to define rec.
1366 2006-07-22 Steven Bosscher <steven@gcc.gnu.org>
1369 * trans-stmt.c (gfc_trans_arithmetic_if): Evaluate the condition once.
1371 2006-07-16 Jakub Jelinek <jakub@redhat.com>
1374 * trans-openmp.c (gfc_trans_omp_do): Look for LASTPRIVATE in
1375 code->exp.omp_clauses rather than in the 3rd function argument.
1377 2006-07-16 Paul Thomas <pault@gcc.gnu.org>
1380 * trans-common.c (translate_common): If common_segment is NULL
1381 emit error that common block does not exist.
1384 * io.c (check_io_constraints): It is an error if an ADVANCE
1385 specifier appears without an explicit format.
1388 * resolve.c (resolve_generic_s): For a use_associated function,
1389 do not search for an alternative symbol in the parent name
1393 * resolve.c (resolve_elemental_actual): New function t combine
1394 all the checks of elemental procedure actual arguments. In
1395 addition, check of array valued optional args(this PR) has
1397 (resolve_function, resolve_call): Remove parts that treated
1398 elemental procedure actual arguments and call the above.
1400 2006-07-14 Steven G. Kargl <kargls@comcast.net>
1402 * trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths
1404 006-07-13 Paul Thomas <pault@gcc.gnu.org>
1407 * trans-expr.c (gfc_conv_aliased_arg): Missing formal arg means
1408 that intent is INOUT (fixes regression).
1411 * check.c (check_present): The only permitted reference is a
1412 full array reference.
1415 * decl.c (variable_decl): Add error if a derived type is not
1416 from the current namespace if the namespace is an interface
1419 2006-07-12 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1422 * trans-expr.c (gfc_trans_string_copy): Generate inline code
1423 to perform string copying instead of calling a library function.
1424 * trans-decl.c (gfc_build_intrinsic_function_decls): Don't build
1425 decl for copy_string.
1426 * trans.h (gfor_fndecl_copy_string): Remove prototype.
1428 2006-07-11 Feng Wang <fengwang@nudt.edu.cn>
1431 * trans-io.c (transfer_expr): Deal with Hollerith constants used in
1434 2006-07-07 Kazu Hirata <kazu@codesourcery.com>
1436 * intrinsic.texi: Fix typos.
1438 2006-07-07 Paul Thomas <pault@gcc.gnu.org>
1442 * io.c (resolve_tag): Any integer that is not an assigned
1443 variable is an error.
1445 2006-07-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1448 * trans-array.c (gfc_trans_array_bound_check): Add a locus
1449 argument, and use it in the error messages.
1450 (gfc_conv_array_index_offset): Donc perform bounds checking on
1451 the last dimension of assumed-size arrays.
1453 2006-07-06 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1456 * trans-stmt.c (compute_inner_temp_size): Don't perform bounds
1457 checking when calculating the bounds of scalarization.
1459 2006-07-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1462 * interface.c (gfc_match_interface): Don't allow dummy procedures
1463 to have a generic interface.
1465 2006-07-04 Paul Thomas <pault@gcc.gnu.org>
1468 * trans-array.c (gfc_conv_expr_descriptor): When building temp,
1469 ensure that the substring reference uses a new charlen.
1470 * trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
1471 the argument list, lift the treatment of missing string lengths
1472 from the above and implement the use of the intent.
1473 (gfc_conv_function_call): Add the extra argument to the call to
1477 * trans-array.c (get_array_ctor_var_strlen): Treat a constant
1478 substring reference.
1479 * array.c (gfc_resolve_character_array_constructor): Remove
1480 static attribute and add the gfc_ prefix, make use of element
1481 charlens for the expression and pick up constant string lengths
1482 for expressions that are not themselves constant.
1483 * gfortran.h : resolve_character_array_constructor prototype
1485 * resolve.c (gfc_resolve_expr): Call resolve_character_array_
1486 constructor again after expanding the constructor, to ensure
1487 that the character length is passed to the expression.
1489 2006-07-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1490 Daniel Franke <franke.daniel@gmail.com>
1492 * intrinsic.c (add_subroutines): Add ITIME and IDATE.
1493 * intrinsic.h (gfc_check_itime_idate,gfc_resolve_idate,
1494 fc_resolve_itime): New protos.
1495 * iresolve.c (gfc_resolve_itime, gfc_resolve_idate): New functions.
1496 * check.c (gfc_check_itime_idate): New function.
1497 * intrinsic.texi: Document the new intrinsics.
1499 2006-07-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1501 * intrinsics/date_and_time.c (itime0,idate0,itime_i4,itime_i8,
1502 idate_i4,idate_i8): New functions.
1505 2006-07-03 Asher Langton <langton2@llnl.gov>
1507 * decl.c (match_old_style_init): Add data attribute to symbol.
1509 2006-07-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1511 * iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
1512 Remove ATTRIBUTE_UNUSED for used argument.
1514 2006-07-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1516 * intrinsic.texi: Document new intrinsics.
1518 2006-07-01 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
1521 * parse.c (next_free): Error out on line starting with semicolon.
1522 (next_fixed): Fix formatting. Error out on line starting with
1525 2006-06-30 Kazu Hirata <kazu@codesourcery.com>
1527 * check.c: Fix a comment typo.
1529 2006-06-25 Paul Thomas <pault@gcc.gnu.org>
1532 * interface.c (compare_actual_formal): Signal an error if the formal
1533 argument is a pure procedure and the actual is not pure.
1536 * resolve.c (resolve_actual_arglist): If the type of procedure
1537 passed as an actual argument is not already declared, see if it is
1541 * resolve.c (resolve_select): Use bits 1 and 2 of a new int to
1542 keep track of the appearance of constant logical case expressions.
1543 Signal an error is either value appears more than once.
1546 * resolve.c (resolve_fl_procedure): Signal an error if an elemental
1547 function is not scalar valued.
1550 * match.c (recursive_stmt_fcn): Perform implicit typing of variables.
1553 * match.c (match_forall_iterator): Mark new variables as
1554 FL_UNKNOWN if the match fails.
1557 * match.c (gfc_match_forall): Remove extraneous call to
1561 * resolve.c (resolve_code, resolve_function): Rework
1562 forall_flag scheme so that it is set and has a value of
1563 2, when the code->expr (ie. the forall mask) is resolved.
1564 This is used to change "block" to "mask" in the non-PURE
1567 2006-06-24 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1570 * resolve.c (resolve_substring): Don't issue out-of-bounds
1571 error messages when the range has zero size.
1573 2006-06-24 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1576 * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless
1577 -ffixed-form is explicitly specified.
1579 2006-06-24 Paul Thomas <pault@gcc.gnu.org>
1582 * trans-array.c (gfc_conv_expr_descriptor): When building temp,
1583 use the substring reference to calculate the length if the
1584 expression does not have a charlen.
1586 2006-06-24 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1589 * trans-intrinsic.c (gfc_conv_intrinsic_mod): Support cases where
1590 there is no integer kind equal to the resulting real kind.
1591 * intrinsic.c (add_functions): MODULO is not allowed as an actual
1594 2006-06-23 Steven G. Kargl <kargls@comcast.net>
1597 * match.c (gfc_match_if): Handle errors in assignment in simple if.
1599 2006-06-22 Asher Langton <langton2@llnl.gov>
1602 * primary.c (gfc_match_rvalue): Don't call match_substring for
1603 implicit non-character types.
1605 2006-06-22 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1608 * iresolve.c (gfc_resolve_reshape): Call reshape_r4 and
1609 reshape_r8 instead of reshape_4 and reshape_8.
1610 (gfc_resolve_transpose): Likewise for transpose.
1612 2006-06-21 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1614 * trans-expr.c (gfc_conv_missing_dummy, gfc_conv_unary_op,
1615 gfc_conv_cst_int_power, gfc_conv_string_tmp,
1616 gfc_conv_function_call): Replace calls to convert on constant
1617 integer nodes by build_int_cst.
1618 * trans-stmt.c (gfc_trans_do): Likewise.
1619 * trans-io.c (set_internal_unit, transfer_namelist_element):
1621 * trans-decl.c (build_entry_thunks): Likewise.
1623 2006-06-20 Steven G. Kargl <kargls@comcast.net>
1625 * simplify.c (gfc_simplify_rrspacing): Initialize and clear mpfr_t
1628 2006-06-20 Paul Thomas <pault@gcc.gnu.org>
1632 * check.c (non_init_transformational): New function.
1633 (find_substring_ref): New function to signal use of disallowed
1634 transformational intrinsic in an initialization expression.
1635 (gfc_check_all_any): Call previous if initialization expr.
1636 (gfc_check_count): The same.
1637 (gfc_check_cshift): The same.
1638 (gfc_check_dot_product): The same.
1639 (gfc_check_eoshift): The same.
1640 (gfc_check_minloc_maxloc): The same.
1641 (gfc_check_minval_maxval): The same.
1642 (gfc_check_gfc_check_product_sum): The same.
1643 (gfc_check_pack): The same.
1644 (gfc_check_spread): The same.
1645 (gfc_check_transpose): The same.
1646 (gfc_check_unpack): The same.
1649 *intrinsic.c (add_functions): Add gfc_simplify_transfer.
1650 *intrinsic.h : Add prototype for gfc_simplify_transfer.
1651 *simplify.c (gfc_simplify_transfer) : New function to act as
1652 placeholder for eventual implementation. Emit error for now.
1655 * expr.c (find_array_element): Eliminate condition on length of
1656 offset. Add bounds checking. Rearrange exit. Return try and
1657 put gfc_constructor result as an argument.
1658 (find_array_section): New function.
1659 (find_substring_ref): New function.
1660 (simplify_const_ref): Add calls to previous.
1661 (simplify_parameter_variable): Return on NULL expr.
1662 (gfc_simplify_expr): Only call gfc_expand_constructor for full
1666 * match.c (gfc_match_forall): Add missing locus to gfc_code.
1668 2006-06-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1671 * trans-intrinsic.c (gfc_conv_associated): Use pre and post blocks
1672 of the scalarization expression.
1674 2006-06-18 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1678 * arith.c (gfc_range_check): Return ARITH_OK if -fno-range-check. Add
1679 return of ARITH_NAN, ARITH_UNDERFLOW, and ARITH_OVERFLOW.
1680 (gfc_arith_divide): If -fno-range-check allow mpfr to divide by zero.
1681 * gfortran.h (gfc_option_t): Add new flag.
1682 * invoke.texi: Document new flag.
1683 * lang.opt: Add option -frange-check.
1684 * options.c (gfc_init_options): Initialize new flag.
1685 (gfc_handle_options): Set flag if invoked.
1686 * simplify.c (range_check): Add error messages for
1687 overflow, underflow, and other errors.
1688 * trans-const.c (gfc_conv_mpfr_to_tree): Build NaN and Inf from mpfr
1691 2006-06-17 Karl Berry <karl@gnu.org>
1693 * gfortran.texi (@dircategory): Use "Software development"
1694 instead of "Programming", following the Free Software Directory.
1696 2006-06-16 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1699 * trans-array.c (gfc_conv_ss_startstride): Correct the runtime
1700 conditions for bounds-checking. Check for nonzero stride.
1701 Don't check the last dimension of assumed-size arrays. Fix the
1702 dimension displayed in the error message.
1704 2006-06-15 Thomas Koenig <Thomas.Koenig@online.de>
1706 * trans-array.h (gfc_trans_create_temp_array): Add bool
1708 * trans-arrray.c (gfc_trans_create_temp_array): Add extra
1709 argument "function" to show if we are translating a function.
1710 If we are translating a function, perform checks whether
1711 the size along any argument is negative. In that case,
1713 (gfc_trans_allocate_storage): Add function argument (as
1714 false) to gfc_trans_create_temp_array call.
1715 * trans-expr.c (gfc_conv_function_call): Add function
1716 argument (as true) to gfc_trans_create_temp_array call.
1717 * trans-stmt.c (gfc_conv_elemental_dependencies): Add
1718 function argument (as false) to gfc_trans_create_temp_array
1720 * trans-intrinsic.c: Likewise.
1722 2006-06-10 Paul Thomas <pault@gcc.gnu.org>
1727 * decl.c (get_proc_name): Add new argument to flag that a
1728 module function entry is being treated. If true, correct
1729 error condition, add symtree to module namespace and add
1731 (gfc_match_function_decl, gfc_match_entry,
1732 gfc_match_subroutine): Use the new argument in calls to
1734 * resolve.c (resolve_entries): ENTRY symbol reference to
1735 to master entry namespace if a module function.
1736 * trans-decl.c (gfc_create_module_variable): Return if
1737 the symbol is an entry.
1738 * trans-exp.c (gfc_conv_variable): Check that parent_decl
1741 2006-06-09 Jakub Jelinek <jakub@redhat.com>
1744 * trans-openmp.c (gfc_omp_clause_default_ctor): New function.
1745 * trans.h (gfc_omp_clause_default_ctor): New prototype.
1746 * f95-lang.c (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Define.
1748 2006-06-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1751 * trans-expr.c (gfc_conv_substring): If the substring start is
1752 greater than its end, the length of the substring is zero, and
1754 (gfc_trans_string_copy): Don't generate a call to
1755 _gfortran_copy_string when destination length is zero.
1757 2006-06-08 Asher Langton <langton2@llnl.gov>
1760 * trans-array.c (gfc_conv_array_ref): Eliminate bounds checking
1761 for assumed-size Cray pointees.
1763 2006-06-08 Steven G. Kargl <kargls@comcat.net>
1765 * intrinsic.c (add_subroutine): Make make_noreturn() conditional on
1766 the appropriate symbol name.
1768 2006-06-07 Paul Thomas <pault@gcc.gnu.org>
1771 * resolve.c (resolve_fl_variable): Error if an automatic
1772 object has the SAVE attribute.
1775 * expr.c (simplify_intrinsic_op): Transfer the rank and
1776 the locus to the simplified expression.
1780 * gfortran.h : Add int entry_id to gfc_symbol.
1781 * resolve.c : Add static variables current_entry_id and
1783 (resolve_variable): During code resolution, check if a
1784 reference to a dummy variable in an executable expression
1785 is preceded by its appearance as a parameter in an entry.
1786 Likewise check its specification expressions.
1787 (resolve_code): Update current_entry_id on EXEC_ENTRY.
1788 (resolve_charlen, resolve_fl_variable): Set and reset
1790 (is_non_constant_shape_array): Do not return on detection
1791 of a variable but continue to resolve all the expressions.
1792 (resolve_codes): set current_entry_id to an out of range
1795 2006-06-06 Mike Stump <mrs@apple.com>
1797 * Make-lang.in: Rename to htmldir to build_htmldir to avoid
1798 installing during build.
1800 2006-06-06 Paul Thomas <pault@gcc.gnu.org>
1803 * match.c (gfc_match_common): Fix code typo. Remove
1804 sym->name, since sym is NULL, and replace with name.
1806 2006-06-05 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1809 * resolve.c (compute_last_value_for_triplet): New function.
1810 (check_dimension): Correctly handle zero-sized array sections.
1811 Add checking on last element of array sections.
1813 2006-06-05 Steven G. Kargl <kargls@comcast.net>
1815 * data.c (gfc_assign_data_value): Fix comment typo. Remove
1818 2006-06-05 Paul Thomas <pault@gcc.gnu.org>
1821 * data.c (create_character_intializer): Add warning message
1822 for truncated string.
1825 * symbol.c : Include flags.h.
1826 (gfc_add_type): If a procedure and types are the same do not
1827 throw an error unless standard is less than gnu or pedantic.
1830 * parse.c (parse_do_block): Error if named block do construct
1831 does not have a named enddo.
1834 * check.c (gfc_check_associated): Pick up EXPR_NULL for pointer
1835 as well as target and put error return at end of function.
1837 2006-06-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1839 * trans.c (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return):
1840 Add strings for common runtime error messages.
1841 (gfc_trans_runtime_check): Add a locus argument, use a string
1842 and not a string tree for the message.
1843 * trans.h (gfc_trans_runtime_check): Change prototype accordingly.
1844 (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return): Add proto.
1845 * trans-const.c (gfc_strconst_bounds, gfc_strconst_fault,
1846 gfc_strconst_wrong_return, gfc_strconst_current_filename): Remove.
1847 (gfc_init_constants): Likewise.
1848 * trans-const.h: Likewise.
1849 * trans-decl.c (gfc_build_builtin_function_decls): Call to
1850 _gfortran_runtime_error has only one argument, the message string.
1851 * trans-array.h (gfc_conv_array_ref): Add a symbol argument and a
1853 * trans-array.c (gfc_trans_array_bound_check): Build precise
1855 (gfc_conv_array_ref): Use the new symbol argument and the locus
1856 to build more precise error messages.
1857 (gfc_conv_ss_startstride): More precise error messages.
1858 * trans-expr.c (gfc_conv_variable): Give symbol reference and
1859 locus to gfc_conv_array_ref.
1860 (gfc_conv_function_call): Use the new prototype for
1861 gfc_trans_runtime_check.
1862 * trans-stmt.c (gfc_trans_goto): Build more precise error message.
1863 * trans-io.c (set_string): Likewise.
1864 * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use new prototype
1865 for gfc_trans_runtime_check.
1867 2006-06-01 Thomas Koenig <Thomas.Koenig@online.de>
1870 * arith.c: Cast the characters from the strings to unsigned
1871 char to avoid values less than 0 for extended ASCII.
1873 2006-06-01 Per Bothner <bothner@bothner.com>
1875 * data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.
1876 * scanner.c (gfc_gobble_whitespace): Likewise.
1878 2006-06-01 Paul Thomas <pault@gcc.gnu.org>
1882 * interface.c (compare_parameter): Return 1 if the actual arg
1883 is external and the formal is a procedure.
1884 (compare_actual_formal): If the actual argument is a variable
1885 and the formal a procedure, this an error. If a gsymbol exists
1886 for a procedure of the same name, this is not yet resolved and
1887 the error is cleared.
1889 * trans-intrinsic.c (gfc_conv_associated): Make provision for
1890 zero array length or zero string length contingent on presence
1891 of target, for consistency with standard.
1893 2006-05-30 Asher Langton <langton2@llnl.gov>
1895 * symbol.c (check_conflict): Allow external, function, and
1896 subroutine attributes with Cray pointees.
1897 * trans-expr.c (gfc_conv_function_val): Translate Cray pointees
1898 that point to procedures.
1899 * gfortran.texi: Document new feature.
1901 2006-05-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
1904 * io.c (check_format): Add error for missing period in format
1905 specifier unless -std=legacy.
1906 * gfortran.texi: Add description of expanded namelist read and
1907 missing period in format extensions.
1909 2006-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1912 * trans-array.c (gfc_conv_array_ref): Perform out-of-bounds
1913 checking for assumed-size arrrays for all but the last dimension.
1915 2006-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1917 * invoke.texi: Change -fpackderived into -fpack-derived.
1919 2006-05-29 Kazu Hirata <kazu@codesourcery.com>
1921 * options.c, primary.c, resolve.c, trans-common.c: Fix typos
1924 2006-05-28 Kazu Hirata <kazu@codesourcery.com>
1926 * check.c, expr.c, resolve.c, trans-common.c,
1927 trans-intrinsic.c, trans-stmt.c, trans-types.c: Fix comment typos.
1929 2006-05-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1932 * trans-array.c (gfc_conv_array_ref): Don't perform out-of-bounds
1933 checking for assumed-size arrrays.
1935 2006-05-27 Paul Thomas <pault@gcc.gnu.org>
1937 * trans-intrinsic.c (gfc_conv_associated): If pointer in first
1938 arguments has zero array length of zero string length, return
1941 2006-05-26 Francois-Xavier Coudert <coudert@clipper.ens.fr>
1944 * trans-array.c (gfc_trans_dummy_array_bias): Don't use stride as
1945 a temporary variable when -fbounds-check is enabled, since its
1946 value will be needed later.
1948 2006-05-26 Thomas Koenig <Thomas.Koenig@online.de>
1951 * io.c (match_io): print (1,*) is an error.
1953 2006-05-26 Paul Thomas <pault@gcc.gnu.org>
1956 * resolve.c (find_array_spec): Add gfc_symbol, derived, and
1957 use to track repeated component references.
1961 * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Use
1962 se->string_length throughout and use memcpy to populate the
1963 expression returned to the scalarizer.
1964 (gfc_size_in_bytes): New function.
1966 2006-05-21 Paul Thomas <pault@gcc.gnu.org>
1969 * primary.c (gfc_match_rvalue): Test if symbol represents a
1970 direct recursive function reference. Error if array valued,
1971 go to function0 otherwise.
1973 2006-05-21 Paul Thomas <pault@gcc.gnu.org>
1976 * interface.c (gfc_extend_assign): Use new EXEC_ASSIGN_CALL.
1977 * gfortran.h : Put EXEC_ASSIGN_CALL in enum.
1978 * trans-stmt.c (gfc_conv_elemental_dependencies): New function.
1979 (gfc_trans_call): Call it. Add new boolian argument to flag
1980 need for dependency checking. Assert intent OUT and IN for arg1
1982 (gfc_trans_forall_1): Use new code EXEC_ASSIGN_CALL.
1983 trans-stmt.h : Modify prototype of gfc_trans_call.
1984 trans.c (gfc_trans_code): Add call for EXEC_ASSIGN_CALL.
1985 st.c (gfc_free_statement): Free actual for EXEC_ASSIGN_CALL.
1986 * dependency.c (gfc_check_fncall_dependency): Don't check other
1990 * resolve.c : Remove resolving_index_expr.
1991 (entry_parameter): Remove.
1992 (gfc_resolve_expr, resolve_charlen, resolve_fl_variable): Lift
1993 calls to entry_parameter and references to resolving_index_expr.
1996 * check.c (gfc_check_associated): Replace NULL assert with an
1997 error message, since it is possible to generate bad code that
1998 has us fall through to here..
2001 * iresolve.c (maxloc, minloc): If DIM is not present, pass the
2002 rank of ARRAY as the shape of the result. Otherwise, pass the
2003 shape of ARRAY, less the dimension DIM.
2004 (maxval, minval): The same, when DIM is present, otherwise no
2007 2006-05-19 H.J. Lu <hongjiu.lu@intel.com>
2010 * trans-array.c (gfc_conv_expr_descriptor): Don't zero the
2011 first stride to indicate a temporary.
2012 * trans-expr.c (gfc_conv_function_call): Likewise.
2014 2006-05-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2015 Feng Wang <fengwang@nudt.edu.cn>
2018 * dump-parse-tree.c (gfc_show_expr): Deal with Hollerith constants.
2019 * data.c (create_character_intializer): Set from_H flag if character is
2020 initialized by Hollerith constant.
2022 2006-05-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2025 * resolve.c (resolve_call, resolve_function): Issue an error
2026 if a function or subroutine call is recursive but the function or
2027 subroutine wasn't declared as such.
2029 2006-05-07 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2032 * gfortran.dg/recursive_check_1.f: New test.
2035 2006-05-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2038 * dump-parse-tree.c (gfc_show_code_node): Try harder to find the
2039 called procedure name.
2041 2006-05-17 Jakub Jelinek <jakub@redhat.com>
2044 * trans-openmp.c (gfc_trans_omp_parallel_do,
2045 gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare): Set
2046 OMP_PARALLEL_COMBINED flag.
2048 2006-05-16 H.J. Lu <hongjiu.lu@intel.com>
2051 * Make-lang.in (GFORTRAN_D_OBJS): Replace gcc.o with
2054 2006-05-15 Paul Thomas <pault@gcc.gnu.org>
2057 * resolve.c: Static resolving_index_expr initialized.
2058 (entry_parameter): New function to emit errors for variables
2059 that are not entry parameters.
2060 (gfc_resolve_expr): Call entry_parameter, when resolving
2061 variables, if the namespace has entries and resolving_index_expr
2063 (resolve_charlen): Set resolving_index_expr before the call to
2064 resolve_index_expr and reset it afterwards.
2065 (resolve_fl_variable): The same before and after the call to
2066 is_non_constant_shape_array, which ultimately makes a call to
2070 * resolve.c (resolve_code): Add error condition that the return
2071 expression must be scalar.
2074 * matchexp.c (gfc_get_parentheses): New function.
2075 (match_primary): Remove inline code and call above.
2076 * gfortran.h: Provide prototype for gfc_get_parentheses.
2077 * resolve.c (resolve_array_ref): Call the above, when start is a
2078 derived type variable array reference.
2080 2006-05-15 Jakub Jelinek <jakub@redhat.com>
2083 * trans-openmp.c (gfc_trans_omp_array_reduction): Ensure
2084 OMP_CLAUSE_REDUCTION_{INIT,MERGE} are set to BIND_EXPR.
2086 2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
2088 * Make-lang.in (fortran/options.o): Depend on $(TARGET_H).
2090 2006-05-11 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2093 * parse.c (next_free): Return instead of calling decode_statement
2096 2005-05-10 Thomas Koenig <Thomas.Koenig@online.de>
2099 * trans-array.c(gfc_array_allocate): If ref->next exists
2100 that is if there is a statement like ALLOCATE(foo%bar(2)),
2101 F95 rules require that bar should be a pointer.
2103 2006-05-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2106 * resolve.c (gfc_resolve_index): Make REAL array indices a
2107 GFC_STD_LEGACY feature.
2109 2006-05-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2112 * parse.c (reject_statement): Clear gfc_new_block.
2114 2006-05-09 Steven G. Kargl <kargls@comcast.net>
2116 * invoke.texi: Missed file in previous commit. Update
2117 description of -fall-intrinsics
2119 2006-05-07 Steven Boscher <steven@gcc.gnu.org>
2122 * parse.c (next_statement): Add check to avoid an ICE when
2123 gfc_current_locus.lb is not set.
2125 2006-05-07 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
2128 * match.c (match_case_eos): Error out on garbage following
2131 2006-05-07 Paul Thomas <pault@gcc.gnu.org>
2134 * trans-array.c (get_array_ctor_strlen): Remove static attribute.
2135 * trans.h: Add prototype for get_array_ctor_strlen.
2136 * trans-intrinsic.c (gfc_conv_intrinsic_len): Switch on EXPR_ARRAY
2137 and call get_array_ctor_strlen.
2139 2006-05-05 Steven G. Kargl <kargls@comcast.net>
2141 * invoke.texi: Update description of -fall-intrinsics
2142 * options.c (gfc_post_options): Disable -Wnonstd-intrinsics if
2143 -fall-intrinsics is used.
2144 (gfc_handle_option): Permit -Wno-nonstd-intrinsics.
2146 2006-05-04 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
2148 * simplify.c (ascii_table): Fix wrong entry.
2150 2006-05-02 Steven G. Kargl <kargls@comcast.net>
2153 * lang.opt: Fix -Wtab description
2156 * lang.opt: New flag -fall-intrinsics.
2157 * invoke.texi: Document option.
2158 * gfortran.h (options_t): New member flag_all_intrinsics.
2159 * options.c (gfc_init_options, gfc_handle_option): Set new option.
2160 sort nearby misplaced options.
2161 * intrinsic.c (add_sym, make_generic, make_alias): Use it.
2163 2006-05-02 Paul Thomas <pault@gcc.gnu.org>
2166 * module.c: Add static flag in_load_equiv.
2167 (mio_expr_ref): Return if no symtree and in_load_equiv.
2168 (load_equiv): If any of the equivalence members have no symtree, free
2169 the equivalence and the associated expressions.
2172 * trans-common.c (gfc_trans_common): Invert the order of calls to
2173 finish equivalences and gfc_commit_symbols.
2175 2006-04-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2178 * simplify.c (simplify_len): Character variables with constant
2179 length can be simplified.
2181 2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
2184 * trans-array.c (gfc_conv_array_transpose): Move gcc_assert
2185 before gfc_conv_expr_descriptor.
2187 2006-04-23 Paul Thomas <pault@gcc.gnu.org>
2190 * resolve.c (resolve_call): Check conformity of elemental
2191 subroutine actual arguments.
2193 2006-04-22 Jakub Jelinek <jakub@redhat.com>
2196 * iresolve.c (gfc_resolve_reshape): Use reshape_r16 for real(16).
2197 (gfc_resolve_transpose): Use transpose_r16 for real(16).
2199 2006-04-21 Paul Thomas <pault@gcc.gnu.org>
2202 * resolve.c (resolve_function): Remove general restriction on auto
2203 character length function interfaces.
2204 (gfc_resolve_uops): Check restrictions on defined operator
2206 (resolve_types): Call the check for defined operators.
2209 * trans-array.c (gfc_trans_array_constructor_subarray): Remove
2210 redundant gfc_todo_error.
2211 (get_array_ctor_var_strlen): Remove typo in enum.
2213 2006-04-18 Bernhard Fischer <aldot@gcc.gnu.org>
2215 * parse.c (next_free): Use consistent error string between
2216 free-form and fixed-form for illegal statement label of zero.
2217 (next_fixed): Use consistent warning string between free-form
2218 and fixed-form for statement labels for empty statements.
2220 2006-04-18 Steve Ellcey <sje@cup.hp.com>
2222 * trans-io.c (gfc_build_io_library_fndecls): Align pad.
2224 2006-04-16 Thomas Koenig <Thomas.Koenig@online.de>
2227 * trans-array.c(gfc_array_init_size): Introduce or_expr
2228 which is true if the size along any dimension
2229 is negative. Create a temporary variable with base
2230 name size. If or_expr is true, set the temporary to 0,
2231 to the normal size otherwise.
2233 2006-04-16 Paul Thomas <pault@gcc.gnu.org>
2236 * intrinsic.c (add_functions): Mark LOGICAL as elemental.
2239 * expr.c (gfc_check_assign): Extend scope of error to include
2240 assignments to a procedure in the main program or, from a
2241 module or internal procedure that is not that represented by
2242 the lhs symbol. Use VARIABLE rather than l-value in message.
2245 * trans-array.c (gfc_trans_deferred_array): If the backend_decl
2246 is not a descriptor, dereference and then test and use the type.
2249 * trans-decl.c (gfc_trans_deferred_vars): Check if an array
2250 result, is also automatic character length. If so, process
2251 the character length.
2256 * trans_intrinsic.c (gfc_walk_intrinsic_bound): Set
2257 data.info.dimen for bound intrinsics.
2258 * trans_array.c (gfc_conv_ss_startstride): Pick out LBOUND and
2259 UBOUND intrinsics and supply their shape information to the ss
2263 * trans_expr.c (gfc_trans_function_call): Add a new block, post,
2264 in to which all the argument post blocks are put. Add this block
2265 to se->pre after a byref call or to se->post, otherwise.
2267 2006-04-14 Roger Sayle <roger@eyesopen.com>
2269 * trans-io.c (set_string): Use fold_build2 and build_int_cst instead
2270 of build2 and convert to construct "x < 0" rather than "x <= -1".
2272 2006-04-13 Richard Henderson <rth@redhat.com>
2274 * trans-openmp.c (gfc_trans_omp_sections): Adjust for changed
2275 number of operands to OMP_SECTIONS.
2277 2006-04-08 Kazu Hirata <kazu@codesourcery.com>
2279 * gfortran.texi: Fix typos. Follow spelling conventions.
2280 * resolve.c, trans-expr.c, trans-stmt.c: Fix comment typos.
2281 Follow spelling conventions.
2283 2006-04-05 Roger Sayle <roger@eyesopen.com>
2285 * dependency.c (get_no_elements): Delete function.
2286 (get_deps): Delete function.
2287 (transform_sections): Delete function.
2288 (gfc_check_section_vs_section): Significant rewrite.
2290 2006-04-04 H.J. Lu <hongjiu.lu@intel.com>
2293 * trans-array.c (gfc_conv_expr_descriptor): Only dereference
2294 character pointer when copying temporary.
2297 * trans-array.c (gfc_conv_expr_descriptor): Properly copy
2298 temporary character with non constant size.
2300 2006-04-03 Paul Thomas <pault@gcc.gnu.org>
2303 * trans.h: Prototype for gfc_conv_missing_dummy.
2304 * trans-expr (gfc_conv_missing_dummy): New function
2305 (gfc_conv_function_call): Call it and tidy up some of the code.
2306 * trans-intrinsic (gfc_conv_intrinsic_function_args): The same.
2309 * array.c (gfc_array_dimen_size): If available, return shape[dimen].
2310 * resolve.c (resolve_function): If available, use the argument
2311 shape for the function expression.
2312 * iresolve.c (gfc_resolve_transfer): Set shape[0] = size.
2314 2006-04-02 Erik Edelmann <eedelman@gcc.gnu.org>
2316 * trans-array.c (gfc_trans_dealloc_allocated): Take a
2317 tree representation of the array to be deallocated as argument
2318 instead of its gfc_symbol.
2319 (gfc_trans_deferred_array): Update call to
2320 gfc_trans_dealloc_allocated.
2321 * trans-array.h (gfc_trans_dealloc_allocated): Update
2323 * trans-expr.c (gfc_conv_function_call): Update call to
2324 gfc_trans_dealloc_allocated, get indirect reference to dummy
2327 2006-04-01 Roger Sayle <roger@eyesopen.com>
2330 * trans-array.c (gfc_trans_allocate_array_storage): In array index
2331 calculations use gfc_index_zero_node and gfc_index_one_node instead
2332 of integer_zero_node and integer_one_node respectively.
2333 (gfc_conv_array_transpose): Likewise.
2334 (gfc_conv_ss_startstride): Likewise.
2335 (gfc_trans_dummy_array_bias): Likewise.
2337 2006-04-01 Roger Sayle <roger@eyesopen.com>
2339 * dependency.c (gfc_is_inside_range): Delete.
2340 (gfc_check_element_vs_section): Significant rewrite.
2342 2006-04-01 Roger Sayle <roger@eyesopen.com>
2344 * dependency.c (gfc_dep_compare_expr): Strip parentheses and unary
2345 plus operators when comparing expressions. Handle comparisons of
2346 the form "X+C vs. X", "X vs. X+C", "X-C vs. X" and "X vs. X-C" where
2347 C is an integer constant. Handle comparisons of the form "P+Q vs.
2348 R+S" and "P-Q vs. R-S". Handle comparisons of integral extensions
2349 specially (increasing functions) so extend(A) > extend(B), when A>B.
2350 (gfc_check_element_vs_element): Move test later, so that we ignore
2351 the fact that "A < B" or "A > B" when A or B contains a forall index.
2353 2006-03-31 Asher Langton <langton2@llnl.gov>
2356 * expr.c (gfc_check_assign): Allow cray pointee to be assumes-size.
2358 2006-03-30 Paul Thomas <paulthomas2@wanadoo.fr>
2359 Bud Davis <bdavis9659@sbcglobal.net>
2362 * module.c (load_needed): Traverse entire tree before returning.
2364 2006-03-30 Roger Sayle <roger@eyesopen.com>
2367 * trans.c (gfc_trans_runtime_check): Promote the arguments of
2368 __builtin_expect to the correct types, and the result back to
2371 2006-03-29 Carlos O'Donell <carlos@codesourcery.com>
2373 * Make-lang.in: Rename docdir to gcc_docdir.
2375 2006-03-28 Steven G. Kargl <kargls@comcast.net>
2377 * intrinsic.texi: s/floor/float in previous commit.
2379 2006-03-28 Paul Thomas <pault@gcc.gnu.org>
2382 * resolve.c (resolve_fl_procedure): Do not check the access of
2383 derived types for internal procedures.
2385 2006-03-27 Jakub Jelinek <jakub@redhat.com>
2387 * io.c (check_io_constraints): Don't look at
2388 dt->advance->value.charater.string, unless it is a CHARACTER
2391 * f95-lang.c (gfc_get_alias_set): New function.
2392 (LANG_HOOKS_GET_ALIAS_SET): Define.
2394 2006-03-25 Steven G. Kargl <kargls@comcast.net>
2397 * intrinsic.c (add_functions): Allow FLOAT to accept all integer kinds.
2398 * intrinsic.texi: Document FLOAT.
2400 2006-03-25 Thomas Koenig <Thomas.Koenig@online.de>
2403 * iresolve.c (gfc_resolve_reshape): Remove doubling of
2404 kind for complex. For real(kind=10), call reshape_r10.
2405 (gfc_resolve_transpose): For real(kind=10), call
2408 2006-03-25 Roger Sayle <roger@eyesopen.com>
2410 * dependency.c (gfc_check_dependency): Improve handling of pointers;
2411 Two variables of different types can't have a dependency, and two
2412 variables with the same symbol are equal, even if pointers.
2414 2006-03-24 Roger Sayle <roger@eyesopen.com>
2416 * gfortran.h (gfc_symbol): Add a new "forall_index" bit field.
2417 * match.c (match_forall_iterator): Set forall_index field on
2418 the iteration variable's symbol.
2419 * dependency.c (contains_forall_index_p): New function to
2420 traverse a gfc_expr to check whether it contains a variable
2421 with forall_index set in it's symbol.
2422 (gfc_check_element_vs_element): Return GFC_DEP_EQUAL for scalar
2423 constant expressions that don't variables used as FORALL indices.
2425 2006-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2428 * error.c (gfc_fatal_error): Return ICE_EXIT_CODE instead of 4.
2430 2006-03-22 Thomas Koenig <Thomas.Koenig@online.de>
2433 * gfortran.h (gfc_option_t): Add record_marker.
2434 * lang.opt: Add -frecord-marker=4 and -frecord-marker=8.
2435 * trans-decl.c: Add gfor_fndecl_set_record_marker.
2436 (gfc_build_builtin_function_decls): Set
2437 gfor_fndecl_set_record_marker.
2438 (gfc_generate_function_code): If we are in the main program
2439 and -frecord-marker was provided, call set_record_marker.
2440 * options.c (gfc_handle_option): Add handling for
2441 -frecord-marker=4 and -frecord-marker=8.
2442 * invoke.texi: Document -frecord-marker.
2444 2006-03-22 Paul Thomas <pault@gcc.gnu.org>
2447 * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): New
2448 function to implement array valued TRANSFER intrinsic.
2449 (gfc_conv_intrinsic_function): Call the new function if TRANSFER
2450 and non-null se->ss.
2451 (gfc_walk_intrinsic_function): Treat TRANSFER as one of the
2452 special cases by calling gfc_walk_intrinsic_libfunc directly.
2454 2006-03-21 Toon Moene <toon@moene.indiv.nluug.nl>
2456 * options.c (gfc_init_options): Initialize
2457 flag_argument_noalias to 3.
2459 2006-03-20 Thomas Koenig <Thomas.Koenig@online.de>
2462 * iresolve.c (gfc_resolve_maxloc): If mask is scalar,
2463 prefix the function name with an "s". If the mask is scalar
2464 or if its kind is smaller than gfc_default_logical_kind,
2465 coerce it to default kind.
2466 (gfc_resolve_maxval): Likewise.
2467 (gfc_resolve_minloc): Likewise.
2468 (gfc_resolve_minval): Likewise.
2469 (gfc_resolve_product): Likewise.
2470 (gfc_resolve_sum): Likewise.
2472 2006-03-19 Paul Thomas <pault@gcc.gnu.org>
2475 *expr.c (external_spec_function): Permit elemental functions.
2478 *interface.c (compare_actual_formal): Detect call for procedure
2479 usage and require rank checking, in this case, for assumed shape
2480 and deferred shape arrays.
2481 (gfc_procedure_use): Revert to pre-PR25070 call to
2482 compare_actual_formal that does not require rank checking..
2484 2006-03-16 Roger Sayle <roger@eyesopen.com>
2486 * gfortran.h (gfc_equiv_info): Add length field.
2487 * trans-common.c (copy_equiv_list_to_ns): Set the length field.
2488 * dependency.c (gfc_are_equivalenced_arrays): Use both the offset
2489 and length fields to determine whether the two equivalenced symbols
2492 2006-03-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
2495 * gfortran.h: Add warn_ampersand.
2496 * invoke.texi: Add documentation for new option.
2497 * lang.opt: Add Wampersand.
2498 * options.c (gfc_init_options): Initialize warn_ampersand.
2499 (gfc_post_options): Set the warn if pedantic.
2500 (set_Wall): Set warn_ampersand.
2501 (gfc_handle_option: Add Wampersand for itself, -std=f95, and -std=f2003.
2502 * scanner.c (gfc_next_char_literal): Add test for missing '&' in
2503 continued character constant and give warning if missing.
2505 2006-03-14 Steven G. Kargl <kargls@comcast.net>
2508 * gfortran.h: Wrap Copyright line.
2509 (gfc_option_t): add warn_tabs member.
2510 * lang.opt: Update Coyright year. Add the Wtabs.
2511 * invoke.texi: Document -Wtabs.
2512 * scanner.c (gfc_gobble_whitespace): Use warn_tabs. Add linenum to
2513 suppress multiple warnings.
2514 (load_line): Use warn_tabs. Add linenum, current_line, seen_comment
2515 to suppress multiple warnings.
2516 * options.c (gfc_init_options): Initialize warn_tabs.
2517 (set_Wall): set warn_tabs for -Wall.
2518 (gfc_post_options): Adjust flag_tabs depending on -pedantic.
2519 (gfc_handle_option): Process command-line option -W[no-]tabs
2521 2006-03-13 Paul Thomas <pault@gcc.gnu.org>
2524 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set the initial position to zero and
2525 modify the condition for updating it, to implement the F2003 requirement for all(mask)
2528 2006-03-13 Jakub Jelinek <jakub@redhat.com>
2530 * trans-openmp.c (gfc_trans_omp_variable): Handle references
2532 * trans-expr.c (gfc_conv_variable): Remove useless setting
2533 of parent_flag, formatting.
2535 * trans-decl.c (gfc_get_fake_result_decl): Re-add setting of
2536 GFC_DECL_RESULT flag.
2538 2003-03-11 Roger Sayle <roger@eyesopen.com>
2540 * dependency.c (gfc_dep_compare_expr) <EXPR_OP>: Allow unary and
2541 binary operators to compare equal if their operands are equal.
2542 <EXPR_FUNCTION>: Allow "constant" intrinsic conversion functions
2543 to compare equal, if their operands are equal.
2545 2006-03-11 Erik Edelmann <eedelman@gcc.gnu.org>
2547 * symbol.c (check_conflict): Allow allocatable function results,
2548 except for elemental functions.
2549 * trans-array.c (gfc_trans_allocate_temp_array): Rename to ...
2550 (gfc_trans_create_temp_array): ... this, and add new argument
2552 (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call
2553 to gfc_trans_allocate_temp_array.
2554 * trans-array.h (gfc_trans_allocate_temp_array): Update prototype.
2555 * trans-expr.c (gfc_conv_function_call): Use new arg of
2556 gfc_trans_create_temp_array avoid pre-allocation of temporary
2557 result variables of pointer AND allocatable functions.
2558 (gfc_trans_arrayfunc_assign): Return NULL for allocatable
2560 * resolve.c (resolve_symbol): Copy value of 'allocatable' attribute
2561 from sym->result to sym.
2563 2006-03-09 Erik Edelmann <eedelman@gcc.gnu.org>
2565 * trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable'
2566 attribute from sym to new_sym. Call build_fold_indirect_ref()
2567 for allocatable arguments.
2569 2006-03-09 Paul Thomas <pault@gcc.gnu.org>
2572 * trans-array.c (gfc_conv_expr_descriptor): Exclude calculation of
2573 the offset and data when se->data_not_needed is set.
2574 * trans.h: Include the data_not_need bit in gfc_se.
2575 * trans-intrinsic.c (gfc_conv_intrinsic_size): Set it for SIZE.
2577 2006-03-06 Paul Thomas <pault@gcc.gnu.org>
2578 Erik Edelmann <eedelman@gcc.gnu.org>
2580 * trans-array.c (gfc_trans_dealloc_allocated): New function.
2581 (gfc_trans_deferred_array): Use it, instead of inline code.
2582 * trans-array.h: Prototype for gfc_trans_dealloc_allocated().
2583 * trans-expr.c (gfc_conv_function_call): Deallocate allocated
2584 ALLOCATABLE, INTENT(OUT) arguments upon procedure entry.
2586 2006-03-06 Paul Thomas <pault@gcc.gnu.org>
2589 * resolve.c (resolve_function): Add name after test for pureness.
2592 * trans-expr.c (gfc_conv_variable): Detect reference to parent result,
2593 store current_function_decl, replace with parent, whilst calls are
2594 made to gfc_get_fake_result_decl, and restore afterwards. Signal this
2595 to gfc_get_fake_result_decl with a new argument, parent_flag.
2596 * trans-stmt.c (gfc_trans_return): gfc_get_fake_result_decl 2nd arg
2598 * trans.h: Add parent_flag to gfc_get_fake_result_decl prototype.
2599 * trans-decl.c (gfc_get_fake_result_decl): On parent_flag, being set,
2600 add decl to parent function. Replace refs to current_fake_result_decl
2601 with refs to this_result_decl.
2602 (gfc_generate_function_code): Null parent_fake_result_decl before the
2603 translation of code for contained procedures. Set parent_flag to zero
2604 in call to gfc_get_fake_result_decl.
2605 * trans-intrinsic.c (gfc_conv_intrinsic_len): The same.
2607 2006-03-05 Steven G. Kargl <kargls@comcast.net>
2609 * simplify.c (gfc_simplify_verify): Fix return when SET=''.
2611 2006-03-05 Erik Edelmann <eedelman@gcc.gnu.org>
2614 * symbol.c (conf_std): New macro.
2615 (check_conflict): Use it to allow ALLOCATABLE dummy
2616 arguments for F2003.
2617 * trans-expr.c (gfc_conv_function_call): Pass the
2618 address of the array descriptor when dummy argument is
2620 * interface.c (compare_allocatable): New function.
2621 (compare_actual_formal): Use it.
2622 * resolve.c (resolve_deallocate_expr,
2623 resolve_allocate_expr): Check that INTENT(IN) variables
2624 aren't (de)allocated.
2625 * gfortran.texi (Fortran 2003 status): List ALLOCATABLE
2626 dummy arguments as supported.
2628 2006-03-03 Roger Sayle <roger@eyesopen.com>
2630 * dependency.c (gfc_check_element_vs_element): Revert last change.
2632 2006-03-03 Roger Sayle <roger@eyesopen.com>
2634 * dependency.c (gfc_check_element_vs_element): Consider two
2635 unordered scalar subscripts as (potentially) equal.
2637 2006-03-03 Roger Sayle <roger@eyesopen.com>
2639 * dependency.c (gfc_check_dependency): Call gfc_dep_resolver to
2640 check whether two array references have a dependency.
2641 (gfc_check_element_vs_element): Assume lref and rref must be
2642 REF_ARRAYs. If gfc_dep_compare_expr returns -2, assume these
2643 references could potentially overlap.
2644 (gfc_dep_resolver): Whitespace and comment tweaks. Assume a
2645 dependency if the references have different depths. Rewrite
2646 final term to clarrify we only have a dependency for overlaps.
2648 2006-03-03 Thomas Koenig <Thomas.Koenig@online.de>
2651 * trans-array.h: Adjust gfc_array_allocate prototype.
2652 * trans-array.c (gfc_array_allocate): Change type of
2653 gfc_array_allocatate to bool. Function returns true if
2654 it operates on an array. Change second argument to gfc_expr.
2655 Find last reference in chain.
2656 If the function operates on an allocatable array, emit call to
2657 allocate_array() or allocate64_array().
2658 * trans-stmt.c (gfc_trans_allocate): Code to follow to last
2659 reference has been moved to gfc_array_allocate.
2660 * trans.h: Add declaration for gfor_fndecl_allocate_array and
2661 gfor_fndecl_allocate64_array.
2662 (gfc_build_builtin_function_decls): Add gfor_fndecl_allocate_array
2663 and gfor_fndecl_allocate64_array.
2665 2006-03-01 Roger Sayle <roger@eyesopen.com>
2667 * trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional
2668 INVERT argument to invert the sense of the WHEREMASK argument.
2669 Remove unneeded code to AND together a list of masks.
2670 (generate_loop_for_rhs_to_temp): Likewise.
2671 (gfc_trans_assign_need_temp): Likewise.
2672 (gfc_trans_forall_1): Likewise.
2673 (gfc_evaluate_where_mask): Likewise, add a new INVERT argument
2674 to specify the sense of the MASK argument.
2675 (gfc_trans_where_assign): Likewise.
2676 (gfc_trans_where_2): Likewise. Restructure code that decides
2677 whether we need to allocate zero, one or two temporary masks.
2678 If this is a top-level WHERE (i.e. the incoming MASK is NULL),
2679 we only need to allocate at most one temporary mask, and can
2680 invert it's sense to provide the complementary pending execution
2681 mask. Only calculate the size of the required temporary arrays
2683 (gfc_trans_where): Update call to gfc_trans_where_2.
2685 2006-03-01 Paul Thomas <pault@gcc.gnu.org>
2687 * iresolve.c (gfc_resolve_dot_product): Remove any difference in
2688 treatment of logical types.
2689 * trans-intrinsic.c (gfc_conv_intrinsic_dot_product): New function.
2692 * trans-decl.c (gfc_get_symbol_decl): Extend condition that symbols
2693 must be referenced to include unreferenced symbols in an interface
2697 * trans-array.c (gfc_conv_resolve_dependencies): Add call to
2698 gfc_are_equivalenced_arrays.
2699 * symbol.c (gfc_free_equiv_infos, gfc_free_equiv_lists): New
2700 functions. (gfc_free_namespace): Call them.
2701 * trans-common.c (copy_equiv_list_to_ns): New function.
2702 (add_equivalences): Call it.
2703 * gfortran.h: Add equiv_lists to gfc_namespace and define
2704 gfc_equiv_list and gfc_equiv_info.
2705 * dependency.c (gfc_are_equivalenced_arrays): New function.
2706 (gfc_check_dependency): Call it.
2707 * dependency.h: Prototype for gfc_are_equivalenced_arrays.
2709 2006-03-01 Roger Sayle <roger@eyesopen.com>
2711 * dependency.c (gfc_is_same_range): Compare the stride, lower and
2712 upper bounds when testing array reference ranges for equality.
2713 (gfc_check_dependency): Fix indentation whitespace.
2714 (gfc_check_element_vs_element): Likewise.
2715 (gfc_dep_resolver): Likewise.
2717 2006-02-28 Thomas Koenig <Thomas.Koenig@online.de>
2719 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc):
2720 If the mask expression exists and has rank 0, enclose the
2721 generated loop in an "if (mask)". Put the default
2722 initialization into the else branch.
2724 2006-02-25 Thomas Koenig <Thomas.Koenig@online.de>
2727 * trans-intrinsic.c (gfc_conv_intrinsic_arith): If the
2728 mask expression exists and has rank 0, enclose the generated
2729 loop in an "if (mask)".
2730 * (gfc_conv_intrinsic_minmaxloc): Likewise.
2732 2006-02-24 Paul Thomas <pault@gcc.gnu.org>
2735 * resolve.c (resolve_contained_functions, resolve_types,
2736 gfc_resolve): Revert patch of 2006-02-19.
2738 2006-02-24 Paul Thomas <pault@gcc.gnu.org>
2741 * dependency.c (gfc_is_same_range): Correct typo.
2742 (gfc_check_section_vs_section): Call gfc_is_same_range.
2745 * trans-common.c (add_equivalences): Add a new flag that is set when
2746 an equivalence is seen that prevents more from being reset until the
2747 start of a new traversal of the list, thus ensuring completion of
2748 all the equivalences.
2750 2006-02-23 Erik Edelmann <eedelman@gcc.gnu.org>
2752 * module.c (read_module): Remove redundant code lines.
2754 2006-02-20 Rafael
\81Ávila de Esp
\81índola <rafael.espindola@gmail.com>
2755 * Make-lang.in (FORTRAN): Remove
2756 (.PHONY): Remove F95 and f95. Add fortran
2758 2006-02-20 Roger Sayle <roger@eyesopen.com>
2760 * trans-stmt.c (gfc_trans_where_2): Avoid updating unused current
2761 execution mask for empty WHERE/ELSEWHERE clauses. Don't allocate
2762 temporary mask arrays if they won't be used.
2764 2006-02-20 Roger Sayle <roger@eyesopen.com>
2766 * trans-stmt.c (gfc_trans_where_assign): Remove code to handle
2767 traversing a linked list of MASKs. The MASK is now always a
2768 single element requiring no ANDing during the assignment.
2770 2006-02-19 Thomas Koenig <Thomas.Koenig@online.de>
2772 * gfortran.texi: Document environment variables which
2773 influence runtime behavior.
2775 2006-02-19 H.J. Lu <hongjiu.lu@intel.com>
2777 * resolve.c (resolve_contained_functions): Call resolve_entries
2779 (resolve_types): Remove calls to resolve_entries and
2780 resolve_contained_functions.
2781 (gfc_resolve): Call resolve_contained_functions.
2783 2006-02-19 Erik Edelmann <eedelman@gcc.gnu.org>
2786 * intrinsic.c (gfc_convert_type_warn): Call
2787 gfc_intrinsic_symbol() on the newly created symbol.
2789 2006-02-19 Paul Thomas <pault@gcc.gnu.org>
2792 * resolve.c (is_non_constant_shape_array): New function.
2793 (resolve_fl_variable): Remove code for the new function and call it.
2794 (resolve_fl_namelist): New function. Add test for namelist array
2795 with non-constant shape, using is_non_constant_shape_array.
2796 (resolve_symbol): Remove code for resolve_fl_namelist and call it.
2799 * match.c (match_namelist): Increment the refs field of an accepted
2800 namelist object symbol.
2801 * resolve.c (resolve_fl_namelist): Test namelist objects for a conflict
2802 with contained or module procedures.
2804 2006-02-18 Roger Sayle <roger@eyesopen.com>
2806 * trans-stmt.c (struct temporary_list): Delete.
2807 (gfc_trans_where_2): Major reorganization. Remove no longer needed
2808 TEMP argument. Allocate and deallocate the control mask and
2809 pending control mask locally.
2810 (gfc_trans_forall_1): Delete TEMP local variable, and update
2811 call to gfc_trans_where_2. No need to deallocate arrays after.
2812 (gfc_evaluate_where_mask): Major reorganization. Change return
2813 type to void. Pass in parent execution mask, MASK, and two
2814 already allocated mask arrays CMASK and PMASK. On return
2815 CMASK := MASK & COND, PMASK := MASK & !COND. MASK, CMASK and
2816 CMASK may all be NULL, or refer to the same temporary arrays.
2817 (gfc_trans_where): Update call to gfc_trans_where_2. We no
2818 longer need a TEMP variable or to deallocate temporary arrays
2819 allocated by gfc_trans_where_2.
2821 2006-02-18 Danny Smith <dannysmith@users.sourceforeg.net>
2823 * gfortran.h (gfc_add_attribute): Change uint to unsigned int.
2824 * symbol.c (gfc_add_attribute): Likewise for definition.
2825 * resolve.c (resolve_global_procedure): Likewise for variable 'type'.
2827 2006-02-17 Richard Sandiford <richard@codesourcery.com>
2829 * trans-common.c: Include rtl.h earlier.
2830 * trans-decl.c: Likewise.
2832 2006-02-16 Jakub Jelinek <jakub@redhat.com>
2835 * parse.c (parse_omp_do, parse_omp_structured_block): Call
2836 gfc_commit_symbols and gfc_warning_check.
2838 * openmp.c (resolve_omp_clauses): Add a dummy case label to workaround
2839 PR middle-end/26316.
2841 2006-02-16 Paul Thomas <pault@gcc.gnu.org>
2844 * trans-expr.c (gfc_add_interface_mapping): Use the actual argument
2845 for character(*) arrays, rather than casting to the type and kind
2846 parameters of the formal argument.
2848 2006-02-15 Toon Moene <toon@moene.indiv.nluug.nl>
2851 * options.c: Do not warn for Fortran 2003 features by default.
2853 2006-02-15 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
2855 * check.c: Update copyright years.
2857 * check.c (gfc_check_minloc_maxloc, check_reduction): Don't call
2858 dim_range_check on not-present optional dim argument.
2860 2006-02-15 Jakub Jelinek <jakub@redhat.com>
2864 * Make-lang.in (install-finclude-dir): New goal.
2865 (fortran.install-common): Depend on install-finclude-dir.
2866 * lang-specs.h: If not -nostdinc, add -I finclude.
2868 2006-02-14 Thomas Koenig <Thomas.Koenig@online.de>
2871 * check.c (dim_check): Perform all checks if dim is optional.
2872 (gfc_check_minloc_maxloc): Use dim_check and dim_rank_check
2873 to check dim argument.
2874 (check_reduction): Likewise.
2876 2006-02-14 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
2879 * io.c (match_ltag): Mark label as referenced.
2881 2006-02-14 Jakub Jelinek <jakub@redhat.com>
2882 Richard Henderson <rth@redhat.com>
2883 Diego Novillo <dnovillo@redhat.com>
2885 * invoke.texi: Document -fopenmp.
2886 * gfortran.texi (Extensions): Document OpenMP.
2888 Backport from gomp-20050608-branch
2889 * trans-openmp.c: Call build_omp_clause instead of
2890 make_node when creating OMP_CLAUSE_* trees.
2891 (gfc_trans_omp_reduction_list): Remove argument 'code'.
2894 * trans.h (build4_v): Define.
2895 * trans-openmp.c: Call build4_v to create OMP_PARALLEL nodes.
2896 Call build3_v to create OMP_SECTIONS nodes.
2899 * openmp.c (gfc_match_omp_variable_list): Call gfc_set_sym_referenced
2900 on all symbols added to the variable list.
2902 * openmp.c (gfc_match_omp_clauses): Fix check for non-INTRINSIC
2903 procedure symbol in REDUCTION.
2905 * trans-openmp.c (gfc_trans_omp_array_reduction): Use gfc_add
2906 for MINUS_EXPR OMP_CLAUSE_REDUCTION_CODE.
2908 * trans-openmp.c (gfc_trans_omp_do): Add PBLOCK argument. If PBLOCK
2909 is non-NULL, evaluate INIT/COND/INCR and chunk size expressions in
2910 that statement block.
2911 (gfc_trans_omp_parallel_do): Pass non-NULL PBLOCK to gfc_trans_omp_do
2912 for non-ordered non-static combined loops.
2913 (gfc_trans_omp_directive): Pass NULL PBLOCK to gfc_trans_omp_do.
2915 * openmp.c: Include target.h and toplev.h.
2916 (gfc_match_omp_threadprivate): Emit diagnostic if target does
2918 * Make-lang.in (fortran/openmp.o): Add dependencies on
2919 target.h and toplev.h.
2921 * trans-decl.c (gfc_get_fake_result_decl): Set GFC_DECL_RESULT.
2922 * trans-openmp.c (gfc_omp_privatize_by_reference): Make
2923 DECL_ARTIFICIAL vars predetermined shared except GFC_DECL_RESULT.
2924 (gfc_omp_disregard_value_expr): Handle GFC_DECL_RESULT.
2925 (gfc_trans_omp_variable): New function.
2926 (gfc_trans_omp_variable_list, gfc_trans_omp_reduction_list): Use it.
2927 * trans.h (GFC_DECL_RESULT): Define.
2929 * trans-openmp.c (gfc_omp_firstprivatize_type_sizes): New function.
2930 * f95-lang.c (LANG_HOOKS_OMP_FIRSTPRIVATIZE_TYPE_SIZES): Define.
2931 * trans.h (gfc_omp_firstprivatize_type_sizes): New prototype.
2933 * trans-openmp.c (gfc_omp_privatize_by_reference): Return
2934 true if a pointer has GFC_DECL_SAVED_DESCRIPTOR set.
2935 (gfc_trans_omp_array_reduction, gfc_trans_omp_reduction_list): New
2937 (gfc_trans_omp_clauses): Add WHERE argument. Call
2938 gfc_trans_omp_reduction_list rather than gfc_trans_omp_variable_list
2940 (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
2941 gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
2942 gfc_trans_omp_sections, gfc_trans_omp_single): Adjust
2943 gfc_trans_omp_clauses callers.
2945 * openmp.c (omp_current_do_code): New var.
2946 (gfc_resolve_omp_do_blocks): New function.
2947 (gfc_resolve_omp_parallel_blocks): Call it.
2948 (gfc_resolve_do_iterator): Add CODE argument. Don't propagate
2949 predetermination if argument is !$omp do or !$omp parallel do
2951 * resolve.c (resolve_code): Call gfc_resolve_omp_do_blocks
2952 for EXEC_OMP_DO. Adjust gfc_resolve_do_iterator caller.
2953 * fortran.h (gfc_resolve_omp_do_blocks): New prototype.
2954 (gfc_resolve_do_iterator): Add CODE argument.
2956 * trans.h (gfc_omp_predetermined_sharing,
2957 gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
2959 (GFC_DECL_COMMON_OR_EQUIV, GFC_DECL_CRAY_POINTEE): Define.
2960 * trans-openmp.c (gfc_omp_predetermined_sharing,
2961 gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
2963 * trans-common.c (build_equiv_decl, build_common_decl,
2964 create_common): Set GFC_DECL_COMMON_OR_EQUIV flag on the decls.
2965 * trans-decl.c (gfc_finish_cray_pointee): Set GFC_DECL_CRAY_POINTEE
2967 * f95-lang.c (LANG_HOOKS_OMP_PREDETERMINED_SHARING,
2968 LANG_HOOKS_OMP_DISREGARD_VALUE_EXPR,
2969 LANG_HOOKS_OMP_PRIVATE_DEBUG_CLAUSE): Define.
2971 * openmp.c (resolve_omp_clauses): Remove extraneous comma.
2973 * symbol.c (check_conflict): Add conflict between cray_pointee and
2975 * openmp.c (gfc_match_omp_threadprivate): Fail if
2976 gfc_add_threadprivate returned FAILURE.
2977 (resolve_omp_clauses): Diagnose Cray pointees in SHARED,
2978 {,FIRST,LAST}PRIVATE and REDUCTION clauses and Cray pointers in
2979 {FIRST,LAST}PRIVATE and REDUCTION clauses.
2981 * resolve.c (omp_workshare_flag): New variable.
2982 (resolve_function): Diagnose use of non-ELEMENTAL user defined
2983 function in WORKSHARE construct.
2984 (resolve_code): Cleanup forall_save use. Make sure omp_workshare_flag
2985 is set to correct value in different contexts.
2987 * openmp.c (resolve_omp_clauses): Replace %s with '%s' when printing
2989 (resolve_omp_atomic): Likewise.
2992 * scanner.c (skip_free_comments): Set at_bol at the beginning of the
2993 loop, not before it.
2994 (skip_fixed_comments): Handle ! comments in the middle of line here
2996 (gfc_skip_comments): Use skip_fixed_comments for FIXED_FORM even if
2998 (gfc_next_char_literal): Fix expected canonicalized *$omp string.
3000 * trans-openmp.c (gfc_trans_omp_do): Use make_node and explicit
3001 initialization to build OMP_FOR instead of build.
3003 * trans-decl.c (gfc_gimplify_function): Invoke
3004 diagnose_omp_structured_block_errors.
3006 * trans-openmp.c (gfc_trans_omp_master): Use OMP_MASTER.
3007 (gfc_trans_omp_ordered): Use OMP_ORDERED.
3009 * gfortran.h (gfc_resolve_do_iterator, gfc_resolve_blocks,
3010 gfc_resolve_omp_parallel_blocks): New prototypes.
3011 * resolve.c (resolve_blocks): Renamed to...
3012 (gfc_resolve_blocks): ... this. Remove static.
3013 (gfc_resolve_forall): Adjust caller.
3014 (resolve_code): Only call gfc_resolve_blocks if code->block != 0
3015 and not for EXEC_OMP_PARALLEL* directives. Call
3016 gfc_resolve_omp_parallel_blocks for EXEC_OMP_PARALLEL* directives.
3017 Call gfc_resolve_do_iterator if resolved successfully EXEC_DO
3019 * openmp.c: Include pointer-set.h.
3020 (omp_current_ctx): New variable.
3021 (gfc_resolve_omp_parallel_blocks, gfc_resolve_do_iterator): New
3023 * Make-lang.in (fortran/openmp.o): Depend on pointer-set.h.
3025 * openmp.c (gfc_match_omp_clauses): For max/min/iand/ior/ieor,
3026 look up symbol if it exists, use its name instead and, if it is not
3027 INTRINSIC, issue diagnostics.
3029 * parse.c (parse_omp_do): Handle implied end do properly.
3030 (parse_executable): If parse_omp_do returned ST_IMPLIED_ENDDO,
3031 return it instead of continuing.
3033 * trans-openmp.c (gfc_trans_omp_critical): Update for changed
3035 (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
3036 gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
3037 gfc_trans_omp_sections, gfc_trans_omp_single): Likewise.
3039 * trans.h (gfc_omp_privatize_by_reference): New prototype.
3040 * f95-lang.c (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Redefine
3041 to gfc_omp_privatize_by_reference.
3042 * trans-openmp.c (gfc_omp_privatize_by_reference): New function.
3044 * trans-stmt.h (gfc_trans_omp_directive): Add comment.
3046 * openmp.c (gfc_match_omp_variable_list): Add ALLOW_COMMON argument.
3047 Disallow COMMON matching if it is set.
3048 (gfc_match_omp_clauses, gfc_match_omp_flush): Adjust all callers.
3049 (resolve_omp_clauses): Show locus in error messages. Check that
3050 variable types in reduction clauses are appropriate for reduction
3053 * resolve.c (resolve_symbol): Don't error if a threadprivate module
3054 variable isn't SAVEd.
3056 * trans-openmp.c (gfc_trans_omp_do): Put count into BLOCK, not BODY.
3057 Fix typo in condition. Fix DOVAR initialization.
3059 * openmp.c (gfc_match_omp_clauses): Match min/iand/ior/ieor
3060 rather than .min. etc.
3062 * trans-openmpc.c (omp_not_yet): Remove.
3063 (gfc_trans_omp_parallel_do): Keep listprivate clause on parallel.
3064 Force creation of BIND_EXPR around the workshare construct.
3065 (gfc_trans_omp_parallel_sections): Likewise.
3066 (gfc_trans_omp_parallel_workshare): Likewise.
3068 * types.def (BT_I16, BT_FN_I16_VPTR_I16,
3069 BT_FN_BOOL_VPTR_I16_I16, BT_FN_I16_VPTR_I16_I16): Add.
3071 * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_DEFAULT.
3072 (gfc_trans_omp_code): New function.
3073 (gfc_trans_omp_do): Use it, remove omp_not_yet uses.
3074 (gfc_trans_omp_parallel, gfc_trans_omp_single): Likewise.
3075 (gfc_trans_omp_sections): Likewise. Only treat empty last section
3076 specially if lastprivate clause is present.
3077 * f95-lang.c (gfc_init_builtin_functions): Create BUILT_IN_TRAP
3080 * trans-openmp.c (gfc_trans_omp_variable_list): Update for
3081 OMP_CLAUSE_DECL name change.
3082 (gfc_trans_omp_do): Likewise.
3084 * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_REDUCTION
3086 (gfc_trans_omp_atomic): Build OMP_ATOMIC instead of expanding
3087 sync builtins directly.
3088 (gfc_trans_omp_single): Build OMP_SINGLE statement.
3090 * trans-openmp.c (gfc_trans_add_clause): New.
3091 (gfc_trans_omp_variable_list): Take a tree code and build the clause
3092 node here. Link it to the head of a list.
3093 (gfc_trans_omp_clauses): Update to match.
3094 (gfc_trans_omp_do): Use gfc_trans_add_clause.
3096 * trans-openmp.c (gfc_trans_omp_clauses): Change second argument to
3097 gfc_omp_clauses *. Use gfc_evaluate_now instead of creating
3098 temporaries by hand.
3099 (gfc_trans_omp_atomic, gfc_trans_omp_critical): Use buildN_v macros.
3100 (gfc_trans_omp_do): New function.
3101 (gfc_trans_omp_master): Dont' check for gfc_trans_code returning NULL.
3102 (gfc_trans_omp_parallel): Adjust gfc_trans_omp_clauses caller.
3103 Use buildN_v macros.
3104 (gfc_trans_omp_parallel_do, gfc_trans_omp_parallel_sections,
3105 gfc_trans_omp_parallel_workshare, gfc_trans_omp_sections,
3106 gfc_trans_omp_single, gfc_trans_omp_workshare): New functions.
3107 (gfc_trans_omp_directive): Use them.
3108 * parse.c (parse_omp_do): Allow new_st.op == EXEC_NOP.
3109 * openmp.c (resolve_omp_clauses): Check for list items present
3110 in multiple clauses.
3111 (resolve_omp_do): Check that iteration variable is not THREADPRIVATE
3112 and is not present in any clause variable lists other than PRIVATE
3115 * gfortran.h (symbol_attribute): Add threadprivate bit.
3116 (gfc_common_head): Add threadprivate member, change use_assoc
3117 and saved into char to save space.
3118 (gfc_add_threadprivate): New prototype.
3119 * symbol.c (check_conflict): Handle threadprivate.
3120 (gfc_add_threadprivate): New function.
3121 (gfc_copy_attr): Copy threadprivate.
3122 * trans-openmp.c (gfc_trans_omp_clauses): Avoid creating a temporary
3123 if IF or NUM_THREADS is constant. Create OMP_CLAUSE_SCHEDULE and
3125 * resolve.c (resolve_symbol): Complain if a THREADPRIVATE symbol
3126 outside a module and not in COMMON has is not SAVEd.
3127 (resolve_equivalence): Ensure THREADPRIVATE objects don't get
3129 * trans-common.c: Include target.h and rtl.h.
3130 (build_common_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
3131 * trans-decl.c: Include rtl.h.
3132 (gfc_finish_var_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
3133 * dump-parse-tree.c (gfc_show_attr): Handle THREADPRIVATE.
3134 * Make-lang.in (fortran/trans-decl.o): Depend on $(RTL_H).
3135 (fortran/trans-common.o): Depend on $(RTL_H) and $(TARGET_H).
3136 * openmp.c (gfc_match_omp_variable_list): Ensure COMMON block
3137 is from current namespace.
3138 (gfc_match_omp_threadprivate): Rewrite.
3139 (resolve_omp_clauses): Check some clause restrictions.
3140 * module.c (ab_attribute): Add AB_THREADPRIVATE.
3141 (attr_bits): Add THREADPRIVATE.
3142 (mio_symbol_attribute, mio_symbol_attribute): Handle threadprivate.
3143 (load_commons, write_common, write_blank_common): Adjust for type
3144 change of saved, store/load threadprivate bit from the integer
3147 * types.def (BT_FN_UINT_UINT): New.
3148 (BT_FN_VOID_UINT_UINT): Remove.
3150 * trans-openmp.c (gfc_trans_omp_clauses, gfc_trans_omp_barrier,
3151 gfc_trans_omp_critical, gfc_trans_omp_flush, gfc_trans_omp_master,
3152 gfc_trans_omp_ordered, gfc_trans_omp_parallel): New functions.
3153 (gfc_trans_omp_directive): Use them.
3155 * openmp.c (expr_references_sym): Add SE argument, don't look
3157 (is_conversion): New function.
3158 (resolve_omp_atomic): Adjust expr_references_sym callers. Handle
3159 promoted expressions.
3160 * trans-openmp.c (gfc_trans_omp_atomic): New function.
3161 (gfc_trans_omp_directive): Call it.
3163 * f95-lang.c (builtin_type_for_size): New function.
3164 (gfc_init_builtin_functions): Initialize synchronization and
3166 * types.def: New file.
3167 * Make-lang.in (f95-lang.o): Depend on $(BUILTINS_DEF) and
3170 * trans-openmp.c: Rename GOMP_* tree codes into OMP_*.
3172 * dump-parse-tree.c (show_symtree): Don't crash if ns->proc_name
3175 * dump-parse-tree.c (gfc_show_namelist, gfc_show_omp_node): New
3177 (gfc_show_code_node): Call gfc_show_omp_node for EXEC_OMP_* nodes.
3179 * parse.c (parse_omp_do): Call pop_state before next_statement.
3180 * openmp.c (expr_references_sym, resolve_omp_atomic, resolve_omp_do):
3182 (gfc_resolve_omp_directive): Call them.
3183 * match.c (match_exit_cycle): Issue error if EXIT or CYCLE statement
3184 leaves an OpenMP structured block or if EXIT terminates !$omp do
3187 * Make-lang.in (F95_PARSER_OBJS): Add fortran/openmp.o.
3188 (F95_OBJS): Add fortran/trans-openmp.o.
3189 (fortran/trans-openmp.o): Depend on $(GFORTRAN_TRANS_DEPS).
3190 * lang.opt: Add -fopenmp option.
3191 * options.c (gfc_init_options): Initialize it.
3192 (gfc_handle_option): Handle it.
3193 * gfortran.h (ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL,
3194 ST_OMP_END_CRITICAL, ST_OMP_END_DO, ST_OMP_END_MASTER,
3195 ST_OMP_END_ORDERED, ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO,
3196 ST_OMP_END_PARALLEL_SECTIONS, ST_OMP_END_PARALLEL_WORKSHARE,
3197 ST_OMP_END_SECTIONS, ST_OMP_END_SINGLE, ST_OMP_END_WORKSHARE,
3198 ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED,
3199 ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS,
3200 ST_OMP_PARALLEL_WORKSHARE, ST_OMP_SECTIONS, ST_OMP_SECTION,
3201 ST_OMP_SINGLE, ST_OMP_THREADPRIVATE, ST_OMP_WORKSHARE): New
3203 (OMP_LIST_PRIVATE, OMP_LIST_FIRSTPRIVATE, OMP_LIST_LASTPRIVATE,
3204 OMP_LIST_COPYPRIVATE, OMP_LIST_SHARED, OMP_LIST_COPYIN,
3205 OMP_LIST_PLUS, OMP_LIST_REDUCTION_FIRST, OMP_LIST_MULT,
3206 OMP_LIST_SUB, OMP_LIST_AND, OMP_LIST_OR, OMP_LIST_EQV,
3207 OMP_LIST_NEQV, OMP_LIST_MAX, OMP_LIST_MIN, OMP_LIST_IAND,
3208 OMP_LIST_IOR, OMP_LIST_IEOR, OMP_LIST_REDUCTION_LAST, OMP_LIST_NUM):
3209 New OpenMP variable list types.
3210 (gfc_omp_clauses): New typedef.
3211 (gfc_get_omp_clauses): Define.
3212 (EXEC_OMP_CRITICAL, EXEC_OMP_DO, EXEC_OMP_FLUSH, EXEC_OMP_MASTER,
3213 EXEC_OMP_ORDERED, EXEC_OMP_PARALLEL, EXEC_OMP_PARALLEL_DO,
3214 EXEC_OMP_PARALLEL_SECTIONS, EXEC_OMP_PARALLEL_WORKSHARE,
3215 EXEC_OMP_SECTIONS, EXEC_OMP_SINGLE, EXEC_OMP_WORKSHARE,
3216 EXEC_OMP_ATOMIC, EXEC_OMP_BARRIER, EXEC_OMP_END_NOWAIT,
3217 EXEC_OMP_END_SINGLE): New OpenMP gfc_exec_op codes.
3218 (struct gfc_code): Add omp_clauses, omp_name, omp_namelist
3219 and omp_bool fields to ext union.
3220 (flag_openmp): Declare.
3221 (gfc_free_omp_clauses, gfc_resolve_omp_directive): New prototypes.
3222 * scanner.c (openmp_flag, openmp_locus): New variables.
3223 (skip_free_comments, skip_fixed_comments, gfc_next_char_literal):
3224 Handle OpenMP directive lines and conditional compilation magic
3226 * parse.h (COMP_OMP_STRUCTURED_BLOCK): New compile state.
3227 * parse.c (decode_omp_directive, parse_omp_do, parse_omp_atomic,
3228 parse_omp_structured_block): New functions.
3229 (next_free, next_fixed): Parse OpenMP directives.
3230 (case_executable, case_exec_markers, case_decl): Add ST_OMP_*
3232 (gfc_ascii_statement): Handle ST_OMP_* codes.
3233 (parse_executable): Rearrange the loop slightly, so that
3234 parse_omp_do can return next_statement.
3235 * match.h (gfc_match_omp_eos, gfc_match_omp_atomic,
3236 gfc_match_omp_barrier, gfc_match_omp_critical, gfc_match_omp_do,
3237 gfc_match_omp_flush, gfc_match_omp_master, gfc_match_omp_ordered,
3238 gfc_match_omp_parallel, gfc_match_omp_parallel_do,
3239 gfc_match_omp_parallel_sections, gfc_match_omp_parallel_workshare,
3240 gfc_match_omp_sections, gfc_match_omp_single,
3241 gfc_match_omp_threadprivate, gfc_match_omp_workshare,
3242 gfc_match_omp_end_nowait, gfc_match_omp_end_single): New prototypes.
3243 * resolve.c (resolve_blocks): Ignore EXEC_OMP_* block directives.
3244 (resolve_code): Call gfc_resolve_omp_directive on EXEC_OMP_*
3246 * trans.c (gfc_trans_code): Call gfc_trans_omp_directive for
3247 EXEC_OMP_* directives.
3248 * st.c (gfc_free_statement): Handle EXEC_OMP_* statement freeing.
3249 * trans-stmt.h (gfc_trans_omp_directive): New prototype.
3250 * openmp.c: New file.
3251 * trans-openmp.c: New file.
3253 2006-02-13 Andrew Pinski <pinskia@physics.uc.edu>
3254 Jakub Jelinek <jakub@redhat.com>
3257 * trans-decl.c (gfc_get_symbol_decl, gfc_get_fake_result_decl): Use
3258 gfc_add_decl_to_function rather than gfc_finish_var_decl on length.
3260 2006-02-13 Paul Thomas <pault@gcc.gnu.org>
3264 * resolve.c (resolve_symbol): Extend the requirement that module
3265 arrays have constant bounds to those in the main program. At the
3266 same time simplify the array bounds, to avoiding trapping parameter
3267 array references, and exclude automatic character length from main
3268 and modules. Rearrange resolve_symbol and resolve_derived to put as
3269 each flavor together, as much as is possible and move all specific
3270 code for flavors FL_VARIABLE, FL_PROCEDURE and FL_PARAMETER into new
3272 (resolve_fl_var_and_proc, resolve_fl_variable, resolve_fl_procedure):
3273 New functions to do work of resolve_symbol.
3274 (resolve_index_expr): New function that is called from resolved_symbol
3275 and is extracted from resolve_charlen.
3276 (resolve_charlen): Call this new function.
3277 (resolve_fl_derived): Renamed resolve_derived to be consistent with
3278 the naming of the new functions for the other flavours. Change the
3279 charlen checking so that the style is consistent with other similar
3280 checks. Add the generation of the gfc_dt_list, removed from resolve_
3284 * resolve.c (resolve_actual_arglist): Prevent internal procedures
3285 from being dummy arguments.
3288 * resolve.c (resolve_actual_arglist): Prevent pure but non-intrinsic
3289 procedures from being dummy arguments.
3292 * resolve.c (check_data_variable): Add test that data variable is in
3296 * resolve.c (resolve_call): Add test that the subroutine does not
3299 2006-02-12 Erik Edelmann <eedelman@gcc.gnu.org>
3302 * trans-array.c (gfc_trans_allocate_array_storage): New argument
3303 dealloc; free the temporary only if dealloc is true.
3304 (gfc_trans_allocate_temp_array): New argument bool dealloc, to be
3305 passed onwards to gfc_trans_allocate_array_storage.
3306 (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call to
3307 gfc_trans_allocate_temp_array.
3308 * trans-array.h (gfc_trans_allocate_temp_array): Update function
3310 * trans-expr.c (gfc_conv_function_call): Set new argument 'dealloc'
3311 to gfc_trans_allocate_temp_array to false in case of functions
3313 (gfc_trans_arrayfunc_assign): Return NULL for functions returning
3316 2006-02-10 Steven G. Kargl <kargls@comcast.net>
3319 *decl.c (variable_decl): Improve error message. Remove initialization
3320 typespec. Wrap long line.
3321 *expr.c (gfc_check_pointer_assign): Permit checking of type, kind type,
3323 *simplify.c (gfc_simplify_null): Ensure type, kind type, and rank
3327 2006-02-10 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
3330 * arith.c (eval_intrinsic): Accept INTRINSIC_PARENTHESES.
3331 * expr.c (check_intrinsic_op): Likewise.
3332 * module.c (mio_expr): Likewise.
3334 2006-02-09 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
3336 * dump-parse-tree.c: Update copyright years.
3337 * matchexp.c: Likewise.
3338 * module.c: Likewise.
3341 * gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
3342 * dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
3343 * expr.c (simplify_intrinsic_op): Treat INTRINSIC_PARENTHESES as
3344 if it were INTRINSIC_UPLUS.
3345 * resolve.c (resolve_operator): Handle INTRINSIC_PARENTHESES.
3346 * match.c (intrinsic_operators): Add INTRINSIC_PARENTHESES.
3347 * matchexp.c (match_primary): Record parentheses surrounding
3348 numeric expressions.
3349 * module.c (intrinsics): Add INTRINSIC_PARENTHESES for module
3351 * trans-expr.c (gfc_conv_expr_op): Handle INTRINSIC_PARENTHESES.
3353 2006-02-09 Paul Thomas <pault@gcc.gnu.org>
3356 * trans-stmt.c (gfc_trans_allocate): Provide assumed character length
3357 scalar with missing backend_decl for the hidden dummy charlen.
3360 * interface.c (gfc_extend_assign): Remove detection of non-PURE
3361 subroutine in assignment interface, with gfc_error, and put it in
3362 * resolve.c (resolve_code).
3365 * interface.c (gfc_procedure_use): Flag rank checking for non-
3366 elemental, contained or interface procedures in call to
3367 (compare_actual_formal), where ranks are checked for assumed
3370 2006-02-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3373 * trans-decl.c (gfc_generate_function_code): Add new argument,
3374 pedantic, to set_std call.
3376 2006-02-06 Thomas Koenig <Thomas.Koenig@online.de>
3379 * gfortran.texi: Document the GFORTRAN_CONVERT_UNIT environment
3381 * invoke.texi: Mention the "Runtime" chapter.
3382 Document the -fconvert= option.
3383 * gfortran.h: Add options_convert.
3384 * lang.opt: Add fconvert=little-endian, fconvert=big-endian,
3385 fconvert=native and fconvert=swap.
3386 * trans-decl.c (top level): Add gfor_fndecl_set_convert.
3387 (gfc_build_builtin_function_decls): Set gfor_fndecl_set_convert.
3388 (gfc_generate_function_code): If -fconvert was specified,
3389 and this is the main program, add a call to set_convert().
3390 * options.c: Handle the -fconvert options.
3392 2006-02-06 Roger Sayle <roger@eyesopen.com>
3394 * trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument
3395 to be NULL to indicate that the not mask isn't required.
3396 (gfc_trans_where_2): Remove PMASK argument. Avoid calculating the
3397 pending mask for the last clause of a WHERE chain. Update recursive
3399 (gfc_trans_forall_1): Update call to gfc_trans_where_2.
3400 (gfc_trans_where): Likewise.
3402 2006-02-06 Jakub Jelinek <jakub@redhat.com>
3404 Backport from gomp-20050608-branch
3405 * trans-decl.c (create_function_arglist): Handle dummy functions.
3407 * trans-decl.c (gfc_get_symbol_decl): Revert explicit setting of
3409 (gfc_trans_vla_type_sizes): Also "gimplify"
3410 GFC_TYPE_ARRAY_DATAPTR_TYPE for GFC_DESCRIPTOR_TYPE_P types.
3411 * trans-array.c (gfc_trans_deferred_array): Call
3412 gfc_trans_vla_type_sizes.
3414 * trans-decl.c (saved_function_decls, saved_parent_function_decls):
3415 Remove unnecessary initialization.
3416 (create_function_arglist): Make sure __result has complete type.
3417 (gfc_get_fake_result_decl): Change current_fake_result_decl into
3418 a tree chain. For entry master, create a separate variable
3419 for each result name. For BT_CHARACTER results, call
3420 gfc_finish_var_decl on length even if it has been already created,
3421 but not pushdecl'ed.
3422 (gfc_trans_vla_type_sizes): For function/entry result, adjust
3423 result value type, not the FUNCTION_TYPE.
3424 (gfc_generate_function_code): Adjust for current_fake_result_decl
3426 (gfc_trans_deferred_vars): Likewise. Call gfc_trans_vla_type_sizes
3427 even on result if it is assumed-length character.
3429 * trans-decl.c (gfc_trans_dummy_character): Add SYM argument.
3430 Call gfc_trans_vla_type_sizes.
3431 (gfc_trans_auto_character_variable): Call gfc_trans_vla_type_sizes.
3432 (gfc_trans_vla_one_sizepos, gfc_trans_vla_type_sizes_1,
3433 gfc_trans_vla_type_sizes): New functions.
3434 (gfc_trans_deferred_vars): Adjust gfc_trans_dummy_character
3435 callers. Call gfc_trans_vla_type_sizes on assumed-length
3436 character parameters.
3437 * trans-array.c (gfc_trans_array_bounds,
3438 gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias): Call
3439 gfc_trans_vla_type_sizes.
3440 * trans.h (gfc_trans_vla_type_sizes): New prototype.
3442 * trans-decl.c (gfc_build_qualified_array): For non-assumed-size
3443 arrays without constant size, create also an index var for
3444 GFC_TYPE_ARRAY_SIZE (type). If the type is incomplete, complete
3446 (gfc_create_string_length): Don't call gfc_defer_symbol_init
3447 if just creating DECL_ARGUMENTS.
3448 (gfc_get_symbol_decl): Call gfc_finish_var_decl and
3449 gfc_defer_symbol_init even if ts.cl->backend_decl is already
3450 set to a VAR_DECL that doesn't have DECL_CONTEXT yet.
3451 (create_function_arglist): Rework, so that hidden length
3452 arguments for CHARACTER parameters are created together with
3453 the parameters. Resolve ts.cl->backend_decl for CHARACTER
3454 parameters. If the argument is a non-constant length array
3455 or CHARACTER, ensure PARM_DECL has different type than
3457 (generate_local_decl): Call gfc_get_symbol_decl even
3458 for non-referenced non-constant length CHARACTER parameters
3459 after optionally issuing warnings.
3460 * trans-array.c (gfc_trans_array_bounds): Set last stride
3461 to GFC_TYPE_ARRAY_SIZE (type) to initialize it as well.
3462 (gfc_trans_dummy_array_bias): Initialize GFC_TYPE_ARRAY_SIZE (type)
3465 * trans-expr.c (gfc_conv_expr_val): Fix comment typo.
3467 * trans-stmt.c (gfc_trans_simple_do): Fix comment.
3469 2006-02-04 Roger Sayle <roger@eyesopen.com>
3471 * dependency.c (gfc_check_dependency): Remove unused vars and nvars
3472 arguments. Replace with an "identical" argument. A full array
3473 reference to the same symbol is a dependency if identical is true.
3474 * dependency.h (gfc_check_dependency): Update prototype.
3475 * trans-array.h (gfc_check_dependency): Delete duplicate prototype.
3476 * trans-stmt.c: #include dependency.h for gfc_check_dependency.
3477 (gfc_trans_forall_1): Update calls to gfc_check_dependency.
3478 (gfc_trans_where_2): Likewise. Remove unneeded variables.
3479 (gfc_trans_where_3): New function for simple non-dependent WHEREs.
3480 (gfc_trans_where): Call gfc_trans_where_3 to translate simple
3481 F90-style WHERE statements without internal dependencies.
3482 * Make-lang.in (trans-stmt.o): Depend upon dependency.h.
3484 2006-02-05 H.J. Lu <hongjiu.lu@intel.com>
3488 * resolve.c (resolve_types): New function.
3489 (resolve_codes): Likewise.
3490 (gfc_resolve): Use them.
3492 2006-02-05 Roger Sayle <roger@eyesopen.com>
3494 * trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE
3495 masks instead of LOGICAL*4.
3497 2006-02-05 Jakub Jelinek <jakub@redhat.com>
3499 * resolve.c (resolve_symbol): Initialize constructor_expr to NULL.
3501 2006-02-04 Thomas Koenig <Thomas.Koenig@online.de>
3504 check.c (identical_dimen_shape): New function.
3505 (check_dot_product): Use identical_dimen_shape() to check sizes
3507 (gfc_check_matmul): Likewise.
3508 (gfc_check_merge): Check conformance between tsource and fsource
3509 and between tsource and mask.
3510 (gfc_check_pack): Check conformance between array and mask.
3512 2006-02-03 Steven G. Kargl <kargls@comcast>
3513 Paul Thomas <pault@gcc.gnu.org>
3516 * resolve.c (resolve_symbol): Default initialization of derived type
3517 component reguires the SAVE attribute.
3519 2006-02-02 Steven G. Kargl <kargls@comcast>
3522 match.c (gfc_match_nullify): Free the list from head not tail.
3525 * match.c (match_forall_header): Fix internal error caused by bogus
3529 2006-01-31 Thomas Koenig <Thomas.Koenig@online.de>
3532 expr.c (gfc_check_conformance): Reorder error message
3534 check.c(gfc_check_minloc_maxloc): Call gfc_check_conformance
3535 for checking arguments array and mask.
3536 (check_reduction): Likewise.
3538 2006-01-30 Erik Edelmann <eedelman@gcc.gnu.org>
3541 * trans-io.c (set_internal_unit): Check the rank of the
3542 expression node itself instead of its symbol.
3544 2006-01-29 Paul Thomas <pault@gcc.gnu.org>
3550 * interface.c (compare_actual_formal): Error for INTENT(OUT or INOUT)
3551 if actual argument is not a variable.
3553 2006-01-28 Paul Thomas <pault@gcc.gnu.org>
3556 * expr.c (gfc_check_assign, gfc_check_pointer_assign): Emit error if
3557 the lvalue is a use associated procedure.
3561 * expr.c (gfc_check_pointer_assign): Emit error if lvalue and rvalue
3562 character lengths are not the same. Use gfc_dep_compare_expr for the
3564 * gfortran.h: Add prototype for gfc_dep_compare_expr.
3565 * dependency.h: Remove prototype for gfc_dep_compare_expr.
3567 2006-01-27 Paul Thomas <pault@gcc.gnu.org>
3570 * resolve.c (resolve_function): Add GFC_ISYM_LOC to the list of
3571 generic_ids exempted from assumed size checking.
3573 2006-01-27 Jakub Jelinek <jakub@redhat.com>
3576 * Make-lang.in (fortran/scanner.o): Depend on toplev.h.
3577 * lang.opt (fpreprocessed): New option.
3578 * scanner.c: Include toplev.h.
3579 (gfc_src_file, gfc_src_preprocessor_lines): New variables.
3580 (preprocessor_line): Unescape filename if there were any
3582 (load_file): If initial and gfc_src_file is not NULL,
3583 use it rather than opening the file. If gfc_src_preprocessor_lines
3584 has non-NULL elements, pass it to preprocessor_line.
3585 (unescape_filename, gfc_read_orig_filename): New functions.
3586 * gfortran.h (gfc_option_t): Add flag_preprocessed.
3587 (gfc_read_orig_filename): New prototype.
3588 * options.c (gfc_init_options): Clear flag_preprocessed.
3589 (gfc_post_options): If flag_preprocessed, call
3590 gfc_read_orig_filename.
3591 (gfc_handle_option): Handle OPT_fpreprocessed.
3592 * lang-specs.h: Pass -fpreprocessed to f951 if preprocessing
3595 2006-01-27 Erik Edelmann <eedelman@gcc.gnu.org>
3597 * symbol.c (free_old_symbol): Fix confusing comment, and add code
3598 to free old_symbol->formal.
3600 2006-01-26 Paul Thomas <pault@gcc.gnu.org>
3603 * resolve.c (resolve_function): Exclude statement functions from
3604 global reference checking.
3610 * resolve.c (resolve_function): Declare a gfc_symbol to replace the
3611 references through the symtree to the symbol associated with the
3612 function expresion. Give error on reference to an assumed character
3613 length function is defined in an interface or an external function
3614 that is not a dummy argument.
3615 (resolve_symbol): Give error if an assumed character length function
3616 is array-valued, pointer-valued, pure or recursive. Emit warning
3617 that character(*) value functions are obsolescent in F95.
3620 * trans-expr.c (gfc_conv_function_call): The above patch to resolve.c
3621 prevents any assumed character length function call from getting here
3622 except intrinsics such as SPREAD. In this case, ensure that no
3623 segfault occurs from referencing non-existent charlen->length->
3624 expr_type and provide a backend_decl for the charlen from the charlen
3625 of the first actual argument.
3627 Cure temp name confusion.
3628 * trans-expr.c (gfc_get_interface_mapping_array): Change name of
3629 temporary from "parm" to "ifm" to avoid clash with temp coming from
3632 2006-01-25 Erik Edelmann <eedelman@gcc.gnu.org>
3635 * symbol.c (free_old_symbol): New function.
3636 (gfc_commit_symbols): Use it.
3637 (gfc_commit_symbol): New function.
3638 (gfc_use_derived): Use it.
3639 * gfortran.h: Add prototype for gfc_commit_symbol.
3640 * intrinsic.c (gfc_find_function): Search in 'conversion'
3641 if not found in 'functions'.
3642 (gfc_convert_type_warn): Add a symtree to the new
3643 expression node, and commit the new symtree->n.sym.
3644 * resolve.c (gfc_resolve_index): Make sure typespec is
3645 properly initialized.
3647 2006-01-23 Paul Thomas <pault@gcc.gnu.org>
3650 * decl.c (get_proc_name): Replace subroutine and function attributes
3651 in "already defined" test by the formal arglist pointer being non-NULL.
3653 Fix regression in testing of admissability of attributes.
3654 * symbol.c (gfc_add_attribute): If the current_attr has non-zero
3655 intent, do not do the check for a dummy being used.
3656 * decl.c (attr_decl1): Add current_attr.intent as the third argument
3657 in the call to gfc_add_attribute.
3658 * gfortran.h: Add the third argument to the prototype for
3661 2006-01-21 Joseph S. Myers <joseph@codesourcery.com>
3663 * gfortranspec.c (lang_specific_driver): Update copyright notice
3666 2006-01-21 Paul Thomas <pault@gcc.gnu.org>
3670 * decl.c (get_proc_name): If there is an existing
3671 symbol in the encompassing namespace, call errors
3672 if it is a procedure of the same name or the kind
3673 field is set, indicating a type declaration.
3679 * decl.c (add_global_entry): New function to check
3680 for existing global symbol with this name and to
3681 create new one if none exists.
3682 (gfc_match_entry): Call add_global_entry before
3683 matching argument lists for subroutine and function
3685 * gfortran.h: Prototype for existing function,
3687 * resolve.c (resolve_global_procedure): New function
3688 to check global symbols for procedures.
3689 (resolve_call, resolve_function): Calls to this
3690 new function for non-contained and non-module
3692 * match.c (match_common): Add check for existing
3693 global symbol, creat one if none exists and emit
3694 error if there is a clash.
3695 * parse.c (global_used): Remove static and use the
3696 gsymbol name rather than the new_block name, so that
3697 the function can be called from resolve.c.
3698 (parse_block_data, parse_module, add_global_procedure):
3699 Improve checks for existing gsymbols. Emit error if
3700 already defined or if references were to another type.
3704 * trans-expr.c (gfc_conv_aliased_arg): New function called by
3705 gfc_conv_function_call that coverts an expression for an aliased
3706 component reference to a derived type array into a temporary array
3707 of the same type as the component. The temporary is passed as an
3708 actual argument for the procedure call and is copied back to the
3709 derived type after the call.
3710 (is_aliased_array): New function that detects an array reference
3711 that is followed by a component reference.
3712 (gfc_conv_function_call): Detect an aliased actual argument with
3713 is_aliased_array and convert it to a temporary and back again
3714 using gfc_conv_aliased_arg.
3716 2006-01-19 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
3718 * gfortranspec.c: Update copyright years.
3719 * trans.c: Likewise.
3720 * trans-array.c: Likewise.
3721 * trans-array.h: Likewise.
3722 * trans-decl.c: Likewise.
3723 * trans-stmt.c: Likewise.
3724 * trans-stmt.h: Likewise.
3725 * trans-types.c: Likewise.
3727 2006-01-18 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
3731 * gfortran.h (BBT_HEADER): Move definition up.
3732 (gfc_st_label): Add BBT_HEADER, remove 'prev' and 'next'.
3733 * io.c (format_asterisk): Adapt initializer.
3734 * resolve.c (resolve_branch): Allow FORTRAN 66 cross-block GOTOs
3736 (warn_unused_label): Take gfc_st_label label as argument, adapt to
3738 (gfc_resolve): Adapt call to warn_unused_label.
3739 * symbol.c (compare_st_labels): New function.
3740 (gfc_free_st_label, free_st_labels, gfc_get_st_label): Convert to
3741 using balanced binary tree.
3742 * decl.c (match_char_length, gfc_match_old_kind_spec): Do away
3744 (warn_unused_label): Adapt to binary tree.
3745 * match.c (gfc_match_small_literal_int): Only set cnt if non-NULL.
3746 * primary.c (match_kind_param): Do away with cnt.
3748 2006-01-18 Paul Thomas <pault@gcc.gnu.org>
3753 * symbol.c (check_conflict): Add pointer valued elemental
3754 functions and internal procedures with the external attribute
3755 to the list of conflicts.
3756 (gfc_add_attribute): New catch-all function to perform the
3757 checking of symbol attributes for attribute declaration
3759 * decl.c (attr_decl1): Call gfc_add_attribute for each of -
3760 (gfc_match_external, gfc_match_intent, gfc_match_intrinsic,
3761 gfc_match_pointer, gfc_match_dimension, gfc_match_target):
3762 Remove spurious calls to checks in symbol.c. Set the
3763 attribute directly and use the call to attr_decl() for
3765 * gfortran.h: Add prototype for gfc_add_attribute.
3768 * resolve.c (resolve_function): Exclude PRESENT from assumed size
3769 argument checking. Replace strcmp's with comparisons with generic
3772 2006-01-16 Rafael
\81Ávila de Esp
\81índola <rafael.espindola@gmail.com>
3774 * gfortranspec.c (lang_specific_spec_functions): Remove.
3776 2006-01-16 Richard Guenther <rguenther@suse.de>
3778 * trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.
3779 (gfc_trans_arithmetic_if): Likewise.
3780 (gfc_trans_simple_do): Likewise.
3781 (gfc_trans_do): Likewise.
3782 (gfc_trans_do_while): Likewise.
3783 (gfc_trans_logical_select): Likewise.
3784 (gfc_trans_forall_loop): Likewise.
3785 (generate_loop_for_temp_to_lhs): Likewise.
3786 (generate_loop_for_rhs_to_temp): Likewise.
3787 (gfc_trans_allocate): Likewise.
3788 * trans.c (gfc_add_expr_to_block): Do not fold expr again.
3790 2006-01-16 Richard Guenther <rguenther@suse.de>
3792 * trans-expr.c (gfc_conv_function_call): Use fold_build2.
3793 * trans-stmt.c (gfc_trans_goto): Likewise. Use build_int_cst.
3794 * trans.c (gfc_trans_runtime_check): Don't fold the condition
3797 2006-01-13 Steven G. Kargl <kargls@comcast.net>
3800 * symbol.c (gfc_free_st_label): Give variable meaningful name. Remove
3801 unneeded parenthesis. Fix-up the head of the list (2 lines gleaned
3804 2006-01-13 Diego Novillo <dnovillo@redhat.com>
3806 * trans.c (gfc_add_expr_to_block): Do not fold tcc_statement
3809 2006-01-11 Tobias Schl
\81üter <tobias.schlueter@physik.uni-muenchen.de>
3811 * parse.c (next_fixed): Remove superfluous string concatenation.
3813 2006-01-11 Bernhard Fischer <rep.nop@aon.at>
3816 * scanner.c (load_line): use maxlen to determine the line-length used
3817 for padding lines in fixed form.
3819 2006-01-11 Paul Thomas <pault@gcc.gnu.org>
3822 * trans-types.c (copy_dt_decls_ifequal): Copy backend decl for
3825 2006-01-09 Andrew Pinski <pinskia@physics.uc.edu>
3828 * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert
3829 to avoid type mismatch.
3831 2006-01-09 Andrew Pinski <pinskia@physics.uc.edu>
3834 * trans-decl.c (gfc_generate_function_code): Move the NULLing of
3835 current_fake_result_decl down to below generate_local_vars.
3837 2006-01-09 Feng Wang <fengwang@nudt.edu.cn>
3840 * trans-expr.c (gfc_to_single_character): New function that converts
3841 string to single character if its length is 1.
3842 (gfc_build_compare_string):New function that compare string and handle
3843 single character specially.
3844 (gfc_conv_expr_op): Use gfc_build_compare_string.
3845 (gfc_trans_string_copy): Use gfc_to_single_character.
3846 * trans-intrinsic.c (gfc_conv_intrinsic_strcmp): Use
3847 gfc_build_compare_string.
3848 * trans.h (gfc_build_compare_string): Add prototype.
3850 2006-01-09 Feng Wang <fengwang@nudt.edu.cn>
3852 * simplify.c (gfc_simplify_char): Use UCHAR_MAX instead of literal
3854 (gfc_simplify_ichar): Get the result from unsinged char and in the
3855 range 0 to UCHAR_MAX instead of CHAR_MIN to CHAR_MAX.
3857 2006-01-08 Erik Edelmann <eedelman@gcc.gnu.org>
3860 * resolve.c (resolve_fntype): Check that PUBLIC functions
3861 aren't of PRIVATE type.
3863 2006-01-07 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3865 * decl.c (gfc_match_function_decl): Correctly error out in case of
3866 omitted function argument list.
3868 2006-01-07 Paul Thomas <pault@gcc.gnu.org>
3871 * trans-array.c (gfc_reverse_ss): Remove static attribute.
3872 (gfc_walk_elemental_function_args): Replace gfc_expr * argument for
3873 the function call with the corresponding gfc_actual_arglist*. Change
3875 (gfc_walk_function_expr): Call to gfc_walk_elemental_function_args
3876 now requires the actual argument list instead of the expression for
3878 * trans-array.h: Modify the prototype for gfc_walk_elemental_function_args
3879 and provide a prototype for gfc_reverse_ss.
3880 * trans-stmt.h (gfc_trans_call): Add the scalarization code for the case
3881 where an elemental subroutine has array valued actual arguments.