1 2005-04-21 Steven G. Kargl <kargls@comcast.net>
3 * trans-const.c (gfc_conv_mpfr_to_tree): Remove unneeded computation;
4 simplify logic; Add a gcc_assert.
6 2005-04-19 Steven G. Kargl <kargls@comcast.net>
8 * trans-const.c (gfc_conv_mpz_to_tree): Fix comment.
10 2005-04-19 Arnaud Desitter <arnaud.desitter@ouce.ox.ac.uk>
11 Steven G. Kargl <kargls@comcast.net>
13 * invoke.texi: Update -Waliasing description
15 2005-04-19 Francois-Xavier Coudert <coudert@clipper.ens.fr>
18 * resolve.c (resolve_variable): If e->symtree is not set, this
19 ought to be a FAILURE, and not a segfault.
21 2005-04-17 Paul Thomas <pault@gcc.gnu.org>
28 * fortran/trans-io.c (gfc_build_io_library_fndecls): Create
29 declaration for st_set_nml_var and st_set_nml_var_dim. Remove
30 declarations of old namelist functions.
31 (build_dt): Simplified call to transfer_namelist_element.
32 (nml_get_addr_expr): Generates address expression for start of
33 object data. New function.
34 (nml_full_name): Qualified name for derived type components. New
36 (transfer_namelist_element): Modified for calls to new functions
37 and improved derived type handling.
39 2005-04-17 Richard Guenther <rguenth@gcc.gnu.org>
41 * scanner.c (gfc_next_char_literal): Reset truncation flag
42 for lines ending in a comment for both fixed and free form.
43 (load_line): Do not set truncated flag if only truncating
46 2005-04-15 Richard Guenther <rguenth@gcc.gnu.org>
49 * gfortran.h (gfc_linebuf): Add truncated field.
50 * parse.c (next_statement): Handle warning for truncated
52 * scanner.c (load_line): Return if line was truncated.
53 No longer warn for truncated lines. Remove unused parameters.
54 (load_file): Store load_line return value to linebuf.
55 (gfc_error_recovery): Do not advance line at the end.
57 2005-04-14 Steven G. Kargl <kargls@comcast.net>
59 * gfortran.h (gfc_real_info): Add subnormal struct member.
60 * arith.c (gfc_arith_init_1): Set it.
61 (gfc_check_real_range): Use it.
62 * simplify.c (gfc_simplify_nearest): Fix nearest(0.,1.).
64 2005-04-12 Kazu Hirata <kazu@cs.umass.edu>
66 * simplify.c: Fix a comment typo.
68 2005-04-11 Richard Sandiford <rsandifo@redhat.com>
70 * lang.opt: Refer to the GCC internals documentation instead of c.opt.
72 2005-04-11 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
74 * simplify.c (gfc_simplify_nearest): Overhaul.
76 2005-04-10 Kazu Hirata <kazu@cs.umass.edu>
78 * interface.c: Fix a comment typo.
80 2005-04-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
82 * match.c (match_arithmetic_if): Arithmetic IF is obsolete in
85 2005-04-09 Steven G. Kargl <kargls@comcast.net>
87 * simplify.c (gfc_simplify_anint): Use mpfr_round()
88 (gfc_simplify_dnint): ditto.
89 (gfc_simplify_nint): ditto.
91 2005-04-09 Andrew Pinski <pinskia@physics.uc.edu>
94 * io.c (check_format): Allow an optional comma
97 2005-04-09 Francois-Xavier Coudert <coudert@clipper.ens.fr>
99 * match.c (match_arithmetic_if): Remove gfc_ prefix and correct
100 comment according to GNU coding style.
101 (gfc_match_if): Remove gfc_ prefix in call to
104 2005-04-08 Diego Novillo <dnovillo@redhat.com>
106 * match.c (gfc_match_arithmetic_if): Declare static.
108 2005-04-08 Francois-Xavier Coudert <coudert@clipper.ens.fr>
111 * match.c (gfc_match_arithmetic_if): New function to match an
112 arithmetic IF statement.
113 (gfc_match_if): Use gfc_match_arithmetic_if to match an
114 arithmetic IF statement embedded in a simple IF statement.
116 2005-04-07 Steven G. Kargl <kargls@comcast.net>
118 * simplify.c (gfc_simplify_exponent): Fix exponent(tiny(x))
120 2005-04-06 Steven G. Kargl <kargls@comcast.net>
122 * invoke.texi: Remove documentation of -std=f90
124 2005-04-06 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
126 * expr.c (gfc_check_assign): Don't allow NULL as rhs in a
127 non-pointer assignment.
129 2005-04-05 Feng Wang <fengwang@nudt.edu.cn>
134 * array.c (resolve_character_array_constructor): New function. Set
135 constant character array's character length.
136 (gfc_resolve_array_constructor): Use it.
137 * decl.c (add_init_expr_to_sym): Set symbol and initializer character
139 (gfc_set_constant_character_len): New function. Set constant character
140 expression according the given length.
141 * match.h (gfc_set_constant_character_len): Add prototype.
143 2005-04-04 Francois-Xavier Coudert <coudert@clipper.ens.fr>
145 * intrinsic.texi: BES?? functions are not in the f95 standard.
147 2005-04-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
149 * intrinsic.texi: Document COS, EXP, LOG, LOG10, SIN, SQRT, TAN.
151 2005-04-03 Francois-Xavier Coudert <coudert@clipper.ens.fr>
153 * intrinsic.texi: Document BESJ0, BESJ1, BESJN, BESY0, BESY1,
154 BESYN, ATAN, COSH, ERF, ERC, SINH, TANH.
156 2005-04-02 Steven G. Kargl <kargls@comcast.net>
158 * intrinsic.texi: Document ALLOCATED, ANINT, ANY, ASIN; fix typos
160 2005-04-01 Kazu Hirata <kazu@cs.umass.edu>
162 * decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
163 trans.h: Fix comment typos.
165 2005-03-29 Steven G. Kargl <kargls@comcast.net>
167 * gfortran.h (option_t): Change d8, i8, r8 to flag_default_double,
168 flag_default_integer, flag_default_real
169 * invoke.texi: Update documentation
170 * lang.opt: Remove d8, i8, r8 definitions; Add fdefault-double-8
171 fdefault-integer-8, and fdefault-real-8 definitions.
172 * options.c (gfc_init_options): Set option defaults
173 (gfc_handle_option): Handle command line options.
174 * trans-types.c (gfc_init_kinds): Use options.
176 2005-03-29 Keith Besaw <kbesaw@us.ibm.com>
178 * f95-lang.c (builtin_function): Process the attrs parameter
179 and apply the "const" attribute to the builtin if found.
181 2005-03-27 Steven G. Kargl <kargls@comcast.net>
183 * intrinsic.texi: Document AIMAG, AINT, ALL
185 2005-03-26 Steven G. Kargl <kargls@comcast.net>
187 * arith.c (check_result): Fix illogical logic.
189 2005-03-26 Canqun Yang <canqun@nudt.edu.cn>
191 * trans-common.c (create_common): Build RECORD_NODE for common blocks
192 contain no equivalence objects.
193 (add_equivalences): New argument saw_equiv.
194 (trans_common): New local variable saw_equiv.
195 (finish_equivalences): Add a local variable dummy, Always pass true
196 for the 3rd parameter to create_common.
198 2005-03-25 Steven G. Kargl <kargls@comcast.net>
200 * intrinsic.texi: Fix "make dvi"
202 2005-03-24 Steven G. Kargl <kargls@comcast.net>
204 * intrinsic.texi: New file.
205 * gfortran.texi: Include it; white space change; fix typo.
207 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
209 * f95-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
211 2005-03-23 Steven Bosscher <stevenb@suse.de>
213 * convert.c (convert): Replace fold (buildN (...)) with fold_buildN.
214 * trans-array.c (gfc_trans_allocate_array_storage,
215 gfc_trans_allocate_temp_array gfc_trans_array_constructor_value,
216 gfc_conv_array_index_ref, gfc_trans_array_bound_check,
217 gfc_conv_array_index_offset, gfc_conv_scalarized_array_ref,
218 gfc_conv_array_ref, gfc_trans_preloop_setup, gfc_conv_ss_startstride,
219 gfc_conv_loop_setup, gfc_array_init_size, gfc_trans_array_bounds,
220 gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
221 gfc_conv_expr_descriptor): Likewise.
222 * trans-expr.c (gfc_conv_powi, gfc_conv_string_tmp,
223 gfc_conv_concat_op, gfc_conv_expr_op): Likewise.
224 * trans-intrinsic.c (build_round_expr, gfc_conv_intrinsic_bound,
225 gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_sign,
226 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
227 gfc_conv_intrinsic_btest, gfc_conv_intrinsic_bitop,
228 gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ibits,
229 gfc_conv_intrinsic_ishft, gfc_conv_intrinsic_ishftc,
230 gfc_conv_intrinsic_merge, prepare_arg_info,
231 gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_repeat): Likewise.
232 * trans-stmt.c (gfc_trans_simple_do, gfc_trans_do, gfc_trans_do_while,
233 gfc_trans_forall_loop, gfc_do_allocate, generate_loop_for_temp_to_lhs,
234 generate_loop_for_rhs_to_temp, compute_inner_temp_size,
235 allocate_temp_for_forall_nest, gfc_trans_pointer_assign_need_temp,
236 gfc_trans_forall_1, gfc_evaluate_where_mask, gfc_trans_where_assign):
238 * trans-types.c (gfc_get_dtype, gfc_get_array_type_bounds): Likewise.
239 * trans.c (gfc_add_modify_expr): Likewise.
241 2005-03-22 Francois-Xavier Coudert <coudert@clipper.ens.fr>
243 * check.c (gfc_check_chdir, gfc_check_chdir_sub, gfc_check_kill,
244 gfc_check_kill_sub, gfc_check_link, gfc_check_link_sub,
245 gfc_check_symlnk, gfc_check_symlnk_sub, gfc_check_rename,
246 gfc_check_rename_sub, gfc_check_sleep_sub, gfc_check_gerror,
247 gfc_check_getlog, gfc_check_hostnm, gfc_check_hostnm_sub,
248 gfc_check_perror): new functions to check newly implemented
250 * gfortran.h: adding symbols for new intrinsics.
251 * intrinsic.c (add_functions): adding new intrinsics.
252 (add_subroutines): adding new intrinsics.
253 * intrinsic.h: prototype for all checking and resolving
255 * iresolve.c (gfc_resolve_chdir, gfc_resolve_chdir_sub,
256 gfc_resolve_hostnm, gfc_resolve_ierrno, gfc_resolve_kill,
257 gfc_resolve_link, gfc_resolve_rename, gfc_resolve_symlnk,
258 gfc_resolve_time, gfc_resolve_time8, gfc_resolve_rename_sub,
259 gfc_resolve_kill_sub, gfc_resolve_link_sub,
260 gfc_resolve_symlnk_sub, gfc_resolve_sleep_sub,
261 gfc_resolve_gerror, gfc_resolve_getlog, gfc_resolve_hostnm_sub,
262 gfc_resolve_perror): new functions to resolve intrinsics.
263 * trans-intrinsic.c (gfc_conv_intrinsic_function): add case
266 2005-03-19 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
268 * dump-parse-tree.c (gfc_show_expr): Dump name of namespace
269 in which the variable is declared.
272 * resolve.c (was_declared): Also check for dummy attribute.
274 2005-03-19 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
276 * gfortran.h (arith): Remove ARITH_0TO0.
277 * arith.c (gfc_arith_error): Remove handling of ARITH_0TO0.
278 (gfc_arith_power): Remove special casing of zero to integral
281 2005-03-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
283 * Make-lang.in (fortran-warn): Remove -Wno-error.
284 (expr.o-warn, resolve.o-warn, simplify.o-warn,
285 trans-common.o-warn): Specify -Wno-error.
287 2005-03-17 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
289 * trans-array.c (gfc_trans_static_array_pointer,
290 get_array_ctor_var_strlen, gfc_conv_array_index_offset): Fix
291 comment and formatting typos.
293 2005-03-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
295 * invoke.texi: Fix typos.
297 2005-03-15 Zack Weinberg <zack@codesourcery.com>
299 * Make-lang.in (GFORTRAN_TEXI): Add gcc-vers.texi.
301 2005-03-15 Feng Wang <fengwang@nudt.edu.cn>
303 * trans-stmt.c (gfc_trans_label_assign): Don't set DECL_ARTIFICIAL flag
304 to zero on label_tree.
306 2005-03-15 Feng Wang <fengwang@nudt.edu.cn>
309 * io.c (resolve_tag): Add checking on assigned label.
310 (match_dt_format): Does not set symbol assign attribute.
311 * match.c (gfc_match_goto):Does not set symbol assign attribute.
312 * resolve.c (resolve_code): Add checking on assigned label.
313 * trans-common.c (build_field): Deals with common variable assigned
315 * trans-stmt.c (gfc_conv_label_variable): New function.
316 (gfc_trans_label_assign): Use it.
317 (gfc_trans_goto): Ditto.
318 * trans-io.c (set_string): Ditto.
319 * trans.h (gfc_conv_label_variable): Add prototype.
321 2005-03-14 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
324 * symbol.c (check_conflict): A dummy argument can't be a statement
327 2005-03-14 Zdenek Dvorak <dvorakz@suse.cz>
329 * fortran/trans-intrinsic.c (gfc_conv_intrinsic_ishft): Convert
330 the argument of the shift to the unsigned type.
332 2005-03-13 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
335 * resolve.c (gfc_resolve_index): Allow REAL indices as an extension.
337 2005-03-13 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
340 * resolve.c (gfc_resolve): Check if character lengths are
341 specification expressions.
343 2005-03-12 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
346 * trans-array.c (gfc_stack_space_left): Remove unused variable.
347 (gfc_can_put_var_on_stack): Move to trans-decl.c, remove #if 0'ed
349 * trans-array.h (gfc_stack_space_left, gfc_can_put_var_on_stack):
350 Remove declaration / prototype.
351 * trans-common.c (build_equiv_decl): Give union a name. Check if
352 it can be put on the stack.
353 * trans-decl.c (gfc_stack_space_left): Move function here.
354 (gfc_build_qualified_array): Fix comment typo.
355 * trans.h (gfc_put_var_on_stack): Add prototype.
357 2005-03-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
359 * Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error.
360 * decl.c, trans.c: Don't use C++ style comments.
361 * gfortran.h (sym_flavor, procedure_type, sym_intent, gfc_access,
362 ifsrc): Give names to enums and use ENUM_BITFIELD.
363 (gfc_access): Remove trailing comma.
365 2005-03-05 Steven G. Kargl <kargls@comcast.net>
368 * primary.c (match_complex_constant): Mangled complex constant may
369 be an implied do-loop. Give implied do-loop matcher a chance.
371 2005-03-05 Steven G. Kargl <kargls@comcast.net>
374 * resolve.c (compare_shapes): New function.
375 (resolve_operator): Use it.
377 2005-03-05 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
379 * trans-const.c (gfc_conv_constant_to_tree): Use correct tree
380 type for COMPLEX constants.
382 2005-03-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
385 * trans-expr.c (gfc_conv_function_call): Correctly dereference
386 argument from a pointer function also if it has a result clause.
388 2005-03-04 Steven G. Kargl <kargls@comcast.net>
390 * expr.c (gfc_copy_shape_excluding): Change && to ||.
392 2005-03-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
394 * trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo,
397 2005-02-28 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
401 * simplify.c (gfc_simplify_bound): Rename to ...
402 (simplify_bound): ... this and overhaul.
404 2005-02-28 Steven G. Kargl <kargl@gcc.gnu.org>
406 * trans-intrinsic.c (gfc_conv_intrinsic_iargc): remove boolean argument.
407 (gfc_conv_intrinsic_function): update function calls
409 2005-02-27 Steven G. Kargl <kargl@gcc.gnu.org>
412 * trans-types.c (gfc_max_integer_kind): Declare
413 (gfc_init_kinds): Initialize it.
414 * gfortran.h (gfc_max_integer_kind): extern it.
415 * primary.c (match_boz_constant): Use it; remove gfortran extension
416 of kind suffixes on BOZ literal constants
419 2005-02-27 Steven G. Kargl <kargls@comcast.net>
421 * arith.c (gfc_check_real_range): Remove multiple returns
422 (check_result): New function.
423 (gfc_arith_uminus,gfc_arith_plus,gfc_arith_times,
424 gfc_arith_divide,gfc_arith_power,gfc_arith_minus): Use it.
427 2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
429 * decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).
432 2005-02-24 Tobias Schl"uter <tobias.schlueter@physik.uni-meunchen.de>
434 Unrevert previously reverted patch. Adding this fix:
435 * module.c (find_true_name): Deal with NULL module.
437 2005-02-24 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
439 Revert yesterday's patch:
440 2005-02-23 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
442 * gfortran.h (gfc_component, gfc_actual_arglist, ...
443 ... argument. Copy string instead of pointing to it.
445 2005-02-23 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
447 * gfortran.h (gfc_get_namespace): Add second argument to prototype.
448 * intrinsic.c (gfc_intrinsic_init_1): Pass second argument to
450 * module.c (mio_namespace_ref, load_needed): Likewise.
451 * parse.c (parse_interface, parse_contained): Likewise. Here the
452 correct second argument matters.
453 * symbol.c (gfc_get_namespace): Add parent_types argument, only copy
454 parent's implicit types if this is set.
455 (gfc_symbol_init_2): Pass second argument to gfc_get_namespace.
456 * trans-common.c (build_common_decl): Likewise.
458 * gfortran.h (symbol_attribute): New 'untyped' field, fix comment
460 * symbol.c (gfc_set_default_type): Issue error only once, by setting
461 and checking 'untyped' attribute.
463 * gfortran.h (gfc_expr): Move 'operator', 'op1', 'op2', and 'uop'
464 fields into new struct 'op' inside the 'value' union.
465 * arith.c (eval_intrinsic): Adapt all users.
466 * dependency.c (gfc_check_dependency): Likewise.
467 * dump-parse-tree.c (gfc_show_expr): Likewise.
468 * expr.c (gfc_get_expr): Don't clear removed fields.
469 (free_expr0, gfc_copy_expr, gfc_type_convert_binary,
470 gfc_is_constant_expr, simplify_intrinsic_op, check_init_expr,
471 check_intrinsic_op): Adapt to new field names.
472 * interface.c (gfc_extend_expr): Likewise. Also explicitly
473 nullify 'esym' and 'isym' fields of new function call.
474 * iresolve.c (gfc_resolve_dot_product, gfc_resolve_matmul):
475 Adapt to renamed structure fields.
476 * matchexp.c (build_node, match_level_1, match_expr): Likewise.
477 * module.c (mio_expr): Likewise.
478 * resolve.c (resolve_operator): Likewise.
479 (gfc_find_forall_index): Likewise. Only look through operands
480 if dealing with EXPR_OP
481 * trans-array.c (gfc_walk_op_expr): Adapt to renamed fields.
482 * trans-expr.c (gfc_conv_unary_op, gfc_conv_power_op,
483 gfc_conv_concat_op, gfc_conv_expr_op): Likewise.
486 * gfortran.h (gfc_component, gfc_actual_arglist, gfc_user_op): Make
487 'name' a 'const char *'.
488 (gfc_symbol): Likewise, also for 'module'.
489 (gfc_symtree): Make 'name' a 'const char *'.
490 (gfc_intrinsic_sym): Likewise, also for 'lib_name'.
491 (gfc_get_gsymbol, gfc_find_gsymbol): Add 'const' qualifier to
493 (gfc_intrinsic_symbol): Use 'gfc_get_string' instead of 'strcpy' to
494 initialize 'SYM->module'.
495 * check.c (gfc_check_minloc_maxloc, check_reduction): Check for NULL
496 pointer instead of empty string.
497 * dump-parse-tree.c (gfc_show_actual_arglist): Likewise.
498 * interface.c (gfc_compare_types): Adapt check to account for possible
500 (compare_actual_formal): Check for NULL pointer instead of empty
502 * intrinsic.c (gfc_current_intrinsic, gfc_current_intrinsic_arg):
503 Add 'const' qualifier.
504 (conv_name): Return a heap allocated string.
505 (find_conv): Add 'const' qualifier to 'target'.
506 (add_sym): Use 'gfc_get_string' instead of 'strcpy'.
507 (make_generic): Check for NULL pointer instead of empty string.
508 (make_alias): Use 'gfc_get_string' instead of 'strcpy'.
509 (add_conv): No need to strcpy result from 'conv_name'.
510 (sort_actual): Check for NULL pointer instead of empty string.
511 * intrinsic.h (gfc_current_intrinsic, gfc_current_intrinsic_arg):
513 * module.c (compare_true_names): Compare pointers instead of strings
515 (find_true_name): Initialize string fields with gfc_get_string.
516 (mio_pool_string): New function.
517 (mio_internal_string): Adapt comment.
518 (mio_component_ref, mio_component, mio_actual_arg): Use
519 'mio_pool_string' instead of 'mio_internal_string'.
520 (mio_symbol_interface): Add 'const' qualifier to string arguments.
521 Add level of indirection. Use 'mio_pool_string' instead of
522 'mio_internal_string'.
523 (load_needed, read_module): Use 'gfc_get_string' instead of 'strcpy'.
524 (write_common, write_symbol): Use 'mio_pool_string' instead of
525 'mio_internal_string'.
526 (write_symbol0, write_symbol1): Likewise, also check for NULL pointer
527 instead of empty string.
528 (write_operator, write_generic): Pass correct type variable to
529 'mio_symbol_interface'.
530 (write_symtree): Use 'mio_pool_string' instead of
531 'mio_internal_string'.
532 * primary.c (match_keyword_arg): Adapt check to possible
533 case of NULL pointer. Use 'gfc_get_string' instead of 'strcpy'.
534 * symbol.c (gfc_add_component, gfc_new_symtree, delete_symtree,
535 gfc_get_uop, gfc_new_symbol): Use 'gfc_get_string' instead of
537 (ambiguous_symbol): Check for NULL pointer instead of empty string.
538 (gfc_find_gsymbol, gfc_get_gsymbol): Add 'const' qualifier on string
540 * trans-array.c (gfc_trans_auto_array_allocation): Check for NULL
541 pointer instead of empty string.
542 * trans-decl.c (gfc_sym_mangled_identifier,
543 gfc_sym_mangled_function_id, gfc_finish_var_decl, gfc_get_symbol_decl,
544 gfc_get_symbol_decl): Likewise.
545 * trans-io.c (gfc_new_nml_name_expr): Add 'const' qualifier to
546 argument. Copy string instead of pointing to it.
548 2005-02-23 Kazu Hirata <kazu@cs.umass.edu>
550 * intrinsic.h, st.c: Update copyright.
552 2005-02-20 Steven G. Kargl <kargls@comcast.net>
554 * symbol.c: Typos in comments.
556 2005-02-20 Steven G. Kargl <kargls@comcast.net>
558 * expr.c (gfc_type_convert_binary): Typo in comment.
560 2005-02-19 Steven G. Kargl <kargls@comcast.net>
562 * check.c (gfc_check_selected_int_kind): New function.
563 * intrinsic.h: Prototype it.
564 * intrinsic.c (add_function): Use it.
565 * simplify (gfc_simplify_ceiling,gfc_simplify_floor): Change
566 BT_REAL to BT_INTEGER and use gfc_default_integer_kind.
568 2005-02-19 Steven G. Kargl <kargls@comcast.net>
570 * check.c (gfc_check_int): improve checking of optional kind
571 * simplify.c (gfc_simplify_int): Change BT_REAL to BT_INTEGER
573 2005-02-19 Steven G. Kargl <kargls@comcast.net>
575 * check.c (gfc_check_achar): New function
576 * intrinsic.h: Prototype it.
577 * intrinsic.c (add_function): Use it.
579 2005-02-13 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
581 * trans-stmt.c (generate_loop_for_temp_to_lhs,
582 generate_loop_for_rhs_to_temp): Remove if whose condition is
585 2005-02-12 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
587 * symbol.c (gfc_use_ha_derived): Remove, fold functionality into ...
588 (gfc_use_derived): ... this function.
590 2005-02-09 Richard Henderson <rth@redhat.com>
592 * f95-lang.c (gfc_init_builtin_functions): Call
593 build_common_builtin_nodes; do not define any functions handled
596 2005-02-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
598 * expr.c (gfc_copy_expr): Don't copy 'op1' and 'op2' for
600 (gfc_is_constant_expr): Check 'ref' to determine if substring
601 reference is constant.
602 (gfc_simplify_expr): Simplify 'ref' instead of 'op1' and 'op2'.
603 (check_init_expr, check_restricted): Check 'ref' instead of 'op1'
605 * module.c (mio_expr): Read / write 'ref' instead of 'op1' and 'op2'.
607 2005-02-07 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
609 * gfortran.h (gfc_add_dimension, gfc_add_result, gfc_add_save,
610 gfc_add_dummy, gfc_add_generic, gfc_add_in_common, gfc_add_data,
611 gfc_add_in_namelist, gfc_add_sequence, gfc_add_function,
612 gfc_add_subroutine, gfc_add_access, gfc_add_flavor, gfc_add_entry,
613 gfc_add_procedure): Add argument.
614 * array.c (gfc_set_array_spec), decl.c (var_element, get_proc_name,
615 gfc_match_null, match_type_spec, match_attr_spec,
616 gfc_match_formal_arglist, match_result, gfc_match_function_decl):
617 Update callers to match.
618 (gfc_match_entry) : Likewise, fix comment typo.
619 (gfc_match_subroutine, attr_decl1, gfc_add_dimension,
620 access_attr_decl, do_parm, gfc_match_save, gfc_match_modproc,
621 gfc_match_derived_decl): Update callers.
622 * interface.c (gfc_match_interface): Likewise.
623 * match.c (gfc_match_label, gfc_add_flavor,
624 gfc_match_call, gfc_match_common, gfc_match_block_data,
625 gfc_match_namelist, gfc_match_module, gfc_match_st_function):
627 * parse.c (parse_derived, parse_interface, parse_contained),
628 primary.c (gfc_match_rvalue, gfc_match_variable): Likewise.
629 * resolve.c (resolve_formal_arglist, resolve_entries): Update callers.
630 * symbol.c (check_conflict, check_used): Add new 'name' argument,
631 use when printing error message.
632 (gfc_add_dimension, gfc_add_result, gfc_add_save, gfc_add_dummy,
633 gfc_add_generic, gfc_add_in_common, gfc_add_data,
634 gfc_add_in_namelist, gfc_add_sequence, gfc_add_function,
635 gfc_add_subroutine, gfc_add_access, gfc_add_flavor, gfc_add_entry,
636 gfc_add_procedure): Add new 'name' argument. Pass along to
637 check_conflict and check_used.
638 (gfc_add_allocatable, gfc_add_external, gfc_add_intrinsic,
639 gfc_add_optional, gfc_add_pointer, gfc_add_target, gfc_add_elemental,
640 gfc_add_pure, gfc_add_recursive, gfc_add_intent,
641 gfc_add_explicit_interface, gfc_copy_attr): Pass NULL for new
642 argument in calls to any of the modified functions.
644 2005-02-06 Joseph S. Myers <joseph@codesourcery.com>
646 * gfortran.texi: Don't give last update date.
648 2006-01-30 Richard Henderson <rth@redhat.com>
650 * options.c (gfc_init_options): Zero flag_errno_math.
652 2005-01-29 Paul Brook <paul@codesourcery.com>
655 * check.c (real_or_complex_check): New function.
656 (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc): New functions.
657 * intrinsic.c (add_functions): Use new check functions.
658 * intrinsic.h (gfc_check_fn_c, gfc_check_fn_r, gfc_check_fn_rc):
661 2005-01-29 Steven G. Kargl <kargls@comcast.net>
664 * expr.c (gfc_check_assign): Check for conformance of logical operands
666 2004-01-27 Steven Bosscher <stevenb@suse.de>
668 * trans-decl.c (gfc_build_label_decl): Set DECL_ARTIFICAL and
669 TREE_USED for all labels.
670 (gfc_trans_entry_master_switch): Use it instead of building a
672 * trans-io.c (add_case): Likewise.
673 * trans-stmt.c (gfc_trans_integer_select): Likewise.
675 2004-01-23 Paul Brook <paul@codesourcery.com>
676 Steven G. Kargl <kargls@comcast.net>
679 * arith.c (gfc_convert_real): Remove sign handling.
680 * primary.c (match_digits): Allow whitespace after initial sign.
681 (match_real_const): Handle signs here. Allow whitespace after
682 initial sign. Remove dead code.
683 (match_const_complex_part): Remove.
684 (match_complex_part): Use match_{real,integer}_const.
685 (match_complex_constant): Cross-promote integer types.
687 2005-01-23 James A. Morrison <phython@gcc.gnu.org>
690 * iresolve.c (gfc_resolve_transpose): Resolve to transpose_c4 or
691 transpose_c8 for complex types.
693 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
695 * data.c, dependency.c, f95-lang.c, io.c, trans-array.c,
696 trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-io.c,
697 trans-stmt.c, trans-types.c, trans.h: Fix comment typos.
698 Follow spelling conventions.
700 2005-01-22 Bud Davis <bdavis9659@comcast.net>
703 * trans-io.c (gfc_trans_inquire): Added code to support
706 2005-01-22 Steven G. Kargl <kargls@comcast.net>
708 * intrinsic.c (make_alias): Add standard argument.
709 (add_functions): Update make_alias calls.
711 2005-01-22 Paul Brook <paul@codesourcery.com>
713 * trans-expr.c (gfc_conv_function_call): Remove bogus TODO.
715 2005-01-22 Paul Brook <paul@codesourcery.com>
717 * gfortran.h (gfc_check_access): Add prototype.
718 * match.c (gfc_match_namelist): Remove TODO.
719 * module.c (check_access): Rename ...
720 (gfc_check_access): ... to this. Boolify. Update callers.
721 * resolve.c (resolve_symbol): Check for private objects in public
724 2005-01-22 Paul Brook <paul@codesourcery.com>
726 * primary.c (gfc_match_rvalue): Only apply implicit type if variable
727 does not have an explicit type.
728 (gfc_match_variable): Resolve implicit derived types in all cases.
729 Resolve contained function types from their own namespace, not the
731 * resolve.c (resolve_contained_fntype): Remove duplicate sym->result
732 checking. Resolve from the contained namespace, not the parent.
734 2005-01-22 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
737 * trans-const.c (gfc_conv_constant_to_tree): Give logical
738 constants the correct type.
741 * trans-io.c (ADD_STRING): Use gfc_charlen_type_node for string
743 (gfc_build_io_library_fndecls): 'rec' and 'recl_in' are not
746 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
748 * arith.c, array.c, check.c, decl.c, expr.c, f95-lang.c,
749 gfortran.h, interface.c, intrinsic.c, io.c, iresolve.c,
750 match.c, matchexp.c, misc.c, module.c, options.c, parse.c,
751 scanner.c, simplify.c, symbol.c, trans-array.c, trans-expr.c,
752 trans-io.c, trans-stmt.c, trans.c: Update copyright.
754 2005-01-17 Ira Rosen <irar@il.ibm.com>
756 * f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins.
758 2005-01-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
761 * error.c (error_char): Line-buffer errors / warnings.
763 2005-01-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
765 * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Fix signed /
766 unsigned issue. Use build_int_cst instead of converting
767 integer_zero_node. Remove unnecessary conversion.
769 * trans-types.c (gfc_get_character_type_len): : Use
770 gfc_charlen_type_node as basic type for the range field.
772 * trans-intrinsic.c (build_fixbound_expr,
773 gfc_conv_intrinsic_bound, gfc_conv_intrinsic_anyall,
774 gfc_conv_intrinsic_count, gfc_conv_intrinsic_btest,
775 gfc_conv_intrinsic_singlebitop): Use 'build_int_cst' instead
776 of converting 'integer_zero_node' or 'integer_one_node'
778 (gfc_conv_intrinsic_ishftc): Same, but store in local variable to
780 (gfc_conv_intrinsic_strcmp, gfc_conv_intrinsic_rrspacing,
781 gfc_conv_intrinsic_trim, gfc_conv_intrinsic_iargc): Use
782 'build_int_cst' instead of converting 'integer_zero_node' or
783 'integer_one_node' respectively.
785 * trans-intrinsic.c (gfc_conv_intrinsic_index,
786 gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify): Remove
787 'gfc'-prefix from local variable, remove dead code, use correct
788 type when inserting argument.
790 * trans-intrinsic.c, trans-types.c: Update copyright years.
792 2005-01-16 Steven G. Kargl <kargls@comcast.net>
795 * resolve.c (check_case_overlap): Typo in comment.
796 (validate_case_label_expr): Fix up kinds of case values
797 (resolve_select): Properly handle kind mismatches.
799 2004-01-16 Paul Brook <paul@codesourcery.com>
802 * trans-common.c (translate_common): Remove duplicate function call.
803 (finish_equivalences): Preserve alignment when biasing offsets.
805 2005-01-15 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de
807 * primary.c (check_digit): Call 'ISXDIGIT' instead of assuming
808 ASCII-like character encoding.
810 2005-01-14 Steven G. Kargl <kargls@comcast.net>
812 * resolve.c (compare_case): Cleanup.
814 2005-01-14 Steven G. Kargl <kargls@comcast.net>
816 * resolve.c (compare_case): Give arguments correct type.
818 2005-01-13 Kazu Hirata <kazu@cs.umass.edu>
820 * iresolve.c, trans-common.c, trans-types.c: Fix comment
823 2005-01-09 Paul Brook <paul@codesourcery.com>
826 * trans-common.c (current_common, current_offset): Remove.
827 (create_common): Add head argument.
828 (align_segment): New function.
829 (apply_segment_offset): New function.
830 (translate_common): Merge code from new_segment. Handle alignment.
831 (new_segment): Remove.
832 (finish_equivalences): Ensure proper alignment.
834 2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
836 * trans-const.c: Don't include unused math.h.
838 * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl,
839 gfc_conv_intrinsic_bound, gfc_conv_intrinsic_minmaxloc,
840 gfc_conv_intrinsic_ishft, gfc_conv_intrinsic_len): Remove
842 (prepare_arg_info): Fix formatting, indenting and remove trailing
844 (gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_trim): Remove
847 * arith.c (arctangent2, gfc_arith_init_1, gfc_arith_done_1,
848 gfc_constant_result, gfc_range_check, gfc_arith_power,
849 eval_type_intrinsic0, eval_intrinsic_f2, gfc_real2real,
850 gfc_real2complex, gfc_complex2int, gfc_complex2real,
851 gfc_complex2complex): Fix whitespace issues.
852 * check.c (must_be, type_check, numeric_check, int_or_real_check,
853 logical_array_check, array_check, scalar_check, nonoptional_check,
854 variable_check, dim_check, check_a_kind, gfc_check_a_ikind,
855 gfc_check_a_xkind, gfc_check_abs, gfc_check_all_any,
856 gfc_check_allocated, gfc_check_a_p, gfc_check_besn,
857 gfc_check_btest, gfc_check_char, gfc_check_cmplx, gfc_check_count,
858 gfc_check_cshift, gfc_check_dcmplx, gfc_check_dble,
859 gfc_check_digits, gfc_check_dot_product, gfc_check_eoshift,
860 gfc_check_fnum, gfc_check_g77_math1, gfc_check_huge, gfc_check_i,
861 gfc_check_iand, gfc_check_ibclr, gfc_check_ibits, gfc_check_ibset,
862 gfc_check_idnint, gfc_check_ieor, gfc_check_index, gfc_check_int,
863 gfc_check_ior, gfc_check_ishft, gfc_check_ishftc, gfc_check_kind,
864 gfc_check_lbound, gfc_check_logical, min_max_args,
865 gfc_check_min_max_integer, gfc_check_min_max_real,
866 gfc_check_min_max_double, gfc_check_matmul,
867 gfc_check_minval_maxval, gfc_check_merge, gfc_check_nearest,
868 gfc_check_pack, gfc_check_precision, gfc_check_radix,
869 gfc_check_range, gfc_check_real, gfc_check_repeat,
870 gfc_check_scale, gfc_check_scan, gfc_check_selected_real_kind,
871 gfc_check_set_exponent): Fix formatting issues.
872 (gfc_check_size, gfc_check_sign): Alphabetize function order,
873 remove whitespace-only line.
874 (gfc_check_fstat, gfc_check_fstat_sub, gfc_check_stat,
875 gfc_check_stat_sub, gfc_check_transfer, gfc_check_transpose,
876 gfc_check_ubound, gfc_check_unpack, gfc_check_verify, gfc_check_x,
877 gfc_check_cpu_time, gfc_check_date_and_time, gfc_check_mvbits,
878 gfc_check_random_number, gfc_check_random_seed,
879 gfc_check_second_sub, gfc_check_system_clock,
880 gfc_check_getcwd_sub, gfc_check_exit, gfc_check_flush,
881 gfc_check_umask, gfc_check_umask_sub, gfc_check_unlink,
882 gfc_check_unlink_sub): Fix formatting issues.
884 2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
886 * gfortran.h: Remove outdated comment. Don't include stdio.h
889 2005-01-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
891 * gfortranspec.c (lang_specific_driver): Change year to 2005 in
892 output of 'gfortran --version'.
894 2005-01-03 Steven G. Kargl <kargls@comcast.net>
896 * arith.c: Add system.h; remove string.h
902 * check.c: Remove stdlib.h and stdarg.h
903 * error.c: Remove stdlib.h, stdarg.h, stdio.h, string.h
904 * expr.c: Add system.h; remove stdarg.h, stdio.h, and string.h
905 * f95-lang.c: Add system.h; remove stdio.h
906 * interface.c: Add system.h; remove stdlib.h and string.h
907 * intrinsic.c: Remove stdarg.h, stdio.h, and string.h
908 * io.c: Remove string.h
910 * match.c: Remove stdarg.h and string.h
911 * misc.c: Update copyright; add system.h; remove stdlib.h,
912 string.h, and sys/stat.h
913 * module.c: Add system.h; remove string.h, stdio.h, errno.h,
915 * option.c: Remove string.h and stdlib.h
917 * scanner.c: Update copyright; add system.h; remove stdlib.h,
918 stdio.h, string.h, and strings.h
919 * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h
920 * trans-array.c: Remove stdio.h and gmp.h
921 * trans-const.c: Ditto
922 * trans-expr.c: Ditto
924 * trans-stmt.c: Ditto
926 * trans-intrinsic.c: Remove stdio.h and string.h
928 2004-12-29 Steven G. Kargl <kargls@comcast.net>
930 * gfortran.h (gfc_case): fix typo in comment.
932 2004-12-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
934 * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to
935 logical shift. Call fold. Remove 0-bit shift shortcut.
936 (gfc_conv_intrinsic_ishftc): Convert first argument to at least
937 4 bytes bits. Convert 2nd and 3rd argument to 4 bytes. Convert
938 result if width(arg 1) < 4 bytes. Call fold.
941 * trans-intrinsic.c (gfc_conv_intrinsic_mod): Update comment
942 in front of function to match the standard. Correct handling
945 2004-12-27 Andrew Pinski <pinskia@physics.uc.edu>
947 * trans-expr.c (gfc_conv_cst_int_power): Only check for
948 flag_unsafe_math_optimizations if we have a float type.
950 2004-12-23 Steven G. Kargl <kargls@comcast.net>
952 * gfortran.texi: Fix typo.
954 2004-12-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
956 * trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix
959 2004-12-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
962 * match.c (gfc_match_if): Don't explicitly skip optional whitespace.
963 (gfc_match_nullify): Make sure that ')' is in front of the end of
966 * scanner.c (skip_fixed_comments): Fix typo in comment preceding
969 2004-12-14 Richard Henderson <rth@redhat.com>
971 * gfortran.h (gfc_expr.function.name): Make const.
972 (gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
973 (gfc_get_string): Update prototype.
974 * iresolve.c: Include tree.h.
975 (string_node, HASH_SIZE, string_head, hash): Remove.
976 (gfc_get_string): Use vsnprintf, get_identifier.
977 (free_strings, gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
978 * misc.c (gfc_init_1): Don't call gfc_iresolve_init_1.
979 (gfc_done_1): Don't call gfc_iresolve_done_1.
980 * module.c (mio_allocated_string): Take and return const char *,
981 instead of modifying char**.
982 (mio_expr): Update to match.
983 * resolve.c (pure_function): Constify name argument.
984 (resolve_function): Constify name.
985 * trans-intrinsic.c (gfc_conv_intrinsic_function): Likewise.
987 2004-12-12 Richard Henderson <rth@redhat.com>
989 * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
990 gfc_resolve_cshift, gfc_resolve_dot_product, gfc_resolve_eoshift,
991 gfc_resolve_matmul, gfc_resolve_maxloc, gfc_resolve_maxval,
992 gfc_resolve_minloc, gfc_resolve_minval, gfc_resolve_pack,
993 gfc_resolve_product, gfc_resolve_reshape, gfc_resolve_shape,
994 gfc_resolve_spread, gfc_resolve_sum, gfc_resolve_transpose,
995 gfc_resolve_unpack: Use PREFIX.
997 2004-12-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1000 * match.c (gfc_match_common): Skip whitespace.
1002 2004-12-12 Steven G. Kargl <kargls@comcast.net>
1005 * check.c (gfc_check_iand, gfc_check_ibclr, gfc_check_ibits,
1006 gfc_check_ibset, gfc_check_ieor, gfc_check_ior): Remove default
1007 integer kind check; Issue error for -std=f95 when needed.
1008 * intrinsic.c (add_functions): Change ieor from GFC_STD_GNU to
1010 * iresolve.c (gfc_resolve_iand, gfc_resolve_ieor, gfc_resolve_ior):
1011 Promote arguments to same kind.
1013 2004-12-12 Steven G. Kargl <kargls@comcast.net>
1014 Paul Brook <paul@codesourcery.com>
1017 * resolve.c (gfc_resolve_iterator_expr): New function.
1018 (gfc_resolve_iterator): Use it. Add real_ok argument. Convert
1019 start, end and stride to correct type.
1020 (resolve_code): Pass extra argument.
1021 * array.c (resolve_array_list): Pass extra argument.
1022 * gfortran.h (gfc_resolve): Add prototype.
1023 * trans-stmt.c (gfc_trans_do): Remove redundant type conversions.
1024 Handle real type iterators.
1026 2004-12-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1029 * iresolve.c (gfc_resolve_scale): Convert 'I' argument if not of
1030 same kind as C's 'int'.
1031 (gfc_resolve_set_exponent): Convert 'I' argument if not of kind 4.
1033 2004-12-08 Richard Henderson <rth@redhat.com>
1035 * intrinsic.c (gfc_convert_type_warn): Propagate the input shape
1036 to the output expression.
1037 * iresolve.c (gfc_resolve_cshift, gfc_resolve_eoshift): Suppress
1039 (gfc_resolve_reshape): Force convert SHAPE and ORDER parameters
1042 2004-12-08 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1045 * resolve.c (resolve_code): Impose correct restrictions on
1048 * decl.c (gfc_match_end): Use locus of END when eos is an error.
1050 2004-12-02 Steven G. Kargl <kargls@comcast.net>
1051 Paul Brook <paul@codesourcery.com>
1053 * check.c (gfc_check_flush, gfc_check_fnum): New functions.
1054 (gfc_check_fstat, gfc_check_fstat_sub): New functions.
1055 (gfc_check_stat, gfc_check_stat_sub): New functions.
1056 * gfortran.h (GFC_ISYM_FNUM,GFC_ISYM_FSTAT,GFC_ISYM_STAT): New symbols
1057 * intrinsic.c (add_functions,add_subroutines): Add flush, fnum,
1058 fstat, and stat to intrinsics symbol tables.
1059 * intrinsic.h (gfc_check_flush, gfc_resolve_stat_sub): Add prototypes.
1060 (gfc_resolve_fstat_sub, gfc_resolve_stat): Ditto.
1061 * iresolve.c (gfc_resolve_fnum, gfc_resolve_fstat): New functions.
1062 (gfc_resolve_stat, gfc_resolve_flush): New functions.
1063 (gfc_resolve_stat_sub,gfc_resolve_fstat_sub): New functions
1064 * trans-intrinsic.c (gfc_conv_intrinsic_function): Add new intrinsics.
1066 2004-12-02 Steven G. Kargl <kargls@comcast.net>
1068 * intrinsic.c: Fix and add comments, fix function declarations
1069 (OPTIONAL,REQUIRED): New symbols
1070 (add_functions,add_subroutines): Use symbols
1071 (gmp.h): Remove unused include
1073 2004-11-25 Joseph S. Myers <joseph@codesourcery.com>
1075 * f95-lang.c, gfortranspec.c, trans-decl.c: Avoid ` as left quote
1078 2004-11-24 Steven Bosscher <stevenb@suse.de>
1080 * options.c (gfc_post_options): Don't clear flag_inline_functions.
1082 2004-11-20 Steven G. Kargl <kargls@comcast.net>
1084 * check.c (gfc_check_getcwd_sub): Fix seg fault.
1086 * check.c (gfc_check_exit,gfc_check_umask,gfc_check_umask_sub,
1087 gfc_check_unlink,gfc_check_unlink_sub): New functions
1088 * gfortran.h (GFC_ISYM_UMASK,GFC_ISYM_UNLINK): New symbols
1089 * intrinsic.c (add_functions,add_subroutines): Add umask, unlink,
1090 exit to intrinsics symbol tables.
1091 * intrinsic.h (gfc_check_umask,gfc_check_unlink,gfc_check_exit,
1092 gfc_check_umask_sub,gfc_check_unlink_sub,gfc_resolve_umask,
1093 gfc_resolve_unlink,gfc_resolve_exit,gfc_resolve_umask_sub,
1094 gfc_resolve_unlink_sub): Add and sort prototypes.
1095 * iresolve.c (gfc_resolve_umask,gfc_resolve_unlink,gfc_resolve_exit,
1096 gfc_resolve_umask_sub,gfc_resolve_unlink_sub): New functions
1097 * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbols
1099 2004-11-16 Paul Brook <paul@codesourcery.com>
1102 * trans-array.c (gfc_trans_allocate_temp_array): Use gfc_get_dtype.
1103 (gfc_array_init_size, gfc_conv_expr_descriptor): Ditto.
1104 * trans-types.c (gfc_get_dtype): Accept array type rather than element
1106 (gfc_get_nodesc_array_type): Don't set GFC_TYPE_ARRAY_DTYPE.
1107 (gfc_get_array_type_bounds): Ditto.
1108 (gfc_get_derived_type): Recurse into derived type pointers.
1109 * trans-types.h (gfc_get_dtype): Add prototype.
1110 * trans.h (GFC_TYPE_ARRAY_DTYPE): Add comment.
1112 2004-11-15 Paul Brook <paul@codesourcery.com>
1114 * trans-types.c (gfc_get_dtype): Remove obsolete TODO.
1116 2004-11-10 Paul Brook <paul@codesourcery.com>
1119 * trans-expr.c (gfc_trans_subarray_assign): Free shape before ss.
1120 * trans-io.c (transfer_array_component): Ditto.
1122 2004-11-10 Paul Brook <paul@codesourcery.com>
1124 * invoke.texi: Fix typo.
1126 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
1128 * arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h,
1129 gfortranspec.c, interface.c, intrinsic.c, iresolve.c, match.c,
1130 module.c, parse.c, parse.h, primary.c, resolve.c, scanner.c,
1131 trans-array.c, trans-array.h, trans-expr.c, trans-intrinsic.c,
1132 trans-io.c, trans-stmt.c, trans.h: Fix comment formatting.
1134 2004-11-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1137 * io.c (resolve_tag): Tighten up exception for assigned FORMAT.
1139 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
1141 * gfortranspec.c: Replace GNU CC with GCC.
1143 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1145 * gfortranspec.c (lang_specific_driver): Change year to 2004.
1147 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1150 * trans-decl.c (create_function_arglist): Set DECL_ARTIFICIAL for
1153 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1156 * trans-decl.c (gfc_finish_var_decl): Don't declare arguments to
1157 module procedures as if they were module variables.
1159 2004-11-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1164 * module.c (write_symbol1): Set module_name for dummy arguments.
1166 2004-11-02 Paul Brook <paul@codesourcery.com>
1168 * intrinsic.c (check_intrinsic_standard): Include error locus.
1170 (gfc_intrinsic_func_interface, gfc_intrinsic_sub_interface): Pass
1171 locus to check_intrinsic_standard.
1173 2004-10-31 Janne Blomqvist <jblomqvi@cc.hut.fi>
1176 * gfortran.h: Change GFC_STD_* flags to more appropriate
1177 ones. (struct gfc_intrinsic_isym): Add field for standard. (struct
1178 gfc_option_t): Add field for warning about use of nonstandard
1180 * intrinsic.c (add_sym): Add parameter for standard version, check
1181 this against current standard.
1182 (add_sym_0): Pass standard parameter to add_sym.
1183 (add_sym_1, add_sym_0s, add_sym_1s, add_sym_1m, add_sym_2): Ditto.
1184 (add_sym_2s, add_sym_3, add_sym_3ml, add_sym_3red, add_sym_3s): Ditto.
1185 (add_sym_4, add_sym_4s, add_sym_5, add_sym_5s): Ditto.
1186 (make_generic): Add parameter for standard, check this
1187 against currently selected standard.
1188 (add_functions, add_subroutines): Add parameter to tell which
1189 standard an intrinsic belongs to.
1190 (check_intrinsic_standard): New function.
1191 (gfc_intrinsic_func_interface): Add call to check_intrinsic_standard.
1192 (gfc_intrinsic_sub_interface): Ditto.
1193 * lang.opt: Add Wnonstd-intrinsics option.
1194 * options.c (gfc_init_options): Change to use new GFC_STD_* flags,
1196 (set_Wall): Add warning about nonstd intrinsics.
1197 (gfc_handle_option): Change to use new GFC_STD_* flags,
1199 * invoke.texi: Update manual to include -Wnonstd-intrinsics.
1201 2004-10-30 Andrew Pinski <pinskia@physics.uc.edu>
1203 * f95-lang.c (lang_tree_node): Add chain_next to be the TREE_CHAIN.
1205 2004-10-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1207 * simplify.c (twos_complement): Calculate mask in GMP arithmetic.
1209 2004-10-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1211 * trans.c (gfc_trans_code): Set global locus after recursing. Fix
1214 2004-10-30 Canqun Yang <canqun@nudt.edu.cn>
1216 * check.c (gfc_check_rand): Allow missing optional argument.
1217 (gfc_check_irand): Ditto.
1218 * intrinsic.c (add_functions): Set arg optional flag for {i,}rand.
1220 2004-10-28 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1222 PR fortran/13490, PR fortran/17912
1223 * gcc/fortran/gfortran.h: Added pedantic_min_int to gfc_integer_info
1224 * gcc/fortran/gfortran.h: Added ARITH_ASYMMETRIC to arith
1225 * gcc/fortran/arith.c: Added support for an "asymmetric integer"
1226 warning when compiling with pedantic.
1227 * gcc/fortran/arith.c: Set minimum integer values to reflect
1228 realities of two's complement signed integers. Added
1231 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
1233 * Make-lang.in (F95_ADDITIONAL_OBJS): Kill.
1234 (f951): Do not depend on F95_ADDITIONAL_OBJS and don't
1237 2004-10-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1239 * trans-decl.c (generate_local_decl): Simplify logic, fix comment
1241 (gfc_generate_function_code): Fix formatting issue.
1243 2004-10-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1245 * module.c: Fix formatting issues.
1247 2004-10-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1249 * module.c (mio_interface_rest): Set where member of interface
1252 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
1255 * options.c (gfc_handle_option): Add break after handing the
1258 2004-10-08 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
1260 * arith.c: Fix formatting issues.
1262 2004-10-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1265 * resolve.c (resolve_operator): Use correct operator name in message.
1267 2004-10-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1269 * primary.c (match_boz_constant): Allow kind parameter suffixes.
1270 Move standard warning further to the front.
1272 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1274 * trans-stmt.c: Fix a comment typo.
1276 2004-10-07 Paul Brook <paul@codesourcery.com>
1279 * trans-array.c (gfc_trans_deferred_array): Leave use associated
1282 2004-10-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1285 * simplify.c (twos_complement): New function.
1286 (gfc_simplify_ishft, gfc_simplify_ishftc): Revise.
1288 * simplify.c (gfc_simplify_abs): Use mpfr_hypot for CABS.
1290 2004-10-06 Paul Brook <paul@codesourcery.com>
1292 * trans-stmt.c (gfc_trans_simple_do): New function.
1293 (gfc_trans_do): Use it. Evaluate iteration bounds before entering
1294 loop. Update comments.
1296 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1299 * iresolve.c (gfc_resolve_pack): Choose function depending if mask
1303 * intrinsic.c (add_sym_5): Remove.
1304 (add_subroutines): Add resolution function for MVBITS.
1305 * intrinsic.h (gfc_resolve_mvbits): Declare resolution function for
1307 * iresolve.c (gfc_resolve_mvbits): New function.
1308 (gfc_resolve_random_number): Remove empty line at end of function.
1310 * trans-const.c (gfc_build_cstring_const): New function.
1311 (gfc_init_cst): Use new function.
1312 * trans-const.h (gfc_build_cstring_const): Add prototype.
1313 * trans-io.c (set_string, set_error_locus): Use new function.
1314 * trans-stmt.c (gfc_trans_goto): Use new function.
1317 * parse.c (accept_statement): Don't treat END DO like END IF and
1319 (parse_do_block): Generate possible END DO label inside END DO
1323 * check.c (gfc_check_system_sub): New function.
1324 * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SYSTEM.
1325 * intrinsic.c (add_functions): Add 'system'.
1326 (add_subroutines): Add 'system'.
1327 * intrinsic.h (gfc_check_etime_sub, gfc_check_getcwd_sub):
1328 Move prototypes to other suborutines.
1329 (gfc_check_system_sub, gfc_resolve_system, gfc_resolve_system_sub):
1331 (gfc_resolve_system_clock): Fix formatting of prototype.
1332 * iresolve.c (gfc_resolve_system, gfc_resolve_system_sub): New
1334 * trans-intrinsic.c (gfc_conv_intrinsic_function): Deal with
1337 2004-10-04 Erik Schnetter <schnetter@aei.mpg.de>
1339 * scanner.c (preprocessor_line): Accept preprocessor lines without
1340 file names. Check file names for closing quotes. Handle escaped
1341 quotes in file names.
1343 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1344 Paul Brook <paul@codesourcery.com>
1346 * trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.
1347 Use gfc_get_expr_charlen.
1348 * trans-expr.c (gfc_get_expr_charlen): New function.
1349 * trans.h (gfc_get_expr_charlen): Add prototype.
1351 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1353 * trans-intrinsic.c: Fix a comment typo.
1355 2004-10-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1357 * simplify.c (range_check): Remove blank line at beginning of function.
1358 (gfc_simplify_dint): Same at end of function.
1359 (gfc_simplify_exponent, gfc_simplify_fraction): Simplify calculations.
1360 (gfc_simplify_bound): Fix indentation.
1361 (gfc_simplify_log10): Simplify calculation.
1362 (gfc_simplify_min, gfc_simplify_max): Remove blank line at beginning
1364 (gfc_simplify_nearest): Same at end of function.
1365 (gfc_simplify_nint, gfc_simplify_idnint): Same at beginning of
1367 (gfc_simplify_rrspacing, gfc_simplify_set_exponent,
1368 gfc_simplify_spacing): Simplify calulations.
1370 2004-10-03 Feng Wang <fengwang@nudt.edu.cn>
1372 * trans-intrinsic.c: Fix comments on spacing and rrspacing
1373 (gfc_conv_intrinsic_rrspacing): Add fold on constant trees.
1375 2004-10-01 Jan Hubicka <jh@suse.cz>
1377 * f95-lang.c (gfc_expand_function): Update call of
1378 tree_rest_of_compilation.
1379 * trans-decl.c (gfc_generate_constructors): Likewise.
1381 2004-09-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1383 * trans-intrinsic.c: Comment fixes.
1385 2004-09-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1387 * decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.
1389 2004-09-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1391 * trans-types.c (gfc_return_by_reference): Remove superfluous
1394 * intrinsic.h (gfc_resolve_getcwd): Update prototype.
1395 * iresolve.c (gfc_resolve_getcwd): Add second argument to function.
1398 * trans-expr.c (gfc_trans_arrayfunc_assign): Look at resolved
1399 function to determine return type.
1401 2004-09-20 Jan Hubicka <jh@suse.cz>
1403 * trans-decl.c (build_entry_thunks): Finalize the function; do not lower
1405 (gfc_generate_function_code): Likewise.
1407 2004-09-20 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1410 * simplify.c (gfc_simplify_reshape): Set shape of return value
1413 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
1414 Zack Weinberg <zack@codesourcery.com>
1416 * f95-lang.c, trans-expr.c, trans.c: Update for new tree-class
1417 enumeration constants.
1419 2004-09-17 Paul Brook <paul@codesourcery.com>
1421 * gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.
1422 (gfc_linebuf_header_size): Define.
1423 * scanner.c (load_file): Use it.
1425 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
1427 * array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c,
1428 interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h,
1429 resolve.c, scanner.c, trans-array.c, trans-array.h,
1430 trans-common.c, trans-const.h, trans-decl.c, trans-expr.c,
1431 trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
1432 trans.h: Fix comment typos. Follow spelling conventions.
1434 2004-09-16 Victor Leikehman <lei@il.ibm.com>
1437 * trans-io.c (transfer_array_component): New function.
1438 (transfer_expr): For array fields, call transfer_array_component.
1440 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
1442 * gfortran.texi: Fix a typo.
1444 2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1446 * parse.c (eof_buf): Rename eof to eof_buf.
1447 (unexpected_eof): Same.
1448 (gfc_parse_file): Same.
1450 2004-09-15 Steven G. Kargl <kargls@comcast.net>
1452 * check.c (gfc_check_getcwd_sub): New function.
1453 * gfortran.h (GFC_ISYM_GETCWD): New symbol.
1454 * intrinsic.c (add_functions): Add function definition;
1456 * intrinsic.c (add_subroutines): Add subroutine definitions.
1457 * intrinsic.h: Add prototypes.
1458 * iresolve.c (gfc_resolve_getcwd, gfc_resolve_getcwd_sub):
1460 * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbol.
1462 2004-09-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1465 * module.c (write_symbol): Don't fill in module name here.
1466 (write_symbol0): Fill in here instead.
1468 2004-09-14 Kazu Hirata <kazu@cs.umass.edu>
1470 * data.c, decl.c, f95-lang.c, gfortran.h, match.c,
1471 trans-array.c, trans-common.c, trans-expr.c,
1472 trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix
1473 comment typos. Follow spelling conventions.
1475 2004-09-09 Paul Brook <paul@codesourcery.com>
1477 * scanner.c (get_file): Add ATTRIBUTE_UNUSED.
1479 2004-09-08 Paul Brook <paul@codesourcery.com>
1481 * array.c: Don't include assert.h.
1482 * data.c: Don't include assert.h. Replace assert and abort with
1483 gcc_assert and gcc_unreachable.
1484 * dependency.c: Ditto.
1485 * f95-lang.c: Ditto.
1486 * iresolve.c: Ditto.
1488 * simplify.c: Ditto.
1490 * trans-array.c: Ditto.
1491 * trans-common.c: Ditto.
1492 * trans-const.c: Ditto.
1493 * trans-decl.c: Ditto.
1494 * trans-expr.c: Ditto.
1495 * trans-intrinsic.c: Ditto.
1496 * trans-io.c: Ditto.
1497 * trans-stmt.c: Ditto.
1498 * trans-types.c: Ditto.
1501 2004-09-07 Per Bothner <per@bothner.com>
1502 Paul Brook <paul@codesourcery.com>
1504 * error.c (show_locus): Handle mapped locations.
1505 * f95-lang.c (gfc_be_parse_file): Initialize mapped locations.
1506 * gfortran.h: Include input.h.
1507 (struct gfc_linebuf): Use source_location.
1508 * scanner.c (get_file): Initialize linemap.
1509 (preprocessor_line): Pass extra argument to get_file.
1510 (load_file): Ditto. Setup linemap.
1511 (gfc_new_file): Handle mapped locations.
1512 * trans-common.c (build_field, build_equiv_decl, build_common_decl):
1513 Set decl source locations.
1514 (gfc_trans_common): Set blank common block location.
1515 * trans-decl.c (gfc_set_decl_location): New function.
1516 (gfc_get_label_decl, gfc_get_symbol_decl): Use it.
1517 (trans_function_start): Move call to gfc_set_backend_locus..
1518 (build_function_decl): ... to here.
1519 (build_entry_thunks): Set and restore the backend locus.
1520 (gfc_generate_constructors): Remove excess arguments to
1521 init_function_start.
1522 (gfc_generate_block_data): Add comments. Set the decl locus.
1523 * trans-io.c (set_error_locus): Handle mapped locations.
1524 * trans.c (gfc_get_backend_locus, gfc_get_backend_locus): Ditto.
1525 (gfc_trans_code): Use SET_EXPR_LOCATION.
1526 (gfc_generate_code): Override the location of the new symbol.
1527 * trans.h (gfc_set_decl_location): Add prototype.
1529 2004-08-31 Paul Brook <paul@codesourcery.com>
1531 * trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.
1533 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1536 * trans-intrinsic.c (gfc_conv_intrinsic_merge): Do the right thing for
1539 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1544 * resolve.c (resolve_transfer): New function.
1545 (resolve_code): Call resolve_transfer in case of EXEC_TRANSFER.
1547 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1550 * trans-types.c (gfc_init_types): Make gfc_character1_type_node an
1553 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1555 * CONTRIB, NEWS, README, TODO: Remove obsolete files.
1557 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1560 * trans-types.c (gfc_return_by_reference): Remove TODO error,
1561 add comment pointing out possible issue WRT compatibility with g77.
1563 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1565 * trans-decl.c, trans-expr.c, trans-io.c, trans-types.c: Replace
1566 all occurences of 'gfc_strlen_type_node' by
1567 'gfc_charlen_type_node'.
1568 * trans-types.h: Same. Also update comment accordingly.
1570 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1572 * primary.c: Update copyright boilerplate to say GCC.
1573 * f95-lang.c: Change initial comment to say gfortran.
1575 2004-08-31 Paul Brook <paul@codesourcery.com>
1577 * trans-types.h: Add comments.
1578 (intmax_type_node, string_type_node, const_string_type_node): Remove.
1580 2004-08-30 Richard Henderson <rth@redhat.com>
1582 * Make-lang.in (fortran/f95-lang.o): Update dependencies.
1583 (fortran/trans-decl.o, fortran/trans-types.o): Likewise.
1584 * gfortran.h (gfc_integer_info): Add c_char, c_short, c_int,
1585 c_long, c_long_long.
1586 (gfc_logical_info): Add c_bool.
1587 (gfc_real_info): Add mode_precision, c_float, c_double, c_long_double.
1588 * trans-array.c (gfc_array_allocate): Use TYPE_PRECISION
1589 rather than gfc_int[48]_type_node for allocate choice.
1590 * trans-decl.c (gfc_build_intrinsic_function_decls): Cache
1591 local copies of some kind type nodes.
1592 (gfc_build_builtin_function_decls): Likewise.
1593 * trans-expr.c (gfc_conv_power_op): Likewise.
1594 * trans-intrinsic.c (gfc_conv_intrinsic_index,
1595 gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify,
1596 gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat): Likewise.
1597 * trans-stmt.c (gfc_trans_pause, gfc_trans_stop,
1598 gfc_trans_character_select, gfc_trans_allocate): Likewise.
1599 * trans-io.c (gfc_pint4_type_node): Move into ...
1600 (gfc_build_io_library_fndecls): ... here. Cache local copies of
1601 some kind type nodes.
1602 * trans-types.c (gfc_type_nodes): Remove.
1603 (gfc_character1_type_node, gfc_strlen_type_node): New.
1604 (gfc_integer_types, gfc_logical_types): New.
1605 (gfc_real_types, gfc_complex_types): New.
1606 (gfc_init_kinds): Fill in real mode_precision.
1607 (gfc_build_int_type, gfc_build_real_type): New.
1608 (gfc_build_complex_type, gfc_build_logical_type): New.
1609 (c_size_t_size): New.
1610 (gfc_init_types): Loop over kinds.
1611 (gfc_get_int_type, gfc_get_real_type): Use gfc_validate_kind.
1612 (gfc_get_complex_type, gfc_get_logical_type): Likewise.
1613 (gfc_get_character_type_len): Likewise.
1614 (gfc_type_for_size): Loop over kinds; use a reduced set of
1615 unsigned type nodes.
1616 (gfc_type_for_mode): Loop over kinds.
1617 (gfc_signed_or_unsigned_type): Use gfc_type_for_size.
1618 (gfc_unsigned_type, gfc_signed_type): Use gfc_signed_or_unsigned_type.
1619 * trans-types.h (F95_INT1_TYPE, F95_INT2_TYPE, F95_INT4_TYPE,
1620 F95_INT8_TYPE, F95_INT16_TYPE, F95_REAL4_TYPE, F95_REAL8_TYPE,
1621 F95_REAl16_TYPE, F95_COMPLEX4_TYPE, F95_COMPLEX8_TYPE,
1622 F95_COMPLEX16_TYPE, F95_LOGICAL1_TYPE, F95_LOGICAL2_TYPE,
1623 F95_LOGICAL4_TYPE, F95_LOGICAL8_TYPE, F95_LOGICAL16_TYPE,
1624 F95_CHARACTER1_TYPE, NUM_F95_TYPES, gfc_type_nodes,
1625 gfc_int1_type_node, gfc_int2_type_node, gfc_int4_type_node,
1626 gfc_int8_type_node, gfc_int16_type_node, gfc_real4_type_node,
1627 gfc_real8_type_node, gfc_real16_type_node, gfc_complex4_type_node,
1628 gfc_complex8_type_node, gfc_complex16_type_node,
1629 gfc_logical1_type_node, gfc_logical2_type_node,
1630 gfc_logical4_type_node, gfc_logical8_type_node,
1631 gfc_logical16_type_node, gfc_strlen_kind): Remove.
1632 (gfc_character1_type_node): Turn in to a variable.
1633 (gfc_strlen_type_node): Likewise.
1635 2004-08-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1637 * gfortran.h (gfc_namespace): Add new field is_block_data.
1638 * parse.c (accept_statement): Remove special handling for BLOCK DATA.
1639 (parse_block_data): Record BLOCK DATA name, set is_block_data field.
1640 * trans.c (gfc_generate_code): Handle BLOCK DATA units.
1641 * trans.h (gfc_generate_block_data): Add prototype.
1642 * trans-decl.c (gfc_generate_block_data): New function.
1644 2004-08-29 Richard Henderson <rth@redhat.com>
1646 * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.
1647 * trans-types.c (gfc_init_kinds): Reject integer kinds larger
1648 than two HOST_WIDE_INT.
1650 2004-08-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1653 * decl.c (free_variable, free_value, gfc_free_data, var_list,
1654 var_element, top_var_list, match_data_constant, top_val_list,
1655 gfc_match_data): Move here from match.c.
1656 (match_old_style_init): New function.
1657 (variable_decl): Match old-style initialization.
1658 * expr.c (gfc_get_variable_expr): New function.
1659 * gfortran.h (gfc_get_variable_expr): Add prototype.
1660 * gfortran.texi: Start documentation for supported extensions.
1661 * match.c: Remove the functions moved to decl.c.
1662 * match.h (gfc_match_data): Move prototype to under decl.c.
1663 * symbol.c (gfc_find_sym_tree, gfc_find_symbol): Add/correct
1666 2004-08-29 Steven G. Kargl <kargls@comcast.net>
1667 Paul Brook <paul@codesourcery.com>
1669 * check.c (gfc_check_besn, gfc_check_g77_math1): New functions.
1670 * f95-lang.c (DO_DEFINE_MATH_BUILTIN): Define.
1671 (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
1672 (build_builtin_fntypes): New function.
1673 (gfc_init_builtin_functions): Use it.
1674 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_{J,Y}{0,1,N}
1675 and GFC_ISYM_ERF{,C}.
1676 (gfc_c_int_kind): Declare.
1677 * intrinsic.c (add_functions): Add [d]bes* and [d]erf*.
1678 * intrinsic.h (gfc_check_besn, gfc_check_g77_math1, gfc_resolve_besn,
1679 gfc_resolve_g77_math1): Add prototypes.
1680 * resolve.c (gfc_resolve_besn, gfc_resolve_g77_math1): New functions.
1681 * mathbuiltins.def: Add comment. Change third argument. Use
1682 DEFINE_MATH_BUILTIN_C. Add bessel and error functions.
1683 * trans-intrinsic.c (BUILT_IN_FUNCTION): Define.
1684 (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
1685 * trans-types.c (gfc_c_int_kind): Declare.
1686 (gfc_init_kinds): Set it.
1688 2004-08-29 Steven G. Kargl <kargls@comcast.net>
1689 Paul Brook <paul@codesourcery.com>
1691 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.
1692 (gfc_check_f, gfc_simplify_f): Add f0.
1693 * intrinsic.c (do_check): Call f0. Flatten.
1694 (add_sym_0): Fix prototype. Set f0.
1695 (add_functions): Add getgid, getgid and getuid.
1696 (resolve_intrinsic): Remove obsolete comment.
1697 (do_simplify): Call f0.
1698 * intrinsic.h (gfc_resolve_getgid, gfc_resolve_getpid,
1699 gfc_resolve_getuid): Add prototypes.
1700 * iresolve.c (gfc_resolve_getgid, gfc_resolve_getpid,
1701 gfc_resolve_getuid): New functions.
1702 * trans-intrinsic.c (gfc_conv_intrinsic_function): Handle
1705 2004-08-28 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1707 * error.c (gfc_error_init_1): Remove blank line in front of
1708 function body. Add missing blank.
1709 (gfc_buffer_error, error_char, error_string): Remove blank line in
1710 front of function body.
1711 (show_locus): Add comma in comment.
1712 (gfc_clear_warning, gfc_warning_check, gfc_clear_error,
1713 gfc_push_error, gfc_pop_error): Remove blank line in front of
1715 (gfc_get_errors): Typo fix in comment in front of function. Remove
1716 blank line in front of function body.
1718 2004-08-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1720 * gfortran.h (gfc_default_*_kind): Remove prototypes, add extern
1721 variable declaration of same name.
1722 * arith.c, check.c, decl.c, dump_parse_tree.c, expr.c,
1723 intrinsic.c, io.c, iresolve.c, match.c, options.c, primary.c,
1724 resolve.c, simplify.c, symbol.c, trans-const.c, trans-io.c:
1725 Replace all calls to gfc_default_*_kind with variable accesses.
1726 * trans-types.c: Same as above.
1727 (gfc_default_*_kind_1): Rename to gfc_default_*_kind, remove
1728 static qualifier. Replace all occurences.
1729 (gfc_default_*_kind): Remove functions.
1731 2004-08-26 Richard Henderson <rth@redhat.com>
1733 * arith.c: Include system.h, not real system headers.
1734 (MPZ_NULL, MPF_NULL, DEF_GFC_INTEGER_KIND, DEF_GFC_LOGICAL_KIND,
1735 DEF_GFC_REAL_KIND, GFC_SP_KIND, GFC_SP_PREC, GFC_SP_EMIN, GFC_SP_EMAX,
1736 GFC_DP_KIND, GFC_DP_PREC, GFC_DP_EMIN, GFC_DP_EMAX, GFC_QP_KIND,
1737 GFC_QP_PREC, GFC_QP_EMIN, GFC_QP_EMAX): Remove.
1738 (gfc_integer_kinds, gfc_logical_kinds, gfc_real_kinds,
1739 gfc_index_integer_kind, gfc_default_integer_kind,
1740 gfc_default_real_kind,gfc_default_double_kind,
1741 gfc_default_character_kind, gfc_default_logical_kind,
1742 gfc_default_complex_kind, validate_integer, validate_real,
1743 validate_logical, validate_character,
1744 gfc_validate_kind): Move to trans-types.c.
1745 (gfc_set_model_kind): Use gfc_validate_kind.
1746 (gfc_set_model): Just copy the current precision to default.
1747 (gfc_arith_init_1): Use mpfr precision 128 for integer setup.
1748 * f95-lang.c (gfc_init_decl_processing): Invoke gfc_init_kinds.
1749 * gfortran.h: Update file commentary.
1750 * trans-types.c (MAX_INT_KINDS, MAX_REAL_KINDS): New.
1751 (gfc_default_integer_kind_1, gfc_default_real_kind_1,
1752 gfc_default_double_kind_1, gfc_default_character_kind_1,
1753 gfc_default_logical_kind_1, gfc_default_complex_kind_1): New.
1754 (gfc_init_kinds): New.
1755 (gfc_init_types): Don't set gfc_index_integer_kind here.
1756 * trans-types.h (gfc_init_kinds): Declare.
1757 * doc/invoke.texi: Clarify DOUBLE PRECISION behaviour wrt -r8.
1759 2004-08-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1761 * check.c (gfc_check_atan2): New function.
1762 * intrinsic.c (add_functions): Use gfc_check_atan2 for ATAN2
1763 * intrinsic.h (gfc_check_atan2): Add prototype.
1765 2004-08-25 Richard Henderson <rth@redhat.com>
1767 * arith.c (gfc_validate_kind): Add may_fail argument; abort if
1768 false and we don't validate the kind.
1769 (gfc_check_integer_range, gfc_check_real_range): Update to match.
1770 * check.c (kind_check): Likewise.
1771 * decl.c (gfc_match_old_kind_spec, gfc_match_kind_spec): Likewise.
1772 (match_char_spec, match_logical_spec): Likewise.
1773 * gfortran.h (gfc_validate_kind): Likewise.
1774 * options.c (gfc_handle_option): Likewise.
1775 * primary.c (match_integer_constant, match_real_constant,
1776 match_string_constant, match_logical_constant,
1777 match_const_complex_part): Likewise.
1778 * simplify.c (get_kind, gfc_simplify_bit_size, gfc_simplify_digits,
1779 gfc_simplify_epsilon, gfc_simplify_huge, gfc_simplify_ibclr,
1780 gfc_simplify_ibset, gfc_simplify_ishft, gfc_simplify_ishftc,
1781 gfc_simplify_maxexponent, gfc_simplify_minexponent,
1782 gfc_simplify_nearest, gfc_simplify_not, gfc_simplify_precision,
1783 gfc_simplify_radix, gfc_simplify_range, gfc_simplify_rrspacing,
1784 gfc_simplify_scale, gfc_simplify_spacing, gfc_simplify_tan,
1785 gfc_simplify_tiny): Likewise.
1786 * trans-intrinsic.c (gfc_conv_intrinsic_aint, gfc_conv_intrinsic_mod,
1787 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
1788 prepare_arg_info): Likewise.
1790 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1792 * expr.c (gfc_check_assign): Add comment. Add new warning.
1793 * trans-expr.c (gfc_conv_function_call): Correctly dereference
1794 result of pointer valued function when not in pointer assignment.
1796 2004-08-25 Paul Brook <paul@codesourcery.com>
1798 * config-lang.in: Remove dead commented line.
1799 * module.c: Replace g95 with gfortran in comment.
1801 2004-08-25 Paul Brook <paul@codesourcery.com>
1804 * arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug.
1806 2004-08-25 Paul Brook <paul@codesourcery.com>
1809 * trans-array.c (gfc_trans_allocate_temp_array): Remove
1810 string_length argument.
1811 (gfc_trans_array_ctor_element): New function.
1812 (gfc_trans_array_constructor_subarray): Use it.
1813 (gfc_trans_array_constructor_value): Ditto. Handle constant
1815 (get_array_ctor_var_strlen, get_array_ctor_strlen): New functions.
1816 (gfc_trans_array_constructor): Use them.
1817 (gfc_add_loop_ss_code): Update to new gfc_ss layout.
1818 (gfc_conv_ss_descriptor): Remember section string length.
1819 (gfc_conv_scalarized_array_ref): Ditto. Remove dead code.
1820 (gfc_conv_resolve_dependencies): Update to new gfc_ss layout.
1821 (gfc_conv_expr_descriptor): Ditto.
1822 (gfc_conv_loop_setup): Ditto. Spelling fixes.
1823 * trans-array.h (gfc_trans_allocate_temp_array): Update prototype.
1824 * trans-const.c (gfc_conv_constant): Update to new gfc_ss layout.
1825 * trans-expr.c (gfc_conv_component_ref): Turn error into ICE.
1826 (gfc_conv_variable): Set string_length from section.
1827 (gfc_conv_function_call): Remove extra argument.
1828 (gfc_conv_expr, gfc_conv_expr_reference): Update to new gfc_ss layout.
1829 * trans-types.c (gfc_get_character_type_len): New function.
1830 (gfc_get_character_type): Use it.
1831 (gfc_get_dtype): Return zero for internal types.
1832 * trans-types.h (gfc_get_character_type_len): Add prototype.
1833 * trans.h (struct gfc_ss): Move string_length out of union.
1835 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1837 * trans.h (build2_v, build3_v): New macros.
1839 * f95-lang.c (gfc_truthvalue_conversion): Use build2 instead of
1841 * trans-array.c (gfc_conv_descriptor_data,
1842 gfc_conv_descriptor_offset, gfc_conv_descriptor_dimension,
1843 gfc_conv_descriptor_stride, gfc_conv_descriptor_lbound,
1844 gfc_conv_descriptor_ubound, gfc_trans_allocate_array_storage,
1845 gfc_trans_allocate_temp_array,
1846 gfc_trans_array_constructor_subarray,
1847 gfc_trans_array_constructor_value, gfc_conv_array_index_ref,
1848 gfc_trans_array_bound_check, gfc_conv_array_index_offset,
1849 gfc_conv_scalarized_array_ref, gfc_conv_array_ref,
1850 gfc_conv_array_ref, gfc_trans_preloop_setup,
1851 gfc_trans_scalarized_loop_end, gfc_conv_ss_startstride,
1852 gfc_conv_loop_setup, gfc_array_init_size,
1853 gfc_conv_array_initializer, gfc_trans_array_bounds,
1854 gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
1855 gfc_conv_expr_descriptor, gfc_conv_array_parameter,
1856 gfc_trans_deferred_array): Use buildN and buildN_v macros instead
1857 of build and build_v as appropriate.
1858 * trans-common.c (create_common): Same.
1859 * trans-decl.c (gfc_trans_auto_character_variable,
1860 gfc_trans_entry_master_switch, gfc_generate_function_code): Same.
1861 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
1862 gfc_conv_component_ref, gfc_conv_unary_op, gfc_conv_powi,
1863 gfc_conv_cst_int_power, gfc_conv_string_tmp, gfc_conv_concat_op,
1864 gfc_conv_expr_op, gfc_conv_function_call,
1865 gfc_trans_structure_assign): Same.
1866 * trans-intrinsic.c (build_fixbound_expr, build_round_expr,
1867 gfc_conv_intrinsic_aint, gfc_conv_intrinsic_bound,
1868 gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_mod,
1869 gfc_conv_intrinsic_dim, gfc_conv_intrinsic_sign,
1870 gfc_conv_intrinsic_dprod, gfc_conv_intrinsic_minmax,
1871 gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
1872 gfc_conv_intrinsic_arith, gfc_conv_intrinsic_minmaxloc,
1873 gfc_conv_intrinsic_minmaxval, gfc_conv_intrinsic_btest,
1874 gfc_conv_intrinsic_bitop, gfc_conv_intrinsic_singlebitop,
1875 gfc_conv_intrinsic_ibits, gfc_conv_intrinsic_ishft,
1876 gfc_conv_intrinsic_merge, gfc_conv_intrinsic_strcmp,
1877 gfc_conv_allocated, gfc_conv_associated, prepare_arg_info,
1878 gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_rrspacing,
1879 gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat,
1880 gfc_conv_intrinsic_iargc): Same.
1881 * trans-io.c (set_parameter_value, set_parameter_ref, set_string,
1882 set_flag, add_case, io_result, transfer_namelist_element,
1883 transfer_expr): Same.
1884 * trans-stmt.c (gfc_trans_goto, gfc_trans_return, gfc_trans_if_1,
1885 gfc_trans_arithmetic_if, gfc_trans_do, gfc_trans_do_while,
1886 gfc_trans_integer_select, gfc_trans_logical_select,
1887 gfc_trans_character_select, gfc_trans_forall_loop,
1888 gfc_trans_nested_forall_loop, gfc_do_allocate,
1889 generate_loop_for_temp_to_lhs, generate_loop_for_rhs_to_temp,
1890 compute_inner_temp_size, compute_overall_iter_number,
1891 allocate_temp_for_forall_nest, gfc_trans_pointer_assign_need_temp,
1892 gfc_trans_forall_1, gfc_evaluate_where_mask,
1893 gfc_trans_where_assign, gfc_trans_allocate): Same.
1894 * trans-types.c (gfc_get_dtype, gfc_get_array_type_bounds): Same.
1895 * trans.c (gfc_add_modify_expr, gfc_finish_block,
1896 gfc_build_array_ref, gfc_build_function_call,
1897 gfc_trans_runtime_check): Same.
1899 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1901 * trans-const.c (gfc_conv_mpz_to_tree): Change call to
1902 build_int_cst to build_int_cst_wide in accordance to Nathan's
1905 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
1907 * trans-array.c (gfc_trans_array_constructor_value): Adjust
1908 build_int_cst calls.
1909 * trans-const.c (gfc_build_string_const, gfc_init_constants,
1910 gfc_conv_mpz_to_tree, gfc_conv_constant_to_tree): Likewise.
1911 * trans-decl.c (gfc_get_symbol_decl, build_entry_thunks,
1912 gfc_trans_entry_master_switch): Likewise.
1913 * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
1914 gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
1915 * trans-io.c (add_case, set_error_locus,
1916 transfer_namelist_element, transfer_expr): Likewise.
1917 * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
1918 gfc_trans_stop, gfc_trans_character_select): Likewise.
1919 * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
1920 * trans.c (gfc_trans_runtime_check): Likewise.
1922 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1924 * trans-decl.c, trans-types.c: Add and remove blank lines as
1927 2004-08-24 Richard Henderson <rth@redhat.com>
1929 * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.
1931 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1933 * resolve.c (merge_argument_lists): Revert unintentionally
1936 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1938 * trans-decl.c (build_function_decl): Fix spelling in comment.
1939 (build_entry_thunks): Remove code with no function.
1940 (gfc_build_intrinsic_function_decls): Remove empty line.
1942 * resolve.c (resolve_entries): Fix a bunch of comment typos.
1944 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
1946 * f95-lang.c (gfc_init_decl_processing): Adjust
1947 build_common_tree_nodes call.
1949 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1951 * trans-types.c: Spelling and formatting fixes.
1953 2004-08-23 Richard Henderson <rth@redhat.com>
1955 * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead
1956 of going through an intermediate string. Fix 32/64 int/long bug.
1958 2004-08-23 Eric Christopher <echristo@redhat.com>
1960 * trans-types.c (gfc_type_for_mode): Remove VECTOR_TYPE_SUPPORTED_P
1961 usage. Use build_vector_type_for_mode for vector types.
1963 2004-08-22 Richard Henderson <rth@redhat.com>
1966 * data.c (find_con_by_offset): Search ordered list; handle
1967 elements with repeat counts.
1968 (gfc_assign_data_value_range): New.
1969 * gfortran.h (struct gfc_data_value): Make repeat unsigned.
1970 (gfc_assign_data_value_range): Declare.
1971 * match.c (top_val_list): Extract repeat count into a temporary.
1972 * resolve.c (values): Make left unsigned.
1973 (next_data_value): Don't decrement left.
1974 (check_data_variable): Use gfc_assign_data_value_range.
1976 2004-08-22 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1978 * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.
1980 2004-08-22 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1982 * check.c (gfc_check_reduction): Rename to ...
1983 (check_reduction): ... this. Make static. Don't check type of
1985 (gfc_check_minval_maxval, gfc_check_prodcut_sum): New functions.
1986 * intrinsic.c (add_functions): Change MAXVAL, MINVAL, PRODUCT and
1987 SUM to use new check functions.
1988 (check_specific): Change logic to call new functions.
1989 * intrinsic.h (gfc_check_minval_maxval, gfc_check_product_sum):
1991 (gfc_check_reduction): Remove prototype.
1993 2004-08-20 Paul Brook <paul@codesourcery.com>
1994 Canqun Yang <canqun@nudt.edu.cn>
1997 * trans-array.c (gfc_conv_array_parameter): Pass correct pointer
1998 for automatic arrays.
1999 * trans-types.c (gfc_get_nodesc_array_type): Add comment.
2001 2004-08-19 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2005 * match.c (match_simple_forall, match_simple_where): Forward-declare.
2006 (gfc_match_if): Order statement list alphabetically, add WHERE and
2007 FORALL, remove double PAUSE.
2008 (gfc_match_simple_where, match_forall_header,
2009 gfc_match_simple_forall): New functions.
2010 (gfc_match_forall): Use match_forall_header.
2012 2004-08-19 Paul Brook <paul@codesourcery.com>
2015 * gfortran.h (gfc_access): Give ACCESS_UNKNOWN value 0.
2016 * symbol.c (gfc_clear_attr): Use memset.
2018 2004-08-19 Paul Brook <paul@codesourcery.com>
2022 * data.c (assign_substring_data_value): Remove.
2023 (create_character_intializer): New function.
2024 (gfc_assign_data_value): Track the typespec for the current
2025 subobject. Use create_character_intializer.
2027 2004-08-19 Erik Schnetter <schnetter@aei.mpg.de>
2030 * check.c (gfc_check_reduction): New function.
2031 (gfc_check_minval_maxval): Removed.
2032 (gfc_check_product): Removed.
2033 (gfc_check_sum): Removed.
2034 * intrinsic.h: Add/remove declarations for these.
2035 * gfortran.h: Add field f3red to union gfc_check_f.
2036 * intrinsic.c (add_sym_3red): New function.
2037 (add_functions): Register maxval, minval, product, and sum intrinsics
2038 through add_sym_3red.
2039 (check_specific): Handle f3red union field.
2040 * iresolve.c: Whitespace change.
2042 2004-08-18 Paul Brook <paul@codesourcery.com>
2044 * trans-types.c (gfc_sym_type): Use pointer types for optional args.
2046 2004-08-18 Victor Leikehman <lei@il.ibm.com>
2049 * trans-io.c (transfer_namelist_element): New. Recursively handle
2050 derived-type variables. Pass string lengths.
2051 (build_dt): Code moved to build_namelist, with some
2052 changes and additions.
2053 (gfc_build_io_library_fndecls): Declare the fifth
2054 argument in st_set_nml_var_char -- string_length.
2056 2004-08-17 Paul Brook <paul@codesourcery.com>
2057 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2060 * decl.c (get_proc_name): Update mystery comment.
2061 (gfc_match_entry): Check for errors earlier. Add entry point to list.
2062 * dump-parse-tree.c (gfc_show_code_node): Print EXEC_ENTRY nodes.
2063 * gfortran.h (symbol_attribute): Add entry_master. Document entry.
2064 (struct gfc_entry_list): Define.
2065 (gfc_get_entry_list): Define.
2066 (struct gfc_namespace): Add refs and entries.
2067 (enum gfc_exec_op): Add EXEC_ENTRY.
2068 (struct gfc_code): Add ext.entry.
2069 * module.c (ab_attribute, attr_bits): Remove AB_ENTRY.
2070 (mio_symbol_attribute): Don't save/reture addr->entry.
2071 (mio_namespace_ref): Refcount namespaces.
2072 * parse.c (accept_statement): Handle ST_ENTRY.
2073 (gfc_fixup_sibling_symbols): Mark symbol as referenced.
2074 (parse_contained): Fixup sibling references to entry points
2075 after parsing the procedure body.
2076 * resolve.c (resolve_contained_fntype): New function.
2077 (merge_argument_lists, resolve_entries): New functions.
2078 (resolve_contained_functions): Use them.
2079 (resolve_code): Handle EXEC_ENTRY.
2080 (gfc_resolve): Call resolve_entries.
2081 * st.c (gfc_free_statement): Handle EXEC_ENTRY.
2082 * symbol.c (gfc_get_namespace): Refcount namespaces.
2083 (gfc_free_namespace): Ditto.
2084 * trans-array.c (gfc_trans_dummy_array_bias): Treat all args as
2085 optional when multiple entry points are present.
2086 * trans-decl.c (gfc_get_symbol_decl): Remove incorrect check.
2087 (gfc_get_extern_function_decl): Add assertion. Fix coment.
2088 (create_function_arglist, trans_function_start, build_entry_thunks):
2090 (gfc_build_function_decl): Rename ...
2091 (build_function_decl): ... to this.
2092 (gfc_create_function_decl): New function.
2093 (gfc_generate_contained_functions): Use it.
2094 (gfc_trans_entry_master_switch): New function.
2095 (gfc_generate_function_code): Use new functions.
2096 * trans-stmt.c (gfc_trans_entry): New function.
2097 * trans-stmt.h (gfc_trans_entry): Add prototype.
2098 * trans-types.c (gfc_get_function_type): Add entry point argument.
2099 * trans.c (gfc_trans_code): Handle EXEC_ENTRY.
2100 (gfc_generate_module_code): Call gfc_create_function_decl.
2101 * trans.h (gfc_build_function_decl): Remove.
2102 (gfc_create_function_decl): Add prototype.
2104 2004-08-15 Andrew Pinski <apinski@apple.com>
2107 * f95-lang.c (gfc_init_builtin_functions): Initialize the builtins
2108 for cabs{,f} and copysign{,f}.
2109 * trans-decl.c (gfor_fndecl_math_cabsf): Delete.
2110 (gfor_fndecl_math_cabs): Delete.
2111 (gfor_fndecl_math_sign4): Delete.
2112 (gfor_fndecl_math_sign8): Delete.
2113 (gfc_build_intrinsic_function_decls): Remove the
2114 initializing of cabs{,f} and copysign{,f} functions.
2115 * trans-intrinsic.c (gfc_conv_intrinsic_abs): Use the builtins
2116 instead of the functions definitions.
2117 (gfc_conv_intrinsic_sign): Likewise.
2118 * trans.h (gfor_fndecl_math_cabsf): Delete.
2119 (gfor_fndecl_math_cabs): Delete.
2120 (gfor_fndecl_math_sign4): Delete.
2121 (gfor_fndecl_math_sign8): Delete.
2123 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
2125 * trans-array.c (gfc_trans_array_constructor_value): Use
2127 * trans-const.c (gfc_build_string_const,
2128 gfc_init_constants, gfc_conv_mpz_to_tree,
2129 gfc_conv_constant_to_tree): Likewise.
2130 * trans-decl.c (gfc_get_symbol_decl): Likewise.
2131 * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
2132 gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
2133 * trans-io.c (add_case, set_error_locus, build_dt,
2134 transfer_expr): Likewise.
2135 * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
2136 gfc_trans_stop, gfc_trans_character_select): Likewise.
2137 * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
2138 * trans.c (gfc_trans_runtime_check): Likewise.
2140 2004-08-14 Paul Brook <paul@codesourcery.com>
2142 * trans-decl.c (gfc_build_function_decl): Remove dead code.
2144 2004-08-14 Paul Brook <paul@codesourcery.com>
2146 * trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.
2148 2004-08-13 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2150 * gfortran.h: Add comments.
2151 * parse.c (parse_contained): Fix comment typo.
2152 * resolve.c (was_declared): Ditto.
2155 2004-08-11 Paul Brook <paul@codeourcery.com>
2158 * intrinsic.c (add_functions): Add dfloat as an alias for dble.
2160 2004-08-10 Richard Henderson <rth@redhat.com>
2162 * f95-lang.c (gfc_init_builtin_functions): Remove
2163 __builtin_stack_alloc, add __builtin_alloca.
2164 * trans-array.c (gfc_trans_auto_array_allocation): Use DECL_EXPR.
2165 * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
2167 2004-08-10 Paul Brook <paul@codesourcery.com>
2169 * trans-io.c (transfer_expr): Handle pointters.
2171 2004-08-10 Paul Brook <paul@codesourcery.com>
2174 * trans-array.c (gfc_add_loop_ss_code): Handle GFC_SS_COMPONENT.
2175 (gfc_conv_array_index_offset): Allow "temporary" with nonzero delta.
2176 (gfc_trans_preloop_setup, gfc_trans_scalarized_loop_boundary):
2177 Handle GFC_SS_COMPONENT.
2178 (gfc_conv_ss_startstride): Ditto. Set ss->shape.
2179 (gfc_conv_loop_setup): Tweak commends. Remove dead code.
2181 (gfc_conv_array_initializer): Call specific initializer routines.
2182 * trans-expr.c (gfc_trans_structure_assign): New function.
2183 (gfc_trans_subarray_assign): New function.
2184 (gfc_trans_subcomponent_assign): New fucntion
2185 (gfc_conv_structure): Use them.
2186 * trans.h (gfc_ss_type): Add GFC_SS_COMPONENT.
2187 (gfc_ss): Add shape.
2189 2004-08-08 Victor Leikehman <lei@il.ibm.com>
2191 * simplify.c (gfc_simplify_shape): Bugfix.
2192 * expr.c (gfc_copy_shape_excluding): New function.
2193 * gfortran.h (gfc_get_shape): Bugfix.
2194 (gfc_copy_shape_excluding): Added declaration.
2195 * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
2196 gfc_resolve_cshift, gfc_resolve_eoshift, gfc_resolve_lbound,
2197 gfc_resolve_ubound, gfc_resolve_transpose): Added compile
2198 time resolution of shape.
2200 2004-08-06 Janne Blomqvist <jblomqvi@cc.hut.fi>
2202 * intrinsic.c (add_subroutines): Add getenv and
2203 get_environment_variable. (add_sym_5s): New function.
2204 * intrinsic.h (gfc_resolve_get_environment_variable): Add
2206 * iresolve.c (gfc_resolve_get_environment_variable): New
2209 2004-08-06 Feng Wang <fengwang@nudt.edu.cn>
2211 * f95-lang.c (gfc_init_builtin_functions): Fix the number of
2212 __builtin_pow[f] arguments.
2214 2004-08-06 Steven G. Kargl <kargls@comcast.net>
2216 * arith.c: Add #define for model numbers. Remove global GMP variables.
2217 (natural_logarithm,common_logarithm,exponential,sine,
2218 cosine,arctangent,hypercos,hypersine ): Remove.
2219 (gfc_mpfr_to_mpz,gfc_set_model_kind,gfc_set_model): New functions.
2220 (arctangent2,gfc_arith_init_1,gfc_arith_done_1
2221 gfc_check_real_range, gfc_constant_result, gfc_range_check,
2222 gfc_arith_uminus,gfc_arith_plus, gfc_arith_minus, gfc_arith_times,
2223 gfc_arith_divide,complex_reciprocal,complex_pow_ui,
2224 gfc_arith_power,gfc_compare_expr,compare_complex,gfc_convert_real,
2225 gfc_convert_complex,gfc_int2real,gfc_int2complex,
2226 gfc_real2int,gfc_real2real,gfc_real2complex,
2227 gfc_complex2int,gfc_complex2real,gfc_complex2complex): Convert GMP
2228 to MPFR, use new functions.
2229 * arith.h: Remove extern global variables.
2230 (natural_logarithm,common_logarithm,exponential, sine, cosine,
2231 arctangent,hypercos,hypersine): Remove prototypes.
2232 (arctangent2): Update prototype from GMP to MPFR.
2233 (gfc_mpfr_to_mpz, gfc_set_model_kind,gfc_set_model): Add prototypes.
2234 * dump-parse-tree.c (gfc_show_expr): Convert GMP to MPFR.
2235 * expr.c (free_expr0,gfc_copy_expr): Convert GMP to MPFR.
2236 * gfortran.h (GFC_REAL_BITS): Remove.
2237 (arith): Add ARITH_NAN.
2238 Include mpfr.h. Define GFC_RND_MODE.
2239 Rename GCC_GFORTRAN_H GFC_GFC_H.
2240 (gfc_expr): Convert GMP to MPFR.
2241 * module.c: Add arith.h, correct type in comment.
2242 (mio_gmp_real): Convert GMP to MPFR.
2243 (mio_expr): Use gfc_set_model_kind().
2244 * primary.c: Update copyright date with 2004.
2245 (match_real_constant,match_const_complex_part): Convert GMP to MPFR.
2246 * simplify.c: Remove global GMP variables
2247 (gfc_simplify_abs,gfc_simplify_acos,gfc_simplify_aimag,
2248 gfc_simplify_aint,gfc_simplify_dint,gfc_simplify_anint,
2249 gfc_simplify_dnint,gfc_simplify_asin,gfc_simplify_atan,
2250 gfc_simplify_atan2,gfc_simplify_ceiling,simplify_cmplx,
2251 gfc_simplify_conjg,gfc_simplify_cos,gfc_simplify_cosh,
2252 gfc_simplify_dim,gfc_simplify_dprod,gfc_simplify_epsilon,
2253 gfc_simplify_exp,gfc_simplify_exponent,gfc_simplify_floor,
2254 gfc_simplify_fraction,gfc_simplify_huge,gfc_simplify_int,
2255 gfc_simplify_ifix,gfc_simplify_idint,gfc_simplify_log,
2256 gfc_simplify_log10,simplify_min_max,gfc_simplify_mod,
2257 gfc_simplify_modulo,gfc_simplify_nearest,simplify_nint,
2258 gfc_simplify_rrspacing,gfc_simplify_scale,
2259 gfc_simplify_set_exponent,gfc_simplify_sign,gfc_simplify_sin,
2260 gfc_simplify_sinh,gfc_simplify_spacing,gfc_simplify_sqrt,
2261 gfc_simplify_tan,gfc_simplify_tanh,gfc_simplify_tiny,
2262 gfc_simplify_init_1,gfc_simplify_done_1): Convert GMP to MPFR.
2264 * trans-const.c (gfc_conv_mpfr_to_tree): Rename from
2265 gfc_conv_mpf_to_tree. Convert it to use MPFR
2266 (gfc_conv_constant_to_tree): Use it.
2267 * trans-const.h: Update prototype for gfc_conv_mpfr_to_tree().
2268 * trans-intrinsic.c: Add arith.h, remove gmp.h
2269 (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod): Convert GMP to MPFR.
2271 2004-08-06 Victor Leikehman <lei@il.ibm.com>
2272 Paul Brook <paul@codesourcery.com>
2274 * trans-array.c (gfc_trans_allocate_array_storage,
2275 gfc_trans_allocate_temp_array, gfc_add_loop_ss_code,
2276 gfc_conv_loop_setup): For functions, if the shape of the result
2277 is not known in compile-time, generate an empty array descriptor for
2278 the result and let the callee to allocate the memory.
2279 (gfc_trans_dummy_array_bias): Do nothing for pointers.
2280 (gfc_conv_expr_descriptor): Use function return values directly.
2281 * trans-expr.c (gfc_conv_function_call): Always add byref call
2283 (gfc_trans_pointer_assignment): Add comments.
2284 (gfc_trans_arrayfunc_assign): Don't chain on expression.
2286 2004-08-01 Roger Sayle <roger@eyesopen.com>
2288 * options.c (gfc_init_options): Don't warn about the use GNU
2289 extensions by default.
2290 (gfc_post_options): Warn about GNU extensions with -pedantic.
2291 (gfc_handle_option): Don't warn about GNU extensions with -std=gnu.
2293 2004-07-30 Richard Henderson <rth@redhat.com>
2295 * trans-expr.c (gfc_conv_expr_reference): Create a CONST_DECL
2298 2004-07-25 Richard Henderson <rth@redhat.com>
2300 * trans-decl.c (gfc_build_function_decl): Set DECL_ARTIFICIAL
2301 and DECL_IGNORED_P on RESULT_DECL.
2302 (gfc_generate_constructors): Likewise.
2304 2004-07-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2307 * lang.opt (ffixed-line-length-none, ffixed-line-length-): New
2309 (ffixed-line-length-80, ffixed-line-length-132): Remove.
2310 * options.c (gfc_handle_options): Deal with changed options.
2311 * scanner.c (load_line): Change second arg to 'char **',
2312 allocate if pointing to NULL. Keep track of buffer's length.
2313 Adapt buffer size to overlong lines. Pad lines to full length
2315 (load_file): Adapt to new interface of load_line.
2317 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
2319 * trans.h (builtin_function): Declare.
2321 2004-07-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2324 (parts ported from g95)
2325 * parse.h (gfc_state_data): New field do_variable.
2326 (gfc_check_do_variable): Add prototype.
2327 * parse.c (push_state): Initialize field 'do_variable'.
2328 (gfc_check_do_variable): New function.
2329 (parse_do_block): Remember do iterator variable.
2330 (parse_file): Initialize field 'do_variable'.
2331 * match.c (gfc_match_assignment, gfc_match_do,
2332 gfc_match_allocate, gfc_match_nullify, gfc_match_deallocate):
2333 Add previously missing checks.
2334 (gfc_match_return): Reformat error message.
2335 * io.c (match_out_tag): New function.
2336 (match_open_element, match_close_element,
2337 match_file_element, match_dt_element): Call match_out_tag
2338 instead of match_vtag where appropriate.
2339 (match_io_iterator, match_io_element): Add missing check.
2340 (match_io): Reformat error message.
2341 (match_inquire_element): Call match_out_tag where appropriate.
2343 * parse.c (gfc_check_do_variable): Fix error locus.
2345 2004-07-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2348 * trans-decl.c (gfc_build_function_decl): Create a new chardecl
2349 for every assumed length character dummy argument.
2352 * trans-decl.c (gfc_trans_deferred_vars): Remove bogus assertion.
2355 * simplify.c (gfc_simplify_bound): Copy the bound expression.
2357 2004-07-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2360 * trans-array.c gfc_trans_g77_array,
2361 gfc_trans_dummy_array_bias): Don't call gfc_trans_string_init
2362 for assumed length characters.
2363 (gfc_conv_expr_descriptor): Set se->string_length if dealing
2364 with a character expression.
2365 (gfc_cvonv_array_parameter): Pass string length when passing
2366 character array according to g77 conventions.
2368 2004-07-12 Paul Brook <paul@codesourcery.com>
2370 * expr.c (gfc_check_assign_symbol): Handle pointer assignments.
2371 * trans-array.c (gfc_trans_auto_array_allocation): Remove
2372 initialization code.
2373 * trans-common.c (create_common): Use gfc_conv_initializer.
2374 * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_initializer.
2375 * trans-expr.c (gfc_conv_initializer): New function.
2376 (gfc_conv_structure): Use it.
2377 * trans.h (gfc_conv_initializer): Add prototype.
2379 2004-07-11 Paul Brook <paul@codesourcery.com>
2382 * parse.c (gfc_fixup_sibling_symbols): Also look for untyped
2384 (parse_contained): Mark contained symbols as referenced.
2386 2004-07-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2389 * module.c (gfc_dump_module, gfc_use_module): Print locus
2390 when opening of module file fails.
2393 * io.c (match_io): Flag 'WRITE(...), ...' as extension.
2396 * match.c (gfc_match_program): A program name is obligatory.
2397 (gfc_match_return): RETURN in main program is an extension.
2398 (gfc_match_block_data): A space is required before a block data
2402 * primary.c (match_boz_constant): Call gfc_notify_std only if
2403 we actually have a non-standard boz-literal-constant.
2406 * expr.c (gfc_check_assign): Print ranks if incompatible. Issue
2407 warning if assigning NULL().
2409 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
2411 * f95-lang.c (set_block): Remove.
2412 (gfc_clear_binding_stack): New.
2413 (LANG_HOOKS_CLEAR_BINDING_STACK): Define.
2414 (struct binding_level): Remove block_created_by_back_end.
2415 (clear_binding_level): Likewise.
2416 (poplevel): Don't handle block_created_by_back_end.
2418 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2420 * trans-decl.c (gfc_create_module_variable): Nothing to do if
2421 symbol is in common, because we ...
2422 (gfc_generate_module_vars): Call gfc_trans_common.
2424 2004-07-10 Paul Brook <paul@codesourcery.com>
2426 * trans-array.c (gfc_build_null_descriptor): New function.
2427 (gfc_trans_static_array_pointer): Use it.
2428 * trans-array.h (gfc_build_null_descriptor): Add prototype.
2429 * trans-expr.c (gfc_conv_structure): Handle array pointers.
2431 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2434 * decl.c (gfc_match_save): Use-associated common block
2436 * gfortran.h (gfc_common_head): Add new field 'name'.
2437 Fix typo in comment after #endif.
2438 * match.c (gfc_get_common): Add new argument from_common,
2439 mangle name if flag is set, fill in new field in structure
2441 (match_common): Set new arg in call to gfc_get_common,
2442 use-associated common block doesn't collide.
2443 * match.h (gfc_get_common): Adapt prototype.
2444 * module.c (load_commons): Set new arg in call to
2446 * symbol.c (free_common_tree): New function.
2447 (gfc_free_namespace): Call new function.
2448 * trans-common.c (several functions): Remove argument
2449 'name', use name from gfc_common_head instead.
2451 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2453 * expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
2454 and RHS match. Return early if the RHS is NULL().
2457 * match.c (match_common): Fix error reporting for used common.
2460 * trans-expr.c (gfc_conv_structure): Handle initialization
2461 of scalar pointer components.
2463 * parse.c (decode_statement): Fix matching of BLOCK DATA.
2465 * trans-decl.c (generate_local_decl): Remove workaround obsoleted
2466 by fix for PR 15481.
2468 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2470 * trans-common.c: Fix whitespace issues, make variable names
2472 (create_common): Additionally, make loop logic more obvious.
2474 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2475 Paul Brook <paul@codesourcery.com>
2478 * trans-common.c (calculate_length): Remove ...
2479 (get_segment_info): Merge into here. Save field type.
2480 (build_field): Use saved type.
2481 (create_common, new_condition, new_segment, finish_equivalences):
2482 Use new get_segment_info.
2483 * trans-types.c: Update comment.
2485 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2488 * moduele.c (mio_symbol): Don't I/O initial values unless
2489 symbol is a parameter.
2491 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2494 * resolve.c (resolve_symbol): Verify that the shape of a
2495 parameter array is not only explicit, but also constant.
2496 * array.c (gfc_is_compile_time_shape): New function.
2497 * gfortran.h (gfc_is_compile_time_shape): Add prototype.
2499 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2505 * module.c (write_symbol, write_symtree): Remove workaround.
2506 * primary.c (match_actual_arglist): Enhance comment.
2507 (gfc_match_rvalue): Handle function call with first argument
2508 a keyword argument correctly.
2509 * resolve.c (resolve_symbol): Change call to
2510 gfc_set_default_type to issue error if no implicit type
2512 * trans-decl.c (gfc_create_module_variable): Remove workaround.
2514 2004-07-08 Paul Brook <paul@codesourcery.com>
2516 * intrinsic.c (add_sym_4s): New function.
2517 (add_subroutines): Change gfc_add_sym_? to gfc_add_sym_?s.
2519 2004-07-04 Janne Blomqvist <jblomqvi@cc.hut.fi>
2520 Paul Brook <paul@codesourcery.com>
2524 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_IARGC and
2525 GFC_ISYM_COMMAND_ARGUMENT_COUNT.
2526 * intrinsic.c (add_functions): Identify iargc. Add
2527 command_argument_count.
2528 (add_subroutines): Resolve getarg. Add get_command and
2529 get_command_argument.
2530 * intrinsic.h (gfc_resolve_getarg, gfc_resolve_get_command,
2531 gfc_resolve_get_command_argument): Add prototypes.
2532 * iresolve.c (gfc_resolve_getarg, gfc_resolve_get_command,
2533 gfc_resolve_get_command_argument): New functions.
2534 * trans-decl.c (gfor_fndecl_iargc): New variable.
2535 (gfc_build_intrinsic_function_decls): Set it.
2536 * trans-intrinsic.c (gfc_conv_intrinsic_iargc): New function.
2537 (gfc_conv_intrinsic_function): Use it.
2538 * trans.h (gfor_fndecl_iargc): Declare.
2540 2004-07-04 Matthias Klose <doko@debian.org>
2542 * Make-lang.in: Generate and install gfortran man page.
2543 * invoke.texi: Remove extra '@c man end'.
2545 2004-07-04 Richard Henderson <rth@redhat.com>
2547 * f95-lang.c (gfc_mark_addressable): Don't put_var_into_stack.
2549 2004-07-04 Paul Brook <paul@codesourcery.com>
2551 * decl.c (gfc_match_implicit_range): Don't use typespec.
2552 (gfc_match_implicit): Handle character selectors.
2553 * gfortran.h (gfc_set_implicit): Remove prototype.
2554 (gfc_add_new_implicit_range, gfc_merge_new_implicit): Update.
2555 * parse.c (accept_statement): Don't call gfc_set_implicit.
2556 * symbol.c (new_ts): Remove.
2557 (gfc_set_implicit_none): Use same loop bounds as other functions.
2558 (gfc_set_implicit): Remove.
2559 (gfc_clear_new_implicit, gfc_add_new_implicit_range): Only set flags.
2560 (gfc_merge_new_implicit): Combine with gfc_set_implicit.
2562 2004-06-30 Richard Henderson <rth@redhat.com>
2564 * match.c (var_element): Remove unused variable.
2566 * trans-decl.c (gfc_generate_function_code): Don't set
2567 x_whole_function_mode_p.
2568 (gfc_generate_constructors): Likewise.
2570 2004-06-30 Richard Henderson <rth@redhat.com>
2572 * trans-decl.c (gfc_generate_function_code): Don't set
2573 immediate_size_expand.
2574 (gfc_generate_constructors): Likewise.
2576 2004-06-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2579 * decl.c (gfc_match_type_spec): Rename second argument to
2580 'implicit_flag', reverse meaning. Don't match_char_spec if
2581 'implicit_flag' is set. Rename to ...
2582 (match_type_spec): ... this.
2583 (gfc_match_implicit_none, match_implicit_range): Move here
2585 (gfc_match_implicit): Move here from match.c, try to
2586 match_char_len if match_implicit_range doesn't succeed for
2587 CHARACTER implicits. Call renamed fucntion match_type_spec.
2588 (gfc_match_data_decl, match_prefix): Call renamed function
2590 * match.c (gfc_match_implicit_none, match_implicit_range,
2591 gfc_match_implicit): Move to decl.c.
2592 * match.h (gfc_match_implicit_none, gfc_match_implicit):
2593 Move protoypes to section 'decl.c'.
2594 (gfc_match_type_spec): Remove prototype.
2596 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2598 * decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
2601 2004-06-29 Steven Bosscher <stevenb@suse.de>
2603 Make sure types in assignments are compatible. Mostly mechanical.
2604 * trans-const.h (gfc_index_one_node): New define.
2605 * trans-array.c (gfc_trans_allocate_array_storage,
2606 gfc_trans_allocate_temp_array, gfc_trans_array_constructor_subarray,
2607 gfc_trans_array_constructor_value, gfc_trans_array_constructor,
2608 gfc_conv_array_ubound, gfc_conv_array_ref,
2609 gfc_trans_scalarized_loop_end, gfc_conv_section_startstride,
2610 gfc_conv_ss_startstride, gfc_conv_loop_setup, gfc_array_init_size,
2611 gfc_trans_array_bounds, gfc_trans_dummy_array_bias,
2612 gfc_conv_expr_descriptor, gfc_trans_deferred_array): Use the correct
2613 types in assignments, conversions and conditionals for expressions.
2614 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
2615 gfc_conv_unary_op, gfc_conv_cst_int_power, gfc_conv_string_tmp,
2616 gfc_conv_function_call, gfc_trans_pointer_assignment,
2617 gfc_trans_scalar_assign): Likewise.
2618 * trans-intrinsic.c (build_fixbound_expr, gfc_conv_intrinsic_bound,
2619 gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
2620 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_btest,
2621 gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ishft,
2622 gfc_conv_intrinsic_ishftc, gfc_conv_intrinsic_strcmp,
2623 gfc_conv_allocated, gfc_conv_associated,
2624 gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_trim): Likewise.
2625 * trans-io.c (set_string): Likewise.
2626 * trans-stmt.c (gfc_trans_do, gfc_trans_forall_loop,
2627 gfc_do_allocate, generate_loop_for_temp_to_lhs,
2628 generate_loop_for_rhs_to_temp, compute_inner_temp_size,
2629 compute_overall_iter_number, gfc_trans_assign_need_temp,
2630 gfc_trans_pointer_assign_need_temp, gfc_trans_forall_1,
2631 gfc_evaluate_where_mask, gfc_trans_where_assign,
2632 gfc_trans_where_2): Likewise.
2633 * trans-types.c (gfc_get_character_type, gfc_build_array_type,
2634 gfc_get_nodesc_array_type, gfc_get_array_type_bounds): Likewise.
2636 * trans.c (gfc_add_modify_expr): Add sanity check that types
2637 for the lhs and rhs are the same for scalar assignments.
2639 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2641 * dump-parse-tree.c (show_common): New function.
2642 (gfc_show_namespace): Show commons.
2644 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2645 Andrew Vaught <andyv@firstinter.net>
2649 * decl.c (gfc_match_save): Adapt to new common structures,
2650 don't allow saving USE-associated common.
2651 * dump-parse-tree (gfc_show_attr): (saved_)common are not
2652 symbol attributes any longer.
2653 (gfc_show_symbol): Don't show old-style commons any longer.
2654 (gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
2656 * gfortran.h (symbol_attribute): Remove common and saved_common
2658 (gfc_symbol): Remove common_head element.
2659 (gfc_common_head): New struct.
2660 (gfc_get_common_head): New macro.
2661 (gfc_symtree): Add field 'common' to union.
2662 (gfc_namespace): Add field 'common_root'; change type of field
2663 'blank_common' to blank_common.
2664 (gfc_add_data): New prototype.
2665 (gfc_traverse_symtree): Expect a symtree as first argument
2666 instead of namespace.
2667 * match.c (gfc_get_common): New function.
2668 (match_common_name): Change to take char * as argument, adapt,
2669 fix bug with empty name.
2670 (gfc_match_common): Adapt to new data structures. Disallow
2671 redeclaration of USE-associated COMMON-block. Fix bug with
2673 (var_element): Adapt to new common structures.
2674 * match.h (gfc_get_common): Declare.
2675 * module.c: Add 2004 to copyright years, add commons to module
2676 file layout description.
2677 (ab_attribute, attr_bits, mio_symbol_attributes): Remove code
2678 for removed attributes.
2679 (mio_symbol): Adapt to new way of storing common relations.
2680 (load_commons): New function.
2681 (read_module): Skip common list on first pass, load_commons at
2683 (write_commons): New function.
2684 (write_module): Call write_commons().
2685 * symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
2686 functions related to removed attributes.
2687 (gfc_add_data): New function.
2688 (gfc_clear_attr): Don't set removed attributes.
2689 (gfc_copy_attr): Don't copy removed attributes.
2690 (traverse_symtree): Remove.
2691 (gfc_traverse_symtree): Don't traverse symbol
2692 tree of the passed namespace, but require a symtree to be passed
2693 instead. Unify with traverse_symtree.
2694 (gfc_traverse_ns): Call gfc_traverse_symtree according to new
2696 (save_symbol): Remove setting of removed attribute.
2697 * trans-common.c (gfc_sym_mangled_common_id): Change to
2698 take 'char *' argument instead of 'gfc_symbol'.
2699 (build_common_decl, new_segment, translate_common): Adapt to new
2700 data structures, add new
2702 (create_common): Adapt to new data structures, add new
2703 argument name. Fix typo in intialization of derived types.
2704 (finish_equivalences): Add second argument in call to
2706 (named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
2707 (gfc_trans_common): Adapt to new data structures.
2708 * trans-decl.c (gfc_create_module_variables): Remove test for
2711 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2713 * io.c: Add 2004 to copyright years.
2715 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2716 Andrew Vaught <andyv@firstinter.net>
2718 * gfortran.h (gfc_gsymbol): New typedef.
2719 (gfc_gsym_root): New variable.
2720 (gfc_get_gsymbol, gfc_find_gsym): New prototypes.
2721 * parse.c (global_used): New function.
2722 (parse_block_data): Check for double empty BLOCK DATA,
2723 use global symbol table.
2724 (parse_module): Use global symbol table.
2725 (add_global_procedure, add_global_program): New functions.
2726 (gfc_parse_file): Use global symbol table.
2727 * symbol.c (gfc_gsym_root): New variable.
2728 (gfc_find_gsym, gsym_compare, gfc_get_gsymbol): New
2731 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2733 * module.c (mio_gmp_real): Correct writing of negative numbers.
2735 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2738 * expr.c (check_intrinsic_op): Allow comparison of characters.
2741 2004-06-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2742 Andrew Vaught <andyv@firstinter.net>
2744 * decl.c (contained_procedure): New function.
2745 (match_end): Verify correctness of END STATEMENT in
2748 2004-06-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2749 Andrew Vaught <andyv@firstinter.net>
2752 * decl.c (gfc_match_type_spec), io.c (match_io), parse.c
2753 (decode_statement): Enforce required space in free-form.
2755 2004-06-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2757 * f95-lang.c (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Deleted.
2758 * trans-array.c (gfc_conv_descriptor_data): Add operand
2760 (gfc_conv_descriptor_offset, gfc_conv_descriptor_dtype): Likewise.
2761 (gfc_conv_descriptor_dimension, gfc_conv_descriptor_stride): Likewise.
2762 (gfc_conv_descriptor_lbound, gfc_conv_descriptor_ubound): Likewise.
2763 * trans-common.c (create_common): Likewise.
2764 * trans-expr.c (gfc_conv_component_ref): Likewise.
2765 * trans-io.c (set_parameter_value): Likewise.
2766 (set_parameter_ref, set_string, set_flag, io_result): Likewise.
2767 (transfer_expr): Likewise.
2768 * trans-decl.c (gfc_trans_auto_character_variable):
2769 Set up to get DECL_SIZE and DECL_SIZE_UNIT gimplified.
2770 (gfc_gimplify_function): New function.
2771 (gfc_generate_function-code): Properly handle nested functions.
2772 * trans.c (gfc_build_array_ref): Add two new operands for ARRAY_REF.
2774 2004-06-22 Janne Blomqvist <jblomqvi@cc.hut.fi>
2777 * io.c (gfc_match_inquire): Bugfix for iolength related stuff.
2778 (gfc_resolve_inquire): Resolve the iolength tag. Return
2779 SUCCESS at end of function if no failure has occured.
2780 * resolve.c (resolve_code): Resolve if iolength is encountered.
2781 * trans-io.c: (ioparm_iolength, iocall_iolength,
2782 iocall_iolength_done): New variables.
2783 (last_dt): Add IOLENGTH.
2784 (gfc_build_io_library_fndecls ): Set iolength related variables.
2785 (gfc_trans_iolength): Implement.
2786 (gfc_trans_dt_end): Treat iolength as a third form of data transfer.
2788 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de
2791 * scanner.c (load_line): Don't truncate preprocessor lines.
2792 Reformat error message.
2793 (preprocessor_line): Issue warning in case of malformed
2796 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2798 * resolve.c (resolve_symbol): Add comment in function body.
2799 (check_data_variable): Change type of mark to ar_type, adapt code
2802 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2804 * array.c (gfc_insert_constructor): Avoid redundant call to
2805 mpz_comp. Add 2004 to copyright years.
2807 2004-06-21 Joseph S. Myers <jsm@polyomino.org.uk>
2809 * trans.h (stmtblock_t): Change has_scope to unsigned int.
2811 2004-06-20 Steven G. Kargl <kargls@comcast.net>
2813 * arith.c (gfc_range_check): correct complex underflow.
2815 2004-06-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2818 * match.c (match_case_selector): Call gfc_match_init_expr
2819 instead of gfc_match_expr.
2820 * resolve.c (validate_case_label_expr): No need to check for
2821 constant, since it wouldn't have been matched with the fix to
2824 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2827 * trans-intrinsic.c (gfc_conv_intrinsic_len): Deal with arrays
2830 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2833 * trans-deecl.c (generate_local_decl): Do not issue warning for
2834 unused variables if they're use associated.
2836 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2837 Andrew Vaught <andyv@firstinter.net>
2840 * gfortran.h (gfc_check_f): Add new field f3ml.
2841 * check.c (gfc_check_minloc_maxloc): Take argument list instead
2842 of individual arguments, reorder if necessary.
2843 * intrinsic.h (gfc_check_minloc_maxloc): ... adapt prototype.
2844 * intrinsic.c (add_sym_3ml): New function.
2845 (add_functions): Change to add_sym_3ml for MINLOC, MAXLOC.
2846 (check_specific): Catch special case MINLOC, MAXLOC.
2848 2004-06-14 Paul Brook <paul@codesourcery.com>
2850 * intrinsic.c (add_sym_2s): Use correct function types.
2852 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2854 * Make-lang.in (F95_OBJS, F95_PARSER_OBJS): Alphabetize. Move data.c
2855 * data.c (gfc_get_section_index): Remove dependency on trans.h.
2857 2004-06-12 Steven G. Kargl <kargls@comcast.net>
2859 * check.c (gfc_check_second_sub, gfc_check_irand, gfc_check_rand
2860 gfc_check_srand, gfc_check_etime, gfc_check_etime_sub): New functions.
2861 * gfortran.h (gfc_generic_isym_id): New symbols GFC_ISYM_ETIME,
2862 GFC_ISYM_IRAND, GFC_ISYM_RAND, GFC_ISYM_SECOND.
2863 * trans-intrinsic.c: Use symbols.
2864 * intrinsic.c (add_sym_2s): New function.
2865 * intrinsic.c: Add etime, dtime, irand, rand, second, srand.
2866 * intrinsic.h: Function prototypes.
2867 * iresolve.c (gfc_resolve_etime_sub, gfc_resolve_second_sub
2868 gfc_resolve_srand): New functions.
2870 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2873 * decl.c (gfc_match_end): Require END {SUBROUTINE|FUNCTION} for
2874 contained procedure.
2876 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2879 * interface.c (compare_parameter, compare_actual_formal): Don't
2880 check types and array shapes for NULL()
2881 * trans-expr.c (conv_function_call): No double indirection for
2884 2004-06-09 Toon Moene <toon@moene.indiv.nluug.nl>
2886 * trans-expr.c (gfc_conv_cst_int_power): Compute
2887 x**(-n) by converting it to (1/x)**n instead of
2890 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2893 * module.c (write_symbol, write_symtree): Don't write symbols
2894 wrongly added to namespace.
2895 * trans-decl.c (gfc_create_module_variable): Don't create a
2896 backend decl for a symbol incorrectly added to namespace.
2898 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2901 * resolve.c (resolve_symbol): Verify that parameter array has an
2902 explicit shape. Fix typos and coding style issues in surrounding
2905 2004-06-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2908 * gfortran.texi: The documentation doesn't contain infomration on
2909 how to report bugs, and shouldn't, so remove the line which
2912 2004-06-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2914 * intrinsic.c (sort_actual): Keep track of type of missing
2915 arguments. (Missing from previous commit.)
2917 2004-06-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2919 * gfortran.h (gfc_actual_arglist): New field missing_arg_type.
2920 * interface.c (compare_actual_formal): Keep type of omitted
2922 * trans-expr.c (gfc_conv_function_call): Add string length
2923 argument for omitted string argument.
2925 2004-06-03 Paul Brook <paul@codesourcery.com>
2927 * trans.c (gfc_finish_block, gfc_add_expr_to_block): Build statement
2928 lists instead of compound expr chains.
2929 (gfc_trans_code): Annotate statement lists.
2931 2004-06-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2933 * trans-array.c: Fix spelling in comments.
2935 2004-06-02 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2938 * data.c (assign_substring_data_value): New function.
2939 (gfc_assign_data_value): Call the new function if we're dealing
2940 with a substring LHS.
2942 2004-06-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2945 * gfortran.h (GFC_VERSION): Remove.
2946 * gfortran.texi (version-gfortran): Remove, replace by version-GCC
2949 2004-05-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2951 * trans-types.c: Fix spelling & layout in comments.
2953 2004-05-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2956 * trans-const.c (gfc_conv_string_init): Allow variable string
2957 length lower than initialization string length.
2959 2004-05-30 Paul Brook <paul@codesourcery.com>
2962 * trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
2963 * trans-expr.c (gfc_trans_string_copy): New function.
2964 (gfc_conv_statement_function): Use them. Create temp vars. Enforce
2966 (gfc_conv_string_parameter): Use gfc_trans_string_copy.
2967 * trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
2968 * trans.h (struct gfc_saved_var): Define.
2969 (gfc_shadow_sym, gfc_restore_sym): Add prototypes.
2971 2004-05-30 Steven G. Kargl <kargls@comcast.net>
2973 * iresolve.c (gfc_resolve_random_number): Clean up conditional.
2975 2004-05-29 Steven G. Kargl <kargls@comcast.net>
2977 * simplify.c (gfc_simplify_log): Remove useless line of code.
2979 2004-05-29 Paul Brook <paul@codesourcery.com>
2981 * trans-common.c (find_equivalence): Find multiple rules.
2983 2004-05-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2985 * gfortran.h (gfc_current_locus, gfc_set_locus): Remove.
2986 (gfc_current_locus): Declare new global variable.
2987 * scanner.c (gfc_current_locus, gfc_set_locus): Remove.
2988 (gfc_current_locus1): Rename ...
2989 (gfc_current_locus): ... to this.
2990 (gfc_at_eof, gfc_at_bol, gfc_at_eol, gfc_advance_line, next_char,
2991 skip_fixed_comments, skip_free_comments, gfc_next_char_literal,
2992 gfc_peek_char, gfc_gobble_whitespace, gfc_new_file): Use
2993 gfc_current_locus instead of gfc_current_locus1, gfc_set_locus()
2994 and gfc_current_locus(), respectively.
2995 * array.c (match_subscript, gfc_match_array_ref, match_array_list,
2996 match_array_cons_element, gfc_match_array_constructor):
2997 Read/modify gfc_current_locus instead of calling gfc_set_locus()
2998 and gfc_current_locus().
2999 * decl.c (gfc_match_null, variable_decl, gfc_match_kind_spec,
3000 match_attr_spec, gfc_match_function_decl, gfc_match_end,
3001 attr_decl1, gfc_match_save): Likewise.
3002 * error.c (error_print, gfc_internal_error): Likewise.
3003 * expr.c (gfc_int_expr, gfc_default_logical_kind): Likewise.
3004 * interface.c (gfc_add_interface): Likewise.
3005 * io.c (gfc_match_format, match_dt_format, match_dt_element,
3006 match_io_iterator, match_io): Likewise.
3007 * match.c (gfc_match_space, gfc_match_eos,
3008 gfc_match_small_literal_int, gfc_match_st_label,
3009 gfc_match_strings, gfc_match_name, gfc_match_iterator,
3010 gfc_match_char, gfc_match, gfc_match_assignment,
3011 gfc_match_pointer_assignment, gfc_match_if, gfc_match_do,
3012 gfc_match_nullify, gfc_match_call, match_implicit_range,
3013 gfc_match_implicit, gfc_match_data, match_case_selector,
3014 gfc_match_case, match_forall_iterator): Likewise.
3015 * matchexp.c (gfc_match_defined_op_name, next_operator,
3016 match_level_1, match_mult_operand, match_ext_mult_operand,
3017 match_add_operand, match_ext_add_operand, match_level_2,
3018 match_level_3, match_level_4, match_and_operand, match_or_operand,
3019 match_equiv_operand, match_level_5, gfc_match_expr): Likewise.
3020 * module.c (gfc_match_use, mio_array_ref, mio_expr): Likewise.
3021 * parse.c (match_word, decode_statement, next_free, next_fixed,
3022 add_statement, verify_st_order, parse_if_block, gfc_parse_file):
3024 * primary.c (match_digits, match_integer_constant,
3025 match_boz_constant, match_real_constant, match_substring,
3026 next_string_char, match_charkind_name, match_string_constant,
3027 match_logical_constant, match_const_complex_part,
3028 match_complex_constant, match_actual_arg, match_keyword_arg,
3029 gfc_match_actual_arglist, gfc_match_structure_constructor,
3030 gfc_match_rvalue, gfc_match_variable): Likewise.
3031 * st.c (gfc_get_code): Likewise.
3032 * symbol.c (check_conflict, check_used, check_done,
3033 duplicate_attr, add_flavor, gfc_add_procedure, gfc_add_intent,
3034 gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
3035 gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.
3037 2004-05-26 Roger Sayle <roger@eyesopen.com>
3039 * io.c (format_asterisk): Silence compiler warnings by correcting
3040 the number of elements of a "locus" initializer.
3042 2004-05-25 Roger Sayle <roger@eyesopen.com>
3045 * matchexp.c: Allow unary operators after arithmetic operators
3047 (match_ext_mult_operand, match_ext_add_operand): New functions.
3048 (match_mult_operand): Tweak to call match_ext_mult_operand.
3049 (match_add_operand): Tweak to call match_ext_mult_operand.
3050 (match_level_2): Rearrange to call match_ext_add_operand.
3052 2004-05-25 Paul Brook <paul@codesourcery.com>
3054 * expr.c (check_inquiry): Remove bogus tests.
3056 2004-05-23 Paul Brook <paul@codesourcery.com>
3059 * expr.c (restricted_args): Remove redundant checks/argument.
3060 (external_spec_function): Update to match.
3061 (restricted_intrinsic): Rewrite.
3063 2004-05-23 Paul Brook <paul@codesourcery.com>
3064 Victor Leikehman <lei@haifasphere.co.il>
3066 * gfortran.h (struct gfc_symbol): Add equiv_built.
3067 * trans-common.c: Change int to HOST_WIDE_INT. Capitalize error
3069 (current_length): Remove.
3070 (add_segments): New function.
3071 (build_equiv_decl): Create initialized common blocks.
3072 (build_common_decl): Always add decl to bindings.
3073 (create_common): Create initializers.
3074 (find_segment_info): Reformat to match coding conventions.
3075 (new_condition): Use add_segments.
3076 (add_condition, find_equivalence, add_equivalences): Move iteration
3077 inside functions. Only process each segment once.
3078 (new_segment, finish_equivalences, translate_common): Simplify.
3080 2004-05-23 Steven G. Kargl <kargls@comcast.net>
3082 * check.c (gfc_check_random_seed): Issue for too many arguments.
3084 2004-05-22 Steven G. Kargl <kargls@comcast.net>
3086 * intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
3088 2004-05-22 Paul Brook <paul@codesourcery.com>
3090 * dump-parse-tree.c (gfc_show_equiv): New function.
3091 (gfc_show_namespace): Use it.
3093 2004-05-22 Victor Leikehman <lei@haifasphere.co.il>
3096 * symbol.c (gfc_add_common): Disable checks to work around other more
3097 fundamental inadequacies.
3099 2004-05-22 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3101 * trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
3103 (gfc_build_function_decl): Likewise.
3105 2004-05-22 Steven G. Kargl <kargls@comcast.net>
3107 * check.c (gfc_check_system_clock): New function.
3108 * intrinsic.c (add_sym_3s): New function.
3109 (add_subroutines): Use it.
3110 * intrinsic.h (gfc_check_system_clock, gfc_resolve_system_clock):
3112 * iresolve.c (gfc_resolve_system_clock): New function.
3114 2004-05-22 Steven G. Kargl <kargls@comcast.net>
3116 * invoke.texi: Document -Wunderflow and spell check.
3117 * lang.opt: Add Wunderflow.
3118 * gfortran.h (gfc_option_t): Add warn_underflow option.
3119 * options.c (gfc_init_options, set_Wall): Use it.
3120 * primary.c (match_real_constant): Explicitly handle UNDERFLOW.
3121 * arith.c (gfc_arith_uminus, gfc_arith_plus, gfc_arith_minus,
3122 gfc_arith_times, gfc_arith_divide, gfc_arith_power, gfc_real2real,
3123 gfc_real2complex, gfc_complex2real, gfc_complex2complex): Ditto.
3124 * arith.c (common_logarithm): Fix typo in comment.
3126 2004-05-21 Roger Sayle <roger@eyesopen.com>
3128 * io.c (check_format): As a GNU extension, allow the comma after a
3129 string literal to be optional in a format. Use gfc_notify_std to
3130 issue an error/warning as appropriate.
3132 2004-05-21 Roger Sayle <roger@eyesopen.com>
3134 * io.c (check_format): Use gfc_notify_std to determine whether to
3135 issue an error/warning for omitting the digits from the X format.
3137 2004-05-20 Roger Sayle <roger@eyesopen.com>
3139 * io.c (check_format): Allow the number before the X format to
3140 be optional when not -pedantic.
3142 2004-05-18 Feng Wang <fengwang@nudt.edu.cn>
3143 Paul Brook <paul@codesourcery.com>
3145 * f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
3146 Create decls for __builtin_pow{,f}.
3147 * gfortran.h (PREFIX_LEN): Define.
3148 * trans-decl.c (gfor_fndecl_math_powi): Add.
3149 (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
3150 (gfc_build_intrinsic_function_decls): Create decls for powi.
3151 * trans-expr.c (powi_table): Add.
3152 (gfc_conv_integer_power): Remove.
3153 (gfc_conv_powi): New function.
3154 (gfc_conv_cst_int_power): New function.
3155 (gfc_conv_power_op): Use new powi routines.
3156 * trans.h (struct gfc_powdecl_list): Add.
3157 (gfor_fndecl_math_powi): Add.
3158 (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
3160 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3162 * trans.c, trans-decl.c: Fix comment typos.
3164 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3166 * trans-const.c (gfc_conv_mpf_to_tree): Fix typo.
3168 2004-05-18 Steve Kargl <kargls@comcast.net>
3170 * arith.c (gfc_int2complex): Fix incorrect range checking.
3172 2004-05-18 Paul Brook <paul@codesourcery.com>
3175 * decl.c (add_init_expr_to_sym): Remove incorrect check.
3176 (default_initializer): Move to expr.c.
3177 (variable_decl): Don't assign default initializer to variables.
3178 * expr.c (gfc_default_initializer): Move to here.
3179 * gfortran.h (gfc_default_initializer): Add prototype.
3180 * resolve.c (resolve_symbol): Check for illegal initializers.
3181 Assign default initializer.
3183 2004-05-17 Steve Kargl <kargls@comcast.net>
3185 * arith.c (gfc_arith_power): Complex number raised to 0 power is 1.
3187 2004-05-17 Steve Kargl <kargls@comcast.net>
3189 * arith.c (gfc_real2complex): Range checking wrong part of complex
3192 2004-05-16 Paul Brook <paul@codesourcery.com>
3194 * options.c (gfc_handle_module_path_options): Fix buffer overrun.
3196 2004-05-16 Paul Brook <paul@codesourcery.com>
3198 * arith.c (gfc_range_check): Fix logic error.
3200 2004-05-16 Steve Kargl <sgk@troutmask.apl.washington.edu>
3202 * arith.c: Fix comment typos.
3204 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3207 * decl.c (add_init_expr_to_sym): Verify that COMMON variable is
3208 not initialized in a disallowed fashion.
3209 * match.c (gfc_match_common): Likewise.
3210 (var_element): Verify that variable is not in the blank COMMON,
3211 if it is in a common.
3213 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
3215 * Make-lang.in (f95.generated-manpages): Remove.
3216 (f95.srcextra): New.
3217 (f95.info, fortran/gfortran.info, fortran/gfortran.dvi,
3218 f95.maintainer-clean): Generate info and dvi files in objdir/doc.
3221 (f95.install-info): Remove.
3222 (install-info): New.
3224 2004-05-15 Victor Leikehman <lei@haifasphere.co.il>
3226 * decl.c (add_init_expr_to_sym): Check for variable size arrays.
3228 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3230 * primary.c (match_boz_constant): Use gfc_notify_std() for
3231 issuing a warning or an error.
3233 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3236 * primary.c (match_structure_constructor): Rename ...
3237 (gfc_match_structure_constructor): ... to this. Make non-static.
3238 (gfc_match_rvalue): Call renamed function.
3239 * match.h (gfc_match_structure_constructor): Declare.
3240 * match.c (gfc_match_data_constant): Handle structure
3243 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3247 * gfortran.h (gfc_linebuf): New typedef.
3249 (gfc_file): Revamped, use new gfc_linebuf.
3250 (locus): Revamped, use new types.
3251 (gfc_current_file): Remove.
3252 (gfc_current_form, gfc_source_file): New global variables.
3253 * match.c (gfc_match_space, gfc_match_strings): Use
3254 gfc_current_form to find source form.
3255 * module.c (gfc_dump_module): Use gfc_source_file when printing
3257 * error.c (show_locus, show_loci) Use new data structures to print
3259 * scanner.c (first_file, first_duplicated_file, gfc_current_file):
3261 (file_head, current_file, gfc_current_form, line_head, line_tail,
3262 gfc_current_locus1, gfc_source_file): New global variables.
3263 (gfc_scanner_init1): Set new global variables.
3264 (gfc_scanner_done1): Free new data structures.
3265 (gfc_current_locus): Return pointer to gfc_current_locus1.
3266 (gfc_set_locus): Set gfc_current_locus1.
3267 (gfc_at_eof): Set new variables.
3268 (gfc_at_bol, gfc_at_eol, gfc_advance_line, gfc_next_char): Adapt
3269 to new locus structure.
3270 (gfc_check_include): Remove.
3271 (skip_free_comments, skip_fixed_comments): Use gfc_current_locus1.
3272 (gfc_skip_comments): Use gfc_current_form, find locus with
3274 (gfc_next_char): Use gfc_current_form.
3275 (gfc_peek_char, gfc_gobble_whitespace): Use gfc_current_locus1.
3276 (load_line): Use gfc_current_form. Recognize ^Z as EOF. Fix
3278 (get_file): New function.
3279 (preprocessor_line, include_line): New functions.
3280 (load_file): Move down, rewrite to match new data structures.
3281 (gfc_new_file): Rewrite to match new data structures.
3282 * parse.c (next_statement): Remove code which is now useless. Use
3283 gfc_source_form and gfc_source_file where appropriate.
3284 * trans-decl.c (gfc_get_label_decl): adapt to new data structures
3285 when determining locus of frontend code.
3286 * trans-io.c (set_error_locus): Same.
3287 * trans.c (gfc_get_backend_locus, gfc_set_backend_locus): Likewise.
3288 * lang-specs.h (@f77-cpp-input, @f95-cpp-input): Remove '-P' from
3290 (all): Add missing initializers.
3292 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3294 * Make-lang.in (trans-common.o): Remove redundant dependency.
3295 (data.c): Replace object file name ...
3296 (data.o): ... by the correct one.
3298 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3300 * dump-parse-tree.c (gfc_show_array_ref): Print colon only
3301 for ranges when dumping array references.
3303 2004-05-14 Victor Leikehman <lei@haifasphere.co.il>
3305 * decl.c (variable_decl): Always apply default initializer.
3307 2004-05-08 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3310 * trans-intrinsic.c (gfc_conv_intrinsic_rrspacing): Fixed to
3311 handle zero correctly.
3313 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3315 * match.c (gfc_match): Eliminate dead code.
3317 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3319 * parse.c (gfc_statement_next_fixed): (Change from Andy's tree)
3320 Detect bad continuation line in fixed form sources.
3322 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3325 * iresolve.c (gfc_resolve_nearest): Add new function.
3326 * intrinsic.h: ... declare it here.
3327 * intrinsic.c (add_functions): ... add it as resolving function
3330 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3333 * match.c (gfc_match_do): Allow infinite loops with
3334 label-do-stmt. Do not enforce space after comma.
3336 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3339 * parse.c (parse_interface): Allow empty INTERFACE, remove
3342 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3344 * Make-lang.in, arith.c, arith.h, array.c, bbt.c, check.c,
3345 decl.c, dependency.c, dependency.h, dump-parse-tree.c, error.c,
3346 expr.c, f95-lang.c, gfortran.h, interface.c, intrinsic.c,
3347 intrinsic.h, io.c, iresolve.c, lang-specs.h, match.c, match.h,
3348 matchexp.c, misc.c, module.c, options.c, parse.c, parse.h,
3349 primary.c, resolve.c, scanner.c, simplify.c, st.c, symbol.c,
3350 trans-array.c, trans-array.h, trans-common.c, trans-const.c,
3351 trans-const.h, trans-decl.c, trans-expr.c, trans-intrinsic.c,
3352 trans-io.c, trans-stmt.c, trans-stmt.h, trans-types.c,
3353 trans-types.h, trans.c, trans.h: Update copyright years and
3355 * data.c: Likewise, also removed two whitespace-only lines.
3356 * gfortranspec.c, lang.opt: Update copyright years.
3358 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
3361 * trans-decl.c (generate_local_decl): Don't warn for unused
3362 variables which are in common blocks.
3364 2004-05-13 Diego Novillo <dnovillo@redhat.com>
3366 * Make-lang.in, f95-lang.c, trans-array.c, trans-decl.c,
3367 trans-expr.c, trans-intrinsic.c, trans-io.c, trans-stmt.c,
3368 trans.c: Rename tree-simple.[ch] to tree-gimple.[ch].
3370 2004-05-13 Victor Leikehman <lei@haifasphere.co.il>
3373 * trans-expr.c (gfc_conv_structure): Use field type, not expr type.
3375 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
3377 * gfortran.texi: Use @table @emph instead of @itemize @emph.
3378 Remove "set DEVELOPMENT".
3379 (Compiling GFORTRAN): Remove.
3381 2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3383 * array.c (match_subscript, match_array_ref): Add comments
3384 explaining argument 'init'.
3385 * decl.c, f95-lang.c, match.c, resolve.c, trans-array.c,
3386 trans-expr.c, trans.c: Fix some typos in comments.
3387 * dump-parse-tree.c (gfc_show_expr): Remove wrong comment.
3388 * primary.c (match_digits, match_integer_constant): Add comment
3389 explaining signflag.
3391 2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3394 * primary.c: Include system.h and flags.h, needed for pedantic.
3395 (match_boz_constant): Allow "x" for hexadecimal constants, warn if
3398 2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3401 * match.c (match_data_constant): Handle case where
3402 gfc_find_symbol sets sym to NULL
3404 2004-04-28 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3406 * Make-lang.in (f95-lang.o, trans-intrinsic.o): Add missing
3407 dependency on mathbuiltins.def
3409 2004-04-24 Victor Leikehman <lei@il.ibm.com>
3411 * trans-io.c (transfer_expr): Implemented recursive printing
3414 2004-04-24 Andrew Pinski <pinskia@physics.uc.edu>
3416 * gfortranspec.c: Do not include multilib.h.
3418 2004-04-24 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
3420 * trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
3421 2004 to copyright years.
3422 * trans-expr.c, trans-decl.c: Comment update, we now generate
3423 GENERIC, not SIMPLE. Add 2004 to copyright years.
3425 2004-04-24 Paul Brook <paul@codesourcery.com>
3427 * Make-lang.in (gfortranspec.o): Add dependency on $(TM_H).
3429 2004-04-24 Feng Wang <fengwang@nudt.edu.cn>
3432 * arith.c (gfc_arith_divide): Fix complex divide.
3434 2004-04-23 Andrew Pinski <pinskia@physics.uc.edu>
3436 * gfortranspec.c: Include the target headers.
3438 2004-04-18 Feng Wang <fengwang@nudt.edu.cn>
3442 * arith.c (arctangent2): New function.
3443 * arith.h (arctangent2): Add function prototype.
3444 * simplify.c (gfc_simplify_atan2): Use it.
3445 (gfc_simplify_log): Use it.
3447 2004-04-12 Diego Novillo <dnovillo@redhat.com>
3449 * fortran/f95-lang.c (gfc_expand_stmt): Remove.
3450 (LANG_HOOKS_RTL_EXPAND_STMT): Remove.
3452 2004-04-11 Bud Davis <bdavis9659@comcast.net>
3455 * trans-io.c (build_dt): Change REC to value.
3457 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
3460 * trans-const.c (gfc_conv_mpf_to_tree): Loosen the maximum digits of
3461 the real value when converting mpf to string.
3463 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
3466 * trans-intrinsic.c (gfc_conv_intrinsic_cmplx): Fix the imag part of
3469 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
3472 * simplify.c (simplify_min_max): Convert the type of the result.
3474 2004-04-11 Paul Brook <paul@codesourcery.com>
3476 * gfortran.texi: Use full target triplet.
3478 2004-04-11 Paul Brook <paul@codesourcery.com>
3480 * Make-lang.in (GFORTRAN_TEXI): Set it.
3481 (fortran/dfortran.dvi): Use it. Add fortran to include paths.
3482 (fortran/gfortran.info): Ditto.
3483 * gfortran.texi: Major update.
3484 * invoke.texi: New file.
3486 2004-04-10 Paul Brook <paul@codesourcery.com>
3488 * trans-array.c (gfc_trans_allocate_temp_array,
3489 gfc_conv_tmp_array_ref): Don't use GFC_DECL_STRING.
3490 * trans-decl.c (gfc_build_dummy_array_decl,
3491 gfc_get_symbol_decl, gfc_build_function_decl,
3492 gfc_create_module_variable): Ditto.
3493 * trans-expr.c (gfc_conv_variable): Ditto.
3494 * trans-intrinsic.c (gfc_conv_intrinsic_len): Ditto.
3495 * trans.h (GFC_DECL_STRING): Remove.
3496 (GFC_DECL_PACKED_ARRAY, GFC_DECL_PARTIAL_PACKED_ARRAY,
3497 GFC_DECL_ASSIGN): Renumber flags.
3499 2004-04-05 Paul Brook <paul@codesourcery.com>
3503 * f95-lang.c (gfc_init_builtin_functions): Add stack_alloc, stack_save
3505 * gfortran.h (struct gfc_charlen): Add backend_decl.
3506 * trans-array.c (gfc_trans_allocate_temp_array,
3507 gfc_conv_temp_array_ref, gfc_conv_resolve_dependencies,
3508 (gfc_conv_loop_setup, gfc_array_allocate, gfc_conv_array_init_size):
3509 Remove old, broken string handling.
3510 (gfc_trans_auto_array_allocation, gfc_trans_g77_array,
3511 gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
3512 gfc_trans_deferred_array): Handle character arrays.
3513 * trans-const.c (gfc_conv_const_charlen): New function.
3514 * trans-const.h (gfc_conv_const_charlen): Add prototype.
3515 * trans-decl.c (gfc_finish_var_decl): Don't mark automatic variables
3517 (gfc_build_dummy_array_decl): Handle arrays with unknown element size.
3518 (gfc_create_string_length): New function.
3519 (gfc_get_symbol_decl): Create lengths for character variables.
3520 (gfc_get_fake_result_decl): Ditto.
3521 (gfc_build_function_decl): Only set length for assumed length
3522 character arguments.
3523 (gfc_trans_dummy_character): New function.
3524 (gfc_trans_auto_character_variable): Rewrite.
3525 (gfc_trans_deferred_vars): Handle more types of character variable.
3526 (gfc_create_module_variable): String lengths have moved.
3527 (gfc_generate_function_code): Initialize deferred var chain earlier.
3528 * trans-expr.c (gfc_conv_init_string_length): Rename ...
3529 (gfc_trans_init_string_length): ... to this.
3530 (gfc_conv_component_ref, gfc_conv_variable, gfc_conv_concat_op,
3531 gfc_conv_function_call): Update to new format for character variables.
3532 (gfc_conv_string_length): Remove.
3533 (gfc_conv_string_parameter): Update assertion.
3534 * trans-intrinsic.c (gfc_conv_intrinsic_len): Use new location.
3535 * trans-io.c (set_string): Use new macro names.
3536 * trans-stmt.c (gfc_trans_label_assign. gfc_trans_goto): Ditto.
3537 * trans-types.c (gfc_get_character_type): Use existing length expr.
3538 (gfc_is_nodesc_array): Make public.
3539 (gfc_get_dtype_cst): Rename ...
3540 (gfc_get_dtype): ... to this. Handle unknown size arrays.
3541 (gfc_get_nodesc_array_type): Use new name.
3542 (gfc_sym_type): New character variable code.
3543 (gfc_get_derived_type): Ditto.
3544 (gfc_get_function_type): Evaluate character variable lengths.
3545 * trans-types.h (gfc_strlen_kind): Define.
3546 (gfc_is_nodesc_array): Add prototype.
3547 * trans.h: Update prototypes.
3548 (struct lang_type): Update comments.
3549 (GFC_DECL_STRING_LEN): New name for GFC_DECL_STRING_LENGTH.
3550 (GFC_KNOWN_SIZE_STRING_TYPE): Remove.
3552 2004-04-04 Paul Brook <paul@codesourcery.com>
3554 * gfortran.h (struct gfc_option_t): Remove flag_g77_calls.
3555 * options.c (gfc_init.options, gfc_handle_option): Ditto.
3556 * trans-expr.c (gfc_conv_function_call): Ditto.
3557 * trans-types.c (gfc_is_nodesc_array): Ditto
3558 * lang.opt (fg77-calls): Remove.
3560 2004-04-04 Paul Brook <paul@codesourcery.com>
3562 * trans-array.c (OFFSET_FIELD): Rename from BASE_FIELD.
3563 (gfc_conv_descriptor_base): Rename ...
3564 (gfc_conv_descriptor_offset): ... to this.
3565 (gfc_trans_allocate_array_storage): Set offset to zero.
3566 (gfc_conv_array_base): Rename ...
3567 (gfc_conv_array_offset): ... to this.
3568 (gfc_conv_array_index_ref): Add offset parameter.
3569 (gfc_conv_array_ref): Include offset.
3570 (gfc_trans_preloop_setup): Use existing offset.
3571 (gfc_trans_allocate_temp_array, gfc_array_allocate,
3572 gfc_trans_auto_array_allocation, gfc_trans_g77_array,
3573 gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
3574 gfc_conf_ss_descriptor): Set offset.
3575 * trans-array.h: Rename prototypes.
3576 * trans-const.h (gfc_index_zero_node): Define.
3577 * trans-decl.c (gfc_build_qualified_array): Change base to offset.
3578 * trans-types.c (gfc_get_array_type_bounds): Ditto.
3579 (gfc_get_nodesc_array_type): Calculate offset before upper bound.
3581 2004-03-25 Diego Novillo <dnovillo@redhat.com>
3583 * convert.c (convert): Don't handle WITH_RECORD_EXPR.
3585 2004-03-24 Bud Davis <bdavis9659@comcast.net>
3588 * arith.c (gfc_convert_integer,gfc_convert_real): Removed leading '+'
3589 before conversion by gmp library call.
3591 2004-03-24 Bud Davis <bdavis9659@comcast.net>
3594 * trans-io.c (gfc_trans_open): Change RECL= to a value parameter.
3596 2004-02-24 Richard Henderson <rth@redhat.com>
3598 * trans-array.c (gfc_trans_dummy_array_bias): Fix typo.
3600 2004-02-19 Loren J. Rittle <ljrittle@acm.org>
3602 * Make-lang.in ($(srcdir)/fortran/gfortran.info): Move...
3603 (fortran/gfortran.info): ... to here.
3606 2004-02-16 Richard Henderson <rth@redhat.com>
3608 * Make-lang.in (f95-lang.o, trans-decl.o): Depend on cgraph.h.
3609 * f95-lang.c (LANG_HOOKS_EXPAND_DECL): Remove.
3610 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): New.
3611 (gfc_expand_function): Rename from expand_function_body, make static,
3612 don't do anything except invoke tree_rest_of_compilation.
3613 (gfc_be_parse_file): Invoke cgraph.
3614 (gfc_expand_decl): Remove.
3615 (gfc_init_builtin_functions): Add __builtin_init_trampoline and
3616 __builtin_adjust_trampoline.
3617 * trans-decl.c (gfc_get_extern_function_decl): Don't set DECL_CONTEXT.
3618 (gfc_finalize): New.
3619 (gfc_generate_function_code): Use it. Lower nested functions.
3620 * trans-expr.c (gfc_conv_function_call): Add static chain operand
3622 * trans.c (gfc_build_function_call): Likewise.
3623 * trans.h (expand_function_body): Remove.
3625 2004-02-15 Victor Leikehman <lei@il.ibm.com>
3628 * trans-decl.c (gfc_build_function_decl) For functions
3629 returning CHARACTER pass an extra length argument,
3630 following g77 calling conventions.
3631 * trans-types.c (gfc_get_function_type) Ditto.
3632 * trans-expr.c (gfc_conv_function_call) Ditto.
3634 2004-02-14 Paul Brook <paul@codesourcery.com>
3636 * f95-lang.c (gfc_init_builtin_functions): Build chain properly.
3638 2004-02-12 Paul Brook <paul@nowt.org>
3642 2004-02-08 Steve Kargl <sgk@troutmask.apl.washington.edu>
3644 * gfortran.texi: Fix typos.
3646 2004-02-07 Bud Davis <bdavis9659@comcast.net>
3649 * intrinsic.c (add_conversions) Use logical conversion instead
3651 * trans-types.c (gfc_get_logical_type) implemented logical*1
3654 2004-01-17 Paul Brook <paul@codesourcery.com>
3656 * lang-specs.h: Remove %<fixed-form.
3658 2004-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
3660 * lang-specs.h: Enable preprocessing of source files
3661 ending in .F, .fpp, .FPP, .F90 and .F95.
3663 2004-01-13 Toon Moene <toon@moene.indiv.nluug.nl>
3666 * lang-specs.h: Enable compilation of files ending
3667 in .f, .for and .FOR.
3669 2004-01-11 Paul Brook <paul@codesourcery.com>
3671 * trans-stmt.c (gfc_trans_if_1): New function.
3672 (gfc_trans_if): Use it.
3674 2004-01-11 Erik Schnetter <schnetter@uni-tuebingen.de>
3676 * gfortran.h (GFC_MAX_SYMBOL_LEN): Increase.
3677 (gfc_option_t): Add max_identifier_length.
3678 * lang.opt: Add fmax-identifier-length.
3679 * match.c (parse_name): Use limit.
3680 * options.c (gfc_init_options): Set max_identifier_length.
3681 (gfc_handle_option): Ditto.
3683 2004-01-11 Feng Wang <fengwang@nudt.edu.cn>
3685 * intrinsic.c (add_functions): Add resolve function to dcmplx.
3686 * intrinsic.h (gfc_resolve_dcmplx): Add prototype.
3687 * iresolve.c (gfc_resolve_dcmplx): New function.
3689 2004-01-10 Paul Brook <paul@codesourcery.com>
3691 * trans-decl.c (gfc_get_symbol_decl): Don't set subroutine attr.
3692 * trans-types.c (gfc_sym_type): Handle external dummy procedures.
3693 (gfc_return_by_reference): Correct condition.
3694 (gfc_get_function_type): Ditto.
3696 2004-01-10 Paul Brook <paul@codesourcery.com>
3698 * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Convert mismatched
3701 2004-01-10 Huang Chun <chunhuang73@hotmail.com>
3703 * iresolve.c: Use correct kind.
3705 2004-01-10 Huang Chun <chunhuang73@hotmail.com>
3708 * trans-decl.c (gfc_create_module_variable): Output array valued
3711 2004-01-10 Paul Brook <paul@codesourcery.com>
3713 * resolve.c (resolve_branch): Get error message right way round.
3715 2004-01-10 Canqun Yang <canqun@nudt.edu.cn>
3717 * trans-array (gfc_conv_loop_setup): Adjust comment to track
3719 (gfc_array_allocate): Don't count size of element twice.
3721 2004-01-04 Paul Brook <paul@codesourcery.com>
3723 * lang.opt (i8, r8, std=*): Remove RejectNegative.
3725 2004-01-04 Paul Brook <paul@codesourcery.com>
3727 * error.c (gfc_notify_std): New function.
3728 * gfortran.h (gfc_notify_std): Declare.
3729 (GFC_STD_*): Define.
3730 (gfc_option_t): Add warn_std and allow_std.
3731 * intrinsic.c (gfc_init_expr_extensions): Fix logic.
3732 (gfc_intrinsic_func_interface): Use gfc_notify_std.
3733 * check.c (check_rest): Use gfc_notify_std.
3734 * match.c (gfc_match_pause): Ditto.
3735 (gfc_match_assign): Ditto.
3736 (gfc_match_goto): Ditto.
3737 * resolve.c (resolve_branch): Ditto.
3738 * lang.opt: Add std=<foo> and w.
3739 * options.c (gfc_init_options): Set allow_std and warn_std.
3740 (gfc_handle_option): Handle OPT_std_* and OPT_w.
3742 2004-01-01 Paul Brook <paul@codesourcery.com>
3744 * array.c (gfc_append_constructor): Take constructor, not expression.
3745 * data.c (struct gfc_expr_stack): Remove.
3746 (expr_stack): Remove.
3747 (find_con_by_offset): Rename from find_expr_in_con.
3748 (find_con_by_component): Rename from find_component_in_con.
3749 (gfc_get_expr_stack): Remove.
3750 (gfc_assign_data_value): Rewrite.
3751 (gfc_expr_push): Remove.
3752 (gfc_expr_pop): Remove.
3753 (gfc_advance_section): Rename from
3754 gfc_modify_index_and_calculate_offset. Handle unbounded sections.
3755 (gfc_get_section_index): Handle unbounded sections.
3756 * gfortran.h: Update prototypes.
3757 * resolve.c (check_data_variable): Array section maight not be the
3760 2004-01-01 Paul Brook <paul@codesourcery.com>
3763 * resolve.c (resolve_symbol): Allow assumed length function results.
3765 2004-01-01 Steve Kargl <sgk@troutmask.apl.washington.edu>
3767 * match.c (gfc_match_pause): Fix spelling.
3769 2004-01-01 Steven Bosscher <stevenb@suse.de>
3772 * trans-expr.c (gfc_conv_variable): Take the type kind of a substring
3773 reference from the expression.
3775 2003-12-26 Feng Wang <fengwang@nudt.edu.cn>
3777 * dump-parse-tree.c (gfc_show_code_node): Add ASSIGN and ASSIGNED GOTO
3779 * gfortran.h (gfc_statement): New ST_LABEL_ASSIGNMENT.
3780 (gfc_exec_op): New EXEC_LABEL_ASSIGN.
3781 (symbol_attribute):New variable attribute: assign.
3782 * io.c (resolve_tag):Integer variable is allowed.
3783 (match_dt_format): Add ASSIGN statement. Set assign flag.
3784 * match.c (gfc_match_if): Change ST_NONE to ST_LABEL_ASSIGNMENT.
3785 (gfc_match_assign): Add ASSIGN statement. Set assign flag.
3786 (gfc_match_goto): Add ASSIGNED GOTO statement. Set assign flag.
3787 * parse.c (decode_statement): Add ST_LABEL_ASSIGNMENT.
3788 (next_statement): Add ST_LABEL_ASSIGNMENT.
3789 (gfc_ascii_statement): Add ST_LABEL_ASSIGNMENT.
3790 * resolve.c (resolve_code): Resolve ASSIGN and ASSIGNED GOTO statement.
3791 (resolve_blocks): Resolve ASSIGNED GOTO statement label list.
3792 * st.c (gfc_free_statement): Add EXEC_LABEL_ASSIGN.
3793 * trans-decl.c (gfc_get_symbol_decl): Create the shadow variable for
3794 assign. Put them into the stuct lang_decl.
3795 * trans-io.c (set_string): Add the assign statement.
3796 * trans-stmt.c (gfc_trans_label_assign): New function.
3797 (gfc_trans_goto): Translate ASSIGNED GOTO statement.
3798 * trans-stmt.h (gfc_trans_label_assign): Added function prototype.
3799 * trans.c (gfc_trans_code): Add EXEC_LABEL_ASSIGN.
3800 * trans.h (lang_decl):Add shadow variable decl tree needed by assign.
3801 (GFC_DECL_ASSIGN_ADDR(node)): New macro to access this.
3802 (GFC_DECL_ASSIGN(node)): New macro to access flag.
3804 2003-12-31 Huang Chun <chunhuang73@hotmail.com>
3807 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Fixed bug in
3810 2003-12-22 Toon Moene <toon@moene.indiv.nluug.nl>
3812 * options.c (gfc_init_options): Set flag_argument_noalias to 2, to indicate
3813 that arguments to subroutines/functions can't alias themselves, nor global
3816 2003-12-20 Steven Bosscher <stevenb@suse.de>
3818 * trans-expr.c (gfc_conv_expr_op): Fold the result expression.
3819 * trans.c (gfc_add_modify_expr, gfc_add_expr_to_block): Likewise.
3821 2003-12-12 Huang Chun <chunhuang73@hotmail.com>
3823 * primary.c (match_substring): Fix substring bug for start point
3824 or end point is NULL.
3825 * trans-expr.c (gfc_conv_substring): Ditto
3826 * trans-types.c (gfc_sym_type): Get correct type of scalar
3827 character variables.
3828 * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle character in
3831 2003-12-10 Richard Henderson <rth@redhat.com>
3833 * options.c (gfc_post_options): Don't ever use rtl inlining.
3835 2003-12-05 Canqun Yang <canqun@nudt.edu.cn>
3837 * trans-common.c: Re-implement COMMON blocks and EQUIVALENCE lists.
3838 * trans-equivalence.c: Remove.
3839 * trans-decl.c (gfc_get_symbol_decl): Update to match.
3840 (gfc_generate_function_code): Ditto.
3841 * trans-array.c (gfc_conv_array_parameter): Ditto.
3842 * Make-lang.in (F95_OBJS): Remove fortran/trans-equivalence.o
3843 (F95_ADDITIONAL_OBJS): Add stor-layout.o
3844 * trans.h (gfc_trans_equivalence): Remove.
3845 * gfortran.h (struct gfc_equiv): Add used field.
3846 (struct gfc_symbol): Remove addr_base, addr_offset, equiv_ring,
3847 equiv_offset fields.
3849 2003-12-05 Richard Henderson <rth@redhat.com>
3851 * trans.c (gfc_build_addr_expr): New.
3852 (gfc_build_indirect_ref, gfc_build_array_ref): New.
3853 * trans.h: Declare them.
3854 * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-io.c,
3855 trans-stmt.c, trans.c (*): Use them.
3857 * f95-lang.c (gfc_post_options): Remove dead prototype.
3858 * trans-array.c (gfc_trans_deferred_vars): Remove unused variable.
3859 * trans-stmt.c (gfc_evaluate_where_mask): Fix temporary_list
3862 2003-12-01 Feng Wang <fengwang@nudt.edu.cn>
3864 * io.c (gfc_match_format): Check for missing format label.
3866 2003-11-30 Huang Chun <chunhuang73@hotmail.com>
3869 * trans-decl.c (gfc_sym_mangled_function_id): Don't mangle symbols
3870 from interfaces in modules.
3872 2003-11-30 Paul Brook <paul@nowt.org>
3874 * trans-array.c (gfc_trans_g77_array): Make non-static.
3875 (gfc_trans_assumed_size): Remove.
3876 (gfc_trans_dummy_array_bias): Explicitly free temporary.
3877 * trans-array.h (gfc_trans_g77_array): Add prototype.
3878 (gfc_trans_assumed_size): Remove.
3879 * trans-decls.c (gfor_fndecl_push_context): Remove.
3880 (gfor_fndecl_pop_context): Remove.
3881 (gfc_build_function)decls): Don't create them.
3882 (gfc_trans_deferred_vars): Update to match. Remove dead code.
3883 * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Free temp.
3885 2003-11-30 Kejia Zhao <kejia_zh@nudt.edu.cn>
3887 * trans-array.c (gfc_conv_array_parameter): Simplify
3888 array argument passing for array name actual argument.
3889 * trans-expr.c (gfc_conv_function_call): Ditto
3890 * trans-types.c (gfc_is_nodesc_array):Ditto.
3892 2003-11-30 Paul Brook <paul@nowt.org>
3894 * f95-lang.c (gfc_post_options): Move ...
3895 * options.c (gfc_post_options): .. to here. Handle inlining options.
3896 * gfortran.h (gfc_post_options): Add prototype.
3898 2003-11-28 Richard Henderson <rth@redhat.com>
3900 * trans.c (gfc_create_var_np): Use create_tmp_var_raw.
3902 2003-11-28 Huang Chun <chunhuang73@hotmail.com>
3904 * trans.h (has_alternate_specifier): New global variable.
3905 * match.c (gfc_match_call): Handle actual arguments associated with
3906 alternate return indicators.
3907 * trans-expr.c (gfc_conv_function_call): Ditto
3908 * trans-stmt.c (gfc_trans_call): Ditto
3909 (gfc_trans_return): Handle return statement with value.
3910 * trans-decl.c (gfc_generate_function_code): Handle functions with
3912 (gfc_get_fake_result_decl): Ditto
3913 * trans-types.c (gfc_get_function_type): Ditto
3914 * resolve.c (resolve_actual_arglist): Check alternate return indicators.
3915 (resolve_formal_arglist): Check asterisk dummy.
3917 2003-11-27 Paul Brook <paul@nowt.org>
3919 * trans-array.c (gfc_tran_allocate_array_storage): Use new memory
3920 allocation interface.
3921 (gfc_conv_ array_parameter): Ditto.
3922 (gfc_trans_auto_array_allocation): Ditto. Also free the memory.
3923 * trans-array.c: Update prototype.
3924 * trans-decl.c (gfc_build_builtin_function_decls): Update prototypes.
3925 (gfc_trans_auto_character_variable): Use new memory alloc interface.
3926 * trans-expr.c (gfc_conv_string_tmp): Ditto.
3927 (gfc_conv_function_call): Use gfc_conv_string_tmp.
3928 * trans-stmt.c (gfc_do_allocate): Use new memory alloc interface.
3929 * trans-intrinsic.c (gfc_conv_intrinsic_trim): Ditto.
3930 * trans.h (gfc_ss_info): Remove unused pdata field.
3931 * trans.c (gfc_create_var_np): Change T to V.
3933 2003-11-26 Richard Henderson <rth@redhat.com>
3935 * mathbuiltins.def: Move acos, asin, cosh, log10, sinh, tanh from ...
3936 * trans-intrinsic.c (gfc_intrinsic_map): ... here. Add SCALE,
3937 FRACTION, NEAREST, SET_EXPONENT.
3938 (gfc_intrinsic_map_t): Add libm_name, complex_available, is_constant.
3939 Fix GTY marking. Remove unnecessary const's.
3940 (LIBM_FUNCTION): Rename from I_LIB.
3941 (LIBF_FUNCTION): New.
3942 (gfc_get_intrinsic_lib_fndecl): Handle libm and libgfortran naming
3943 conventions. Assume the expr signature is correct. Mark const.
3944 (gfc_conv_intrinsic_exponent): Use library functions.
3945 (gfc_conv_intrinsic_set_exponent): Remove.
3946 (gfc_conv_intrinsic_scale): Remove.
3947 (gfc_conv_intrinsic_nearest): Remove.
3948 (gfc_conv_intrinsic_fraction): Remove.
3949 (gfc_conv_intrinsic_function): Update.
3950 * trans-decl.c (gfor_fndecl_math_exponent4): New.
3951 (gfor_fndecl_math_exponent8): New.
3952 (gfc_build_intrinsic_function_decls): Set them.
3953 * trans.h: Declare them.
3955 2003-11-25 Canqun Yang <canqun@nudt.edu.cn>
3957 * trans-common.c (gfc_layout_global_equiv): Locate the error for
3958 underflow COMMON block.
3959 (gfc_trans_one_common): Fix bug for size of COMMON block containing
3960 EQUIVALENCE object. Also fix typo in an error message.
3962 2003-11-25 Diego Novillo <dnovillo@redhat.com>
3964 * Make-lang.in: Add check-gfortran to lang_checks.
3965 (check-f95): Alias for check-gfortran.
3967 2003-11-25 Jason Merrill <jason@redhat.com>
3969 * Make-lang.in (f95.tags): Create TAGS.sub files in each
3970 directory and TAGS files that include them for each front end.
3972 2003-11-24 Paul Brook <paul@nowt.org>
3975 * trans-decl.c (gfc_greate_module_variable): Skip COMMON blocks.
3977 2003-11-24 Paul Brook <paul@nowt.org>
3979 * expr.c (simplify_const_ref): Return SUCCESS for things we don't
3981 * resolve.c (gfc_resolve_expr): Resolve contents before rank/shape.
3983 2003-11-24 Paul Brook <paul@nowt.org>
3986 * array.c (gfc_array_ref_shape): Handle elemental dimensions.
3987 * trans-array.c (gfc_trans_preloop_setup): Use correct dim lookup.
3989 2003-11-20 Richard Henderson <rth@redhat.com>
3991 * trans-array.c (gfc_trans_allocate_array_storage): Use convert.
3992 (gfc_conv_array_base): Likewise.
3993 * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
3994 * trans-expr.c (gfc_conv_string_tmp): Likewise.
3995 * trans-intrinsic.c (gfc_conv_intrinsic_trim): Likewise.
3996 * trans-stmt.c (gfc_trans_character_select): Likewise.
3998 2003-11-13 Paul Brook <paul@nowt.org>
4000 * trans-decl.c (gfc_sym_mangled_function_id): Dont mangle externals.
4002 2003-11-13 Canqun Yang <canqun@nudt.edu.cn>
4004 * resolve.c (gfc_resolve): Also resolve EQUIVALENCE objects.
4005 (resolve_equivalence): New function.
4006 (resolve_equivalence_derived): New function.
4008 2003-11-12 Richard Henderson <rth@redhat.com>
4010 * trans.c (gfc_trans_code): Use annotate_with_locus instead of
4011 annotate_all_with_locus.
4013 2003-11-11 Canqun Yang <canqun@nudt.edu.cn>
4015 * options.c (gfc_init_options): Set flag_max_stack_var_size as 32768.
4016 * trans-decl.c (gfc_finish_var_decl): Modified.
4018 2003-11-08 Paul Brook <paul@nowt.org>
4021 * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Handle zero-size
4024 2003-11-06 Paul Brook <paul@nowt.org>
4026 * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Initialize pos.
4028 2003-11-02 Canqun Yang <canqun@nudt.edu.cn>
4030 * match.c (gfc_match_stopcode): Assign '0' to stop_code.
4032 2003-10-27 Anthony Green <green@redhat.com>
4034 * Make-lang.in (f95.stageprofile): Use tabs, not spaces.
4035 (f95.stagefeedback): Ditto.
4037 2003-10-27 Andrew Pinski <pinskia@physics.uc.edu>
4040 * Make-lang.in (f95.stageprofile): Add.
4041 (f95.stagefeedback): Add.
4043 2003-10-23 Richard Henderson <rth@redhat.com>
4045 * f96-lang.c (gfc_gimplify_expr): Remove.
4046 (LANG_HOOKS_GIMPLIFY_EXPR): Remove.
4047 (LANG_HOOKS_GIMPLE_BEFORE_INLINING): New.
4049 2003-10-23 Richard Henderson <rth@redhat.com>
4051 * f95-lang.c (gfc_gimplify_expr): Return gimplify_status.
4053 2003-10-20 Paul Brook <paul@nowt.org>
4055 * trans-expr.c (gfc_conv_integer_power): Use boolean_type_node.
4056 * trans-stmt.c (gfc_trans_do_while): Ditto.
4058 2003-10-17 Paul Brook <paul@nowt.org>
4060 * simplify.c (gfc_simplify_shape): Use gfc_array_dimen_size.
4062 2003-10-17 Paul Brook <paul@nowt.org>
4064 * trans-io.c (gfc_build_io_library_fndecls): Set TREE_PUBLIC.
4066 2003-10-17 Feng Wang <wf_cs@yahoo.com>
4068 * iresolve.c (gfc_resolve_maxloc): Change the result's kind and type.
4069 (gfc_resolve_minloc): Ditto.
4070 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use correct types.
4071 Return the value after subtracting the lower bound.
4073 2003-10-16 Richard Henderson <rth@redhat.com>
4075 * f95-lang.c (expand_function_body): Don't check flag_disable_gimple.
4077 2003-10-16 Steven Bosscher <steven@gcc.gnu.org>
4079 * lang.c: Remove -M option for now, it's in the way for C.
4081 2003-10-14 Jason Merrill <jason@redhat.com>
4083 * Make-lang.in (f95.tags): New rule.
4085 2003-10-13 Richard Henderson <rth@redhat.com>
4087 * trans.c (gfc_trans_code): Use annotate_all_with_locus.
4089 2003-10-13 Paul Brook <paul@nowt.org>
4091 * trans-decl.c (generate_local_decl): Don't create junk variables.
4093 2003-10-13 Paul Brook <paul@nowt.org>
4095 * resolve.c (resolve_formal_arglist): Use function result decl in
4096 preference to function decl.
4098 2003-10-12 Richard Henderson <rth@redhat.com>
4100 * f95-lang.c (gfc_define_builtin): New const_p argument. Set
4101 TREE_READONLY. Update all callers.
4103 2003-10-12 Feng Wang <wf_cs@yahoo.com>
4105 * iresolve.c (gfc_resolve_cshift): Change to match implementation.
4106 * trans-intrinsic.c (gfc_conv_intrinsic_function): Remove CSHIFT.
4107 (gfc_is_intrinsic_libcall): Add CSHIFT.
4109 2003-10-12 Richard Henderson <rth@redhat.com>
4111 * trans-array.c (gfc_trans_static_array_pointer): Set TREE_INVARIANT.
4112 (gfc_trans_array_constructor_value): Likewise.
4113 (gfc_conv_array_initializer): Likewise.
4114 * trans-stmt.c (gfc_trans_character_select): Likewise.
4116 2003-11-12 Kejia Zhao <kejia_zh@yahoo.com.cn>
4118 * trans-intrinsic.c (integer_kind_info, real_kind_info): Remove.
4120 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
4122 * check.c (gfc_check_repeat): Check arguments are scalar.
4123 (gfc_check_trim): New function.
4124 * intrinsic.h (gfc_check_trim): Add prototype.
4125 * intrinsic.c (add_functions): Use it.
4126 * trans.h (gfor_fndecl_string_trim, gfor_fndecl_string_repeat):
4128 * trans-decl.c: Ditto.
4129 (gfc_build_intrinsic_fucntion_decls): Set them.
4130 * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle result vars.
4131 (gfc_conv_intrinsic_trim): New function.
4132 (gfc_conv_intrinsic_repeat): New function.
4133 (gfc_conv_intrinsic_function): Use them.
4135 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
4137 * trans-types.c (gfc_sym_type): Handle result variables.
4139 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
4141 * trans-intrinsic.c (gfc_conv_intrinsic_char): Don't use
4142 gfc_get_character_type.
4144 2003-10-11 Feng Wang <wf_cs@yahoo.com>
4146 * trans-expr.c (gfc_conv_variable): Check sym->ts, not the decl.
4148 2003-10-11 Paul Brook <paul@nowt.org>
4150 * iresolve.c (gfc_resolve_dint, gfc_resolve_dnint): New functions.
4151 (gfc_resolve_dprod): New function.
4152 (gfc_resolve_aint, gfc_resolve_anint): Only base name on arg type.
4153 * intrinsic.h (gfc_resolve_dint, gfc_resolve_dnint): Declare.
4154 (gfc_resolve_dprod): Declare.
4155 * intrinsic.c (add_functions): Use them.
4156 * trans-decl.c (gfc_get_extern_function_decl): Only pass one arg.
4158 2003-10-06 Richard Henderson <rth@redhat.com>
4160 * f95-lang.c (gfc_init_builtin_functions): Add clzll.
4161 * trans-intrinsic.c (call_builtin_clz): Use it.
4163 2003-10-05 Paul Brook <paul@nowt.org>
4165 * f95-lang.c (expand_function_body): Call (push|pop)_function_context.
4166 * trans-decl.c (gfc_generate_function_code): Set
4167 cfun->function_end_locus.
4169 2003-09-24 Jason Merrill <jason@redhat.com>
4171 * f95-lang.c, trans-decl.c: Use DECL_SOURCE_LOCATION instead of
4174 2003-09-21 Lifang Zeng <zlf605@hotmail.com>
4175 Paul Brook <paul@nowt.org>
4177 * Make-lang.in (F95_OBJS): Add fortran/data.o.
4178 * array.c (gfc_inser_constructor): New function.
4179 (gfc_get_constructor): New function.
4180 (gfc_free_constructor): Initialize offset and repeat.
4181 (iterator_stack): Remove.
4182 (expand_info): Add offset, component and repeat fields.
4183 (expand_constructor): Set them.
4184 (expand): Set new fields.
4185 (gfc_copy_constructor): Ditto. Avoid recursion.
4186 * gfortran.h: Add prototypes for new functions.
4187 (gfc_constructor): Add offset, component and repeat.
4188 (iteratio_stack): Move to here.
4189 * resolve.c (check_data_variable): Convert data values into variable
4191 (traverse_data_list): Build implicit loop chain.
4192 (gfc_resolve): Ditto.
4193 * trans-array.c (gfc_conv_array_intializer): Handle repeat count.
4194 * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_structure.
4195 * trans-expr.c (gfc_conv_structure): Handle array initializers.
4196 (gfc_conv_expr): Update to match.
4197 * trans.h (gfc_conv_structure): Declare.
4200 2003-09-20 Kejia Zhao <kejia_zh@yahoo.com.cn>
4202 * trans.h: Add declarations for gfor_fndecl_si_kind and
4203 gfor_fndecl_sr_kind.
4204 * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
4205 * trans-intrinsic.c (g95_conv_intrinsic_si_kind): New function.
4206 (g95_conv_intrinsic_sr_kind): New function.
4207 (g95_conv_intrinsic_function): Add SELECTED_INT_KIND and
4210 2003-09-17 Lars Segerlund <Lars.Segerlund@comsys.se>
4212 * iresolve.c (gfc_resolve_random_number): Generate _r4 & _r8
4213 instead of _4 and _8 as postfix for libgfortran calls.
4215 2003-09-16 Paul Brook <paul@nowt.org>
4217 * array.c (compare_bounds): New function.
4218 (gfc_compare_array_spec): Use it.
4220 2003-09-14 Paul Brook <paul@nowt.org>
4222 * primary.c (gfc_match_rvalue): Make sure sym->result is set.
4223 * trans-expr.c (gfc_conv_string_parameter): Also allow PRAM_DECLs.
4225 2003-09-14 Paul Brook <paul@nowt.org>
4227 * check.c (dim_rank_check): Allow assumed bounds if requested.
4228 (gfc_check_lbound): Call it.
4229 (gfc_check_ubound): Ditto.
4230 (gfc_check_size): Change to match.
4231 * simplify.c (gfc_simplify_bound): New function.
4232 (gfc_simplify_lbound): New function.
4233 (gfc_simplify_ubound): New function.
4234 * intrinsic.h: Declare them.
4235 * intrinsic.c (add_functions): Use them.
4237 2003-09-14 Paul Brook <paul@nowt.org>
4239 * io.c (format_lex): Initialize negative_flag.
4240 (check_format): Intialize repeat.
4241 * trans-io.c (gfc_new_nml_name_expr): Declare static.
4242 (gfc_new_var_expr): Ditto.
4244 2003-09-14 Paul Brook <paul@nowt.org>
4246 * trans-array.c (gfc_conv_array_initializer): Handle derived types.
4247 * trans-decl.c (gfc_get_symbol_decl): Only do local scalar values.
4249 2003-09-12 Paul Brook <paul@nowt.org>
4251 * trans-intrinsic.c (gfc_conv_intrinsic_sign): Call fold.
4253 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4255 * fortran/trans.c (gfc_finish_block): Call rationalize_compound_expr
4256 for a correct expression.
4258 2003-09-10 Kejia Zhao <kejia_zh@yahoo.com.cn>
4260 * trans-intrinsic.c (real_compnt_info): New struct.
4261 (prepare_arg_info): New function.
4262 (gfc_conv_intrinsic_set_exponent): New function.
4263 (gfc_conv_intrinsic_scale): New function.
4264 (gfc_conv_intrinsic_nearest): New function.
4265 (gfc_conv_intrinsic_fraction): New function.
4266 (gfc_conv_intrinsic_exponent): New function.
4267 (gfc_conv_intrinsic_spacing): New function.
4268 (gfc_conv_intrinsic_rrspacing): New function.
4269 (gfc_conv_intrinsic_function): Use them.
4271 2003-08-24 XiaoQiang Zhang (zhangapache@yahoo.com>
4273 * trans-const.c (gfc_conv_mpz_to_tree): Fix bug, parameter for
4274 build_int_2 changed from (high, low) to (low, high).
4275 * trans-io.c (ioparm_namelist_name, ioparm_namelist_name_len,
4276 ioparm_namelist_read_mode, iocall_set_nml_val_int,
4277 iocall_set_nml_val_float, iocall_set_nml_val_char,
4278 iocall_set_nml_val_complex, iocall_set_nml_val_log): New declaration.
4279 (gfc_build_io_library_fndecls): Add variable initialization.
4280 (gfc_new_nml_name_expr, get_new_var_expr): New function.
4281 (build_dt): Add namelist support.
4282 * io.c (value): New variable.
4283 (check_format): Support FMT_H now.
4285 2003-09-07 Paul Brook <paul@nowt.org>
4287 * io.c (gfc_resolve_dt): Error if format label is not defined.
4289 2003-09-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
4291 * trans-intrinsic.c (gfc_conv_intrinsic_aint): Fix two bugs. One is
4292 about case_switch's break. The other is about building the condition
4293 statement tree, which judges the argument in the range of the
4294 corresponding integer type.
4295 * trans-intrinsic.c (gfc_conv_intrinsic_mod): MOD and MODULO can work
4296 for the large values.
4298 2003-09-05 Paul Brook <paul@nowt.org>
4300 * f95-lang.c (expand_function_body): Gimplify the function.
4302 2003-09-04 Jeff Law <law@redhat.com>
4304 * f95-lang.c (DEFINE_MATH_BUILTIN): C arrays start at
4307 2003-09-04 Paul Brook <paul@nowt.org>
4309 * f95-lang.c (gfc_define_builtin): Also set implicit_built_in_decls.
4310 (gfc_expand_stmt): New function.
4311 (LANG_HOOKS_RTL_EXPAND_STMT): Define.
4312 (expand_function_body): Use tree_rest_of_compilation.
4313 * trans-decl.c (gfc_generate_function_code): Don't free cfun.
4315 2003-09-03 Jeff Law <law@redhat.com>
4317 * f95-lang.c (gfc_init_builtin_functions): C arrays start at
4320 2003-08-30 Paul Brook <paul@nowt.org>
4322 * f95-lang.c (builtin_function): Remove #if 0 code.
4323 (gfc_define_builtin): New function.
4324 (gfc_init_builtin_functions): Use mathbuiltins.def not ../builtins.def.
4325 * mathbuiltins.def: New file.
4326 * trans-intrinsic.c (gfc_intrinsic_map_t): Add builtin code fields.
4327 (gfc_intrinsic_map): Use mathbuiltins.def.
4328 (gfc_intrinsic_builtin_t): Remove.
4329 (gfc_build_intrinsic_lib_fndecls): Update.
4330 * trans-types.c (gfc_init_types): Remove redundant initilaization of
4331 signed_size_type_node.
4333 2003-08-29 Paul Brook <paul@nowt.org>
4335 * arith.c (gfc_real_kinds): Use correct minimum exponents.
4337 2003-08-22 Kejia Zhao <kejia_zh@yahoo.com.cn>
4339 * trans-instinsic.c (gfc_conv_intrinsic_mod): Also do MODULO.
4340 (gfc_conv_intrinsic_function): Add MODULO.
4342 2003-08-22 Jason Merrill <jason@redhat.com>
4344 * trans-array.c (gfc_conv_expr_descriptor): Update use of predicates.
4346 2003-08-22 Andreas Jaeger <aj@suse.de>
4348 * Make-lang.in (f95.install-common): Add DESTDIR support.
4349 * (f95.install-info): Likewise.
4350 (f95.uninstall): Likewise.
4352 2003-08-19 Diego Novillo <dnovillo@redhat.com>
4354 * trans-types.c (gfc_init_types): Initialize
4355 signed_size_type_node with size_type_node.
4357 2003-08-18 Paul Brook <paul@nowt.org>
4359 * dependency.c (gfc_dependency): New enum.
4360 (check_another_array_ref): Remove.
4361 (gfc_get_array_from_component): Remove.
4363 (get_range): Remove.
4364 (get_no_of_elements): Use mpz_t, not mpf_t.
4365 (transform_sections): New function.
4366 (gfc_check_range_range): Rename ...
4367 (gfc_check_section_vs_section): ... to this. Use new function.
4368 (gfc_is_inside_range): Rewrite to match.
4369 (gfc_check_element_vs_section): Ditto.
4370 (gfc_check_element_vs_element): Ditto.
4372 (gfc_dep_resolver): Ditto. Remove unused parameter.
4373 * Dependency.h (gfc_check_range_range, gfc_check_element_vs_section,
4374 gfc_check_element_vs_element, gfc_is_inside_range,
4375 gfc_get_array_from_component): Remove prototypes for static functions.
4376 (gfc_dep_resolver): Update prototype.
4377 * trans-array.c (gfc_conv_resolve_dependencies): Change to match.
4379 2003-08-15 Paul Brook <paul@nowt.org>
4381 * trans-decl.c (gfc_build_qualified_array): Don't add symbols for
4382 return values to parent scope.
4383 (gfc_build_dummy_array_decl): Ditto.
4385 2003-08-14 Paul Brook <paul@nowt.org>
4387 * trans-stmt.c (gfc_trans_allocate): Handle NULL refs. Allocate the
4388 size of the type, not the pointer.
4389 * resolve.c (resolve_symbol): Give more accurate error message.
4391 2003-08-10 Paul Brook <paul@nowt.org>
4393 * trans-decl.c (gfc_build_function_decl): Only mangle global symbols.
4395 2003-08-10 Paul Brook <paul@nowt.org>
4397 * trans-stmt.c (gfc_trans_allocate): Correctly handle non-array derived
4400 2003-08-10 Chun Huang <compiler@sohu.com>
4402 * resolve.c (resolve_formal_arglist): Resolve STATEMENT function.
4403 (resolve_symbol): Ditto.
4404 * trans-expr.c (gfc_conv_statement_function): New function.
4405 (gfc_conv_function_expr): Use it.
4407 2003-08-10 Paul Brook <paul@nowt.org>
4409 * trans-array.c (gfc_conv_ss_startstride): Handle functions.
4410 (walk_function_expr): Set section rank.
4411 * trans-intrinsic.c (gfc_walk_intrinsic_libfunc): Ditto.
4413 2003-08-10 Paul Brook <paul@nowt.org>
4415 * intrinsic.c (add_sym): Prefix names with correct string.
4416 (add_sym_0s): New function.
4417 (add_subroutines): Register abort.
4419 2003-08-10 Erik Schnetter <schnetter@uni-tuebingen.de>
4421 * gfortran.h: Introduce options to control the mangling.
4422 * lang.opt: Likewise.
4423 * options.c (gfc_init_options): Handle the options.
4424 * trans-common.c (gfc_sym_mangled_common_id): New function.
4425 (gfc_build_common_decl): Call it.
4426 * trans-decl.c (gfc_sym_mangled_function_id): New function.
4427 (gfc_get_extern_function_decl, gfc_build_function_decl): Call it.
4429 2003-08-09 Paul Brook <paul@nowt.org>
4431 * module.c (mio_symbol): Always ouput a namespace for formal args.
4432 (load_needed): Namespace now belong to their proper symbol.
4433 (gfc_dump_module): Change G95=>GFORTRAN.
4435 2003-08-05 Paul Brook <paul@nowt.org>
4437 * options.c: Force -fg77-calls.
4439 2003-08-02 Paul Brook <paul@nowt.org>
4441 * Makelang.in: Rename G95_* to GFORTRAN_*.
4442 * All sources: Rename G95_* to GFC_*.
4444 2003-08-01 Paul Brook <paul@nowt.org>
4446 * fortran/Make-lang.in: Use GMPLIBS.
4447 * fortran/config-lang.in: Set need_gmp.
4448 * trans-expr.c (gfc_conv_variable): Remove incorrect assertion.
4450 2003-07-27 Andreas Jaeger <aj@suse.de>
4452 * trans-decl.c (gfc_generate_constructors): Convert prototype to
4454 * trans-const.c (gfc_init_constants): Likewise.
4455 * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Likewise.
4457 * gfortranspec.c: Convert to ISO C90.
4458 (lang_specific_driver): Correct copyright, remove ALT_LIBM usage.
4460 2003-07-26 Paul Brook <paul@nowt.org>
4462 * lang.opt: Add -fdump-parse-tree.
4463 * options.c (gfc_handle_option): Ditto.
4464 * resolve.c (resolve_forall_iterators): Convert to proper type.
4465 * trans-stmt.c (gfc_trans_forall_1): Create temp var with correct type.
4467 2003-07-26 Paul Brook <paul@nowt.org>
4469 * Makefile.in: Add build dependencies on files common with rest of gcc.
4471 2003-07-26 Lifang Zeng <zlf605@hotmail.com>
4473 * trans.h: Declare g95_trans_pointer_assignment.
4474 * trans-expr.c (g95_trans_pointer_assignment): New function.
4475 (g95_trans_pointer_assign): Use it.
4476 * trans-stmt.c (g95_trans_forall_1): Handle pointer assignment.
4477 (g95_trans_pointer_assign_need_temp): New function.
4479 2003-07-26 Paul Brook <paul@nowt.org>
4481 * gfortran.texi: Replace references to g95.
4483 2003-07-26 Paul Brook <paul@nowt.org>
4485 Rename g95_* to gfc_*.
4487 2003-07-25 Paul Brook <paul@nowt.org>
4489 * gfortran.h: Rename from g95.h.
4490 * trans-types.c (boolean_type_node, booelan_true_node,
4491 boolean_false_node): Remove.
4492 * trans-types.h: Ditto.
4494 2003-07-25 Chun Huang <compiler@sohu.com>
4496 * parse.c (accept_statement): Implement BLOCK DATA statement.
4497 * trans-expr.c (g95_conv_variable): Fix bug for dereference pointer
4500 2003-07-24 Lifang Zeng <zlf605@hotmail.com>
4502 * trans-stmt.c (temporary_list): Define.
4503 (g95_trans_assign_need_temp): New function.
4504 (g95_trans_forall_1): Modified for WHERE.
4505 (g95_trans_where_assign): Modified.
4506 (g95_trans_where_2): Modified.
4507 (g95_evaluate_where_mask): Modified.
4508 (g95_trans_where): Modified.
4509 (g95_get_temp_expr): Removed.
4510 (g95_add_to_where_stmt_list): Removed.
4511 (compute_overall_iter_number): Modified for WHERE.
4512 * trans.h: Remove where_stmt_list.
4514 2003-07-24 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4516 * lang.opt: Correct description of options -J and -M.
4518 2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
4520 * lang.opt: Move help text to here.
4521 * lang-options.h: Remove.
4523 2003-07-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4524 * iresolve.c (g95_resolve_transpose): Proper variable in switch.
4525 * simplify.c (g95_simplify_nearest): Fix typo and use a correct test
4528 2003-07-22 Steven Bosscher <steven@gcc.gnu.org>
4529 Paul Brook <paul@nowt.org>
4531 * check.c (check_rest): Use global pedantic flag.
4532 * io.c (data_desc): Ditto.
4533 * error.c (g95_warning, g95_warning_now): Use global flag.
4534 * f95-lang.c (LANG_HOOKS_HANDLE_OPTION): Rename from DECODE.
4535 (expand_function_body): Update to new prototypes.
4536 (g95_init): Use new option names.
4537 * g95.h (g95_option_t): Standardize names.
4538 (g95_init_options, g95_handle_option): Update prototypes.
4539 * interface.c: Use new option names.
4546 * simplify.c: Ditto.
4548 * trans-array.c: Ditto.
4549 * trans-expr.c: Ditto.
4550 * trans-types.c: Ditto.
4551 * trans-decl.c: Ditto.
4552 (g95_build_library_function_decl): Remove obsolete VPARAMS.
4554 * options.c (g95_display_help): Remove.
4555 (g95_init_options): Convert to new scheme.
4557 (g95module_option): Ditto, rename from g95_parse_arg.
4558 (g95_handle_module_path_options): New function.
4559 * trans-equivalence.c: Fix error message.
4560 * lang.opt: Corrections.
4562 2003-07-21 Steven Bosscher <steven@gcc.gnu.org>
4564 * lang.opt: New file.
4566 2003-07-21 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4568 * decl.c (match_attr_spec): Set colon_seen.
4570 2003-07-14 Paul Brook <paul@nowt.org>
4572 * trans-array.c: Update comment.
4573 (g95_trans_array_constructor_subarray): Cleanup loopinfo data.
4574 * trans-intrinsic.c (g95_conv_intrinsic_anyall,count,arith,
4575 minmaxloc,minmaxval): Ditto.
4576 * trans-io.c (g95_trans_transfer): Ditto.
4577 * trans-stmt.c: Remove unneeded prototypes.
4578 (generate_loop_for_lhs_to_rhs): Rename vars. Add loop post chain.
4579 (generate_loop_for_rhs_to_temp): Rename vars. Don't share loopinfo.
4580 (compute_inner_temp_size): Remove bits of dead code. Add comments.
4581 Don't share loopinfo.
4582 (compute_overall_iter_number): Declare as static.
4583 (allocate_temp_for_forall_nest): Ditto.
4584 (g95_trans_forall_1): Don't pass shared loopinfo.
4585 * trans.c (g95_start_block): Expand comment.
4587 2003-07-12 Paul Brook <paul@nowt.org>
4589 * arith.c (g95_index_integer_kind): Remove unused initializer.
4590 * trans-stmt.c (generate_loop_for_temp_to_lhs): Don't multiply array
4591 index by size of element.
4592 (generate_loop_for_rhs_to_temp): Ditto.
4593 (allocate_temp_for_forall_nest): Use element size, not index size.
4595 2003-07-11 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4597 * arith.c (g95_index_integer_kind): Add a TODO.
4598 * simplify.c (g95_simplify_nearest): Add a TODO.
4600 2003-07-09 Chun Huang <compiler@sohu.com>
4602 * trans.h: Add declarations for gfor_fndecl_string_scan and
4603 gfor_fndecl_string_verify.
4604 * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
4605 * trans-intrinsic.c (g95_conv_intrinsic_scan): New function.
4606 (g95_conv_intrinsic_verify): New function.
4607 (g95_conv_intrinsic_function): Add SCAN and VERIFY.
4608 * simplify.c (g95_simplify_scan, g95_simplify_verify): Fix bug in case
4609 of parameter 'BACK=.TRUE.'
4611 2003-07-05 Lifang Zeng <zlf605@hotmail.com>
4613 * trans-stmt.c (iter_info, forall_info): Define.
4614 (g95_trans_forall_block): Remove.
4615 (g95_trans_forall_loop): Use forall info blocks.
4616 (g95_trans_nested_forall_loop): New function.
4617 (g95_do_allocate): Handle things other than logical masks.
4618 (generate_loop_for_temp_to_lhs): New function.
4619 (generate_loop_for_rsh_to_temp): New function.
4620 (compute_inner_temp_size): New function.
4621 (compute_overall_iter_number): New function.
4622 (allocate_temp_for_forall_nest): New function.
4623 (g95_trans_forall): Move body ...
4624 (g95_trans_forall_1): ... to here. Handle loops with temporaries.
4626 2003-07-02 Paul Brook <paul@nowt.org>
4628 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
4629 in correct scope. Change callers to match.
4630 * trans-types.c (g95_get_dtype_cst): Allow rank 7 arrays.
4631 * iresolve.c (g95_resolve_reshape): Only use constant shapes.
4633 2003-07-02 Paul Brook <paul@nowt.org>
4635 * trans-array.c (g95_conv_loop_setup): Remove dead var. Use
4636 expression shape for all expressions.
4637 * trans-decl.c (g95_symbol_init): Allow adding at very end of list.
4639 2003-07-03 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4641 * g95.h (g95_option_t), lang-options.h, options.c (g95_init_options,
4642 g95_parse_arg), intrinsic.c (g95_convert_type): support of
4644 * intrinsic.c, g95.h: Add g95_convert_type_warn,
4645 * resolve.c (g95_resolve_index): Call it.
4647 2003-07-02 Paul Brook <paul@nowt.org>
4649 * iresolve.c (g95_resolve_reshape): Set expression shape.
4650 (g95_resolve_shape): Ditto.
4651 * simplify.c (g95_simplify_shape): Move common code outside condition.
4652 * trans-array.c (g95_conv_array_initializer): Teach it how to count.
4654 2003-07-01 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4656 * array.c (g95_array_dimen_size): Deal with EXPR_ARRAY to improve
4659 2003-06-29 Paul Brook <paul@nowt.org>
4661 * array.c (g95_simplify_iterator_var): Don't bother with return value.
4662 * expr.c (find_array_element, find_component_ref): New functions.
4663 (remove_subobject_ref): New function.
4664 (simplify_const_ref): Use them. Rename from simplify_component_ref.
4665 (simplify_ref_chain): New function.
4666 (g95_simplify_expr): Use it. Simplify parameter variable subobjects.
4667 (g95_specification_expr): Simplify the expression.
4668 * resolve.c (resolve_operator): Check simplifications return code.
4669 (g95_resolve_expr): Ditto.
4671 2003-06-26 Paul Brook <paul@nowt.org>
4673 * expr.c (simplify_component_ref): New function.
4674 (g95_simplify_expr): Use it.
4675 * resolve.c (resolve_structure_cons): Handle references.
4677 2003-06-25 Paul Brook <paul@nowt.org>
4679 * trans-io.c (build_dt): Handle internal units.
4681 2003-06-25 Canqun Yang <canqun@yahoo.com.cn>
4683 * trans-common.c (g95_build_common_decl): Array index range starts at 0.
4684 (g95_build_common_decl, g95_layout_global_equiv, g95_trans_one_common):
4685 Use g95_array_index_type instead of integer_type_node.
4686 (g95_build_common_decl, g95_set_common_master_type): Use
4687 g95_character1_type_node instead of char_type_node.
4688 * trans-equivalence.c (g95_layout_local_equiv): As above.
4690 2003-06-24 Steven G. Kargl <kargls@attbi.com>
4692 * g95.h (g95_option_t), options.c (g95_init_options, g95_parse_arg):
4693 remove last remains of -fquiet.
4695 2003-06-22 Paul Brook <paul@nowt.org>
4697 * resolve.c (resolve_operator): Don't fail if we can't simplify.
4698 (g95_resolve_expr): Ditto.
4699 (resolce_code): Mark as static.
4700 * trans-stmt.c (g95_trans_chaaracter_select): Mark labels because the
4701 gimplifer doesn't (yet).
4703 2003-06-20 Paul Brook <paul@nowt.org>
4705 * g95.h: Add ST_PAUSE and EXEC_PAUSE.
4706 * match.c (g95_match_if): Add ST_PAUSE.
4707 (g95_match_stopcode): New function.
4708 (g95_match_pause, g95_match_stop): Use it.
4709 * parse.c (g95_ascii_statement): Handle ST_PAUSE.
4710 (decode_stmt, next_statement, parse_executable): Ditto.
4711 * resolve.c (resolve_code): Ditto.
4712 * st.c (g95_free_statement): Ditto.
4713 * trans-stmt.c (g95_trans_pause): New function.
4714 * trans-stmt.h: Declare it.
4715 * trans.c (g95_trans_code): Use it.
4716 * trans-decl.c (gfor_fndecl_pause_numeric, gfor_fndecl_pause_string):
4718 (g95_build_builtin_function_decls): Initialize them.
4720 * dump-parse-tree.c (g95_show_code_node): Handle EXEC_PAUSE.
4722 2003-06-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4724 * io.c (g95_match_open , g95_match_close, g95_match_inquire,
4725 match_filepos): Fix error handling.
4727 2003-06-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4729 * array.c (spec_dimen_size, ref_dimen_size, g95_array_dimen_size):
4730 Add assertions on arguments.
4731 * resolve.c (expression_shape): Remove useless &.
4732 * simplify.c (get_kind, g95_simplify_bit_size, g95_simplify_digits,
4733 g95_simplify_ibclr, g95_simplify_ibits, g95_simplify_ibset,
4734 g95_simplify_ishft,g95_simplify_ishftc, g95_simplify_maxexponent,
4735 g95_simplify_minexponent, g95_simplify_radix, g95_simplify_range
4736 g95_simplify_rrspacing, g95_simplify_scale, g95_simplify_spacing,
4737 g95_simplify_tan, g95_simplify_tiny): Clean predicates and assertions.
4738 (g95_simplify_not, g95_simplify_scale): Add assertions.
4740 2003-06-15 Paul Brook <paul@nowt.org>
4742 Clean up stuff to work with the ssa optimizers.
4743 * convert.c (convert): Handle BOOLEAN_TYPEs.
4744 * f95-lang.c (g95_truthvalue_conversion): Implement.
4745 * trans-array.c (g95_trans_array_constructor_value): Group multiple
4747 * trans.h (g95_truthvalue_conversion): Declare.
4748 * trans-intrinsic.c (g95_conv_intrinsic_anyall): Use bool constants.
4749 * trans-stmt.c (g95_trans_character_select): Don't create array
4750 assignments. Mark labels as indirect jump targets.
4751 * trans-types.h (g95_init_types): Use BOOLEAN_TYPE nodes.
4752 (g95_get_dtype_cst): Handle LOGICAL types.
4754 2003-06-14 Paul Brook <paul@nowt.org>
4756 * f95-lang.c (g95_gimplify_expr): New function.
4757 * trans-array.c (g95_trans_array_constructor_value): Don't create
4759 (g95_conv_expr_descriptor): Rename simple->gimple.
4760 * trans-expr.c (conv_expr_op): Use proper logical operators.
4761 * trans-intrinsic.c (build_fixbound_expr): New function.
4762 (build_fix_expr): Ditto.
4763 (g95_conv_intinsic_aint): Use them. Use builtin functions.
4764 (g95_conv_intrinsic_function): Add FLOOR and CEILING.
4766 2003-06-10 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4768 * array.c (g95_compare_array_spec): Remove unreachable code.
4769 * expr.c (g95_copy_expr): Likewise.
4770 * intrinsic.c (g95_convert_type): Likewise.
4771 * misc.c (g95_code2string): Likewise.
4772 * simplify.c (g95_simplify_ishft, g95_simplify_real,
4773 g95_simplify_reshape, g95_simplify_sign, g95_simplify_sqrt): Likewise.
4774 * trans-stmt.c (g95_trans_select): Likewise.
4775 * primary.c (extend_ref): Add an assertion.
4776 * simplify.c (g95_convert_constant): Add const.
4777 * intrinsic.h: Remove g95_check_x_ni.
4778 * f95-lang.c (g95_finish): Call g95_release_include_path.
4780 2003-06-10 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4782 * resolve.c (resolve_contained_functions): Fix typo introduced on
4785 2003-06-09 Paul Brook <paul@nowt.org>
4787 * g95.h: Include system.h not hwint.h.
4788 * many: use safe-ctype.h not ctype.h. Change isalpha -> ISALPHA, etc.
4789 * misc.c (g95_getmem): Use xmalloc/memset instead of calloc.
4791 2003-06-09 Paul Brook <paul@nowt.org>
4793 * g95.h (g95_symbol): Add fields for COMMON and EQUIVALENCE variables.
4794 * Make-lang.in (F95_OBJS): Add files for COMMON and EQUIVALENCE.
4795 * trans-decl.c (g95_add_decl_to_functions): Make non-static.
4796 (g95_get_symbol_decl): Handle COMMON and EQUIVALENCE objects.
4797 (g95_generate_function_code): Translate COMMON and EQUIVALENCE
4799 * trans.h (g95_trans_equivalence, g95_trans_common,
4800 g95_add_decl_to_function): Declare.
4801 * trans-common.c, trans-equivalence.c: New files.
4803 2003-06-08 Steven Bosscher <steven@gcc.gnu.org>
4805 * intrinsic.c (g95_intrinsic_extension): Remove.
4806 (add_functions): Substitute g95_check_x for g95_check_x_ni
4808 (g95_init_expr_extensions): New function.
4809 (g95_intrinsic_func_interface): Use it.
4810 * intrinsic.h: Remove extern decl for g95_intrinsic_extension.
4811 * check.c (g95_check_digit, g95_check_huge, g95_check_kind,
4812 g95_check_precision, g95_check_present, g95_check_radix,
4813 g95_check_range, g95_check_selected_real_kind): Do not set
4814 g95_intrinsic_extension.
4815 (g95_check_x_ni): Remove now duplicate of g95_check_x.
4817 * expr.c (check_inquiry): Add FIXME, fixup some code style.
4819 2003-06-06 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4821 * g95.h (ref_type): Name this type explicitly.
4822 * module.c (MIO_NAME): Add specialisations of mio_name.
4823 (mio_symbol_attribute, mio_typespec, mio_array_ref,
4824 mio_array_spec, mio_ref, mio_expr, mio_symbol): Use them.
4825 (ab_attribute): Name this type explicitly.
4826 (mio_symbol_attribute, mio_expr): Add cast to call to find_enum.
4828 2003-06-05 Kejia Zhao <kejia_zh@yahoo.com.cn>
4830 * trans-intrinsic.c (g95_conv_allocated): New function.
4831 (g95_conv_intrinsic_function): Make G95_ISYM_ALLOCATED work.
4833 2003-06-05 Steven Bosscher <steven@gcc.gnu.org>
4835 * f95-lang.c: Don't include g95-support.h
4836 (g95_mark_addressable): Add prototype.
4837 (g95_init_decl_processing): Remove C front end hack.
4838 * f95-tree.c: Remove file.
4839 * support.c: Remove file.
4840 * g95-support.h: Remove file.
4841 * trans-types.c (g95_init_types): Set up boolean
4842 type related tree nodes.
4843 * Make-lang.in: Remove rules for dead files and
4844 dependencies on them.
4846 2003-06-05 Steven Bosscher <steven@gcc.gnu.org>
4848 * Make-lang.in (F95_ADDITIONAL_OBJS): Remove the final
4849 C front end dependency. Also, convert.c does not depend on
4850 g95-support.h anymore.
4851 * convert.c: Don't include c-common.h and g95-support.h
4852 * f95-lang.c: Don't inlude c-common.h and c-common.def (3x).
4853 (g95_stmt_tree, g95_scope_stmt_stack, anon_aggr_type_p,
4854 stmts_are_full_exprs_p, current_stmt_tree,
4855 current_scope_stmt_stack): Remove.
4856 * g95-support.h (unsigned_conversion_warning): Kill proto.
4857 (boolean_type_node, boolean_true_node, boolean_false_node):
4858 Don't define here. Instead, make then true tree nodes in
4860 * support.c (c_global_trees): Die, C front end, die!!!
4861 (g95_init_c_decl_hacks): Don't touch intmax_type_node,
4862 uintmax_type_node, string_type_node and const_string_type_node.
4863 (decl_constant_value, overflow_warning): Make static functions.
4864 They are in death row too, though.
4865 (default_conversion, c_expand_asm_operands): Remove.
4866 * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c,
4867 trans.c: Don't include c-common.h.
4868 * trans-types.c (boolean_type_node, boolean_true_node,
4869 boolean_false_node): Make them real tree nodes.
4870 * trans-types.h (intmax_type_node, string_type_node,
4871 const_string_type_node): Hack to work around C dependencies
4872 in builtin-types.def.
4874 2003-06-04 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4876 * decl.c (decl_types): Add some iterators-like sentinels.
4877 * decl.c (match_attr_spec): Use them.
4878 Use "decl_types" instead of "int".
4879 Add cast in call to g95_match_strings.
4880 * dump-parse-tree.c (g95_show_namespace): Use "g95_intrinsic_op"
4882 * g95.h (g95_intrinsic_op): Add some iterators-like sentinels.
4883 (g95_interface_info): Use "g95_intrinsic_op".
4884 * dump-parse-tree.c (g95_show_namespace): Use them.
4885 * interface.c (g95_check_interfaces): Use them.
4886 * module.c (read_module, write_module): Use them.
4887 * symbol.c (g95_get_namespace, g95_free_namespace): Use them.
4888 Use "g95_intrinsic_op".
4889 * interface.c (check_operator_interface): Use "g95_intrinsic_op".
4890 Add a default case in switch statement.
4891 * intrinsic.h (g95_generic_isym_id): Moved to...
4892 * g95.h (g95_generic_isym_id): here.
4893 (g95_intrinsic_sym): Use "g95_generic_isym_id".
4894 * intrinsic.c (make_generic): Use "g95_generice_isym_id".
4895 * trans-intrinsic.c (g95_intrinsic_map_t,
4896 g95_conv_intrinsic_lib_funtion): Use "g95_generice_isym_id".
4897 * match.c (g95_match_intrinsic_op): Add cast in call to
4900 2003-06-03 Steven Bosscher <steven@gcc.gnu.org>
4902 * support.c (skip_evaluation, warn_conversion, lvalue_p,
4903 lvalue_or_else, pedantic_lvalue_warning, warn_for_assignment,
4904 constant_fits_type_p, convert_and_check,
4905 unsigned_conversion_warning): Remove these ugly remnants
4906 we inherited from the C front end.
4907 (function_types_compatible): Remove '#if 0'-edcode.
4908 (build_modify_expr): Likewise.
4909 (convert_for_assignment): Don't use the deceased functions.
4910 The parameter fundecl is now unused.
4911 (decl_constant_value): Always just return decl. In fact
4912 this function is not used at present, but it might be in
4913 the future, when we start using the tree inliner.
4914 (overflow_warning, default_conversion, c_expand_asm_operands):
4915 Abort when these are called, they are part of the C type
4916 checking implementation and therefore poison to Fortran.
4918 2003-06-04 Steven Bosscher <steven@gcc.gnu.org>
4920 * Make-lang.in (F95_ADDITIONAL_OBJS): Don't depend on
4921 c-pretty-print.o and c-dump.o. Add a comment on why we
4922 depend on c-semantics.c.
4923 * f95-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN):
4924 Don't use the C front end tree dumper hook to dump the
4925 language specific tree representation -- we don't have
4926 one. So instead, inherit the default langhook.
4928 2003-06-02 Paul Brook <paul@nowt.org>
4930 * trans-expr.c (g95_conv_variable): Remove incorrent assertion.
4932 2003-06-02 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4934 * check.c (g95_check_associated): Use proper types. Remove
4935 extraneous argument in call to g95_error().
4937 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4939 * resolve.c (resolve_operator): Make logical operands convert to the
4940 type with higher kind.
4942 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4944 * check.c (g95_check_associated): Make sure both pointer and target has
4945 the same type and rank. Null pointer or array section with vector
4946 subscript as target are not allowed.
4947 * trans.h: Declare gfor_fndecl_associated.
4948 * trans-decl.c: (g95_build_builtin_function_decls): Initialize
4949 gfor_fndecl_associated.
4950 * trans-intrinsic.c (g95_conv_associated): New function.
4951 (g95_conv_intrinsic_function): Make G95_ISYM_ASSOCIATED work.
4953 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4955 * trans-array.c (g95_conv_expr_descriptor): Set the base of POINTER
4956 according to POINTER itself rather than TARGET.
4957 (g95_conv_expr_descriptor): Make lbound start at 1.
4958 * trans-expr.c (g95_trans_pointer_assign): Fix a bug for Nullify.
4960 2003-06-01 Paul Brook <paul@nowt.org>
4962 * expr.c (g95_type_convert_binary): Make it match the standard.
4963 * g95.texi: Remove dead link.
4965 2003-06-01 Steven Bosscher <steven@gcc.gnu.org>
4967 * g95.texi: Cleanup somewhat in preparation for inclusion
4970 2003-05-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4971 Canqun Yang <canqun@yahoo.com.cn>
4973 * resolve.c (compare_bound_int, resolve_where_shape): Proper return
4975 (g95_find_forall_index): Return proper value.
4976 (g95_resolve_assign_in_forall, g95_resolve_forall): Use proper type to
4977 compare the return value from g95_find_forall_index.
4979 2003-05-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4980 * g95.h, io.c (g95_st_label): Remove "length".
4981 (g95_symtree): Remove "link".
4982 (g95_case): Remove "code".
4983 * arith.c, arith.h (g95_compare_string, g95_convert_integer,
4984 g95_convert_real): Make an argument pointer to const.
4985 * decl.c (colon_seen): Add a TODO.
4986 * interface.c (g95_compare_types): Fix typo.
4987 * interface.c (compare_interfaces): Preserve value of "p".
4988 * intrinsic.c (sort_actual): Remove "i".
4989 * match.c (g95_match_assign): Proper type in call to g95_match().
4990 * parse.c (next_free): Avoid duplicate call due to macro.
4991 * parse.c (check_statement_label): wrong type in call to g95_error.
4992 * primary.c (match_real_constant): Add a TODO.
4993 * resolve.c (resolve_select): Remove useless conditional.
4994 * simplify.c (g95_simplify_repeat): Proper assignment to
4995 "value.character.string".
4996 * simplify.c (g95_simplify_reshape): Wrong variable in call to
4999 2003-05-20 Canqun Yang <canqun@yahoo.com.cn>
5001 * trans-stmt.c: Remove unnecessary include file defaults.h.
5003 2003-05-19 Lifang Zeng <zlf605@hotmail.com>
5005 * trans-stmt.c (g95_trans_forall_loop): Handle FORALL with negative
5007 (g95_trans_forall): Allow arbitrary number of FORALL indexes and
5008 actual variables used as FORALL indexes.
5010 2003-05-15 Paul Brook <paul@nowt.org>
5012 * trans-array.c (g95_trans_static_array_pointer): Use
5014 (g95_trans_deferred_array): Initialize static array pointers.
5015 * trans-expr.c (g95_conv_function_call): Use formal arglist to
5016 correctly pass POINTER and absent CHARACTER arguments.
5018 2003-05-14 Lifang Zeng <zlf605@hotmail.com>
5020 * resolve.c (g95_resolve_forall): Resolve FORALL construct/statement.
5021 (g95_resolve_forall_body): Resolve FORALL body.
5022 (g95_resolve_where_code_in_forall): Resolve WHERE inside FORALL.
5023 (g95_resolve_assign_in_forall): Resolve assignment inside FORALL.
5024 (g95_find_forall_index): Check whether the FORALL index appears in
5025 the expression or not.
5026 (resolve_code): Modified.
5028 2003-05-14 Paul Brook <paul@nowt.org>
5030 * iresolve.c (g95_resolve_spread): Convert ncopies to index_type.
5032 2003-05-13 Paul Brook <paul@nowt.org>
5034 * trans-types.c (g95_max_array_element_size): Now a tree node.
5035 (g95_init_types): Work out max size properly.
5036 (g95_get_dtype_cst): Modify to match.
5038 2003-05-11 Paul Brook <paul@nowt.org>
5040 * trans-io.c (add_case): Create a label decl for case labels.
5042 2003-05-11 Paul Brook <paul@nowt.org>
5044 * arith.c (g95_integer_index_kind): New variable.
5045 * f95-lang.c (g95_init): Move frontend initialization here ...
5046 (g95_post_options): ... from here.
5047 * g95.h (g95_index_integer_kind, g95_resolve_index): Declare.
5048 * intrinsic.c (add_functions): Use index kinds.
5049 * iresolve.c: Convert to index_kind where needed.
5050 * resolve.c (g95_resolve_index): Make public, use index_kind.
5051 (resolve_array_ref): Adjust to match.
5052 * trans-array.c: Rename g95_array_index_kind to g95_index_integer_kind.
5053 * trans-stmt.c: Ditto.
5054 * trans-types.c: Ditto.
5055 * trans-types.h (g95_array_index_kind): Remove declaration.
5056 * trans-expr.c (g95_conv_expr_present): Use null_pointer_node.
5058 2003-05-07 Paul Brook <paul@nowt.org>
5060 * trans-const.c (g95_conv_mpz_to_tree): Typecast constant.
5061 * trans-intrinsic.c (g95_conv_intrinsic_bound): Convert type
5064 2003-05-07 Paul Brook <paul@nowt.org>
5066 * trans-array.c (trans_static_array_pointer,
5067 g95_trans_array_constructor_value, g95_conv_array_initializer,
5068 g95_conv_structure): CONSTRUCTOR nodes only have one operand.
5069 (g95_add_loop_ss_code): Convert subscripts to the correct type.
5070 * trans-stmt.c (g95_trans_character_select): Ditto.
5071 * trans-types.c (g95_init_types): Ditto.
5073 2003-05-07 Steven Bosscher <steven@gcc.gnu.org>
5075 * f95-lang.c (expand_function_body): Use input_line, not lineno.
5076 * trans-decl.c (g95_generate_function_code,
5077 g95_generate_constructors): Likewise.
5078 * trans.c (g95_trans_runtime_check, g95_add_block_to_block,
5079 g95_get_backend_locus, g95_set_backend_locus, g95_trans_code):
5082 2003-05-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
5083 * trans-types.c (g95_get_derived_type): Fix bug for DERIVED type
5084 with components point to the DERIVED type itself, and two DERIVED
5085 type with components point to each other.
5086 * trans-expr.c (g95_conv_componet_ref): Modified
5088 2003-05-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
5089 * trans-expr.c (g95_conv_expr): Translate EXPR_NULL into
5091 (g95_trans_pointer_assign): Implement Nullify.
5093 2003-05-01 Paul Brook <paul@nowt.org>
5095 * trans-array.c (g95_walk_function_expr): Cope with NULL esym.
5096 * trans-decl.c (g95_get_symbol_decl): Don't mangle dummy functions.
5098 2003-05-01 Paul Brook <paul@nowr.org>
5100 * trans-array.c, trans.c, trans-expr.c, trans-intrinsic.c,
5101 trans-stmt.c: Replace empty_stmt_node with build_empty_stmt () and
5104 2003-05-01 Canqun Yang <canqun@yahoo.com.cn>
5106 * trans-stmt.c (g95_trans_integer_select): Add a parameter to build
5109 2003-04-28 Paul Brook <paul@nowt.org>
5111 * iresolve.c (g95_resolve_transpose): COMPLEX types are twice as big
5112 as their kind suggests.
5113 (g95_resolve_reshape): Ditto.
5115 2003-04-28 Chun Huang <compiler@sohu.com>
5117 * trans-expr.c (g95_conv_substring_expr): New function.
5118 (g95_conv_expr): Use it.
5120 2003-04-28 Paul Brook <paul@nowt.org>
5122 * iresolve.c (g95_resolve_transpose): Make it match the
5124 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add TRANSPOSE.
5126 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
5128 * trans-types.c (g95_add_field_to_struct): New function to
5129 add a field to a UNION_TYPE or RECORD_TYPE.
5130 * trans-types.h (g95_add_field_to_struct): Prototype.
5131 (g95_get_derived_type): Use g95_add_field_to_struct to add
5133 * trans-io.c (g95_add_field): Remove.
5134 (ADD_FIELD): Use new g95_add_field_to_struct function.
5135 (ADD_STRING): Likewise.
5136 * trans-stmt.c (g95_trans_select): Likewise.
5137 (g95_add_field): Remove duplicated function.
5139 2003-04-18 Canqun Yang <canqun@yahoo.com.cn>
5141 Port implementation for CHARACTER SELECT from Andy's tree.
5142 * trans-stmt.c (g95_trans_character_select): Implement character
5143 select. (g95_add_field): New function.
5144 * trans-decl.c: Declare 'gfor_gndecl_select_string'.
5145 (g95_build_builtin_function_decls): Add 'gfor_fndecl_select_string'.
5146 * g95.h (struct g95_case): Add field 'int n'.
5147 * trans.h: Declare 'gfor_fndecl_select_string'.
5149 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
5151 * bbt.c (duplicate_key, g95_insert_bbt_with_overlap): Remove.
5152 (g95_insert_bbd): Die on duplicates.
5153 * g95.h (g95_insert_bbt_with_overlap): Delete prototype.
5155 2003-04-14 Steven Bosscher <steven@gcc.gnu.org>
5157 * g95.texi: Require GMP 4.0 -- like we actually
5158 do. Explain the testsuite and what-goes-where.
5159 Don't use undefined texinfo symbol. Break very
5160 long line. Remove finished item from the list
5163 2003-04-11 Canqun Yang <canqun@yahoo.com.cn>
5165 * trans-stmt.c (g95_evaluate_where_mask): Give mask temporaries
5168 2003-04-10 Canqun Yang <canqun@yahoo.com.cn>
5170 * trans-stmt.c (g95_trans_forall): Implement WHERE inside FORALL.
5171 (g95_trans_forall_body): New function.
5173 2003-04-10 Canqun Yang <canqun@yahoo.com.cn>
5175 * resolve.c (resove_where): New function.
5176 (resolve_where_shape): New function.
5177 (resolve_code): Add call to 'resolve_where'
5178 * trans-stmt.c (g95_trans_where): Modified.
5179 (g95_trans_where_2): New function.
5180 (g95_trans_where_assign): New function.
5181 (g95_evaluate_where_mask): New function.
5182 (g95_add_to_stmt_list): New function.
5183 (g95_get_temp_expr): New function.
5184 * trans.h (where_stmt_list): New structure.
5186 2003-04-10 Paul Brook <paul@nowt.org>
5188 * g95spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
5189 (DEFAULT_WORD_SWITCH_TAKES_ARG): Ditto.
5191 2003-04-10 Steven Bosscher <steven@gcc.gnu.org>
5193 Update after mainline -> tree-ssa-branch merge.
5194 * f95-lang.c (g95_mark_addressable): Update put_var_into_stack
5196 (g95_init): Update for new lang_hooks definition.
5197 (g95_post_options): New langhook.
5198 (LANG_HOOK_POST_OPTIONS): Clear, then define to g95_post_options.
5199 * scanner.c (g95_new_file): Comment update.
5201 2003-04-09 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5203 * g95.h, lang-options.h: Add -Wimplicit-interface.
5204 * options.c (g95_init_options, g95_parse_arg): Set it.
5205 * interface.c (check_intents): Warn about call with implicit
5207 * resolve.c (resolve_unknown_f, resolve_unknown_s): Call
5210 2003-04-05 Paul Brook <paul@nowt.org>
5212 * iresolve.c (g95_resolve_spread): Don't resole based on type.
5213 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_SPREAD.
5215 2003-03-29 Paul Brook <paul@nowt.org>
5217 * iresolve.c (g95_resolve_pack): Don't bother resolving based on type.
5218 (g95_resolve_unpack): Ditto.
5219 * trans-intrinsic.c (g95_conv_intrinsic_merge): New Function.
5220 (g95_conv_intrinsic_function): Use it. Remove PACK and UNPACK.
5221 (g95_is_intrinsic_libcall): Add PACK and UNPACK.
5223 2003-03-25 Paul Brook <paul@nowt.org>
5225 * arith.c (g95_unary_user, g95_user): Remove dead functions.
5227 * array.c (g95_free_array_ref): Ditto.
5229 * symbol.c (g95_use_derived_tree): Ditto.
5230 * intrinsic.c (add_functions): Use simplification for SCALE.
5231 * primary.c (g95_match_rvalue): Test sym, not symtree.
5233 2003-03-25 Paul Brook <paul@nowt.org>
5235 * trans-decl.c (build_function_decl): Add parameter before it gets
5236 turned into a constant.
5237 * iresolve.c (g95_resolve_eoshift): Resolve to a useful name.
5238 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_EOSHIFT.
5239 * trans-decl.c (g95_create_module_variable): Don't pushdecl constants.
5241 2003-03-22 Paul Brook <paul@nowt.org>
5243 * trans-array.c (g95_conv_array_initializer): Allow scalar
5245 * trans-decl.c (g95_finish_var_decl): Result variables are not
5247 * trans-intrinsic.c (g95_conv_intrinsic_transfer): New function.
5248 (g95_conv_intrinsic_function): Use it.
5249 * trans-types.h (g95_type_spec): Remove dead declaration.
5251 2003-03-21 Paul Brook <paul@nowt.org>
5253 * trans-decl.c (g95_build_function_decl): Mark string parameters.
5255 2003-03-20 Paul Brook <paul@nowt.org>
5257 * trans-decl.c (g95_build_function_decl): Put character length
5258 parameters at the end of the function declaration.
5259 * trans-expr.c (g95_conv_function_call): Ditto.
5260 * trans-types.c (g95_get_function_type): Ditto.
5262 2003-03-20 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5264 * resolve.c (resolve_formal_arglist): Don't impose intent for
5265 procedure arguments of pure functions.
5266 (resolve_select): Remove redundant assignment.
5268 2003-03-19 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5270 * arith.c (validate_logical), g95.h, options.c (g95_init_options):
5272 * g95.h, intrinsic.c(g95_get_intrinsic_sub_symbol): Add const.
5273 * iresolve.c(g95_resolve_cpu_time, g95_resolve_random_number): Add
5275 * lang-options.h: Remove -finline-repack-arrays. Add -fg77-calls.
5277 * symbol.c (g95_add_type): Fix typo in comment.
5280 2003-03-16 Paul Brook <paul@nowt.org>
5282 * dump-parse-tree.c (g95_show_code_node): Print resolved sym name.
5283 * expr.c (g95_build_call): Remove.
5284 * f95-lang.c (puchdecl_top_level): New function.
5285 * g95.h (g95_code): Store resolved symbol, not just the name.
5286 * intrinsic.c (g95_intrinsic_namespace): New global namespace.
5287 (g95_intirinsic_init_1, g95_intrinsic_done_1): Use it.
5288 (g95_get_intrinsic_sub_symbol): New function.
5289 * iresolve.c (g95_resolve_cpu_time): Use it.
5290 (g95_resolve_random_number): Ditto.
5291 * resolve.c: Set code->resolved_sym instead of code->sub_name.
5292 * trans-decl.c (g95_get_extern_function_decl): Give external decls
5293 the correct DECL_CONTEXT. Add global symbold to the global scope.
5294 * trans-stmt.c (g95_trans_code): Remove hacks now the fronted is
5297 2003-03-16 Paul Brook <paul@nowt.org>
5299 * g95.h (g95_option_t): Add g77_calls. Remove inline_repack_arrays.
5300 * options.c (g95_parse_arg): Ditto.
5301 * module.c (mio_symbol_attribute): Handle the always_explicit bit.
5302 * resolve.c (resolve_formal_arglist): The always_explicit sould be set
5303 for the procedure, not the parameter.
5304 * trans-array.c (g95_trans_g77_array): New function.
5305 (g95_trans_assumed_size): Use it.
5306 (g95_trans_dummy_array_bias): Ditto.
5307 (g95_conv_array_parameter): Handle g77 arrays. Move existing body ...
5308 (g95_conv_expr_descriptor): ... to here. Update callers.
5309 * trans-decl.c (g95_build_dummy_array_decl): Handle g77 arrays.
5310 (g95_get_symbol_decl): Avoid processing g77 arrays multiple times.
5311 * trans-expr.c (g95_conv_function_call): Handle g77 arrays.
5312 * trans-intrinsic.c (g95_get_symbol_for_expr): Never use g77 arrays.
5313 * trans-types.c (g95_is_nodesc_array): Handle g77 arrays.
5314 (g95_sym_type): Ditto.
5316 2003-03-15 Paul Brook <paul@nowt.org>
5318 * trans-array.c (g95_walk_elemental_function_args): Don't amputate the
5320 * trans-expr.c (g95_conv_function_call): Use the resolved symbol.
5322 2003-03-14 Paul Brook <paul@nowt.org>
5324 * trans-array.c (g95_array_is_packed): Remove.
5325 (g95_conv_array_base): Correctly handle all descriptorless cases.
5326 (g95_conv_array_stride): Use descriptorless strides.
5327 (g95_trans_dummy_array_bias): Don't always repack the array.
5328 (g95_build_dummy_array_decl): Automatic dummy arrays are only partial
5330 * trans-types.c (g95_get_nodesc_array_type): Differentiate between
5331 dummy and non-dummy arrays...
5332 (g95_sym_type, g95_get_derived_type): ... like these.
5333 (g95_get_array_type_bounds): Allow discontiguous arrays.
5335 2003-03-12 Paul Brook <paul@nowt.org>
5337 * array.c (g95_resolve_array_spec): Fix comment.
5338 * g95.h (symbol_attributes): New flag always_explicit.
5339 * resolve.c (resolve_formal_arglist): Set it always_explicit.
5340 * iresolve.c (g95_resolve_lbound, g95_resolve_ubound): Simplify.
5341 * trans-array.c (g95_conv_descriptor_dimension): Remove dead assert.
5342 (g95_trans_array_bounds): Allow assumed shape arrays.
5343 (g95_trans_repack_array): Remove.
5344 (g95_trans_dummy_array_bias): Rewite to use descriptorless arrays.
5345 * trans-decl.c (g95_build_qualified_array): Only ignore absent
5346 bounds for assumed size arrays.
5347 (g95_build_dummy_array_decl): Use descriptorless arrays.
5348 * trans-expr.c (g95_conv_expr_present): Allow descriptorless arrays.
5349 (g95_trans_pointer_assign): Fix typo.
5350 * trans-intrinsic.c (g95_conv_intrinsic_function_args): Remove dead
5352 (g95_conv_intrinsic_bound): Rewrite to handle descriptorless arrays.
5353 * trans-types.c (g95_get_nodesc_array_type): Allow non-packed arrays.
5354 Also modify callers.
5355 * trans-types.h (g95_get_nodesc_array_type): Modify prototype.
5357 2003-03-08 Paul Brook <paul@nowt.org>
5359 * trans-array.c (g95_walk_elemental_functions): Don't reverse the SS.
5360 (g95_conv_array_ubound): Provide dummy value for assumed size arrays.
5361 * resolve.c (compare_spec_to_ref): Allow full array sections.
5363 2003-03-08 Paul Brook <paul@nowt.org>
5365 * expr.c (g95_simplify_expr): Also simplify array index and
5366 substring expressions.
5367 * resolve.c (compare_spec_to_ref): Check for assumed size bounds.
5368 * trans-array.c (g95_trans_array_bounds): New function.
5369 (g95_trans_auto_array_allocation): Use it.
5370 (g95_trans_assumed_size): Rewrite.
5371 * trans-decl.c (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
5372 (gfor_fndecl_repack): Remove.
5373 (g95_build_qualified_array): Handle absent upper bounds.
5374 (g95_build_dummy_array_decl): Assumed shape arrays are descriptorless.
5375 (g95_get_symbol_decl): Update.
5376 (g95_build_intrinsic_function_decls): Initialize new decls.
5377 * trans.h (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
5378 (gfor_fndecl_repack): Remove.
5379 * trans-io.c (g95_build_io_library_fndecls): Correct prototypes.
5380 * trans-types.c: (g95_build_array_type): Merge duplicated code..
5381 (g95_get_nodesc_array_type): Handle absent bounds.
5382 * trans-types.h (g95_get_nodesc_array_type): Declare.
5384 2003-03-04 Paul Brook <paul@nowt.org>
5386 * f95-lang.c (DEF_FUNCTION_TYPE_VAR_3): Define before including
5389 2003-03-02 Paul Brook <paul@nowt.org>
5391 * options.c (g95_init_options): Drfault to 1.
5392 (g95_pasrse_arg): Add -frepack-arrays, use strcmp.
5393 * trans-array.c (g95_conv_array_data, g95_conv_array_base,
5394 g95_conv_array_stride,g95_conv_array_lbound, g95_conv_array_ubound):
5395 Handle non-constant size automatic arrays.
5396 (g95_conv_section_upper_bound, g95_conv_section_startstride): Use
5397 generic bound functions.
5398 (g95_trans_auto_array_allocation): Don't create a descriptor.
5399 (g95_trans_assumed_size): New function (broken).
5400 (g95_trans_dummy_array_bias): Remove unused var.
5401 * trans-array.h (g95_trans_assumed_size): Declare.
5402 * trans-decl.c (create_index_var): New fuction.
5403 (g95_build_qualified_array): New function.
5404 (g95_get_symbol_decl): Use it.
5405 (g95_trans_deferred_vars): Handle assumed shape seperately.
5406 * trans-types.c (get_element_type): Handle heap allocated arrays.
5407 (g95_is_nodesc_array): Include non-const size arrays.
5408 (g95_get_nodesc_array_type): Ditto.
5410 2003-02-23 Paul Brook <paul@nowt.org>
5412 * trans-array.c (g95_array_init_size): Should use stride, not size of
5415 2003-02-18 Paul Brook <paul@nowt.org>
5417 * trans-expr.c (g95_trans_arrayfunc_assign): Nove elemental check
5418 after intrinsic function check.
5420 2003-02-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5422 * io.c (match_io): Fix missing return value and remove useless
5424 * match.c (g95_match): Remove useless assignment.
5425 * module.c (parse_string): Remove useless post increment.
5426 * simplify.c (g95_simplify_verify): Remove useless assignment.
5428 2003-02-15 Paul Brook <paul@nowt.org>
5430 * expr.c (restricted_intrinsic): Handle bad values gracefully.
5431 * g95.h (symbol_attribute): Add referenced member.
5432 (g95_symbol): Add dummy_order member.
5433 (g95_set_sym_referenced): Declare.
5434 * match.c (g95_match_assignment, g95_match_call): Use it
5435 * primary.c (match_actual_arg, g95_match_rvalue,
5436 g95_match_variable): Ditto.
5437 * symbol.c (next_dummy_order): New variable.
5438 (g95_set_sym_referenced): New function.
5439 (check_done): New function.
5440 (g95_add_*): Use it.
5441 * trans-decl.c: Make formatting conform to GCC standards.
5442 (g95_defer_symbol_init): Add dummy variables in the right order.
5443 (g95_get_symbol_decl): Only accept referenced variables.
5444 (g95_create_module_variable): Module variables are always required.
5445 (generatr_local_decls): New function.
5446 (generate_local_vars): New function.
5447 (g95_generate_function_code): Use it.
5449 2003-02-13 Paul Brook <paul@nowt.org>
5451 * trans-decl.c (g95_conv_struct_cons): Remove.
5452 (g95_get_symbol_decl): Use g95_conv_expr for structure initializers.
5453 * trans-expr.c (g95_conv_structure): New function.
5454 (g95_conv_expr): Use it.
5456 2003-02-09 Paul Brook <paul@nowt.org>
5458 * trans-array.c (g95_array_init_size): Don't evaluate the linit
5459 expressions multiple times.
5460 (g95_trans_auto_arry_allocation): Use pointer not tmp.
5462 2003-02-08 Paul Brook <paul@nowt.org>
5464 * module.c (mio_symtree_ref): Declare as static.
5465 (mio_expr): Remove dead code.
5466 (read_module): Set the symtree link for fixups.
5467 * trans-intrinsic.c (g95_conv_intrinsic_round): Rename...
5468 (build_round_expr): ... to this.
5469 (g95_conv_intrinsic_aint): New function.
5470 (g95_conv_intrinsic_function): Use it.
5472 2003-02-08 Paul Brook <paul@nowt.org>
5474 * trans-array.c (g95_trans_array_constructor_value): Use the acutal
5475 offset after modificaton, not the increment expression.
5476 * dependency.c: Kill excess whitespace.
5478 2003-02-07 Sanjiv Gupta <sanjivg@noida.hcltech.com>
5480 * dependency.h: Remove some function declarations.
5481 * dependency.c (get_no_of_elements): Change this function not to
5483 * other: Add comments for all modified functions.
5485 2003-02-06 Paul Brook <paul@nowt.org>
5487 * g95spec.c (lang_specific_functions): Fix initializer warning.
5488 * dump-parse-tree.c (g95_show_expr): Use typespec instead of symtree
5489 for structure type names.
5490 * trans-decl.c (g95_cons_structure_cons): New function.
5491 (g95_get_symbol_decl): Use it.
5492 * trans-expr.c (g95_conv_component_ref): Remove duplicate pointer
5495 2003-02-06 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5497 * resolve.c (compare_cases): Add const to casts.
5499 2003-01-30 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5501 * g95.h (g95_check_f): Change a1 to f1m.
5502 * intrinsic.c (add_sym_1m, check_specific,
5503 g95_intrinsic_func_interface): Use it.
5505 * module.c (init_pi_tree): Remove useless cast.
5506 (fp2): Fix argument type.
5508 * parse.c (parse_select_block): Add comment.
5510 2003-02-05 Toon Moene <toon@moene.indiv.nluug.nl>
5512 * lang-options.h: Fix warning involving C90 concatenated
5515 2003-02-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
5516 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5518 * io.c (format_asterisk): Complete initializer to kill warning.
5519 * arith.c (DEF_G95_INTEGER_KIND, DEF_G95_LOGICAL_KIND,
5520 DEF_G95_REAL_KIND, MPZ_NULL, MPF_NULL): New #defines.
5521 (g95_integer_kinds, g95_logical_kinds, g95_real_kinds): Use the
5522 new defines to complete initializers. Kills all warnings.
5524 * Make-lang.in: Comment cleanup.
5526 2003-02-05 Paul Brook <paul@nowt.org>
5528 * array.c (g95_free_constructor): Handle NULL expressions.
5529 * resolve.c (resolve_structure_cons): Ditto.
5530 * decl.c (g95_match_null): New Function.
5531 (variable_decl): Use it.
5532 * module.c (mio_expr): Don't bother saving symtree for EXPR_STRUCTURE.
5533 * primary.c (g95_match_runtime): Don't use symtree for EXPR_STRUCTURE.
5534 * trans-types.c (g95_set_decl_attributes): Remove empty function.
5536 2003-02-05 Paul Brook <paul@nowt.org>
5538 * trans.h (build1_v): New macro.
5539 (build_v): Remove pointless and incorrect prototype.
5540 * various: Use build1_v for GOTO_EXPR and LABEL_EXPRs.
5541 * f95-lang.c (g95_init_builtin_decls): DEF_BUILTIN takes 10 args.
5543 2003-02-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
5545 * Make-lang.in (F95_OBJS): Remove one more dead file.
5547 2003-02-01 Paul Brook <paul@nowt.org>
5549 * lang-specs.h: Don't pass -ffixed-form to the linker.
5550 * trans-decl.c (g95_generate_function_code): Clear saved decl chain.
5552 2003-02-01 Paul Brook <paul@nowt.org>
5554 * Make-lang.in (F95_OBJS): Remove dead files.
5555 * trans-array.c (g95_array_init_size): Do the right thing when
5557 * trans-decl.c (g95_generate_function_code): Initialize deffered
5558 symbol list before translating contained subroutines.
5559 * trans-expr.c (g95_conv_expr, g95_conv_expr_reference): Substitute
5560 scalar invariant values here...
5561 (g95_conv_variable, g95_conv_function_call): ... instead of here ...
5562 * trans-intrinsic.c (g95_conv_intrinsic_function_args): .. and here.
5564 2003-01-29 Paul Brook <paul@nowt.org>
5566 * trans-array.c (g95_add_loop_code): Put pre code in the right block.
5567 (g95_walk_elemental_function_args): Reverse chains before adding.
5568 (g95_reverse_ss): Move about a bit.
5569 * trans-expr.c (g95_conv_function_call): Handle scalar intrinsic
5572 2003-01-28 Paul Brook <paul@nowt.org>
5574 * intrinsic.c (resolve_intrinsic): Use correct union member.
5575 * trans-array.c (g95_trans_dummy_array_bias): Don't touch absent
5577 * trans-decl.c (g95_get_symbol_decl): Don't translate initializers for
5578 use associated variables.
5579 * trans-intrinsic.c (g95_conv_intrinsic_present): Move body ...
5580 * trans-expr.c (g95_conv_expr_present): ... to here.
5581 * trans.h: Declare it.
5582 * trans-types.c (g95_sym_type): Assume subroutine if not specified.
5584 2003-01-28 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
5586 * array.c (expand_iterator): Suppress useless assignment.
5587 * decl.c (match_char_spec): Ditto.
5588 * io.c (match_io_iterator): Ditto.
5589 * primary.c (match_real_constant): Ditto.
5590 * interface.c (fold_unary, g95_free_interface, g95_extend_expr):
5591 Ditto. Also, use g95_intrinsic_op not int for intrinsic operators.
5592 * matchexp.c (match_add_operand, match_level_5): Likewise.
5593 * module.c (parse_atom, find_enum): Likewise.
5594 * resolve.c: move #include <string.h>
5595 (resolve_select): Fix serious typo.
5597 2003-01-28 Steven Bosscher <s.bosscher@student.tudelft.n>
5599 * Make-lang.in: Don't build with broken tree-ssa-pre.
5601 2003-01-28 Steven Bosscher <s.bosscher@student.tudelft.nl>
5603 * resolve.c (resolve_index): Add a TODO.
5604 * symbol.c: Remove useless "#include <ctype.h>".
5606 2003-01-27 Paul Brook <paul@nowt.org>
5608 * check.c (check_rest): Allow different type kinds as an extension.
5609 * g95.h (g95_resolve_f): Add f1m.
5610 * intrinsic.c (add_sym_1m, resolve_intrinsic): Use it.
5611 * intrinsic.h: Chenge prototypes for MIN and MAX.
5612 * iresolve.c (g95_resolve_minmax): New function.
5613 (g95_resolve_min, g95_resolve_max): Use it.
5614 * trans-intrinsic.c (g95_trans_intrinsic_minmax): Only evaluate
5616 (g95_conv_intrinsic_present): Fix logic.
5618 2003-01-27 Steven Bossche <s.bosscher@student.tudelft.nl>
5620 * g95.h (g95_case): Don't be a tree, be a double linked list.
5621 * match.c (match_case_selector): Remove redundant semantics check.
5622 Clean up a few goto's to make it a tiny little bit faster.
5623 * resolve.c (case_tree): Die.
5624 (compare_cases): Accept and compare unbounded cases too.
5625 (check_case_overlap): Don't build a tree. Instead, merge-sort the
5626 whole list of g95_cases passed from resolve_select.
5627 (sane_logical_select): Die.
5628 (check_case_expr): Return FAILURE if a CASE label is of the wrong
5630 (resolve_select): Fixup case expression for computed GOTOs, put it
5631 in expr, not expr2, for easier handing in the parse tree dumper and
5632 the code generator. Rewrite the rest of the function: Kill
5633 unreachable case labels and unreachable case blocks.
5634 * dump-parse-tree.c (g95_show_code_node): Always dump expr for
5635 an EXEC_SELECT, not case2 anymore.
5636 * trans-const.c (g95_conv_constant_to_tree): New function.
5637 (g95_conv_constant): Use it.
5638 * trans-const.h: Declare prototype for the new function.
5639 * trans-stmt.c (g95_trans_integer_select, g95_trans_logical_select,
5640 g95_trans_character_select): New static functions.
5641 (g95_trans_select): Rewrite.
5643 2003-01-26 Paul Brook <paul@nowt.org>
5645 * intrinsic.c (add_fnctions): Properly add dreal.
5646 * trans-intrinsic.c (g95_conv_intrinsic_present): New function.
5647 (g95_conv_intrinsic_function): Use it.
5648 * trans-io.c (build_dt): Abort on internal files (unimplemented).
5650 2003-01-26 Paul Brook <paul@nowt.org>
5652 Widespread changes to the handling of symbols in expressions. These
5653 are now linked via g95_symtree nodes.
5654 * parse.c (g95_fixup_sibling symbols): New function.
5655 (parse_contained): Use it.
5656 * g95.h (symbol_attribute): Add contained. Indicates a symbol is a
5657 contained procedure that has bee correctly fixed up.
5658 (g95_code, g95_expr): Point to a g95_symtree, not a g95_symbol.
5660 2003-01-24 Paul Brook <paul@nowt.org>
5662 * trans-array.c (g95_walk_expr): Function result attributes are in
5664 * trans-expr.c (g95_conv_function_call,
5665 g95_trans_arrayfunc_assign): Ditto.
5666 * trans-decl.c (g95_get_symbol_for_expr): Set sym->result.
5668 2003-01-23 Steven Bosscher <s.bosscher@student.tudelft.nl>
5670 * expr.c (check_restricted): Fix error message.
5671 * symbol.c (free_st_labels): Plug memleak.
5673 2003-01-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
5675 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
5676 reduce_binary_aa, reduce_binary, eval_intrinsic,
5677 eval_intrinsic_f2): Use typesafe prototypes for eval functions.
5678 * g95.h (g95_check_f, g95_simplify_f, g95_resolve_f): New unions
5679 for typesafe intrinsics helper functions.
5680 (g95_intrinsic_sym): Use them.
5681 * intrinsic.c (do_check, add_sym, add_sym_0, add_sym_1,
5682 add_sym_1s, add_sym_1m, add_sym_2, add_sym_3, add_sym_4,
5683 add_sym_5, add_conv, resolve_intrinsic, do_simplify,
5684 check_specific, g95_intrinsic_func_interface,
5685 g95_intrinsic_sub_interface): Adjust all calls to intrinsics
5687 * trans-decl.c (g95_get_extern_function_decl): Likewise.
5688 * Make-lang.in: Don't disable warnings for strict prototypes
5689 any longer, everything is typesafe now.
5691 2003-01-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
5693 * bbt.c (duplicate_node): Make static.
5694 * module.c (module_name): Make static.
5695 * scanner.c (include_dirs): Make static.
5697 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
5699 Hard coded _gfor_'s should not show up anymore.
5700 * g95.h (PREFIX): New macro.
5701 * iresolve.c (g95_resolve_cpu_time): Use PREFIX, not
5703 (g95_resolve_random_number): Likewise.
5704 * trans-decl.c (g95_build_intrinsic_function_decls): Likewise.
5705 * trans-io.c: Remove 'prefix' macro. Replace all uses with
5706 the new PREFIX macro from g95.h.
5708 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
5710 The troubles of forking... Andy implemented this just now too.
5711 Let's stick to that and keep the trees close.
5712 * g95.h (g95_st_label): 'format' member is now a g95_expr.
5713 * io.c: Revert previous changes.
5714 (g95_match_format): Match the format string as a character
5716 * match.h (g95_statement_label): Declare external.
5717 * parse.c: Revert previous changes.
5718 * symbol.c (g95_free_st_label): Free a g95_expr instead
5720 * trans-io.c: Revert previous changes.
5721 (build_dt): Use set_string to set the format string.
5723 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
5725 * io.c (format_string): Make non-static.
5726 (g95_match_format): Remember the format string.
5727 (terminate_io): Add I/O termination for empty I/O lists.
5728 * match.h: Declare external format_string.
5729 * parse.c (check_statement_label): Attack the format string
5730 to a format label for FORMAT statements.
5731 * trans-io.c (g95_add_field): Define prefix macro. Replace
5732 all uses of PREFIX define with a use of this macro.
5733 (build_dt): Implement formatted I/O for format labels.
5735 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
5737 * lang-options.h: Kill "-std=F".
5738 * options.c: Remove unimplemented "-std=F". Modify
5740 * misc.c (g95_terminal_width): New function.
5741 * error.c (g95_error_init_1): Use g95_terminal_width.
5742 * g95.h: Add prototype for g95_terminal_width, remove
5745 2003-01-19 Steven Bosscher <s.bosscher@student.tudelft.nl>
5747 * Make-lang.in: Fix typo.
5749 2003-01-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
5751 * g95.h (struct g95_case): Remove unused cruft, new member
5752 'where' to keep track of the locus of the default case.
5753 * match.c (g95_match_case): Add locus to the current case.
5754 (match_case_selector): Likewise.
5755 * parse.c (parse_select_block): Move semantics check for
5756 multiple DEFAULT cases out of here to...
5757 * resolve.c (check_case_overlap): ...here. Return sooner
5759 (check_case_expr): Take two g95_cases now, use to sure the
5760 expression kinds are the same.
5761 (resolve_select): Cleanup.
5763 2003-01-18 Paul Brook <paul@nowt.org>
5765 * trans-io.c: Fix typos in ported IO work (set_fla[tg]).
5766 * trans-decl.c (g95_set_symbol_decl): Handle non-array result
5768 (g95_get_extern_function_decl): Put decls in the correct context.
5770 2003-01-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
5772 * trans-io.c: Port changes from Andy to set ERR flag.
5774 2003-01-17 Paul Brook <paul@nowt.org>
5776 * trans-array.c: Add various comments.
5777 (g95_ss_terminator): Declare as const.
5778 (g95_walk_expr): Remove first parameter and update all callers.
5779 (g95_walk_op_expr): Initialize scalar SS properly.
5780 * trans-array.h (g95_walk_expr): Update prototype.
5781 * trans-expr.c: Update for new g95_walk_expr.
5782 * trans-intrinsic.c: Ditto.
5783 * trans-io.c: Ditto.
5784 * trans.h: Various comments for SS chains.
5786 2003-01-17 Paul Brook <paul@nowt.org>
5788 * intrinsic.h (g95_generic_isym_id): Add G95_ISYM_S?_KIND, SPACING
5790 * intrinsic.c (add_functions): Use them.
5791 * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto.
5792 * trans-expr.c (g95_conv_expr_lhs): Abort on impossible error.
5794 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
5796 Fallout of a small merge conflict:
5797 * intrinsic.c: Un-revert lost patch (G95_ISYM_SCALE).
5799 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
5801 * initrinsic.c: New add_sym_* functions for strong typing.
5802 (add_conv): Make prototype strict.
5803 * dump-parse-tree.c, dependency.c: Include config.h
5804 * resolve.c, trans-io.c: Fix typos.
5806 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
5808 * dump-parse-tree.c (g95_show_code_node): Show the
5809 condition for a computed GOTO that was transformed
5810 to a SELECT CASE construct.
5811 * resolve.c (check_case_overlap): Revert previous switch
5812 to treaps, it was too slow and didn't catch all trouble.
5813 (resolve_symbol): Be more flexible about module procedures.
5814 * symbol.c (check_conflict): Point to relevant section in
5815 the standard for dubious conflict. Allow procedure
5816 dummy arguments to be optional again.
5817 * trans-io (add_field): Rename to g95_add_field. Change
5819 * trans-stmt (trans_select): Handle unbounded cases for
5820 integer SELECT CASE constructs. Fix/add more comment.
5822 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
5824 * g95.h: Uses GCC's function attribute macros.
5825 * error.c, module.c, parse.c, g95.h: More function attributes.
5827 2003-01-16 Steven Bosscher <s.bosscher@student.tudelft.nl>
5829 * trans-decl.c (get_label_decl): Use TREE_LINENO instead
5830 of DECL_SOURCE_LINE, and TREE_FILENAME instead of
5833 2003-01-16 Steven Bosscher <s.bosscher@student.tudelft.nl>
5835 * f95-lang.c (pushdecl): Use TREE_LINENO instead of
5837 * trans.c (g95_trans_code): Use annotate_all_with_file_line
5838 instead of nowdead wrap_all_with_wfl.
5840 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
5842 * parse.c (g95_parse_file): In verbose mode, dump the parse tree
5843 before generating code, so we can still see it even if the code
5844 generation phase dies.
5846 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
5848 * decl.c (build_sym): Split out initialization expression parts...
5849 (add_init_expr_to_sym): ...to here.
5850 (variable_decl): Add the symbol following an attribute list to the
5851 symbol tree before parsing the optional initialization expression
5852 if the symbol is not of a derived type.
5853 * primary.c (g95_match_rvalue): Don't assume a symbol always has
5854 a value if it is a PARAMETER.
5856 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
5858 * misc.c: Don't #include <mcheck.h>
5859 * module.c: Ditto. Kill uses of mtrace, muntrace. If there
5860 ever was a glibc bug, then either this was never reported to
5861 glibc people, or it has been fixed for so long that there's
5862 no information you can find about it, anywhere.
5864 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
5867 * module.c (attr_bits, bt_types, array_spec_types):
5868 Switch 'const' and 'static'.
5869 * iresolve.c (g95_resolve_reshape): Make __resolve0 non-'const'.
5871 GNU'ify source code:
5872 * trans-io.c: Numerous fixes, one fixed warning and a few
5873 TODO markers so that we don't forget about them.
5875 2003-01-13 Paul Brook <paul@nowt.org>
5877 * intrinsic.c (add_functions): Add G95_ISYM_SCALE.
5878 * intrinsic.h (g95_generic_isym_id): Remove bogus G95_ISYM_ANINIT.
5880 * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto
5881 * match.c (g95_match_stop): Fix dumb == -> != error.
5883 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5885 * dump-parse-tree.c (show_indent): Add line breaks. This
5886 whole dumping process needs cleanups.
5887 * f95-lang.c (g95_mark_addressable): Fix prototype to match
5888 the langhook. Fix 'return's accordingly.
5889 * g95-support.h: Adjust prototype.
5890 * g95.h: Add 'no_backend' member to 'g95_option_t' struct.
5891 * lang-options.h: Add '-fsyntax-only'.
5892 * options.c (g95_init_options): Init 'no_backend'.
5893 (g95_parse_arg): Deal with '-fsyntax-only'.
5894 * parse.c (g95_parse_file): Do not generate code if 'no_backend'
5897 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5899 * resolve.c (resolve_symbol): Assumed shape arrays must be dummy
5900 arguments. Also make sure that if a symbol is marked INTRINSIC,
5901 an intrinsic with the symbol's name actually exists.
5902 (check_conflict): Make EXTERNAL and DIMENSION attributes conflict.
5903 Do not allow PROCEDURES to have the SAVE, POINTER, TARGET,
5904 ALLOCATABLE, RESULT, IN_NAMESPACE, OPTIONAL or FUNCTION attribute.
5906 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5908 * resolve.c (resolve_contained_functions): Fix condition, don't
5909 throw internal_error if a child namespace has no name. Apparently
5910 this can be the case?
5912 2003-01-11 Paul Brook <paul@nowt.org>
5914 Port changes from Andy's tree:
5915 * g95.h (g95_code): Add stop_code.
5916 * match.c (g95_match_stop): Detter syntax checking.
5917 * resolve.c (resolve_generic_f0): Return match type.
5918 (resolve_generic_f): Remove dead/duplicated code.
5919 (resolve_specific_f): Ditto.
5920 * dump-parse-tree.c (g95_show_code_node): Handle new STOP format.
5921 * trans-decl.c (gfor_fndel_stop_*): New fndecl nodes.
5922 * trans-stmt.c (g95_trans_stop): Handle new STOP format.
5924 2003-01-11 Paul Brook <paul@nowt.org>
5926 * trans-array.c: Various documentation/comment changes.
5927 * trans-stmt.c: Ditto.
5930 2003-01-10 Paul Brook <paul@nowt.org>
5932 * options.c/h: Add -fdump-parse-tree as alias of -v.
5934 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5936 * dump-parse-tree.c (g95_show_namespace): Fixed another
5937 typo. Sorry, it's Friday...
5939 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5942 * trans-array.c, trans-array.h, trans.c, trans-const.c,
5943 trans-const.h, trans-decl.c, trans-expr.c, trans.h
5944 trans-intrinsic.c, trans-io.c, trans-stmt.c, trans-stmt.h
5945 trans-types.c: Fix bogus copyright years, add 2003.
5946 * trans-types.h: Give copyright header.
5948 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5950 * dump-parse-tree.c (g95_show_namespace): Fixed typo.
5951 * expr.c, options.c, scanner.c: Add some more 'const' markers.
5952 * intrinsic.c: Some constant strings moved to read-only memory.
5953 * io.c (format_asterisk): Move to...
5956 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5958 * dump-parse-tree.c (g95_show_namespace): Dump implicit
5959 types for ranges instead of per-letter. Indent the
5960 'CONTAINS' just like everything else.
5961 * resolve.c (resolve_contained_functions): Clarify comment.
5962 Explain non-obvious conditional expression. Improve
5963 diagnostics if tyoe cannot be resolved.
5964 Port semi-fix from Andy's tree:
5965 (was_declared): Move up before first use.
5966 (generic_sym, specific_sym): New functions. Code moved
5967 out if procedure_kind.
5968 (procedure_kind): Simplify using new functions.
5969 (resolve_generic_f): Make sure the functions we find in
5970 a parent namespace is generic.
5971 (resolve_specific_f): Ditto for specific functions.
5973 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5975 * trans-stmt.c, trans.c: Fix some code style issues. Add
5976 some more comment (but still not enough!).
5978 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5980 * symbol.c (flavors, procedures, intents, acces_types,
5981 access_types, ifsrc_types): Make const.
5982 * misc.c (g95_string2code): Make 'm' param 'const'.
5983 * module.c (find_enum, write_atom, mio_name): Make
5985 (attr_bits, bt_types, array_spec_types, array_ref_types,
5986 ref_types, expr_types): Make const.
5987 * g95.h: Adjust external decls.
5989 2003-01-09 Paul Brook <paul@nowt.org>
5991 * Testsuite: Add a load of new cases.
5993 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
5995 * Make-file.in: Add dependency on back end header files;
5996 a parallel build should work now.
5997 * f95-lang-c (lang_identifier): Remove bogus comment.
5998 (g95_be_parse_file): Fix prototype.
5999 (g95_init): Make static.
6000 (g95_finish): Make static.
6001 * error.c (g95_syntax_error): Kill. Make define in...
6002 * g95.h (g95_syntax_error): Define.
6003 (g95.options): Make 'source' member 'const'.
6004 * interface.c (g95_match_interface): Explain
6005 hard-to-read condition.
6006 (g95_match_end_interface): Ditto.
6007 * trans_const.c (g95_build_string_const): Make 's' parameter
6009 * trans_const.h: Adjust protoype accordingly.
6010 * trans-decl.c: Include tree-dump.h
6011 (g95_generate_function_code): Build fixes for recent changes
6012 in the tree-ssa branch.
6014 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
6016 * format.c: Kill, move code from here...
6018 * Make-lang.in: Adjust.
6021 * BUGS: Mention where to submit bugs. Move old content...
6022 * TODO: ...to here. New file.
6024 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
6025 Fix most warnings, and suppress the ones we can't fix for now.
6026 * Make-lang.in: Suppress warnings about bad proto's in g95.h,
6027 these warnings just clutter the screen and there's not much
6028 we can do about them for now anyway.
6029 * check.c, iresolve.c: Mark unused function parameters.
6030 * dump-parse-tree.c (g95_show_array_spec): Punt on AS_UNKNOWN,
6031 they should be resolved before they get here.
6032 * error.c: Remove unused FILE *status_out.
6033 * f95-lang.c (g95_init): Remove bogus cast.
6034 * Many files: Make things 'const' where required.
6035 * g95.h: Fix prototypes for all modified functions above.
6036 (g95_options): Remove 'object' member.
6038 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
6040 * Make-file.in: Cleanup bogus targets. Add more comment.
6041 * lang-options.h: New option '-w'.
6042 * g95.h: add no_options field to struct g95_options.
6043 * options.c (g95_init_options): Default no_warnings to off.
6044 (g95_parse_arg): Recognise the '-w' switch and its alias,
6046 * error.c (g95_warning, g95_warning_now): Don't emit warning if
6047 no_warning option is set.
6048 * iresolve.c (g95_resolve_shape): Fix warning.
6050 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
6052 * primary.c (g95_next_string_char): Rename next_string_char, and
6053 make static. Adjust callers accordingly.
6054 * resolve.c (resolve_generic_f0): Return try, not match. Adjust
6055 callers accordingly.
6056 * g95.h: Split out all g95_match* functions to...
6057 * match.h: ...here. New file.
6058 * array.c, decl.c, expr.c, format.c, interface.c, io.c, match.c,
6059 matchexp.c, module.c, parse.c, primary.c: Inlcude match.h
6061 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
6063 * symbol.c (g95_clear_new_implicit, g95_add_new_implicit_range,
6064 g95_merge_new_implicit): New functions.
6065 (g95_match_implicit_none, g95_match_implicit): Move from here...
6066 * match.c (g95_match_implicit_none, g95_match_implicit): ... to here.
6067 Modify to use the new functions in symbol.c.
6068 * g95.h: Add and move prototypes.
6070 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
6072 * bbt.c (insert): Use a typedef'ed compare_fn prototype for the
6073 node compare function.
6074 (g95_insert_bbt): Likewise.
6075 (g95_insert_bbt_with_overlap): Likewise.
6076 (g95_delete_bbt): Likewise.
6077 (delete_treap): Likewise. Also fix a potential bug when calling it.
6078 * module.c (compare_pointers): Change proto to compare_fn.
6079 (compare_integers): Likewise.
6080 (compare_true_names): Likewise.
6081 (find_true_name): Adjust call to compare_true_names to match proto.
6082 (require_atom, write_atom, mio_name): Fix 'const' warnings.
6083 (init_pi_tree): Make compare a compare_fn instead of (int *).
6084 * resolve.c (compare_cases): Change proto to compare_fn.
6085 * symbol.c (g95_compare_symtree): Change proto to compare_fn, make
6086 it static, and rename to compare_symtree.
6087 (delete_symtree, g95_undo_symbols, g95_new_symtree): Use renamed
6089 * g95.h: Kill g95_compare_symtree prototype. Adjust prototypes
6090 of g95_insert_bbt, g95_insert_bbt_with_overlap, and g95_delete_bbt.
6092 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
6093 * Make-lang.in: Fix spaces/tabs issues from previous patch.
6094 * patch.options: Blow away Paul's checkin mistake :-)
6095 * io.c (terminate_io): Fix memory leak (Arnaud).
6097 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
6099 * Make-lang.in: Teach about building DVI, info manual.
6100 * g95.texi: New file.
6102 2003-01-02 Paul Brook <paul@nowt.org>
6104 * trans-array.c (g95_reverse_ss): Make static and don't use.
6105 (g95_conv_ss_descriptor): Don't use g95_loopinfo
6106 (g95_conv_array_parameters): Modify for pointer assignments.
6107 (g95_walk_subexpr): New function.
6108 (g95_walk_expr*): Use it.
6109 * trans-array.h (g95_reverse_ss): Remove prototype.
6110 * trans-expr.c (g95_trans_pointer_assign): Implement.
6111 (Many): Set se.want_pointer before calling g95_conv_array_parameter.
6112 * trans-intrinsic.c: Sync with scalarizer changes.
6113 * trans-io.c: Ditto.
6115 2002-12-29 Paul Brook <paul@nowt.org>
6117 * trans-array.c: Document calling convention for arrays.
6119 2002-12-19 Paul Brook <paul@nowt.org>
6121 * trans-intrinsic.c (g95_conv_intrsinsic_function): Remove incorrect
6122 assertion. Remove intrinsic subroutine G95_ISYM_* cases. Always pass
6123 optional parameters for some intrinsics.
6124 (g95_is_intrinsic_libcall): Add G95_ISYM_RESHAPE.
6125 * trans-expr.c (g95_conv_function_call): Pass NULL for absent
6126 optional parameters.
6127 * trans.h (g95_se): Add ignore_optional flag.
6129 2002-12-15 Paul Brook <paul@nowt.org>
6131 * trans-array.c (g95_conv_array_parameter): Fix partial rank sections.
6132 * trans-decl.c (g95_generate_function_code): Use TDI_original.
6134 2002-12-14 Paul Brook <paul@nowt.org>
6136 * trans-stmt.c (g95_trans_call): Use resolved symbol name.
6138 2002-12-12 Paul Brook <paul@nowt.org>
6140 * trans-array.c (g95_trans_array_constructor_subarray): Fully
6141 initialize the scalarizer.
6142 (various): Update to new format of g95_expr->value.constructor.
6144 2002-12-08 Paul Brook <paul@nowt.org>
6146 * trans-array.c (g95_put_offset_into_var): New function.
6147 (g95_trans_array_constructor_subarray): New function.
6148 (g95_trans_array_constructor_value): Use it.
6149 (g95_array_cons_size): Don't abort() on array components.
6151 2002-12-08 Paul Brook <paul@nowt.org>
6153 * Make-lang.in (F95_ADDITIONAL_OBJS): Remove tree-dchain.o.
6154 * support.c: Update #includes.
6155 (statement_code_p, c_size_in_bytes, s_size_type_node): Remove.
6156 * trans-array.c: Update #includes.
6158 * trans-const.c: Ditto.
6159 * trans-io.c: Ditto.
6160 * trans-types.c: Ditto.
6161 (g95_init_types): Set size_type_node.
6162 * trans-decl.c: Update #includes.
6163 (gfor_fndecl_adjust{l,r}): Declare and initialize.
6164 * trans-stmt.c: Update #includes.
6165 (g95_trans_do_while): Generate LABEL_EXPR, not GOTO_EXPR.
6166 (g95_trans_select): Fix check for unbounded ranges.
6167 * trans-expr.c: Update #includes.
6168 (g95_conv_string_tmp): New function.
6169 (g95_conv_concat_op): Use it.
6170 * trans.h (g95_conv_string_tmp, gfor_fndecl_adjust{l,r}): Declare.
6171 * Trans-intrisic.c: Update #includes.
6172 (g95_conv_intrinsic_strcmp): New function.
6173 (g95_conv_intrinsic_adjust): Ditto.
6174 (g95_conv_intrinsic_function: Use them.
6176 2002-11-30 Paul Brook <paul@nowt.org>
6178 * trans-array.c (g95_walk_function_expr): Handle non-array return by
6180 * trans-dec.c (g95_build_function_decl): Handle character return
6182 (g95_get_fake_result_decl): Ditto.
6183 (g95_trans_deferred_vars): Ditto.
6184 * trans-expr.c (g95_conv_function_call): Ditto.
6185 (g95_trans_arrayfunc_assign) Limit to array valued functions.
6186 * trans-intrinsic.c (g95_conv_intrinsic_char): New function.
6187 (g95_conv_intrinsic_function): Use it.
6188 * trans-types.c (g95_sym_type): Handle functions returning strings.
6189 (g95_return_by_reference): Ditto.
6190 (g95_get_function_type): Ditto.
6192 2002-11-18 Paul Brook <paul@nowt.org>
6194 * trans-stmt.c (g95_trans_if): Fix IF statements when the condition
6195 requires a temporary.
6196 (g95_trans_select): Handle computed gotos.
6197 * trans-types.c (g95_build_array_type): Warn about non-functional
6198 assumed shape arrays.
6199 * trans-expr.c (g95_trans_scalar_assign): Correctly handle post
6201 * trans-intrinsic.c (g95_conv_intrinsic_round): New function.
6202 (g95_conv_intrinsic_int): New function.
6203 (g95_conv_intrinsic_mod): New function.
6204 (g95_conv_intrinsic_ichar): New function.
6205 (g95_conv_intrinsic_function): Use them.
6206 (g95_conv_intrinsic_dim): Use g95_evaluate_now.
6208 2002-11-17 Toon Moene <toon@moene.indiv.nluug.nl>
6210 * trans-types.c (g95_build_array_type): Assumed
6211 sized arrays can have rank > 1.
6212 * trans.c (g95_trans_code): Remove erroneous
6213 warning about CONTINUE.
6214 * trans-expr.c (g95_conv_variable): Remove
6217 2002-11-15 Paul Brook <paul@nowt.org>
6219 * trans-array.c (g95_conv_array_parameter): Check for NULL stride.
6221 2002-10-31 Paul Brook <paul@nowt.org>
6223 * f95-tree.c: Remove tree copying stuff that's now in gimple.c
6224 * trans-expr.c (g95_conv_component_ref): Handle character string
6226 (g95_conv_string_parameter): Ditto.
6227 * trans-types.c (g95_get_derived_type): Add length decl to caracter
6230 2002-10-10 Paul Brook <paul@nowt.org>
6232 * trans-decl.c (gfor_fndecl_size?): Declare and initialize.
6233 * trans-expr.c (g95_conv_function_call): Remove unreliable return value
6235 * trans-intrinsic.c (g95_conv_intrinsic_size): New function.
6236 (g95_conv_intrinsic_function): Handle size and shape intrinsics.
6237 (g95_is_intrinsic_libcall): Add G95_ISYM_SHAPE.
6238 * trans-types.c (pvoid_type_node): Declare and initialize.
6239 * trans-array.c: Fix typo COMPONENT_REF->REF_COMPONENT
6240 (g95_array_allocate): Fix when base==data.
6241 (g95_conv_array_parameter): Correctly handle reduced rank sections.
6242 * trans-io.c (g95_trans_write): Correctly handle string modifiers.
6244 2002-10-09 Paul Brook <paul@nowt.org>
6246 * (g95_conv_expr_reference): Handle character strings correctly.
6248 2002-10-07 Paul Brook <paul@nowt.org>
6250 (g95_expand_decl): Rename from f95_expand_decl_stmt and use as
6252 * trans-array.c (g95_build_array_initializer): Remove.
6253 (g95_conv_array_initializer): New Function.
6254 (g95_trans_auto_arry_allocation): Cleanup.
6255 (g95_trans_init_character_array): Remove.
6256 * g95spec.c: Link in libgforbegin.
6257 * trans.c (g95_generate_code): Rename main function to MAIN__.
6258 (g95_create_var): New function.
6259 (g95_create_var_np): New function.
6260 (g95_evaluate_now): New function.
6261 (g95_start_block): New function.
6262 (g95_finish_block): New function.
6263 (g95_add_expr_to_block): New function.
6264 (g95_add_block_to_block): New function.
6265 * trans-expr.c (g95_conv_componen_ref): New function.
6266 * Make-lang.in (F95_ADDITIONAL_OBJS): Add gimplify.o.
6267 (F95_OBJS): Add dependency.o.
6268 * f95-lang.c (g95_is_simple_stmt): Remove.
6269 * f95-tree.c (mark_not_simple): New function.
6270 (unshare_all_trees): New function.
6271 (create_tmp_var, create_tmp_alias_var): Remove.
6272 * support.c (declare_tmp_vars, tree_last_decl): Remove.
6273 * trans*: Convert to new IR using GENERIC trees. Don't bother about
6274 SIMPLE/GIMPLE rules, this is now done by Lang-independant code.
6276 2002-10-01 Paul Brook <paul@nowt.org>
6278 * trans-array.c: Add support for descriptorless arrays.
6279 (g95_conv_array_data): New function.
6280 (g95_conv_array_base): New function.
6281 * trans-array.h: Declare these here.
6282 * trans-decl.c(g95_create_mopdule_variable): Perform variable
6283 initialization and creation here.
6284 (g95_create_module_vars): Instead of here.
6285 * trans.h (G95_TYPE_ARRAY_*: Rename from G95_TYPE_DESCRIPTOR_*.
6286 * trans-intrinsic.c: Ditto.
6287 * trans-types.c (g95_is_nodesc_array): New function.
6288 (g95_get_nodesc_array_type): New function.
6289 (g95_sym_type, g95_get_derived_type): Use them.
6290 * trans-const.c (g95_conv_mpf_to_tree): Remove workaround.
6292 2002-09-28 Paul Brook <paul@nowt.org>
6294 * trans-const.c (g95_conv_mpf_to_tree): Work around backend bug.
6295 * trans-intrinsic.c (g95_conv_intrinsic_abs): Correctly detect complex
6298 2002-09-24 Paul Brook <paul@nowt.org>
6300 * f95-lang.c (listify): Remove declaration.
6301 (expand_function_body): Use optimize >=1 instead of flag_tree_saa.
6303 * f95-tree.c (get_name): New function.
6304 * trans.c (module_namespace): Remove.
6305 * trans-decl.c: Use g95_chainon_list rather than chainon(listify()).
6306 * trans-types.c: Ditto.
6308 2002-09-19 Paul Brook <paul@nowt.org>
6310 * trans-array.c (g95_get_array_cons_size): New Function.
6311 (g95_con_ss_startstride): Handle Array constructors.
6312 (g95_conv_loop_setup): Ditto.
6313 (g95_conv_array_parameter): Ditto.
6314 * tras-decl.c (g95_finish_var_decl): Make initializes variables
6317 2002-09-19 Paul Brook <paul@nowt.org>
6319 * trans.c (g95_simple_fold_tmp): Detect variables inside
6321 * trans-stmt.c (g95_trans_arithmetic_if): Implement this.
6323 2002-09-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
6325 * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree-ssa-dce.o
6327 2002-09-14 Paul Brook <paul@nowt.org>
6329 * trans.c (g95_create_module_variable): Move to trans-decl.c.
6330 * trans-const.c (g95_conv_string_init): New Function.
6331 * trans-const.h: Declare it.
6332 * trans-decl.c (g95_get_symbol_decl): Handle initializers for static
6333 variables. Don't bail on intrinsic symbols.
6334 (get_extern_function_decl): Handle specific intrinsic functions.
6335 * trans-types.c (g95_sym_type): Dummy functions don't return
6337 * trans-array.c (g95_build_array_initializer): New Function.
6338 (g95_trans_auto_array_allocation): Build initializer for static decls.
6339 Don't use mpz_addmul, it's GMP4 only.
6341 2002-09-12 Paul Brook <paul@nowt.org>
6343 * trans-decl.c (g95_generate_code): Fix thinko with return variable.
6344 (g95_get_extern_function_decl, g95_build_function_decl): Mangle
6345 assembler names for module procedures.
6347 2002-09-11 Tobias Schlueter <Tobias.Schlueter@physik.uni-muenchen.de>
6349 * trans-array.c,h trans-expr.c, trans-stmt.c: Correct spelling of
6352 2002-09-10 Paul Brook <paul@nowt.org>
6354 * trans-array.c: Change format of G95_SS_TEMP strictures.
6355 (g95_check_fncall_dependancy): New function.
6356 (trans_dummy_array_bias): stride[n], not stride[n-1]. for calculating
6358 * trans-decl.c (g95_get_symbol_decl): move assertion after handling of
6360 (g95_build_function_decl): Don't assume result arrays are packed.
6361 (g95_trans-deferred-vars): Handle array result variables.
6362 (g95_generate_fuction_code): Clear saved_function_decls.
6363 * trans-expr.c (g95_conv_fnction_call): Handle direct array return by
6365 (g95_trans_arrayfunc_assign): New function.
6366 (g95_trans_assignment): Use it.
6367 * trans.h (g95_ss): Add temp struct for G95_SS_TEMP.
6368 (g95_se): Add direct_byref.
6369 * trans-types.c: Use sym->result rather than sym where appropriate.
6370 * trans-intrinsic.c (g95_conv_intrinsic_funcall): New function.
6371 Update other functions to use this.
6372 (g95_is_intrinsic_libcall): New function.
6373 (g95_conv_intrinsic_function): Add MATMUL and PRODUCT intrinsics.
6374 (g95_walk_intrinsic_function): Ditto.
6376 2002-09-08 Paul Brook <paul@nowt.org>
6378 * trans-types.c: Change rank field to dtype field in array descriptor.
6379 * trans-array.c: Implement filling of dtype array descriptor field.
6380 * trans-intrinsic.c: Fix broken LEN intrinsic.
6382 2002-09-07 Paul Brook <paul@nowt.org>
6384 * trans-intrinsic.c: Remove outdated todo intrinsic list.
6385 (g95_get_symbol_for_expr): Remove hack for fortran based intrinsics.
6386 (g95_walk_intrinsic_function): Add MINLOC and MAXLOC.
6388 2002-09-06 Paul Brook <paul@nowt.org>
6390 * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree_alias_comon.o.
6391 (gt-f95-trans-types.h): Add dependancy information.
6392 * config-lang.in (gtfiles): Add trans-types.c
6393 * f95-lang.c (g95_be_parse_file): Pass error and warning counts
6394 back to top-level code.
6395 * trans-array.c, trans-types.c: Change format of array descriptor.
6396 (g95_conv_descriptor_dimension): New function.
6397 * trans-types.h (g95_conv_descriptor_rank): define.
6398 * trans-intrinsic.c: Implement PRODUCT, COUNT. MINLOC and MAXLOC
6401 2002-09-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
6403 * trans-array.c, trans-types.c: Add rank information to descriptor.
6405 2002-09-06 Tobias Schlueter <Tobias.Schlueter@physik.uni-muenchen.de>
6407 * trans-stmt.c (g95_trans_allocate): Fix when ref==NULL.
6409 2002-09-04 Paul Brook <paul@nowt.org>
6411 * f95-lang.c (g95_create_decls): New function.
6412 (g95_init): Move initialization of external decls to above, and call
6413 from g95_be_parse_file.
6414 * trans.c (g95_finish_stmt): Don't amputate the decl chain.
6415 * trans-types.c (g95_init_types): Always name integer and char types.
6416 (g95_get_array_type_bounds): TYPE_NAME may be a TYPE_DECL.
6418 2002-09-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
6420 * Make-lang.in: Add options.c to F95_PARSER_OBJS
6422 2002-09-02 Paul Brook <paul@nowt.org>
6424 * g95_generate_code: Clear the attr for __fortran_main.
6425 * trans-types.c (g95_finish_type): New function.
6426 * g95_init_io_state_type: Use g95_finish_type.
6427 * g95_conv_intrinsic_anyall: Fix thinko in result initialization.
6429 2002-09-01 Paul Brook <paul@nowt.org>
6431 * README.backend: Warn about the dangers of extra config.h files.
6432 Remove obsolete libgfor stuff.
6433 * config-lang.in: Add target-libgfor dependancy.
6434 * g95_conv_mpf_to_tree: Use & free allocated buffer p rather than buff.
6436 2002-09-01 Toon Moene <toon@moene.indiv.nluug.nl>
6438 * g95_conv_mpz_to_tree: Free storage pointed to by q,
6441 2002-08-30 Paul Brook <paul@nowt.org>
6443 * trans-intrinsic.c (g95_conv_intrinsic_function,
6444 g95_walk_intrinsic_function): Added ANY and ALL.
6445 (g95_conv_intrinsic_anyall): New function.
6446 * iresolve.c (g95_resolve_any, g95_resolve_all): Include rank in