1 2005-01-08 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3 * gfortran.h: Remove outdated comment. Don't include stdio.h
6 2005-01-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
8 * gfortranspec.c (lang_specific_driver): Change year to 2005 in
9 output of 'gfortran --version'.
11 2005-01-03 Steven G. Kargl <kargls@comcast.net>
13 * arith.c: Add system.h; remove string.h
19 * check.c: Remove stdlib.h and stdarg.h
20 * error.c: Remove stdlib.h, stdarg.h, stdio.h, string.h
21 * expr.c: Add system.h; remove stdarg.h, stdio.h, and string.h
22 * f95-lang.c: Add system.h; remove stdio.h
23 * interface.c: Add system.h; remove stdlib.h and string.h
24 * intrinsic.c: Remove stdarg.h, stdio.h, and string.h
25 * io.c: Remove string.h
27 * match.c: Remove stdarg.h and string.h
28 * misc.c: Update copyright; add system.h; remove stdlib.h,
29 string.h, and sys/stat.h
30 * module.c: Add system.h; remove string.h, stdio.h, errno.h,
32 * option.c: Remove string.h and stdlib.h
34 * scanner.c: Update copyright; add system.h; remove stdlib.h,
35 stdio.h, string.h, and strings.h
36 * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h
37 * trans-array.c: Remove stdio.h and gmp.h
38 * trans-const.c: Ditto
43 * trans-intrinsic.c: Remove stdio.h and string.h
45 2004-12-29 Steven G. Kargl <kargls@comcast.net>
47 * gfortran.h (gfc_case): fix typo in comment.
49 2004-12-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
51 * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to
52 logical shift. Call fold. Remove 0-bit shift shortcut.
53 (gfc_conv_intrinsic_ishftc): Convert first argument to at least
54 4 bytes bits. Convert 2nd and 3rd argument to 4 bytes. Convert
55 result if width(arg 1) < 4 bytes. Call fold.
58 * trans-intrinsic.c (gfc_conv_intrinsic_mod): Update comment
59 in front of function to match the standard. Correct handling
62 2004-12-27 Andrew Pinski <pinskia@physics.uc.edu>
64 * trans-expr.c (gfc_conv_cst_int_power): Only check for
65 flag_unsafe_math_optimizations if we have a float type.
67 2004-12-23 Steven G. Kargl <kargls@comcast.net>
69 * gfortran.texi: Fix typo.
71 2004-12-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
73 * trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix
76 2004-12-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
79 * match.c (gfc_match_if): Don't explicitly skip optional whitespace.
80 (gfc_match_nullify): Make sure that ')' is in front of the end of
83 * scanner.c (skip_fixed_comments): Fix typo in comment preceding
86 2004-12-14 Richard Henderson <rth@redhat.com>
88 * gfortran.h (gfc_expr.function.name): Make const.
89 (gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
90 (gfc_get_string): Update prototype.
91 * iresolve.c: Include tree.h.
92 (string_node, HASH_SIZE, string_head, hash): Remove.
93 (gfc_get_string): Use vsnprintf, get_identifier.
94 (free_strings, gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
95 * misc.c (gfc_init_1): Don't call gfc_iresolve_init_1.
96 (gfc_done_1): Don't call gfc_iresolve_done_1.
97 * module.c (mio_allocated_string): Take and return const char *,
98 instead of modifying char**.
99 (mio_expr): Update to match.
100 * resolve.c (pure_function): Constify name argument.
101 (resolve_function): Constify name.
102 * trans-intrinsic.c (gfc_conv_intrinsic_function): Likewise.
104 2004-12-12 Richard Henderson <rth@redhat.com>
106 * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
107 gfc_resolve_cshift, gfc_resolve_dot_product, gfc_resolve_eoshift,
108 gfc_resolve_matmul, gfc_resolve_maxloc, gfc_resolve_maxval,
109 gfc_resolve_minloc, gfc_resolve_minval, gfc_resolve_pack,
110 gfc_resolve_product, gfc_resolve_reshape, gfc_resolve_shape,
111 gfc_resolve_spread, gfc_resolve_sum, gfc_resolve_transpose,
112 gfc_resolve_unpack: Use PREFIX.
114 2004-12-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
117 * match.c (gfc_match_common): Skip whitespace.
119 2004-12-12 Steven G. Kargl <kargls@comcast.net>
122 * check.c (gfc_check_iand, gfc_check_ibclr, gfc_check_ibits,
123 gfc_check_ibset, gfc_check_ieor, gfc_check_ior): Remove default
124 integer kind check; Issue error for -std=f95 when needed.
125 * intrinsic.c (add_functions): Change ieor from GFC_STD_GNU to
127 * iresolve.c (gfc_resolve_iand, gfc_resolve_ieor, gfc_resolve_ior):
128 Promote arguments to same kind.
130 2004-12-12 Steven G. Kargl <kargls@comcast.net>
131 Paul Brook <paul@codesourcery.com>
134 * resolve.c (gfc_resolve_iterator_expr): New function.
135 (gfc_resolve_iterator): Use it. Add real_ok argument. Convert
136 start, end and stride to correct type.
137 (resolve_code): Pass extra argument.
138 * array.c (resolve_array_list): Pass extra argument.
139 * gfortran.h (gfc_resolve): Add prototype.
140 * trans-stmt.c (gfc_trans_do): Remove redundant type conversions.
141 Handle real type iterators.
143 2004-12-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
146 * iresolve.c (gfc_resolve_scale): Convert 'I' argument if not of
147 same kind as C's 'int'.
148 (gfc_resolve_set_exponent): Convert 'I' argument if not of kind 4.
150 2004-12-08 Richard Henderson <rth@redhat.com>
152 * intrinsic.c (gfc_convert_type_warn): Propagate the input shape
153 to the output expression.
154 * iresolve.c (gfc_resolve_cshift, gfc_resolve_eoshift): Suppress
156 (gfc_resolve_reshape): Force convert SHAPE and ORDER parameters
159 2004-12-08 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
162 * resolve.c (resolve_code): Impose correct restrictions on
165 * decl.c (gfc_match_end): Use locus of END when eos is an error.
167 2004-12-02 Steven G. Kargl <kargls@comcast.net>
168 Paul Brook <paul@codesourcery.com>
170 * check.c (gfc_check_flush, gfc_check_fnum): New functions.
171 (gfc_check_fstat, gfc_check_fstat_sub): New functions.
172 (gfc_check_stat, gfc_check_stat_sub): New functions.
173 * gfortran.h (GFC_ISYM_FNUM,GFC_ISYM_FSTAT,GFC_ISYM_STAT): New symbols
174 * intrinsic.c (add_functions,add_subroutines): Add flush, fnum,
175 fstat, and stat to intrinsics symbol tables.
176 * intrinsic.h (gfc_check_flush, gfc_resolve_stat_sub): Add prototypes.
177 (gfc_resolve_fstat_sub, gfc_resolve_stat): Ditto.
178 * iresolve.c (gfc_resolve_fnum, gfc_resolve_fstat): New functions.
179 (gfc_resolve_stat, gfc_resolve_flush): New functions.
180 (gfc_resolve_stat_sub,gfc_resolve_fstat_sub): New functions
181 * trans-intrinsic.c (gfc_conv_intrinsic_function): Add new intrinsics.
183 2004-12-02 Steven G. Kargl <kargls@comcast.net>
185 * intrinsic.c: Fix and add comments, fix function declarations
186 (OPTIONAL,REQUIRED): New symbols
187 (add_functions,add_subroutines): Use symbols
188 (gmp.h): Remove unused include
190 2004-11-25 Joseph S. Myers <joseph@codesourcery.com>
192 * f95-lang.c, gfortranspec.c, trans-decl.c: Avoid ` as left quote
195 2004-11-24 Steven Bosscher <stevenb@suse.de>
197 * options.c (gfc_post_options): Don't clear flag_inline_functions.
199 2004-11-20 Steven G. Kargl <kargls@comcast.net>
201 * check.c (gfc_check_getcwd_sub): Fix seg fault.
203 * check.c (gfc_check_exit,gfc_check_umask,gfc_check_umask_sub,
204 gfc_check_unlink,gfc_check_unlink_sub): New functions
205 * gfortran.h (GFC_ISYM_UMASK,GFC_ISYM_UNLINK): New symbols
206 * intrinsic.c (add_functions,add_subroutines): Add umask, unlink,
207 exit to intrinsics symbol tables.
208 * intrinsic.h (gfc_check_umask,gfc_check_unlink,gfc_check_exit,
209 gfc_check_umask_sub,gfc_check_unlink_sub,gfc_resolve_umask,
210 gfc_resolve_unlink,gfc_resolve_exit,gfc_resolve_umask_sub,
211 gfc_resolve_unlink_sub): Add and sort prototypes.
212 * iresolve.c (gfc_resolve_umask,gfc_resolve_unlink,gfc_resolve_exit,
213 gfc_resolve_umask_sub,gfc_resolve_unlink_sub): New functions
214 * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbols
216 2004-11-16 Paul Brook <paul@codesourcery.com>
219 * trans-array.c (gfc_trans_allocate_temp_array): Use gfc_get_dtype.
220 (gfc_array_init_size, gfc_conv_expr_descriptor): Ditto.
221 * trans-types.c (gfc_get_dtype): Accept array type rather than element
223 (gfc_get_nodesc_array_type): Don't set GFC_TYPE_ARRAY_DTYPE.
224 (gfc_get_array_type_bounds): Ditto.
225 (gfc_get_derived_type): Recurse into derived type pointers.
226 * trans-types.h (gfc_get_dtype): Add prototype.
227 * trans.h (GFC_TYPE_ARRAY_DTYPE): Add comment.
229 2004-11-15 Paul Brook <paul@codesourcery.com>
231 * trans-types.c (gfc_get_dtype): Remove obsolete TODO.
233 2004-11-10 Paul Brook <paul@codesourcery.com>
236 * trans-expr.c (gfc_trans_subarray_assign): Free shape before ss.
237 * trans-io.c (transfer_array_component): Ditto.
239 2004-11-10 Paul Brook <paul@codesourcery.com>
241 * invoke.texi: Fix typo.
243 2004-11-08 Kazu Hirata <kazu@cs.umass.edu>
245 * arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h,
246 gfortranspec.c, interface.c, intrinsic.c, iresolve.c, match.c,
247 module.c, parse.c, parse.h, primary.c, resolve.c, scanner.c,
248 trans-array.c, trans-array.h, trans-expr.c, trans-intrinsic.c,
249 trans-io.c, trans-stmt.c, trans.h: Fix comment formatting.
251 2004-11-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
254 * io.c (resolve_tag): Tighten up exception for assigned FORMAT.
256 2004-11-06 Kazu Hirata <kazu@cs.umass.edu>
258 * gfortranspec.c: Replace GNU CC with GCC.
260 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
262 * gfortranspec.c (lang_specific_driver): Change year to 2004.
264 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
267 * trans-decl.c (create_function_arglist): Set DECL_ARTIFICIAL for
270 2004-11-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
273 * trans-decl.c (gfc_finish_var_decl): Don't declare arguments to
274 module procedures as if they were module variables.
276 2004-11-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
281 * module.c (write_symbol1): Set module_name for dummy arguments.
283 2004-11-02 Paul Brook <paul@codesourcery.com>
285 * intrinsic.c (check_intrinsic_standard): Include error locus.
287 (gfc_intrinsic_func_interface, gfc_intrinsic_sub_interface): Pass
288 locus to check_intrinsic_standard.
290 2004-10-31 Janne Blomqvist <jblomqvi@cc.hut.fi>
293 * gfortran.h: Change GFC_STD_* flags to more appropriate
294 ones. (struct gfc_intrinsic_isym): Add field for standard. (struct
295 gfc_option_t): Add field for warning about use of nonstandard
297 * intrinsic.c (add_sym): Add parameter for standard version, check
298 this against current standard.
299 (add_sym_0): Pass standard parameter to add_sym.
300 (add_sym_1, add_sym_0s, add_sym_1s, add_sym_1m, add_sym_2): Ditto.
301 (add_sym_2s, add_sym_3, add_sym_3ml, add_sym_3red, add_sym_3s): Ditto.
302 (add_sym_4, add_sym_4s, add_sym_5, add_sym_5s): Ditto.
303 (make_generic): Add parameter for standard, check this
304 against currently selected standard.
305 (add_functions, add_subroutines): Add parameter to tell which
306 standard an intrinsic belongs to.
307 (check_intrinsic_standard): New function.
308 (gfc_intrinsic_func_interface): Add call to check_intrinsic_standard.
309 (gfc_intrinsic_sub_interface): Ditto.
310 * lang.opt: Add Wnonstd-intrinsics option.
311 * options.c (gfc_init_options): Change to use new GFC_STD_* flags,
313 (set_Wall): Add warning about nonstd intrinsics.
314 (gfc_handle_option): Change to use new GFC_STD_* flags,
316 * invoke.texi: Update manual to include -Wnonstd-intrinsics.
318 2004-10-30 Andrew Pinski <pinskia@physics.uc.edu>
320 * f95-lang.c (lang_tree_node): Add chain_next to be the TREE_CHAIN.
322 2004-10-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
324 * simplify.c (twos_complement): Calculate mask in GMP arithmetic.
326 2004-10-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
328 * trans.c (gfc_trans_code): Set global locus after recursing. Fix
331 2004-10-30 Canqun Yang <canqun@nudt.edu.cn>
333 * check.c (gfc_check_rand): Allow missing optional argument.
334 (gfc_check_irand): Ditto.
335 * intrinsic.c (add_functions): Set arg optional flag for {i,}rand.
337 2004-10-28 Scott Robert Ladd <scott.ladd@coyotegulch.com>
339 PR fortran/13490, PR fortran/17912
340 * gcc/fortran/gfortran.h: Added pedantic_min_int to gfc_integer_info
341 * gcc/fortran/gfortran.h: Added ARITH_ASYMMETRIC to arith
342 * gcc/fortran/arith.c: Added support for an "asymmetric integer"
343 warning when compiling with pedantic.
344 * gcc/fortran/arith.c: Set minimum integer values to reflect
345 realities of two's complement signed integers. Added
348 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>
350 * Make-lang.in (F95_ADDITIONAL_OBJS): Kill.
351 (f951): Do not depend on F95_ADDITIONAL_OBJS and don't
354 2004-10-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
356 * trans-decl.c (generate_local_decl): Simplify logic, fix comment
358 (gfc_generate_function_code): Fix formatting issue.
360 2004-10-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
362 * module.c: Fix formatting issues.
364 2004-10-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
366 * module.c (mio_interface_rest): Set where member of interface
369 2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
372 * options.c (gfc_handle_option): Add break after handing the
375 2004-10-08 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
377 * arith.c: Fix formatting issues.
379 2004-10-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
382 * resolve.c (resolve_operator): Use correct operator name in message.
384 2004-10-07 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
386 * primary.c (match_boz_constant): Allow kind parameter suffixes.
387 Move standard warning further to the front.
389 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
391 * trans-stmt.c: Fix a comment typo.
393 2004-10-07 Paul Brook <paul@codesourcery.com>
396 * trans-array.c (gfc_trans_deferred_array): Leave use associated
399 2004-10-06 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
402 * simplify.c (twos_complement): New function.
403 (gfc_simplify_ishft, gfc_simplify_ishftc): Revise.
405 * simplify.c (gfc_simplify_abs): Use mpfr_hypot for CABS.
407 2004-10-06 Paul Brook <paul@codesourcery.com>
409 * trans-stmt.c (gfc_trans_simple_do): New function.
410 (gfc_trans_do): Use it. Evaluate iteration bounds before entering
411 loop. Update comments.
413 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
416 * iresolve.c (gfc_resolve_pack): Choose function depending if mask
420 * intrinsic.c (add_sym_5): Remove.
421 (add_subroutines): Add resolution function for MVBITS.
422 * intrinsic.h (gfc_resolve_mvbits): Declare resolution function for
424 * iresolve.c (gfc_resolve_mvbits): New function.
425 (gfc_resolve_random_number): Remove empty line at end of function.
427 * trans-const.c (gfc_build_cstring_const): New function.
428 (gfc_init_cst): Use new function.
429 * trans-const.h (gfc_build_cstring_const): Add prototype.
430 * trans-io.c (set_string, set_error_locus): Use new function.
431 * trans-stmt.c (gfc_trans_goto): Use new function.
434 * parse.c (accept_statement): Don't treat END DO like END IF and
436 (parse_do_block): Generate possible END DO label inside END DO
440 * check.c (gfc_check_system_sub): New function.
441 * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SYSTEM.
442 * intrinsic.c (add_functions): Add 'system'.
443 (add_subroutines): Add 'system'.
444 * intrinsic.h (gfc_check_etime_sub, gfc_check_getcwd_sub):
445 Move prototypes to other suborutines.
446 (gfc_check_system_sub, gfc_resolve_system, gfc_resolve_system_sub):
448 (gfc_resolve_system_clock): Fix formatting of prototype.
449 * iresolve.c (gfc_resolve_system, gfc_resolve_system_sub): New
451 * trans-intrinsic.c (gfc_conv_intrinsic_function): Deal with
454 2004-10-04 Erik Schnetter <schnetter@aei.mpg.de>
456 * scanner.c (preprocessor_line): Accept preprocessor lines without
457 file names. Check file names for closing quotes. Handle escaped
458 quotes in file names.
460 2004-10-04 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
461 Paul Brook <paul@codesourcery.com>
463 * trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.
464 Use gfc_get_expr_charlen.
465 * trans-expr.c (gfc_get_expr_charlen): New function.
466 * trans.h (gfc_get_expr_charlen): Add prototype.
468 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
470 * trans-intrinsic.c: Fix a comment typo.
472 2004-10-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
474 * simplify.c (range_check): Remove blank line at beginning of function.
475 (gfc_simplify_dint): Same at end of function.
476 (gfc_simplify_exponent, gfc_simplify_fraction): Simplify calculations.
477 (gfc_simplify_bound): Fix indentation.
478 (gfc_simplify_log10): Simplify calculation.
479 (gfc_simplify_min, gfc_simplify_max): Remove blank line at beginning
481 (gfc_simplify_nearest): Same at end of function.
482 (gfc_simplify_nint, gfc_simplify_idnint): Same at beginning of
484 (gfc_simplify_rrspacing, gfc_simplify_set_exponent,
485 gfc_simplify_spacing): Simplify calulations.
487 2004-10-03 Feng Wang <fengwang@nudt.edu.cn>
489 * trans-intrinsic.c: Fix comments on spacing and rrspacing
490 (gfc_conv_intrinsic_rrspacing): Add fold on constant trees.
492 2004-10-01 Jan Hubicka <jh@suse.cz>
494 * f95-lang.c (gfc_expand_function): Update call of
495 tree_rest_of_compilation.
496 * trans-decl.c (gfc_generate_constructors): Likewise.
498 2004-09-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
500 * trans-intrinsic.c: Comment fixes.
502 2004-09-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
504 * decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.
506 2004-09-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
508 * trans-types.c (gfc_return_by_reference): Remove superfluous
511 * intrinsic.h (gfc_resolve_getcwd): Update prototype.
512 * iresolve.c (gfc_resolve_getcwd): Add second argument to function.
515 * trans-expr.c (gfc_trans_arrayfunc_assign): Look at resolved
516 function to determine return type.
518 2004-09-20 Jan Hubicka <jh@suse.cz>
520 * trans-decl.c (build_entry_thunks): Finalize the function; do not lower
522 (gfc_generate_function_code): Likewise.
524 2004-09-20 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
527 * simplify.c (gfc_simplify_reshape): Set shape of return value
530 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>
531 Zack Weinberg <zack@codesourcery.com>
533 * f95-lang.c, trans-expr.c, trans.c: Update for new tree-class
534 enumeration constants.
536 2004-09-17 Paul Brook <paul@codesourcery.com>
538 * gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.
539 (gfc_linebuf_header_size): Define.
540 * scanner.c (load_file): Use it.
542 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
544 * array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c,
545 interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h,
546 resolve.c, scanner.c, trans-array.c, trans-array.h,
547 trans-common.c, trans-const.h, trans-decl.c, trans-expr.c,
548 trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
549 trans.h: Fix comment typos. Follow spelling conventions.
551 2004-09-16 Victor Leikehman <lei@il.ibm.com>
554 * trans-io.c (transfer_array_component): New function.
555 (transfer_expr): For array fields, call transfer_array_component.
557 2004-09-16 Kazu Hirata <kazu@cs.umass.edu>
559 * gfortran.texi: Fix a typo.
561 2004-09-15 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
563 * parse.c (eof_buf): Rename eof to eof_buf.
564 (unexpected_eof): Same.
565 (gfc_parse_file): Same.
567 2004-09-15 Steven G. Kargl <kargls@comcast.net>
569 * check.c (gfc_check_getcwd_sub): New function.
570 * gfortran.h (GFC_ISYM_GETCWD): New symbol.
571 * intrinsic.c (add_functions): Add function definition;
573 * intrinsic.c (add_subroutines): Add subroutine definitions.
574 * intrinsic.h: Add prototypes.
575 * iresolve.c (gfc_resolve_getcwd, gfc_resolve_getcwd_sub):
577 * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbol.
579 2004-09-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
582 * module.c (write_symbol): Don't fill in module name here.
583 (write_symbol0): Fill in here instead.
585 2004-09-14 Kazu Hirata <kazu@cs.umass.edu>
587 * data.c, decl.c, f95-lang.c, gfortran.h, match.c,
588 trans-array.c, trans-common.c, trans-expr.c,
589 trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix
590 comment typos. Follow spelling conventions.
592 2004-09-09 Paul Brook <paul@codesourcery.com>
594 * scanner.c (get_file): Add ATTRIBUTE_UNUSED.
596 2004-09-08 Paul Brook <paul@codesourcery.com>
598 * array.c: Don't include assert.h.
599 * data.c: Don't include assert.h. Replace assert and abort with
600 gcc_assert and gcc_unreachable.
601 * dependency.c: Ditto.
607 * trans-array.c: Ditto.
608 * trans-common.c: Ditto.
609 * trans-const.c: Ditto.
610 * trans-decl.c: Ditto.
611 * trans-expr.c: Ditto.
612 * trans-intrinsic.c: Ditto.
614 * trans-stmt.c: Ditto.
615 * trans-types.c: Ditto.
618 2004-09-07 Per Bothner <per@bothner.com>
619 Paul Brook <paul@codesourcery.com>
621 * error.c (show_locus): Handle mapped locations.
622 * f95-lang.c (gfc_be_parse_file): Initialize mapped locations.
623 * gfortran.h: Include input.h.
624 (struct gfc_linebuf): Use source_location.
625 * scanner.c (get_file): Initialize linemap.
626 (preprocessor_line): Pass extra argument to get_file.
627 (load_file): Ditto. Setup linemap.
628 (gfc_new_file): Handle mapped locations.
629 * trans-common.c (build_field, build_equiv_decl, build_common_decl):
630 Set decl source locations.
631 (gfc_trans_common): Set blank common block location.
632 * trans-decl.c (gfc_set_decl_location): New function.
633 (gfc_get_label_decl, gfc_get_symbol_decl): Use it.
634 (trans_function_start): Move call to gfc_set_backend_locus..
635 (build_function_decl): ... to here.
636 (build_entry_thunks): Set and restore the backend locus.
637 (gfc_generate_constructors): Remove excess arguments to
639 (gfc_generate_block_data): Add comments. Set the decl locus.
640 * trans-io.c (set_error_locus): Handle mapped locations.
641 * trans.c (gfc_get_backend_locus, gfc_get_backend_locus): Ditto.
642 (gfc_trans_code): Use SET_EXPR_LOCATION.
643 (gfc_generate_code): Override the location of the new symbol.
644 * trans.h (gfc_set_decl_location): Add prototype.
646 2004-08-31 Paul Brook <paul@codesourcery.com>
648 * trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.
650 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
653 * trans-intrinsic.c (gfc_conv_intrinsic_merge): Do the right thing for
656 2004-09-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
661 * resolve.c (resolve_transfer): New function.
662 (resolve_code): Call resolve_transfer in case of EXEC_TRANSFER.
664 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
667 * trans-types.c (gfc_init_types): Make gfc_character1_type_node an
670 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
672 * CONTRIB, NEWS, README, TODO: Remove obsolete files.
674 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
677 * trans-types.c (gfc_return_by_reference): Remove TODO error,
678 add comment pointing out possible issue WRT compatibility with g77.
680 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
682 * trans-decl.c, trans-expr.c, trans-io.c, trans-types.c: Replace
683 all occurences of 'gfc_strlen_type_node' by
684 'gfc_charlen_type_node'.
685 * trans-types.h: Same. Also update comment accordingly.
687 2004-08-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
689 * primary.c: Update copyright boilerplate to say GCC.
690 * f95-lang.c: Change initial comment to say gfortran.
692 2004-08-31 Paul Brook <paul@codesourcery.com>
694 * trans-types.h: Add comments.
695 (intmax_type_node, string_type_node, const_string_type_node): Remove.
697 2004-08-30 Richard Henderson <rth@redhat.com>
699 * Make-lang.in (fortran/f95-lang.o): Update dependencies.
700 (fortran/trans-decl.o, fortran/trans-types.o): Likewise.
701 * gfortran.h (gfc_integer_info): Add c_char, c_short, c_int,
703 (gfc_logical_info): Add c_bool.
704 (gfc_real_info): Add mode_precision, c_float, c_double, c_long_double.
705 * trans-array.c (gfc_array_allocate): Use TYPE_PRECISION
706 rather than gfc_int[48]_type_node for allocate choice.
707 * trans-decl.c (gfc_build_intrinsic_function_decls): Cache
708 local copies of some kind type nodes.
709 (gfc_build_builtin_function_decls): Likewise.
710 * trans-expr.c (gfc_conv_power_op): Likewise.
711 * trans-intrinsic.c (gfc_conv_intrinsic_index,
712 gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify,
713 gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat): Likewise.
714 * trans-stmt.c (gfc_trans_pause, gfc_trans_stop,
715 gfc_trans_character_select, gfc_trans_allocate): Likewise.
716 * trans-io.c (gfc_pint4_type_node): Move into ...
717 (gfc_build_io_library_fndecls): ... here. Cache local copies of
718 some kind type nodes.
719 * trans-types.c (gfc_type_nodes): Remove.
720 (gfc_character1_type_node, gfc_strlen_type_node): New.
721 (gfc_integer_types, gfc_logical_types): New.
722 (gfc_real_types, gfc_complex_types): New.
723 (gfc_init_kinds): Fill in real mode_precision.
724 (gfc_build_int_type, gfc_build_real_type): New.
725 (gfc_build_complex_type, gfc_build_logical_type): New.
726 (c_size_t_size): New.
727 (gfc_init_types): Loop over kinds.
728 (gfc_get_int_type, gfc_get_real_type): Use gfc_validate_kind.
729 (gfc_get_complex_type, gfc_get_logical_type): Likewise.
730 (gfc_get_character_type_len): Likewise.
731 (gfc_type_for_size): Loop over kinds; use a reduced set of
733 (gfc_type_for_mode): Loop over kinds.
734 (gfc_signed_or_unsigned_type): Use gfc_type_for_size.
735 (gfc_unsigned_type, gfc_signed_type): Use gfc_signed_or_unsigned_type.
736 * trans-types.h (F95_INT1_TYPE, F95_INT2_TYPE, F95_INT4_TYPE,
737 F95_INT8_TYPE, F95_INT16_TYPE, F95_REAL4_TYPE, F95_REAL8_TYPE,
738 F95_REAl16_TYPE, F95_COMPLEX4_TYPE, F95_COMPLEX8_TYPE,
739 F95_COMPLEX16_TYPE, F95_LOGICAL1_TYPE, F95_LOGICAL2_TYPE,
740 F95_LOGICAL4_TYPE, F95_LOGICAL8_TYPE, F95_LOGICAL16_TYPE,
741 F95_CHARACTER1_TYPE, NUM_F95_TYPES, gfc_type_nodes,
742 gfc_int1_type_node, gfc_int2_type_node, gfc_int4_type_node,
743 gfc_int8_type_node, gfc_int16_type_node, gfc_real4_type_node,
744 gfc_real8_type_node, gfc_real16_type_node, gfc_complex4_type_node,
745 gfc_complex8_type_node, gfc_complex16_type_node,
746 gfc_logical1_type_node, gfc_logical2_type_node,
747 gfc_logical4_type_node, gfc_logical8_type_node,
748 gfc_logical16_type_node, gfc_strlen_kind): Remove.
749 (gfc_character1_type_node): Turn in to a variable.
750 (gfc_strlen_type_node): Likewise.
752 2004-08-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
754 * gfortran.h (gfc_namespace): Add new field is_block_data.
755 * parse.c (accept_statement): Remove special handling for BLOCK DATA.
756 (parse_block_data): Record BLOCK DATA name, set is_block_data field.
757 * trans.c (gfc_generate_code): Handle BLOCK DATA units.
758 * trans.h (gfc_generate_block_data): Add prototype.
759 * trans-decl.c (gfc_generate_block_data): New function.
761 2004-08-29 Richard Henderson <rth@redhat.com>
763 * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.
764 * trans-types.c (gfc_init_kinds): Reject integer kinds larger
765 than two HOST_WIDE_INT.
767 2004-08-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
770 * decl.c (free_variable, free_value, gfc_free_data, var_list,
771 var_element, top_var_list, match_data_constant, top_val_list,
772 gfc_match_data): Move here from match.c.
773 (match_old_style_init): New function.
774 (variable_decl): Match old-style initialization.
775 * expr.c (gfc_get_variable_expr): New function.
776 * gfortran.h (gfc_get_variable_expr): Add prototype.
777 * gfortran.texi: Start documentation for supported extensions.
778 * match.c: Remove the functions moved to decl.c.
779 * match.h (gfc_match_data): Move prototype to under decl.c.
780 * symbol.c (gfc_find_sym_tree, gfc_find_symbol): Add/correct
783 2004-08-29 Steven G. Kargl <kargls@comcast.net>
784 Paul Brook <paul@codesourcery.com>
786 * check.c (gfc_check_besn, gfc_check_g77_math1): New functions.
787 * f95-lang.c (DO_DEFINE_MATH_BUILTIN): Define.
788 (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
789 (build_builtin_fntypes): New function.
790 (gfc_init_builtin_functions): Use it.
791 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_{J,Y}{0,1,N}
792 and GFC_ISYM_ERF{,C}.
793 (gfc_c_int_kind): Declare.
794 * intrinsic.c (add_functions): Add [d]bes* and [d]erf*.
795 * intrinsic.h (gfc_check_besn, gfc_check_g77_math1, gfc_resolve_besn,
796 gfc_resolve_g77_math1): Add prototypes.
797 * resolve.c (gfc_resolve_besn, gfc_resolve_g77_math1): New functions.
798 * mathbuiltins.def: Add comment. Change third argument. Use
799 DEFINE_MATH_BUILTIN_C. Add bessel and error functions.
800 * trans-intrinsic.c (BUILT_IN_FUNCTION): Define.
801 (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
802 * trans-types.c (gfc_c_int_kind): Declare.
803 (gfc_init_kinds): Set it.
805 2004-08-29 Steven G. Kargl <kargls@comcast.net>
806 Paul Brook <paul@codesourcery.com>
808 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.
809 (gfc_check_f, gfc_simplify_f): Add f0.
810 * intrinsic.c (do_check): Call f0. Flatten.
811 (add_sym_0): Fix prototype. Set f0.
812 (add_functions): Add getgid, getgid and getuid.
813 (resolve_intrinsic): Remove obsolete comment.
814 (do_simplify): Call f0.
815 * intrinsic.h (gfc_resolve_getgid, gfc_resolve_getpid,
816 gfc_resolve_getuid): Add prototypes.
817 * iresolve.c (gfc_resolve_getgid, gfc_resolve_getpid,
818 gfc_resolve_getuid): New functions.
819 * trans-intrinsic.c (gfc_conv_intrinsic_function): Handle
822 2004-08-28 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
824 * error.c (gfc_error_init_1): Remove blank line in front of
825 function body. Add missing blank.
826 (gfc_buffer_error, error_char, error_string): Remove blank line in
827 front of function body.
828 (show_locus): Add comma in comment.
829 (gfc_clear_warning, gfc_warning_check, gfc_clear_error,
830 gfc_push_error, gfc_pop_error): Remove blank line in front of
832 (gfc_get_errors): Typo fix in comment in front of function. Remove
833 blank line in front of function body.
835 2004-08-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
837 * gfortran.h (gfc_default_*_kind): Remove prototypes, add extern
838 variable declaration of same name.
839 * arith.c, check.c, decl.c, dump_parse_tree.c, expr.c,
840 intrinsic.c, io.c, iresolve.c, match.c, options.c, primary.c,
841 resolve.c, simplify.c, symbol.c, trans-const.c, trans-io.c:
842 Replace all calls to gfc_default_*_kind with variable accesses.
843 * trans-types.c: Same as above.
844 (gfc_default_*_kind_1): Rename to gfc_default_*_kind, remove
845 static qualifier. Replace all occurences.
846 (gfc_default_*_kind): Remove functions.
848 2004-08-26 Richard Henderson <rth@redhat.com>
850 * arith.c: Include system.h, not real system headers.
851 (MPZ_NULL, MPF_NULL, DEF_GFC_INTEGER_KIND, DEF_GFC_LOGICAL_KIND,
852 DEF_GFC_REAL_KIND, GFC_SP_KIND, GFC_SP_PREC, GFC_SP_EMIN, GFC_SP_EMAX,
853 GFC_DP_KIND, GFC_DP_PREC, GFC_DP_EMIN, GFC_DP_EMAX, GFC_QP_KIND,
854 GFC_QP_PREC, GFC_QP_EMIN, GFC_QP_EMAX): Remove.
855 (gfc_integer_kinds, gfc_logical_kinds, gfc_real_kinds,
856 gfc_index_integer_kind, gfc_default_integer_kind,
857 gfc_default_real_kind,gfc_default_double_kind,
858 gfc_default_character_kind, gfc_default_logical_kind,
859 gfc_default_complex_kind, validate_integer, validate_real,
860 validate_logical, validate_character,
861 gfc_validate_kind): Move to trans-types.c.
862 (gfc_set_model_kind): Use gfc_validate_kind.
863 (gfc_set_model): Just copy the current precision to default.
864 (gfc_arith_init_1): Use mpfr precision 128 for integer setup.
865 * f95-lang.c (gfc_init_decl_processing): Invoke gfc_init_kinds.
866 * gfortran.h: Update file commentary.
867 * trans-types.c (MAX_INT_KINDS, MAX_REAL_KINDS): New.
868 (gfc_default_integer_kind_1, gfc_default_real_kind_1,
869 gfc_default_double_kind_1, gfc_default_character_kind_1,
870 gfc_default_logical_kind_1, gfc_default_complex_kind_1): New.
871 (gfc_init_kinds): New.
872 (gfc_init_types): Don't set gfc_index_integer_kind here.
873 * trans-types.h (gfc_init_kinds): Declare.
874 * doc/invoke.texi: Clarify DOUBLE PRECISION behaviour wrt -r8.
876 2004-08-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
878 * check.c (gfc_check_atan2): New function.
879 * intrinsic.c (add_functions): Use gfc_check_atan2 for ATAN2
880 * intrinsic.h (gfc_check_atan2): Add prototype.
882 2004-08-25 Richard Henderson <rth@redhat.com>
884 * arith.c (gfc_validate_kind): Add may_fail argument; abort if
885 false and we don't validate the kind.
886 (gfc_check_integer_range, gfc_check_real_range): Update to match.
887 * check.c (kind_check): Likewise.
888 * decl.c (gfc_match_old_kind_spec, gfc_match_kind_spec): Likewise.
889 (match_char_spec, match_logical_spec): Likewise.
890 * gfortran.h (gfc_validate_kind): Likewise.
891 * options.c (gfc_handle_option): Likewise.
892 * primary.c (match_integer_constant, match_real_constant,
893 match_string_constant, match_logical_constant,
894 match_const_complex_part): Likewise.
895 * simplify.c (get_kind, gfc_simplify_bit_size, gfc_simplify_digits,
896 gfc_simplify_epsilon, gfc_simplify_huge, gfc_simplify_ibclr,
897 gfc_simplify_ibset, gfc_simplify_ishft, gfc_simplify_ishftc,
898 gfc_simplify_maxexponent, gfc_simplify_minexponent,
899 gfc_simplify_nearest, gfc_simplify_not, gfc_simplify_precision,
900 gfc_simplify_radix, gfc_simplify_range, gfc_simplify_rrspacing,
901 gfc_simplify_scale, gfc_simplify_spacing, gfc_simplify_tan,
902 gfc_simplify_tiny): Likewise.
903 * trans-intrinsic.c (gfc_conv_intrinsic_aint, gfc_conv_intrinsic_mod,
904 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
905 prepare_arg_info): Likewise.
907 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
909 * expr.c (gfc_check_assign): Add comment. Add new warning.
910 * trans-expr.c (gfc_conv_function_call): Correctly dereference
911 result of pointer valued function when not in pointer assignment.
913 2004-08-25 Paul Brook <paul@codesourcery.com>
915 * config-lang.in: Remove dead commented line.
916 * module.c: Replace g95 with gfortran in comment.
918 2004-08-25 Paul Brook <paul@codesourcery.com>
921 * arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug.
923 2004-08-25 Paul Brook <paul@codesourcery.com>
926 * trans-array.c (gfc_trans_allocate_temp_array): Remove
927 string_length argument.
928 (gfc_trans_array_ctor_element): New function.
929 (gfc_trans_array_constructor_subarray): Use it.
930 (gfc_trans_array_constructor_value): Ditto. Handle constant
932 (get_array_ctor_var_strlen, get_array_ctor_strlen): New functions.
933 (gfc_trans_array_constructor): Use them.
934 (gfc_add_loop_ss_code): Update to new gfc_ss layout.
935 (gfc_conv_ss_descriptor): Remember section string length.
936 (gfc_conv_scalarized_array_ref): Ditto. Remove dead code.
937 (gfc_conv_resolve_dependencies): Update to new gfc_ss layout.
938 (gfc_conv_expr_descriptor): Ditto.
939 (gfc_conv_loop_setup): Ditto. Spelling fixes.
940 * trans-array.h (gfc_trans_allocate_temp_array): Update prototype.
941 * trans-const.c (gfc_conv_constant): Update to new gfc_ss layout.
942 * trans-expr.c (gfc_conv_component_ref): Turn error into ICE.
943 (gfc_conv_variable): Set string_length from section.
944 (gfc_conv_function_call): Remove extra argument.
945 (gfc_conv_expr, gfc_conv_expr_reference): Update to new gfc_ss layout.
946 * trans-types.c (gfc_get_character_type_len): New function.
947 (gfc_get_character_type): Use it.
948 (gfc_get_dtype): Return zero for internal types.
949 * trans-types.h (gfc_get_character_type_len): Add prototype.
950 * trans.h (struct gfc_ss): Move string_length out of union.
952 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
954 * trans.h (build2_v, build3_v): New macros.
956 * f95-lang.c (gfc_truthvalue_conversion): Use build2 instead of
958 * trans-array.c (gfc_conv_descriptor_data,
959 gfc_conv_descriptor_offset, gfc_conv_descriptor_dimension,
960 gfc_conv_descriptor_stride, gfc_conv_descriptor_lbound,
961 gfc_conv_descriptor_ubound, gfc_trans_allocate_array_storage,
962 gfc_trans_allocate_temp_array,
963 gfc_trans_array_constructor_subarray,
964 gfc_trans_array_constructor_value, gfc_conv_array_index_ref,
965 gfc_trans_array_bound_check, gfc_conv_array_index_offset,
966 gfc_conv_scalarized_array_ref, gfc_conv_array_ref,
967 gfc_conv_array_ref, gfc_trans_preloop_setup,
968 gfc_trans_scalarized_loop_end, gfc_conv_ss_startstride,
969 gfc_conv_loop_setup, gfc_array_init_size,
970 gfc_conv_array_initializer, gfc_trans_array_bounds,
971 gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
972 gfc_conv_expr_descriptor, gfc_conv_array_parameter,
973 gfc_trans_deferred_array): Use buildN and buildN_v macros instead
974 of build and build_v as appropriate.
975 * trans-common.c (create_common): Same.
976 * trans-decl.c (gfc_trans_auto_character_variable,
977 gfc_trans_entry_master_switch, gfc_generate_function_code): Same.
978 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
979 gfc_conv_component_ref, gfc_conv_unary_op, gfc_conv_powi,
980 gfc_conv_cst_int_power, gfc_conv_string_tmp, gfc_conv_concat_op,
981 gfc_conv_expr_op, gfc_conv_function_call,
982 gfc_trans_structure_assign): Same.
983 * trans-intrinsic.c (build_fixbound_expr, build_round_expr,
984 gfc_conv_intrinsic_aint, gfc_conv_intrinsic_bound,
985 gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_mod,
986 gfc_conv_intrinsic_dim, gfc_conv_intrinsic_sign,
987 gfc_conv_intrinsic_dprod, gfc_conv_intrinsic_minmax,
988 gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
989 gfc_conv_intrinsic_arith, gfc_conv_intrinsic_minmaxloc,
990 gfc_conv_intrinsic_minmaxval, gfc_conv_intrinsic_btest,
991 gfc_conv_intrinsic_bitop, gfc_conv_intrinsic_singlebitop,
992 gfc_conv_intrinsic_ibits, gfc_conv_intrinsic_ishft,
993 gfc_conv_intrinsic_merge, gfc_conv_intrinsic_strcmp,
994 gfc_conv_allocated, gfc_conv_associated, prepare_arg_info,
995 gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_rrspacing,
996 gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat,
997 gfc_conv_intrinsic_iargc): Same.
998 * trans-io.c (set_parameter_value, set_parameter_ref, set_string,
999 set_flag, add_case, io_result, transfer_namelist_element,
1000 transfer_expr): Same.
1001 * trans-stmt.c (gfc_trans_goto, gfc_trans_return, gfc_trans_if_1,
1002 gfc_trans_arithmetic_if, gfc_trans_do, gfc_trans_do_while,
1003 gfc_trans_integer_select, gfc_trans_logical_select,
1004 gfc_trans_character_select, gfc_trans_forall_loop,
1005 gfc_trans_nested_forall_loop, gfc_do_allocate,
1006 generate_loop_for_temp_to_lhs, generate_loop_for_rhs_to_temp,
1007 compute_inner_temp_size, compute_overall_iter_number,
1008 allocate_temp_for_forall_nest, gfc_trans_pointer_assign_need_temp,
1009 gfc_trans_forall_1, gfc_evaluate_where_mask,
1010 gfc_trans_where_assign, gfc_trans_allocate): Same.
1011 * trans-types.c (gfc_get_dtype, gfc_get_array_type_bounds): Same.
1012 * trans.c (gfc_add_modify_expr, gfc_finish_block,
1013 gfc_build_array_ref, gfc_build_function_call,
1014 gfc_trans_runtime_check): Same.
1016 2004-08-25 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1018 * trans-const.c (gfc_conv_mpz_to_tree): Change call to
1019 build_int_cst to build_int_cst_wide in accordance to Nathan's
1022 2004-08-25 Nathan Sidwell <nathan@codesourcery.com>
1024 * trans-array.c (gfc_trans_array_constructor_value): Adjust
1025 build_int_cst calls.
1026 * trans-const.c (gfc_build_string_const, gfc_init_constants,
1027 gfc_conv_mpz_to_tree, gfc_conv_constant_to_tree): Likewise.
1028 * trans-decl.c (gfc_get_symbol_decl, build_entry_thunks,
1029 gfc_trans_entry_master_switch): Likewise.
1030 * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
1031 gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
1032 * trans-io.c (add_case, set_error_locus,
1033 transfer_namelist_element, transfer_expr): Likewise.
1034 * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
1035 gfc_trans_stop, gfc_trans_character_select): Likewise.
1036 * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
1037 * trans.c (gfc_trans_runtime_check): Likewise.
1039 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1041 * trans-decl.c, trans-types.c: Add and remove blank lines as
1044 2004-08-24 Richard Henderson <rth@redhat.com>
1046 * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.
1048 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1050 * resolve.c (merge_argument_lists): Revert unintentionally
1053 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1055 * trans-decl.c (build_function_decl): Fix spelling in comment.
1056 (build_entry_thunks): Remove code with no function.
1057 (gfc_build_intrinsic_function_decls): Remove empty line.
1059 * resolve.c (resolve_entries): Fix a bunch of comment typos.
1061 2004-08-24 Nathan Sidwell <nathan@codesourcery.com>
1063 * f95-lang.c (gfc_init_decl_processing): Adjust
1064 build_common_tree_nodes call.
1066 2004-08-24 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1068 * trans-types.c: Spelling and formatting fixes.
1070 2004-08-23 Richard Henderson <rth@redhat.com>
1072 * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead
1073 of going through an intermediate string. Fix 32/64 int/long bug.
1075 2004-08-23 Eric Christopher <echristo@redhat.com>
1077 * trans-types.c (gfc_type_for_mode): Remove VECTOR_TYPE_SUPPORTED_P
1078 usage. Use build_vector_type_for_mode for vector types.
1080 2004-08-22 Richard Henderson <rth@redhat.com>
1083 * data.c (find_con_by_offset): Search ordered list; handle
1084 elements with repeat counts.
1085 (gfc_assign_data_value_range): New.
1086 * gfortran.h (struct gfc_data_value): Make repeat unsigned.
1087 (gfc_assign_data_value_range): Declare.
1088 * match.c (top_val_list): Extract repeat count into a temporary.
1089 * resolve.c (values): Make left unsigned.
1090 (next_data_value): Don't decrement left.
1091 (check_data_variable): Use gfc_assign_data_value_range.
1093 2004-08-22 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1095 * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.
1097 2004-08-22 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1099 * check.c (gfc_check_reduction): Rename to ...
1100 (check_reduction): ... this. Make static. Don't check type of
1102 (gfc_check_minval_maxval, gfc_check_prodcut_sum): New functions.
1103 * intrinsic.c (add_functions): Change MAXVAL, MINVAL, PRODUCT and
1104 SUM to use new check functions.
1105 (check_specific): Change logic to call new functions.
1106 * intrinsic.h (gfc_check_minval_maxval, gfc_check_product_sum):
1108 (gfc_check_reduction): Remove prototype.
1110 2004-08-20 Paul Brook <paul@codesourcery.com>
1111 Canqun Yang <canqun@nudt.edu.cn>
1114 * trans-array.c (gfc_conv_array_parameter): Pass correct pointer
1115 for automatic arrays.
1116 * trans-types.c (gfc_get_nodesc_array_type): Add comment.
1118 2004-08-19 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1122 * match.c (match_simple_forall, match_simple_where): Forward-declare.
1123 (gfc_match_if): Order statement list alphabetically, add WHERE and
1124 FORALL, remove double PAUSE.
1125 (gfc_match_simple_where, match_forall_header,
1126 gfc_match_simple_forall): New functions.
1127 (gfc_match_forall): Use match_forall_header.
1129 2004-08-19 Paul Brook <paul@codesourcery.com>
1132 * gfortran.h (gfc_access): Give ACCESS_UNKNOWN value 0.
1133 * symbol.c (gfc_clear_attr): Use memset.
1135 2004-08-19 Paul Brook <paul@codesourcery.com>
1139 * data.c (assign_substring_data_value): Remove.
1140 (create_character_intializer): New function.
1141 (gfc_assign_data_value): Track the typespec for the current
1142 subobject. Use create_character_intializer.
1144 2004-08-19 Erik Schnetter <schnetter@aei.mpg.de>
1147 * check.c (gfc_check_reduction): New function.
1148 (gfc_check_minval_maxval): Removed.
1149 (gfc_check_product): Removed.
1150 (gfc_check_sum): Removed.
1151 * intrinsic.h: Add/remove declarations for these.
1152 * gfortran.h: Add field f3red to union gfc_check_f.
1153 * intrinsic.c (add_sym_3red): New function.
1154 (add_functions): Register maxval, minval, product, and sum intrinsics
1155 through add_sym_3red.
1156 (check_specific): Handle f3red union field.
1157 * iresolve.c: Whitespace change.
1159 2004-08-18 Paul Brook <paul@codesourcery.com>
1161 * trans-types.c (gfc_sym_type): Use pointer types for optional args.
1163 2004-08-18 Victor Leikehman <lei@il.ibm.com>
1166 * trans-io.c (transfer_namelist_element): New. Recursively handle
1167 derived-type variables. Pass string lengths.
1168 (build_dt): Code moved to build_namelist, with some
1169 changes and additions.
1170 (gfc_build_io_library_fndecls): Declare the fifth
1171 argument in st_set_nml_var_char -- string_length.
1173 2004-08-17 Paul Brook <paul@codesourcery.com>
1174 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1177 * decl.c (get_proc_name): Update mystery comment.
1178 (gfc_match_entry): Check for errors earlier. Add entry point to list.
1179 * dump-parse-tree.c (gfc_show_code_node): Print EXEC_ENTRY nodes.
1180 * gfortran.h (symbol_attribute): Add entry_master. Document entry.
1181 (struct gfc_entry_list): Define.
1182 (gfc_get_entry_list): Define.
1183 (struct gfc_namespace): Add refs and entries.
1184 (enum gfc_exec_op): Add EXEC_ENTRY.
1185 (struct gfc_code): Add ext.entry.
1186 * module.c (ab_attribute, attr_bits): Remove AB_ENTRY.
1187 (mio_symbol_attribute): Don't save/reture addr->entry.
1188 (mio_namespace_ref): Refcount namespaces.
1189 * parse.c (accept_statement): Handle ST_ENTRY.
1190 (gfc_fixup_sibling_symbols): Mark symbol as referenced.
1191 (parse_contained): Fixup sibling references to entry points
1192 after parsing the procedure body.
1193 * resolve.c (resolve_contained_fntype): New function.
1194 (merge_argument_lists, resolve_entries): New functions.
1195 (resolve_contained_functions): Use them.
1196 (resolve_code): Handle EXEC_ENTRY.
1197 (gfc_resolve): Call resolve_entries.
1198 * st.c (gfc_free_statement): Handle EXEC_ENTRY.
1199 * symbol.c (gfc_get_namespace): Refcount namespaces.
1200 (gfc_free_namespace): Ditto.
1201 * trans-array.c (gfc_trans_dummy_array_bias): Treat all args as
1202 optional when multiple entry points are present.
1203 * trans-decl.c (gfc_get_symbol_decl): Remove incorrect check.
1204 (gfc_get_extern_function_decl): Add assertion. Fix coment.
1205 (create_function_arglist, trans_function_start, build_entry_thunks):
1207 (gfc_build_function_decl): Rename ...
1208 (build_function_decl): ... to this.
1209 (gfc_create_function_decl): New function.
1210 (gfc_generate_contained_functions): Use it.
1211 (gfc_trans_entry_master_switch): New function.
1212 (gfc_generate_function_code): Use new functions.
1213 * trans-stmt.c (gfc_trans_entry): New function.
1214 * trans-stmt.h (gfc_trans_entry): Add prototype.
1215 * trans-types.c (gfc_get_function_type): Add entry point argument.
1216 * trans.c (gfc_trans_code): Handle EXEC_ENTRY.
1217 (gfc_generate_module_code): Call gfc_create_function_decl.
1218 * trans.h (gfc_build_function_decl): Remove.
1219 (gfc_create_function_decl): Add prototype.
1221 2004-08-15 Andrew Pinski <apinski@apple.com>
1224 * f95-lang.c (gfc_init_builtin_functions): Initialize the builtins
1225 for cabs{,f} and copysign{,f}.
1226 * trans-decl.c (gfor_fndecl_math_cabsf): Delete.
1227 (gfor_fndecl_math_cabs): Delete.
1228 (gfor_fndecl_math_sign4): Delete.
1229 (gfor_fndecl_math_sign8): Delete.
1230 (gfc_build_intrinsic_function_decls): Remove the
1231 initializing of cabs{,f} and copysign{,f} functions.
1232 * trans-intrinsic.c (gfc_conv_intrinsic_abs): Use the builtins
1233 instead of the functions definitions.
1234 (gfc_conv_intrinsic_sign): Likewise.
1235 * trans.h (gfor_fndecl_math_cabsf): Delete.
1236 (gfor_fndecl_math_cabs): Delete.
1237 (gfor_fndecl_math_sign4): Delete.
1238 (gfor_fndecl_math_sign8): Delete.
1240 2004-08-15 Nathan Sidwell <nathan@codesourcery.com>
1242 * trans-array.c (gfc_trans_array_constructor_value): Use
1244 * trans-const.c (gfc_build_string_const,
1245 gfc_init_constants, gfc_conv_mpz_to_tree,
1246 gfc_conv_constant_to_tree): Likewise.
1247 * trans-decl.c (gfc_get_symbol_decl): Likewise.
1248 * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
1249 gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
1250 * trans-io.c (add_case, set_error_locus, build_dt,
1251 transfer_expr): Likewise.
1252 * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
1253 gfc_trans_stop, gfc_trans_character_select): Likewise.
1254 * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
1255 * trans.c (gfc_trans_runtime_check): Likewise.
1257 2004-08-14 Paul Brook <paul@codesourcery.com>
1259 * trans-decl.c (gfc_build_function_decl): Remove dead code.
1261 2004-08-14 Paul Brook <paul@codesourcery.com>
1263 * trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.
1265 2004-08-13 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1267 * gfortran.h: Add comments.
1268 * parse.c (parse_contained): Fix comment typo.
1269 * resolve.c (was_declared): Ditto.
1272 2004-08-11 Paul Brook <paul@codeourcery.com>
1275 * intrinsic.c (add_functions): Add dfloat as an alias for dble.
1277 2004-08-10 Richard Henderson <rth@redhat.com>
1279 * f95-lang.c (gfc_init_builtin_functions): Remove
1280 __builtin_stack_alloc, add __builtin_alloca.
1281 * trans-array.c (gfc_trans_auto_array_allocation): Use DECL_EXPR.
1282 * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
1284 2004-08-10 Paul Brook <paul@codesourcery.com>
1286 * trans-io.c (transfer_expr): Handle pointters.
1288 2004-08-10 Paul Brook <paul@codesourcery.com>
1291 * trans-array.c (gfc_add_loop_ss_code): Handle GFC_SS_COMPONENT.
1292 (gfc_conv_array_index_offset): Allow "temporary" with nonzero delta.
1293 (gfc_trans_preloop_setup, gfc_trans_scalarized_loop_boundary):
1294 Handle GFC_SS_COMPONENT.
1295 (gfc_conv_ss_startstride): Ditto. Set ss->shape.
1296 (gfc_conv_loop_setup): Tweak commends. Remove dead code.
1298 (gfc_conv_array_initializer): Call specific initializer routines.
1299 * trans-expr.c (gfc_trans_structure_assign): New function.
1300 (gfc_trans_subarray_assign): New function.
1301 (gfc_trans_subcomponent_assign): New fucntion
1302 (gfc_conv_structure): Use them.
1303 * trans.h (gfc_ss_type): Add GFC_SS_COMPONENT.
1304 (gfc_ss): Add shape.
1306 2004-08-08 Victor Leikehman <lei@il.ibm.com>
1308 * simplify.c (gfc_simplify_shape): Bugfix.
1309 * expr.c (gfc_copy_shape_excluding): New function.
1310 * gfortran.h (gfc_get_shape): Bugfix.
1311 (gfc_copy_shape_excluding): Added declaration.
1312 * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
1313 gfc_resolve_cshift, gfc_resolve_eoshift, gfc_resolve_lbound,
1314 gfc_resolve_ubound, gfc_resolve_transpose): Added compile
1315 time resolution of shape.
1317 2004-08-06 Janne Blomqvist <jblomqvi@cc.hut.fi>
1319 * intrinsic.c (add_subroutines): Add getenv and
1320 get_environment_variable. (add_sym_5s): New function.
1321 * intrinsic.h (gfc_resolve_get_environment_variable): Add
1323 * iresolve.c (gfc_resolve_get_environment_variable): New
1326 2004-08-06 Feng Wang <fengwang@nudt.edu.cn>
1328 * f95-lang.c (gfc_init_builtin_functions): Fix the number of
1329 __builtin_pow[f] arguments.
1331 2004-08-06 Steven G. Kargl <kargls@comcast.net>
1333 * arith.c: Add #define for model numbers. Remove global GMP variables.
1334 (natural_logarithm,common_logarithm,exponential,sine,
1335 cosine,arctangent,hypercos,hypersine ): Remove.
1336 (gfc_mpfr_to_mpz,gfc_set_model_kind,gfc_set_model): New functions.
1337 (arctangent2,gfc_arith_init_1,gfc_arith_done_1
1338 gfc_check_real_range, gfc_constant_result, gfc_range_check,
1339 gfc_arith_uminus,gfc_arith_plus, gfc_arith_minus, gfc_arith_times,
1340 gfc_arith_divide,complex_reciprocal,complex_pow_ui,
1341 gfc_arith_power,gfc_compare_expr,compare_complex,gfc_convert_real,
1342 gfc_convert_complex,gfc_int2real,gfc_int2complex,
1343 gfc_real2int,gfc_real2real,gfc_real2complex,
1344 gfc_complex2int,gfc_complex2real,gfc_complex2complex): Convert GMP
1345 to MPFR, use new functions.
1346 * arith.h: Remove extern global variables.
1347 (natural_logarithm,common_logarithm,exponential, sine, cosine,
1348 arctangent,hypercos,hypersine): Remove prototypes.
1349 (arctangent2): Update prototype from GMP to MPFR.
1350 (gfc_mpfr_to_mpz, gfc_set_model_kind,gfc_set_model): Add prototypes.
1351 * dump-parse-tree.c (gfc_show_expr): Convert GMP to MPFR.
1352 * expr.c (free_expr0,gfc_copy_expr): Convert GMP to MPFR.
1353 * gfortran.h (GFC_REAL_BITS): Remove.
1354 (arith): Add ARITH_NAN.
1355 Include mpfr.h. Define GFC_RND_MODE.
1356 Rename GCC_GFORTRAN_H GFC_GFC_H.
1357 (gfc_expr): Convert GMP to MPFR.
1358 * module.c: Add arith.h, correct type in comment.
1359 (mio_gmp_real): Convert GMP to MPFR.
1360 (mio_expr): Use gfc_set_model_kind().
1361 * primary.c: Update copyright date with 2004.
1362 (match_real_constant,match_const_complex_part): Convert GMP to MPFR.
1363 * simplify.c: Remove global GMP variables
1364 (gfc_simplify_abs,gfc_simplify_acos,gfc_simplify_aimag,
1365 gfc_simplify_aint,gfc_simplify_dint,gfc_simplify_anint,
1366 gfc_simplify_dnint,gfc_simplify_asin,gfc_simplify_atan,
1367 gfc_simplify_atan2,gfc_simplify_ceiling,simplify_cmplx,
1368 gfc_simplify_conjg,gfc_simplify_cos,gfc_simplify_cosh,
1369 gfc_simplify_dim,gfc_simplify_dprod,gfc_simplify_epsilon,
1370 gfc_simplify_exp,gfc_simplify_exponent,gfc_simplify_floor,
1371 gfc_simplify_fraction,gfc_simplify_huge,gfc_simplify_int,
1372 gfc_simplify_ifix,gfc_simplify_idint,gfc_simplify_log,
1373 gfc_simplify_log10,simplify_min_max,gfc_simplify_mod,
1374 gfc_simplify_modulo,gfc_simplify_nearest,simplify_nint,
1375 gfc_simplify_rrspacing,gfc_simplify_scale,
1376 gfc_simplify_set_exponent,gfc_simplify_sign,gfc_simplify_sin,
1377 gfc_simplify_sinh,gfc_simplify_spacing,gfc_simplify_sqrt,
1378 gfc_simplify_tan,gfc_simplify_tanh,gfc_simplify_tiny,
1379 gfc_simplify_init_1,gfc_simplify_done_1): Convert GMP to MPFR.
1381 * trans-const.c (gfc_conv_mpfr_to_tree): Rename from
1382 gfc_conv_mpf_to_tree. Convert it to use MPFR
1383 (gfc_conv_constant_to_tree): Use it.
1384 * trans-const.h: Update prototype for gfc_conv_mpfr_to_tree().
1385 * trans-intrinsic.c: Add arith.h, remove gmp.h
1386 (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod): Convert GMP to MPFR.
1388 2004-08-06 Victor Leikehman <lei@il.ibm.com>
1389 Paul Brook <paul@codesourcery.com>
1391 * trans-array.c (gfc_trans_allocate_array_storage,
1392 gfc_trans_allocate_temp_array, gfc_add_loop_ss_code,
1393 gfc_conv_loop_setup): For functions, if the shape of the result
1394 is not known in compile-time, generate an empty array descriptor for
1395 the result and let the callee to allocate the memory.
1396 (gfc_trans_dummy_array_bias): Do nothing for pointers.
1397 (gfc_conv_expr_descriptor): Use function return values directly.
1398 * trans-expr.c (gfc_conv_function_call): Always add byref call
1400 (gfc_trans_pointer_assignment): Add comments.
1401 (gfc_trans_arrayfunc_assign): Don't chain on expression.
1403 2004-08-01 Roger Sayle <roger@eyesopen.com>
1405 * options.c (gfc_init_options): Don't warn about the use GNU
1406 extensions by default.
1407 (gfc_post_options): Warn about GNU extensions with -pedantic.
1408 (gfc_handle_option): Don't warn about GNU extensions with -std=gnu.
1410 2004-07-30 Richard Henderson <rth@redhat.com>
1412 * trans-expr.c (gfc_conv_expr_reference): Create a CONST_DECL
1415 2004-07-25 Richard Henderson <rth@redhat.com>
1417 * trans-decl.c (gfc_build_function_decl): Set DECL_ARTIFICIAL
1418 and DECL_IGNORED_P on RESULT_DECL.
1419 (gfc_generate_constructors): Likewise.
1421 2004-07-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1424 * lang.opt (ffixed-line-length-none, ffixed-line-length-): New
1426 (ffixed-line-length-80, ffixed-line-length-132): Remove.
1427 * options.c (gfc_handle_options): Deal with changed options.
1428 * scanner.c (load_line): Change second arg to 'char **',
1429 allocate if pointing to NULL. Keep track of buffer's length.
1430 Adapt buffer size to overlong lines. Pad lines to full length
1432 (load_file): Adapt to new interface of load_line.
1434 2004-07-17 Joseph S. Myers <jsm@polyomino.org.uk>
1436 * trans.h (builtin_function): Declare.
1438 2004-07-16 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1441 (parts ported from g95)
1442 * parse.h (gfc_state_data): New field do_variable.
1443 (gfc_check_do_variable): Add prototype.
1444 * parse.c (push_state): Initialize field 'do_variable'.
1445 (gfc_check_do_variable): New function.
1446 (parse_do_block): Remember do iterator variable.
1447 (parse_file): Initialize field 'do_variable'.
1448 * match.c (gfc_match_assignment, gfc_match_do,
1449 gfc_match_allocate, gfc_match_nullify, gfc_match_deallocate):
1450 Add previously missing checks.
1451 (gfc_match_return): Reformat error message.
1452 * io.c (match_out_tag): New function.
1453 (match_open_element, match_close_element,
1454 match_file_element, match_dt_element): Call match_out_tag
1455 instead of match_vtag where appropriate.
1456 (match_io_iterator, match_io_element): Add missing check.
1457 (match_io): Reformat error message.
1458 (match_inquire_element): Call match_out_tag where appropriate.
1460 * parse.c (gfc_check_do_variable): Fix error locus.
1462 2004-07-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1465 * trans-decl.c (gfc_build_function_decl): Create a new chardecl
1466 for every assumed length character dummy argument.
1469 * trans-decl.c (gfc_trans_deferred_vars): Remove bogus assertion.
1472 * simplify.c (gfc_simplify_bound): Copy the bound expression.
1474 2004-07-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1477 * trans-array.c gfc_trans_g77_array,
1478 gfc_trans_dummy_array_bias): Don't call gfc_trans_string_init
1479 for assumed length characters.
1480 (gfc_conv_expr_descriptor): Set se->string_length if dealing
1481 with a character expression.
1482 (gfc_cvonv_array_parameter): Pass string length when passing
1483 character array according to g77 conventions.
1485 2004-07-12 Paul Brook <paul@codesourcery.com>
1487 * expr.c (gfc_check_assign_symbol): Handle pointer assignments.
1488 * trans-array.c (gfc_trans_auto_array_allocation): Remove
1489 initialization code.
1490 * trans-common.c (create_common): Use gfc_conv_initializer.
1491 * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_initializer.
1492 * trans-expr.c (gfc_conv_initializer): New function.
1493 (gfc_conv_structure): Use it.
1494 * trans.h (gfc_conv_initializer): Add prototype.
1496 2004-07-11 Paul Brook <paul@codesourcery.com>
1499 * parse.c (gfc_fixup_sibling_symbols): Also look for untyped
1501 (parse_contained): Mark contained symbols as referenced.
1503 2004-07-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1506 * module.c (gfc_dump_module, gfc_use_module): Print locus
1507 when opening of module file fails.
1510 * io.c (match_io): Flag 'WRITE(...), ...' as extension.
1513 * match.c (gfc_match_program): A program name is obligatory.
1514 (gfc_match_return): RETURN in main program is an extension.
1515 (gfc_match_block_data): A space is required before a block data
1519 * primary.c (match_boz_constant): Call gfc_notify_std only if
1520 we actually have a non-standard boz-literal-constant.
1523 * expr.c (gfc_check_assign): Print ranks if incompatible. Issue
1524 warning if assigning NULL().
1526 2004-07-11 Joseph S. Myers <jsm@polyomino.org.uk>
1528 * f95-lang.c (set_block): Remove.
1529 (gfc_clear_binding_stack): New.
1530 (LANG_HOOKS_CLEAR_BINDING_STACK): Define.
1531 (struct binding_level): Remove block_created_by_back_end.
1532 (clear_binding_level): Likewise.
1533 (poplevel): Don't handle block_created_by_back_end.
1535 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1537 * trans-decl.c (gfc_create_module_variable): Nothing to do if
1538 symbol is in common, because we ...
1539 (gfc_generate_module_vars): Call gfc_trans_common.
1541 2004-07-10 Paul Brook <paul@codesourcery.com>
1543 * trans-array.c (gfc_build_null_descriptor): New function.
1544 (gfc_trans_static_array_pointer): Use it.
1545 * trans-array.h (gfc_build_null_descriptor): Add prototype.
1546 * trans-expr.c (gfc_conv_structure): Handle array pointers.
1548 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1551 * decl.c (gfc_match_save): Use-associated common block
1553 * gfortran.h (gfc_common_head): Add new field 'name'.
1554 Fix typo in comment after #endif.
1555 * match.c (gfc_get_common): Add new argument from_common,
1556 mangle name if flag is set, fill in new field in structure
1558 (match_common): Set new arg in call to gfc_get_common,
1559 use-associated common block doesn't collide.
1560 * match.h (gfc_get_common): Adapt prototype.
1561 * module.c (load_commons): Set new arg in call to
1563 * symbol.c (free_common_tree): New function.
1564 (gfc_free_namespace): Call new function.
1565 * trans-common.c (several functions): Remove argument
1566 'name', use name from gfc_common_head instead.
1568 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1570 * expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
1571 and RHS match. Return early if the RHS is NULL().
1574 * match.c (match_common): Fix error reporting for used common.
1577 * trans-expr.c (gfc_conv_structure): Handle initialization
1578 of scalar pointer components.
1580 * parse.c (decode_statement): Fix matching of BLOCK DATA.
1582 * trans-decl.c (generate_local_decl): Remove workaround obsoleted
1583 by fix for PR 15481.
1585 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1587 * trans-common.c: Fix whitespace issues, make variable names
1589 (create_common): Additionally, make loop logic more obvious.
1591 2004-07-10 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1592 Paul Brook <paul@codesourcery.com>
1595 * trans-common.c (calculate_length): Remove ...
1596 (get_segment_info): Merge into here. Save field type.
1597 (build_field): Use saved type.
1598 (create_common, new_condition, new_segment, finish_equivalences):
1599 Use new get_segment_info.
1600 * trans-types.c: Update comment.
1602 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1605 * moduele.c (mio_symbol): Don't I/O initial values unless
1606 symbol is a parameter.
1608 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1611 * resolve.c (resolve_symbol): Verify that the shape of a
1612 parameter array is not only explicit, but also constant.
1613 * array.c (gfc_is_compile_time_shape): New function.
1614 * gfortran.h (gfc_is_compile_time_shape): Add prototype.
1616 2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1622 * module.c (write_symbol, write_symtree): Remove workaround.
1623 * primary.c (match_actual_arglist): Enhance comment.
1624 (gfc_match_rvalue): Handle function call with first argument
1625 a keyword argument correctly.
1626 * resolve.c (resolve_symbol): Change call to
1627 gfc_set_default_type to issue error if no implicit type
1629 * trans-decl.c (gfc_create_module_variable): Remove workaround.
1631 2004-07-08 Paul Brook <paul@codesourcery.com>
1633 * intrinsic.c (add_sym_4s): New function.
1634 (add_subroutines): Change gfc_add_sym_? to gfc_add_sym_?s.
1636 2004-07-04 Janne Blomqvist <jblomqvi@cc.hut.fi>
1637 Paul Brook <paul@codesourcery.com>
1641 * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_IARGC and
1642 GFC_ISYM_COMMAND_ARGUMENT_COUNT.
1643 * intrinsic.c (add_functions): Identify iargc. Add
1644 command_argument_count.
1645 (add_subroutines): Resolve getarg. Add get_command and
1646 get_command_argument.
1647 * intrinsic.h (gfc_resolve_getarg, gfc_resolve_get_command,
1648 gfc_resolve_get_command_argument): Add prototypes.
1649 * iresolve.c (gfc_resolve_getarg, gfc_resolve_get_command,
1650 gfc_resolve_get_command_argument): New functions.
1651 * trans-decl.c (gfor_fndecl_iargc): New variable.
1652 (gfc_build_intrinsic_function_decls): Set it.
1653 * trans-intrinsic.c (gfc_conv_intrinsic_iargc): New function.
1654 (gfc_conv_intrinsic_function): Use it.
1655 * trans.h (gfor_fndecl_iargc): Declare.
1657 2004-07-04 Matthias Klose <doko@debian.org>
1659 * Make-lang.in: Generate and install gfortran man page.
1660 * invoke.texi: Remove extra '@c man end'.
1662 2004-07-04 Richard Henderson <rth@redhat.com>
1664 * f95-lang.c (gfc_mark_addressable): Don't put_var_into_stack.
1666 2004-07-04 Paul Brook <paul@codesourcery.com>
1668 * decl.c (gfc_match_implicit_range): Don't use typespec.
1669 (gfc_match_implicit): Handle character selectors.
1670 * gfortran.h (gfc_set_implicit): Remove prototype.
1671 (gfc_add_new_implicit_range, gfc_merge_new_implicit): Update.
1672 * parse.c (accept_statement): Don't call gfc_set_implicit.
1673 * symbol.c (new_ts): Remove.
1674 (gfc_set_implicit_none): Use same loop bounds as other functions.
1675 (gfc_set_implicit): Remove.
1676 (gfc_clear_new_implicit, gfc_add_new_implicit_range): Only set flags.
1677 (gfc_merge_new_implicit): Combine with gfc_set_implicit.
1679 2004-06-30 Richard Henderson <rth@redhat.com>
1681 * match.c (var_element): Remove unused variable.
1683 * trans-decl.c (gfc_generate_function_code): Don't set
1684 x_whole_function_mode_p.
1685 (gfc_generate_constructors): Likewise.
1687 2004-06-30 Richard Henderson <rth@redhat.com>
1689 * trans-decl.c (gfc_generate_function_code): Don't set
1690 immediate_size_expand.
1691 (gfc_generate_constructors): Likewise.
1693 2004-06-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1696 * decl.c (gfc_match_type_spec): Rename second argument to
1697 'implicit_flag', reverse meaning. Don't match_char_spec if
1698 'implicit_flag' is set. Rename to ...
1699 (match_type_spec): ... this.
1700 (gfc_match_implicit_none, match_implicit_range): Move here
1702 (gfc_match_implicit): Move here from match.c, try to
1703 match_char_len if match_implicit_range doesn't succeed for
1704 CHARACTER implicits. Call renamed fucntion match_type_spec.
1705 (gfc_match_data_decl, match_prefix): Call renamed function
1707 * match.c (gfc_match_implicit_none, match_implicit_range,
1708 gfc_match_implicit): Move to decl.c.
1709 * match.h (gfc_match_implicit_none, gfc_match_implicit):
1710 Move protoypes to section 'decl.c'.
1711 (gfc_match_type_spec): Remove prototype.
1713 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1715 * decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
1718 2004-06-29 Steven Bosscher <stevenb@suse.de>
1720 Make sure types in assignments are compatible. Mostly mechanical.
1721 * trans-const.h (gfc_index_one_node): New define.
1722 * trans-array.c (gfc_trans_allocate_array_storage,
1723 gfc_trans_allocate_temp_array, gfc_trans_array_constructor_subarray,
1724 gfc_trans_array_constructor_value, gfc_trans_array_constructor,
1725 gfc_conv_array_ubound, gfc_conv_array_ref,
1726 gfc_trans_scalarized_loop_end, gfc_conv_section_startstride,
1727 gfc_conv_ss_startstride, gfc_conv_loop_setup, gfc_array_init_size,
1728 gfc_trans_array_bounds, gfc_trans_dummy_array_bias,
1729 gfc_conv_expr_descriptor, gfc_trans_deferred_array): Use the correct
1730 types in assignments, conversions and conditionals for expressions.
1731 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
1732 gfc_conv_unary_op, gfc_conv_cst_int_power, gfc_conv_string_tmp,
1733 gfc_conv_function_call, gfc_trans_pointer_assignment,
1734 gfc_trans_scalar_assign): Likewise.
1735 * trans-intrinsic.c (build_fixbound_expr, gfc_conv_intrinsic_bound,
1736 gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
1737 gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_btest,
1738 gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ishft,
1739 gfc_conv_intrinsic_ishftc, gfc_conv_intrinsic_strcmp,
1740 gfc_conv_allocated, gfc_conv_associated,
1741 gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_trim): Likewise.
1742 * trans-io.c (set_string): Likewise.
1743 * trans-stmt.c (gfc_trans_do, gfc_trans_forall_loop,
1744 gfc_do_allocate, generate_loop_for_temp_to_lhs,
1745 generate_loop_for_rhs_to_temp, compute_inner_temp_size,
1746 compute_overall_iter_number, gfc_trans_assign_need_temp,
1747 gfc_trans_pointer_assign_need_temp, gfc_trans_forall_1,
1748 gfc_evaluate_where_mask, gfc_trans_where_assign,
1749 gfc_trans_where_2): Likewise.
1750 * trans-types.c (gfc_get_character_type, gfc_build_array_type,
1751 gfc_get_nodesc_array_type, gfc_get_array_type_bounds): Likewise.
1753 * trans.c (gfc_add_modify_expr): Add sanity check that types
1754 for the lhs and rhs are the same for scalar assignments.
1756 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1758 * dump-parse-tree.c (show_common): New function.
1759 (gfc_show_namespace): Show commons.
1761 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1762 Andrew Vaught <andyv@firstinter.net>
1766 * decl.c (gfc_match_save): Adapt to new common structures,
1767 don't allow saving USE-associated common.
1768 * dump-parse-tree (gfc_show_attr): (saved_)common are not
1769 symbol attributes any longer.
1770 (gfc_show_symbol): Don't show old-style commons any longer.
1771 (gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
1773 * gfortran.h (symbol_attribute): Remove common and saved_common
1775 (gfc_symbol): Remove common_head element.
1776 (gfc_common_head): New struct.
1777 (gfc_get_common_head): New macro.
1778 (gfc_symtree): Add field 'common' to union.
1779 (gfc_namespace): Add field 'common_root'; change type of field
1780 'blank_common' to blank_common.
1781 (gfc_add_data): New prototype.
1782 (gfc_traverse_symtree): Expect a symtree as first argument
1783 instead of namespace.
1784 * match.c (gfc_get_common): New function.
1785 (match_common_name): Change to take char * as argument, adapt,
1786 fix bug with empty name.
1787 (gfc_match_common): Adapt to new data structures. Disallow
1788 redeclaration of USE-associated COMMON-block. Fix bug with
1790 (var_element): Adapt to new common structures.
1791 * match.h (gfc_get_common): Declare.
1792 * module.c: Add 2004 to copyright years, add commons to module
1793 file layout description.
1794 (ab_attribute, attr_bits, mio_symbol_attributes): Remove code
1795 for removed attributes.
1796 (mio_symbol): Adapt to new way of storing common relations.
1797 (load_commons): New function.
1798 (read_module): Skip common list on first pass, load_commons at
1800 (write_commons): New function.
1801 (write_module): Call write_commons().
1802 * symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
1803 functions related to removed attributes.
1804 (gfc_add_data): New function.
1805 (gfc_clear_attr): Don't set removed attributes.
1806 (gfc_copy_attr): Don't copy removed attributes.
1807 (traverse_symtree): Remove.
1808 (gfc_traverse_symtree): Don't traverse symbol
1809 tree of the passed namespace, but require a symtree to be passed
1810 instead. Unify with traverse_symtree.
1811 (gfc_traverse_ns): Call gfc_traverse_symtree according to new
1813 (save_symbol): Remove setting of removed attribute.
1814 * trans-common.c (gfc_sym_mangled_common_id): Change to
1815 take 'char *' argument instead of 'gfc_symbol'.
1816 (build_common_decl, new_segment, translate_common): Adapt to new
1817 data structures, add new
1819 (create_common): Adapt to new data structures, add new
1820 argument name. Fix typo in intialization of derived types.
1821 (finish_equivalences): Add second argument in call to
1823 (named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
1824 (gfc_trans_common): Adapt to new data structures.
1825 * trans-decl.c (gfc_create_module_variables): Remove test for
1828 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1830 * io.c: Add 2004 to copyright years.
1832 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1833 Andrew Vaught <andyv@firstinter.net>
1835 * gfortran.h (gfc_gsymbol): New typedef.
1836 (gfc_gsym_root): New variable.
1837 (gfc_get_gsymbol, gfc_find_gsym): New prototypes.
1838 * parse.c (global_used): New function.
1839 (parse_block_data): Check for double empty BLOCK DATA,
1840 use global symbol table.
1841 (parse_module): Use global symbol table.
1842 (add_global_procedure, add_global_program): New functions.
1843 (gfc_parse_file): Use global symbol table.
1844 * symbol.c (gfc_gsym_root): New variable.
1845 (gfc_find_gsym, gsym_compare, gfc_get_gsymbol): New
1848 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1850 * module.c (mio_gmp_real): Correct writing of negative numbers.
1852 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1855 * expr.c (check_intrinsic_op): Allow comparison of characters.
1858 2004-06-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1859 Andrew Vaught <andyv@firstinter.net>
1861 * decl.c (contained_procedure): New function.
1862 (match_end): Verify correctness of END STATEMENT in
1865 2004-06-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1866 Andrew Vaught <andyv@firstinter.net>
1869 * decl.c (gfc_match_type_spec), io.c (match_io), parse.c
1870 (decode_statement): Enforce required space in free-form.
1872 2004-06-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1874 * f95-lang.c (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Deleted.
1875 * trans-array.c (gfc_conv_descriptor_data): Add operand
1877 (gfc_conv_descriptor_offset, gfc_conv_descriptor_dtype): Likewise.
1878 (gfc_conv_descriptor_dimension, gfc_conv_descriptor_stride): Likewise.
1879 (gfc_conv_descriptor_lbound, gfc_conv_descriptor_ubound): Likewise.
1880 * trans-common.c (create_common): Likewise.
1881 * trans-expr.c (gfc_conv_component_ref): Likewise.
1882 * trans-io.c (set_parameter_value): Likewise.
1883 (set_parameter_ref, set_string, set_flag, io_result): Likewise.
1884 (transfer_expr): Likewise.
1885 * trans-decl.c (gfc_trans_auto_character_variable):
1886 Set up to get DECL_SIZE and DECL_SIZE_UNIT gimplified.
1887 (gfc_gimplify_function): New function.
1888 (gfc_generate_function-code): Properly handle nested functions.
1889 * trans.c (gfc_build_array_ref): Add two new operands for ARRAY_REF.
1891 2004-06-22 Janne Blomqvist <jblomqvi@cc.hut.fi>
1894 * io.c (gfc_match_inquire): Bugfix for iolength related stuff.
1895 (gfc_resolve_inquire): Resolve the iolength tag. Return
1896 SUCCESS at end of function if no failure has occured.
1897 * resolve.c (resolve_code): Resolve if iolength is encountered.
1898 * trans-io.c: (ioparm_iolength, iocall_iolength,
1899 iocall_iolength_done): New variables.
1900 (last_dt): Add IOLENGTH.
1901 (gfc_build_io_library_fndecls ): Set iolength related variables.
1902 (gfc_trans_iolength): Implement.
1903 (gfc_trans_dt_end): Treat iolength as a third form of data transfer.
1905 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de
1908 * scanner.c (load_line): Don't truncate preprocessor lines.
1909 Reformat error message.
1910 (preprocessor_line): Issue warning in case of malformed
1913 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1915 * resolve.c (resolve_symbol): Add comment in function body.
1916 (check_data_variable): Change type of mark to ar_type, adapt code
1919 2004-06-21 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1921 * array.c (gfc_insert_constructor): Avoid redundant call to
1922 mpz_comp. Add 2004 to copyright years.
1924 2004-06-21 Joseph S. Myers <jsm@polyomino.org.uk>
1926 * trans.h (stmtblock_t): Change has_scope to unsigned int.
1928 2004-06-20 Steven G. Kargl <kargls@comcast.net>
1930 * arith.c (gfc_range_check): correct complex underflow.
1932 2004-06-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1935 * match.c (match_case_selector): Call gfc_match_init_expr
1936 instead of gfc_match_expr.
1937 * resolve.c (validate_case_label_expr): No need to check for
1938 constant, since it wouldn't have been matched with the fix to
1941 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1944 * trans-intrinsic.c (gfc_conv_intrinsic_len): Deal with arrays
1947 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1950 * trans-deecl.c (generate_local_decl): Do not issue warning for
1951 unused variables if they're use associated.
1953 2004-06-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1954 Andrew Vaught <andyv@firstinter.net>
1957 * gfortran.h (gfc_check_f): Add new field f3ml.
1958 * check.c (gfc_check_minloc_maxloc): Take argument list instead
1959 of individual arguments, reorder if necessary.
1960 * intrinsic.h (gfc_check_minloc_maxloc): ... adapt prototype.
1961 * intrinsic.c (add_sym_3ml): New function.
1962 (add_functions): Change to add_sym_3ml for MINLOC, MAXLOC.
1963 (check_specific): Catch special case MINLOC, MAXLOC.
1965 2004-06-14 Paul Brook <paul@codesourcery.com>
1967 * intrinsic.c (add_sym_2s): Use correct function types.
1969 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1971 * Make-lang.in (F95_OBJS, F95_PARSER_OBJS): Alphabetize. Move data.c
1972 * data.c (gfc_get_section_index): Remove dependency on trans.h.
1974 2004-06-12 Steven G. Kargl <kargls@comcast.net>
1976 * check.c (gfc_check_second_sub, gfc_check_irand, gfc_check_rand
1977 gfc_check_srand, gfc_check_etime, gfc_check_etime_sub): New functions.
1978 * gfortran.h (gfc_generic_isym_id): New symbols GFC_ISYM_ETIME,
1979 GFC_ISYM_IRAND, GFC_ISYM_RAND, GFC_ISYM_SECOND.
1980 * trans-intrinsic.c: Use symbols.
1981 * intrinsic.c (add_sym_2s): New function.
1982 * intrinsic.c: Add etime, dtime, irand, rand, second, srand.
1983 * intrinsic.h: Function prototypes.
1984 * iresolve.c (gfc_resolve_etime_sub, gfc_resolve_second_sub
1985 gfc_resolve_srand): New functions.
1987 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1990 * decl.c (gfc_match_end): Require END {SUBROUTINE|FUNCTION} for
1991 contained procedure.
1993 2004-06-12 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
1996 * interface.c (compare_parameter, compare_actual_formal): Don't
1997 check types and array shapes for NULL()
1998 * trans-expr.c (conv_function_call): No double indirection for
2001 2004-06-09 Toon Moene <toon@moene.indiv.nluug.nl>
2003 * trans-expr.c (gfc_conv_cst_int_power): Compute
2004 x**(-n) by converting it to (1/x)**n instead of
2007 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2010 * module.c (write_symbol, write_symtree): Don't write symbols
2011 wrongly added to namespace.
2012 * trans-decl.c (gfc_create_module_variable): Don't create a
2013 backend decl for a symbol incorrectly added to namespace.
2015 2004-06-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2018 * resolve.c (resolve_symbol): Verify that parameter array has an
2019 explicit shape. Fix typos and coding style issues in surrounding
2022 2004-06-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2025 * gfortran.texi: The documentation doesn't contain infomration on
2026 how to report bugs, and shouldn't, so remove the line which
2029 2004-06-05 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2031 * intrinsic.c (sort_actual): Keep track of type of missing
2032 arguments. (Missing from previous commit.)
2034 2004-06-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2036 * gfortran.h (gfc_actual_arglist): New field missing_arg_type.
2037 * interface.c (compare_actual_formal): Keep type of omitted
2039 * trans-expr.c (gfc_conv_function_call): Add string length
2040 argument for omitted string argument.
2042 2004-06-03 Paul Brook <paul@codesourcery.com>
2044 * trans.c (gfc_finish_block, gfc_add_expr_to_block): Build statement
2045 lists instead of compound expr chains.
2046 (gfc_trans_code): Annotate statement lists.
2048 2004-06-03 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2050 * trans-array.c: Fix spelling in comments.
2052 2004-06-02 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2055 * data.c (assign_substring_data_value): New function.
2056 (gfc_assign_data_value): Call the new function if we're dealing
2057 with a substring LHS.
2059 2004-06-01 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2062 * gfortran.h (GFC_VERSION): Remove.
2063 * gfortran.texi (version-gfortran): Remove, replace by version-GCC
2066 2004-05-31 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2068 * trans-types.c: Fix spelling & layout in comments.
2070 2004-05-30 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2073 * trans-const.c (gfc_conv_string_init): Allow variable string
2074 length lower than initialization string length.
2076 2004-05-30 Paul Brook <paul@codesourcery.com>
2079 * trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
2080 * trans-expr.c (gfc_trans_string_copy): New function.
2081 (gfc_conv_statement_function): Use them. Create temp vars. Enforce
2083 (gfc_conv_string_parameter): Use gfc_trans_string_copy.
2084 * trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
2085 * trans.h (struct gfc_saved_var): Define.
2086 (gfc_shadow_sym, gfc_restore_sym): Add prototypes.
2088 2004-05-30 Steven G. Kargl <kargls@comcast.net>
2090 * iresolve.c (gfc_resolve_random_number): Clean up conditional.
2092 2004-05-29 Steven G. Kargl <kargls@comcast.net>
2094 * simplify.c (gfc_simplify_log): Remove useless line of code.
2096 2004-05-29 Paul Brook <paul@codesourcery.com>
2098 * trans-common.c (find_equivalence): Find multiple rules.
2100 2004-05-27 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2102 * gfortran.h (gfc_current_locus, gfc_set_locus): Remove.
2103 (gfc_current_locus): Declare new global variable.
2104 * scanner.c (gfc_current_locus, gfc_set_locus): Remove.
2105 (gfc_current_locus1): Rename ...
2106 (gfc_current_locus): ... to this.
2107 (gfc_at_eof, gfc_at_bol, gfc_at_eol, gfc_advance_line, next_char,
2108 skip_fixed_comments, skip_free_comments, gfc_next_char_literal,
2109 gfc_peek_char, gfc_gobble_whitespace, gfc_new_file): Use
2110 gfc_current_locus instead of gfc_current_locus1, gfc_set_locus()
2111 and gfc_current_locus(), respectively.
2112 * array.c (match_subscript, gfc_match_array_ref, match_array_list,
2113 match_array_cons_element, gfc_match_array_constructor):
2114 Read/modify gfc_current_locus instead of calling gfc_set_locus()
2115 and gfc_current_locus().
2116 * decl.c (gfc_match_null, variable_decl, gfc_match_kind_spec,
2117 match_attr_spec, gfc_match_function_decl, gfc_match_end,
2118 attr_decl1, gfc_match_save): Likewise.
2119 * error.c (error_print, gfc_internal_error): Likewise.
2120 * expr.c (gfc_int_expr, gfc_default_logical_kind): Likewise.
2121 * interface.c (gfc_add_interface): Likewise.
2122 * io.c (gfc_match_format, match_dt_format, match_dt_element,
2123 match_io_iterator, match_io): Likewise.
2124 * match.c (gfc_match_space, gfc_match_eos,
2125 gfc_match_small_literal_int, gfc_match_st_label,
2126 gfc_match_strings, gfc_match_name, gfc_match_iterator,
2127 gfc_match_char, gfc_match, gfc_match_assignment,
2128 gfc_match_pointer_assignment, gfc_match_if, gfc_match_do,
2129 gfc_match_nullify, gfc_match_call, match_implicit_range,
2130 gfc_match_implicit, gfc_match_data, match_case_selector,
2131 gfc_match_case, match_forall_iterator): Likewise.
2132 * matchexp.c (gfc_match_defined_op_name, next_operator,
2133 match_level_1, match_mult_operand, match_ext_mult_operand,
2134 match_add_operand, match_ext_add_operand, match_level_2,
2135 match_level_3, match_level_4, match_and_operand, match_or_operand,
2136 match_equiv_operand, match_level_5, gfc_match_expr): Likewise.
2137 * module.c (gfc_match_use, mio_array_ref, mio_expr): Likewise.
2138 * parse.c (match_word, decode_statement, next_free, next_fixed,
2139 add_statement, verify_st_order, parse_if_block, gfc_parse_file):
2141 * primary.c (match_digits, match_integer_constant,
2142 match_boz_constant, match_real_constant, match_substring,
2143 next_string_char, match_charkind_name, match_string_constant,
2144 match_logical_constant, match_const_complex_part,
2145 match_complex_constant, match_actual_arg, match_keyword_arg,
2146 gfc_match_actual_arglist, gfc_match_structure_constructor,
2147 gfc_match_rvalue, gfc_match_variable): Likewise.
2148 * st.c (gfc_get_code): Likewise.
2149 * symbol.c (check_conflict, check_used, check_done,
2150 duplicate_attr, add_flavor, gfc_add_procedure, gfc_add_intent,
2151 gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
2152 gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.
2154 2004-05-26 Roger Sayle <roger@eyesopen.com>
2156 * io.c (format_asterisk): Silence compiler warnings by correcting
2157 the number of elements of a "locus" initializer.
2159 2004-05-25 Roger Sayle <roger@eyesopen.com>
2162 * matchexp.c: Allow unary operators after arithmetic operators
2164 (match_ext_mult_operand, match_ext_add_operand): New functions.
2165 (match_mult_operand): Tweak to call match_ext_mult_operand.
2166 (match_add_operand): Tweak to call match_ext_mult_operand.
2167 (match_level_2): Rearrange to call match_ext_add_operand.
2169 2004-05-25 Paul Brook <paul@codesourcery.com>
2171 * expr.c (check_inquiry): Remove bogus tests.
2173 2004-05-23 Paul Brook <paul@codesourcery.com>
2176 * expr.c (restricted_args): Remove redundant checks/argument.
2177 (external_spec_function): Update to match.
2178 (restricted_intrinsic): Rewrite.
2180 2004-05-23 Paul Brook <paul@codesourcery.com>
2181 Victor Leikehman <lei@haifasphere.co.il>
2183 * gfortran.h (struct gfc_symbol): Add equiv_built.
2184 * trans-common.c: Change int to HOST_WIDE_INT. Capitalize error
2186 (current_length): Remove.
2187 (add_segments): New function.
2188 (build_equiv_decl): Create initialized common blocks.
2189 (build_common_decl): Always add decl to bindings.
2190 (create_common): Create initializers.
2191 (find_segment_info): Reformat to match coding conventions.
2192 (new_condition): Use add_segments.
2193 (add_condition, find_equivalence, add_equivalences): Move iteration
2194 inside functions. Only process each segment once.
2195 (new_segment, finish_equivalences, translate_common): Simplify.
2197 2004-05-23 Steven G. Kargl <kargls@comcast.net>
2199 * check.c (gfc_check_random_seed): Issue for too many arguments.
2201 2004-05-22 Steven G. Kargl <kargls@comcast.net>
2203 * intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
2205 2004-05-22 Paul Brook <paul@codesourcery.com>
2207 * dump-parse-tree.c (gfc_show_equiv): New function.
2208 (gfc_show_namespace): Use it.
2210 2004-05-22 Victor Leikehman <lei@haifasphere.co.il>
2213 * symbol.c (gfc_add_common): Disable checks to work around other more
2214 fundamental inadequacies.
2216 2004-05-22 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2218 * trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
2220 (gfc_build_function_decl): Likewise.
2222 2004-05-22 Steven G. Kargl <kargls@comcast.net>
2224 * check.c (gfc_check_system_clock): New function.
2225 * intrinsic.c (add_sym_3s): New function.
2226 (add_subroutines): Use it.
2227 * intrinsic.h (gfc_check_system_clock, gfc_resolve_system_clock):
2229 * iresolve.c (gfc_resolve_system_clock): New function.
2231 2004-05-22 Steven G. Kargl <kargls@comcast.net>
2233 * invoke.texi: Document -Wunderflow and spell check.
2234 * lang.opt: Add Wunderflow.
2235 * gfortran.h (gfc_option_t): Add warn_underflow option.
2236 * options.c (gfc_init_options, set_Wall): Use it.
2237 * primary.c (match_real_constant): Explicitly handle UNDERFLOW.
2238 * arith.c (gfc_arith_uminus, gfc_arith_plus, gfc_arith_minus,
2239 gfc_arith_times, gfc_arith_divide, gfc_arith_power, gfc_real2real,
2240 gfc_real2complex, gfc_complex2real, gfc_complex2complex): Ditto.
2241 * arith.c (common_logarithm): Fix typo in comment.
2243 2004-05-21 Roger Sayle <roger@eyesopen.com>
2245 * io.c (check_format): As a GNU extension, allow the comma after a
2246 string literal to be optional in a format. Use gfc_notify_std to
2247 issue an error/warning as appropriate.
2249 2004-05-21 Roger Sayle <roger@eyesopen.com>
2251 * io.c (check_format): Use gfc_notify_std to determine whether to
2252 issue an error/warning for omitting the digits from the X format.
2254 2004-05-20 Roger Sayle <roger@eyesopen.com>
2256 * io.c (check_format): Allow the number before the X format to
2257 be optional when not -pedantic.
2259 2004-05-18 Feng Wang <fengwang@nudt.edu.cn>
2260 Paul Brook <paul@codesourcery.com>
2262 * f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
2263 Create decls for __builtin_pow{,f}.
2264 * gfortran.h (PREFIX_LEN): Define.
2265 * trans-decl.c (gfor_fndecl_math_powi): Add.
2266 (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
2267 (gfc_build_intrinsic_function_decls): Create decls for powi.
2268 * trans-expr.c (powi_table): Add.
2269 (gfc_conv_integer_power): Remove.
2270 (gfc_conv_powi): New function.
2271 (gfc_conv_cst_int_power): New function.
2272 (gfc_conv_power_op): Use new powi routines.
2273 * trans.h (struct gfc_powdecl_list): Add.
2274 (gfor_fndecl_math_powi): Add.
2275 (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
2277 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2279 * trans.c, trans-decl.c: Fix comment typos.
2281 2004-05-18 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2283 * trans-const.c (gfc_conv_mpf_to_tree): Fix typo.
2285 2004-05-18 Steve Kargl <kargls@comcast.net>
2287 * arith.c (gfc_int2complex): Fix incorrect range checking.
2289 2004-05-18 Paul Brook <paul@codesourcery.com>
2292 * decl.c (add_init_expr_to_sym): Remove incorrect check.
2293 (default_initializer): Move to expr.c.
2294 (variable_decl): Don't assign default initializer to variables.
2295 * expr.c (gfc_default_initializer): Move to here.
2296 * gfortran.h (gfc_default_initializer): Add prototype.
2297 * resolve.c (resolve_symbol): Check for illegal initializers.
2298 Assign default initializer.
2300 2004-05-17 Steve Kargl <kargls@comcast.net>
2302 * arith.c (gfc_arith_power): Complex number raised to 0 power is 1.
2304 2004-05-17 Steve Kargl <kargls@comcast.net>
2306 * arith.c (gfc_real2complex): Range checking wrong part of complex
2309 2004-05-16 Paul Brook <paul@codesourcery.com>
2311 * options.c (gfc_handle_module_path_options): Fix buffer overrun.
2313 2004-05-16 Paul Brook <paul@codesourcery.com>
2315 * arith.c (gfc_range_check): Fix logic error.
2317 2004-05-16 Steve Kargl <sgk@troutmask.apl.washington.edu>
2319 * arith.c: Fix comment typos.
2321 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2324 * decl.c (add_init_expr_to_sym): Verify that COMMON variable is
2325 not initialized in a disallowed fashion.
2326 * match.c (gfc_match_common): Likewise.
2327 (var_element): Verify that variable is not in the blank COMMON,
2328 if it is in a common.
2330 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
2332 * Make-lang.in (f95.generated-manpages): Remove.
2333 (f95.srcextra): New.
2334 (f95.info, fortran/gfortran.info, fortran/gfortran.dvi,
2335 f95.maintainer-clean): Generate info and dvi files in objdir/doc.
2338 (f95.install-info): Remove.
2339 (install-info): New.
2341 2004-05-15 Victor Leikehman <lei@haifasphere.co.il>
2343 * decl.c (add_init_expr_to_sym): Check for variable size arrays.
2345 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2347 * primary.c (match_boz_constant): Use gfc_notify_std() for
2348 issuing a warning or an error.
2350 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2353 * primary.c (match_structure_constructor): Rename ...
2354 (gfc_match_structure_constructor): ... to this. Make non-static.
2355 (gfc_match_rvalue): Call renamed function.
2356 * match.h (gfc_match_structure_constructor): Declare.
2357 * match.c (gfc_match_data_constant): Handle structure
2360 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2364 * gfortran.h (gfc_linebuf): New typedef.
2366 (gfc_file): Revamped, use new gfc_linebuf.
2367 (locus): Revamped, use new types.
2368 (gfc_current_file): Remove.
2369 (gfc_current_form, gfc_source_file): New global variables.
2370 * match.c (gfc_match_space, gfc_match_strings): Use
2371 gfc_current_form to find source form.
2372 * module.c (gfc_dump_module): Use gfc_source_file when printing
2374 * error.c (show_locus, show_loci) Use new data structures to print
2376 * scanner.c (first_file, first_duplicated_file, gfc_current_file):
2378 (file_head, current_file, gfc_current_form, line_head, line_tail,
2379 gfc_current_locus1, gfc_source_file): New global variables.
2380 (gfc_scanner_init1): Set new global variables.
2381 (gfc_scanner_done1): Free new data structures.
2382 (gfc_current_locus): Return pointer to gfc_current_locus1.
2383 (gfc_set_locus): Set gfc_current_locus1.
2384 (gfc_at_eof): Set new variables.
2385 (gfc_at_bol, gfc_at_eol, gfc_advance_line, gfc_next_char): Adapt
2386 to new locus structure.
2387 (gfc_check_include): Remove.
2388 (skip_free_comments, skip_fixed_comments): Use gfc_current_locus1.
2389 (gfc_skip_comments): Use gfc_current_form, find locus with
2391 (gfc_next_char): Use gfc_current_form.
2392 (gfc_peek_char, gfc_gobble_whitespace): Use gfc_current_locus1.
2393 (load_line): Use gfc_current_form. Recognize ^Z as EOF. Fix
2395 (get_file): New function.
2396 (preprocessor_line, include_line): New functions.
2397 (load_file): Move down, rewrite to match new data structures.
2398 (gfc_new_file): Rewrite to match new data structures.
2399 * parse.c (next_statement): Remove code which is now useless. Use
2400 gfc_source_form and gfc_source_file where appropriate.
2401 * trans-decl.c (gfc_get_label_decl): adapt to new data structures
2402 when determining locus of frontend code.
2403 * trans-io.c (set_error_locus): Same.
2404 * trans.c (gfc_get_backend_locus, gfc_set_backend_locus): Likewise.
2405 * lang-specs.h (@f77-cpp-input, @f95-cpp-input): Remove '-P' from
2407 (all): Add missing initializers.
2409 2004-05-15 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2411 * Make-lang.in (trans-common.o): Remove redundant dependency.
2412 (data.c): Replace object file name ...
2413 (data.o): ... by the correct one.
2415 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2417 * dump-parse-tree.c (gfc_show_array_ref): Print colon only
2418 for ranges when dumping array references.
2420 2004-05-14 Victor Leikehman <lei@haifasphere.co.il>
2422 * decl.c (variable_decl): Always apply default initializer.
2424 2004-05-08 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2427 * trans-intrinsic.c (gfc_conv_intrinsic_rrspacing): Fixed to
2428 handle zero correctly.
2430 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2432 * match.c (gfc_match): Eliminate dead code.
2434 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2436 * parse.c (gfc_statement_next_fixed): (Change from Andy's tree)
2437 Detect bad continuation line in fixed form sources.
2439 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2442 * iresolve.c (gfc_resolve_nearest): Add new function.
2443 * intrinsic.h: ... declare it here.
2444 * intrinsic.c (add_functions): ... add it as resolving function
2447 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2450 * match.c (gfc_match_do): Allow infinite loops with
2451 label-do-stmt. Do not enforce space after comma.
2453 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2456 * parse.c (parse_interface): Allow empty INTERFACE, remove
2459 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2461 * Make-lang.in, arith.c, arith.h, array.c, bbt.c, check.c,
2462 decl.c, dependency.c, dependency.h, dump-parse-tree.c, error.c,
2463 expr.c, f95-lang.c, gfortran.h, interface.c, intrinsic.c,
2464 intrinsic.h, io.c, iresolve.c, lang-specs.h, match.c, match.h,
2465 matchexp.c, misc.c, module.c, options.c, parse.c, parse.h,
2466 primary.c, resolve.c, scanner.c, simplify.c, st.c, symbol.c,
2467 trans-array.c, trans-array.h, trans-common.c, trans-const.c,
2468 trans-const.h, trans-decl.c, trans-expr.c, trans-intrinsic.c,
2469 trans-io.c, trans-stmt.c, trans-stmt.h, trans-types.c,
2470 trans-types.h, trans.c, trans.h: Update copyright years and
2472 * data.c: Likewise, also removed two whitespace-only lines.
2473 * gfortranspec.c, lang.opt: Update copyright years.
2475 2004-05-14 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2478 * trans-decl.c (generate_local_decl): Don't warn for unused
2479 variables which are in common blocks.
2481 2004-05-13 Diego Novillo <dnovillo@redhat.com>
2483 * Make-lang.in, f95-lang.c, trans-array.c, trans-decl.c,
2484 trans-expr.c, trans-intrinsic.c, trans-io.c, trans-stmt.c,
2485 trans.c: Rename tree-simple.[ch] to tree-gimple.[ch].
2487 2004-05-13 Victor Leikehman <lei@haifasphere.co.il>
2490 * trans-expr.c (gfc_conv_structure): Use field type, not expr type.
2492 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
2494 * gfortran.texi: Use @table @emph instead of @itemize @emph.
2495 Remove "set DEVELOPMENT".
2496 (Compiling GFORTRAN): Remove.
2498 2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2500 * array.c (match_subscript, match_array_ref): Add comments
2501 explaining argument 'init'.
2502 * decl.c, f95-lang.c, match.c, resolve.c, trans-array.c,
2503 trans-expr.c, trans.c: Fix some typos in comments.
2504 * dump-parse-tree.c (gfc_show_expr): Remove wrong comment.
2505 * primary.c (match_digits, match_integer_constant): Add comment
2506 explaining signflag.
2508 2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2511 * primary.c: Include system.h and flags.h, needed for pedantic.
2512 (match_boz_constant): Allow "x" for hexadecimal constants, warn if
2515 2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2518 * match.c (match_data_constant): Handle case where
2519 gfc_find_symbol sets sym to NULL
2521 2004-04-28 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2523 * Make-lang.in (f95-lang.o, trans-intrinsic.o): Add missing
2524 dependency on mathbuiltins.def
2526 2004-04-24 Victor Leikehman <lei@il.ibm.com>
2528 * trans-io.c (transfer_expr): Implemented recursive printing
2531 2004-04-24 Andrew Pinski <pinskia@physics.uc.edu>
2533 * gfortranspec.c: Do not include multilib.h.
2535 2004-04-24 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2537 * trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
2538 2004 to copyright years.
2539 * trans-expr.c, trans-decl.c: Comment update, we now generate
2540 GENERIC, not SIMPLE. Add 2004 to copyright years.
2542 2004-04-24 Paul Brook <paul@codesourcery.com>
2544 * Make-lang.in (gfortranspec.o): Add dependency on $(TM_H).
2546 2004-04-24 Feng Wang <fengwang@nudt.edu.cn>
2549 * arith.c (gfc_arith_divide): Fix complex divide.
2551 2004-04-23 Andrew Pinski <pinskia@physics.uc.edu>
2553 * gfortranspec.c: Include the target headers.
2555 2004-04-18 Feng Wang <fengwang@nudt.edu.cn>
2559 * arith.c (arctangent2): New function.
2560 * arith.h (arctangent2): Add function prototype.
2561 * simplify.c (gfc_simplify_atan2): Use it.
2562 (gfc_simplify_log): Use it.
2564 2004-04-12 Diego Novillo <dnovillo@redhat.com>
2566 * fortran/f95-lang.c (gfc_expand_stmt): Remove.
2567 (LANG_HOOKS_RTL_EXPAND_STMT): Remove.
2569 2004-04-11 Bud Davis <bdavis9659@comcast.net>
2572 * trans-io.c (build_dt): Change REC to value.
2574 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
2577 * trans-const.c (gfc_conv_mpf_to_tree): Loosen the maximum digits of
2578 the real value when converting mpf to string.
2580 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
2583 * trans-intrinsic.c (gfc_conv_intrinsic_cmplx): Fix the imag part of
2586 2004-04-11 Feng Wang <fengwang@nudt.edu.cn>
2589 * simplify.c (simplify_min_max): Convert the type of the result.
2591 2004-04-11 Paul Brook <paul@codesourcery.com>
2593 * gfortran.texi: Use full target triplet.
2595 2004-04-11 Paul Brook <paul@codesourcery.com>
2597 * Make-lang.in (GFORTRAN_TEXI): Set it.
2598 (fortran/dfortran.dvi): Use it. Add fortran to include paths.
2599 (fortran/gfortran.info): Ditto.
2600 * gfortran.texi: Major update.
2601 * invoke.texi: New file.
2603 2004-04-10 Paul Brook <paul@codesourcery.com>
2605 * trans-array.c (gfc_trans_allocate_temp_array,
2606 gfc_conv_tmp_array_ref): Don't use GFC_DECL_STRING.
2607 * trans-decl.c (gfc_build_dummy_array_decl,
2608 gfc_get_symbol_decl, gfc_build_function_decl,
2609 gfc_create_module_variable): Ditto.
2610 * trans-expr.c (gfc_conv_variable): Ditto.
2611 * trans-intrinsic.c (gfc_conv_intrinsic_len): Ditto.
2612 * trans.h (GFC_DECL_STRING): Remove.
2613 (GFC_DECL_PACKED_ARRAY, GFC_DECL_PARTIAL_PACKED_ARRAY,
2614 GFC_DECL_ASSIGN): Renumber flags.
2616 2004-04-05 Paul Brook <paul@codesourcery.com>
2620 * f95-lang.c (gfc_init_builtin_functions): Add stack_alloc, stack_save
2622 * gfortran.h (struct gfc_charlen): Add backend_decl.
2623 * trans-array.c (gfc_trans_allocate_temp_array,
2624 gfc_conv_temp_array_ref, gfc_conv_resolve_dependencies,
2625 (gfc_conv_loop_setup, gfc_array_allocate, gfc_conv_array_init_size):
2626 Remove old, broken string handling.
2627 (gfc_trans_auto_array_allocation, gfc_trans_g77_array,
2628 gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
2629 gfc_trans_deferred_array): Handle character arrays.
2630 * trans-const.c (gfc_conv_const_charlen): New function.
2631 * trans-const.h (gfc_conv_const_charlen): Add prototype.
2632 * trans-decl.c (gfc_finish_var_decl): Don't mark automatic variables
2634 (gfc_build_dummy_array_decl): Handle arrays with unknown element size.
2635 (gfc_create_string_length): New function.
2636 (gfc_get_symbol_decl): Create lengths for character variables.
2637 (gfc_get_fake_result_decl): Ditto.
2638 (gfc_build_function_decl): Only set length for assumed length
2639 character arguments.
2640 (gfc_trans_dummy_character): New function.
2641 (gfc_trans_auto_character_variable): Rewrite.
2642 (gfc_trans_deferred_vars): Handle more types of character variable.
2643 (gfc_create_module_variable): String lengths have moved.
2644 (gfc_generate_function_code): Initialize deferred var chain earlier.
2645 * trans-expr.c (gfc_conv_init_string_length): Rename ...
2646 (gfc_trans_init_string_length): ... to this.
2647 (gfc_conv_component_ref, gfc_conv_variable, gfc_conv_concat_op,
2648 gfc_conv_function_call): Update to new format for character variables.
2649 (gfc_conv_string_length): Remove.
2650 (gfc_conv_string_parameter): Update assertion.
2651 * trans-intrinsic.c (gfc_conv_intrinsic_len): Use new location.
2652 * trans-io.c (set_string): Use new macro names.
2653 * trans-stmt.c (gfc_trans_label_assign. gfc_trans_goto): Ditto.
2654 * trans-types.c (gfc_get_character_type): Use existing length expr.
2655 (gfc_is_nodesc_array): Make public.
2656 (gfc_get_dtype_cst): Rename ...
2657 (gfc_get_dtype): ... to this. Handle unknown size arrays.
2658 (gfc_get_nodesc_array_type): Use new name.
2659 (gfc_sym_type): New character variable code.
2660 (gfc_get_derived_type): Ditto.
2661 (gfc_get_function_type): Evaluate character variable lengths.
2662 * trans-types.h (gfc_strlen_kind): Define.
2663 (gfc_is_nodesc_array): Add prototype.
2664 * trans.h: Update prototypes.
2665 (struct lang_type): Update comments.
2666 (GFC_DECL_STRING_LEN): New name for GFC_DECL_STRING_LENGTH.
2667 (GFC_KNOWN_SIZE_STRING_TYPE): Remove.
2669 2004-04-04 Paul Brook <paul@codesourcery.com>
2671 * gfortran.h (struct gfc_option_t): Remove flag_g77_calls.
2672 * options.c (gfc_init.options, gfc_handle_option): Ditto.
2673 * trans-expr.c (gfc_conv_function_call): Ditto.
2674 * trans-types.c (gfc_is_nodesc_array): Ditto
2675 * lang.opt (fg77-calls): Remove.
2677 2004-04-04 Paul Brook <paul@codesourcery.com>
2679 * trans-array.c (OFFSET_FIELD): Rename from BASE_FIELD.
2680 (gfc_conv_descriptor_base): Rename ...
2681 (gfc_conv_descriptor_offset): ... to this.
2682 (gfc_trans_allocate_array_storage): Set offset to zero.
2683 (gfc_conv_array_base): Rename ...
2684 (gfc_conv_array_offset): ... to this.
2685 (gfc_conv_array_index_ref): Add offset parameter.
2686 (gfc_conv_array_ref): Include offset.
2687 (gfc_trans_preloop_setup): Use existing offset.
2688 (gfc_trans_allocate_temp_array, gfc_array_allocate,
2689 gfc_trans_auto_array_allocation, gfc_trans_g77_array,
2690 gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
2691 gfc_conf_ss_descriptor): Set offset.
2692 * trans-array.h: Rename prototypes.
2693 * trans-const.h (gfc_index_zero_node): Define.
2694 * trans-decl.c (gfc_build_qualified_array): Change base to offset.
2695 * trans-types.c (gfc_get_array_type_bounds): Ditto.
2696 (gfc_get_nodesc_array_type): Calculate offset before upper bound.
2698 2004-03-25 Diego Novillo <dnovillo@redhat.com>
2700 * convert.c (convert): Don't handle WITH_RECORD_EXPR.
2702 2004-03-24 Bud Davis <bdavis9659@comcast.net>
2705 * arith.c (gfc_convert_integer,gfc_convert_real): Removed leading '+'
2706 before conversion by gmp library call.
2708 2004-03-24 Bud Davis <bdavis9659@comcast.net>
2711 * trans-io.c (gfc_trans_open): Change RECL= to a value parameter.
2713 2004-02-24 Richard Henderson <rth@redhat.com>
2715 * trans-array.c (gfc_trans_dummy_array_bias): Fix typo.
2717 2004-02-19 Loren J. Rittle <ljrittle@acm.org>
2719 * Make-lang.in ($(srcdir)/fortran/gfortran.info): Move...
2720 (fortran/gfortran.info): ... to here.
2723 2004-02-16 Richard Henderson <rth@redhat.com>
2725 * Make-lang.in (f95-lang.o, trans-decl.o): Depend on cgraph.h.
2726 * f95-lang.c (LANG_HOOKS_EXPAND_DECL): Remove.
2727 (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): New.
2728 (gfc_expand_function): Rename from expand_function_body, make static,
2729 don't do anything except invoke tree_rest_of_compilation.
2730 (gfc_be_parse_file): Invoke cgraph.
2731 (gfc_expand_decl): Remove.
2732 (gfc_init_builtin_functions): Add __builtin_init_trampoline and
2733 __builtin_adjust_trampoline.
2734 * trans-decl.c (gfc_get_extern_function_decl): Don't set DECL_CONTEXT.
2735 (gfc_finalize): New.
2736 (gfc_generate_function_code): Use it. Lower nested functions.
2737 * trans-expr.c (gfc_conv_function_call): Add static chain operand
2739 * trans.c (gfc_build_function_call): Likewise.
2740 * trans.h (expand_function_body): Remove.
2742 2004-02-15 Victor Leikehman <lei@il.ibm.com>
2745 * trans-decl.c (gfc_build_function_decl) For functions
2746 returning CHARACTER pass an extra length argument,
2747 following g77 calling conventions.
2748 * trans-types.c (gfc_get_function_type) Ditto.
2749 * trans-expr.c (gfc_conv_function_call) Ditto.
2751 2004-02-14 Paul Brook <paul@codesourcery.com>
2753 * f95-lang.c (gfc_init_builtin_functions): Build chain properly.
2755 2004-02-12 Paul Brook <paul@nowt.org>
2759 2004-02-08 Steve Kargl <sgk@troutmask.apl.washington.edu>
2761 * gfortran.texi: Fix typos.
2763 2004-02-07 Bud Davis <bdavis9659@comcast.net>
2766 * intrinsic.c (add_conversions) Use logical conversion instead
2768 * trans-types.c (gfc_get_logical_type) implemented logical*1
2771 2004-01-17 Paul Brook <paul@codesourcery.com>
2773 * lang-specs.h: Remove %<fixed-form.
2775 2004-01-15 Toon Moene <toon@moene.indiv.nluug.nl>
2777 * lang-specs.h: Enable preprocessing of source files
2778 ending in .F, .fpp, .FPP, .F90 and .F95.
2780 2004-01-13 Toon Moene <toon@moene.indiv.nluug.nl>
2783 * lang-specs.h: Enable compilation of files ending
2784 in .f, .for and .FOR.
2786 2004-01-11 Paul Brook <paul@codesourcery.com>
2788 * trans-stmt.c (gfc_trans_if_1): New function.
2789 (gfc_trans_if): Use it.
2791 2004-01-11 Erik Schnetter <schnetter@uni-tuebingen.de>
2793 * gfortran.h (GFC_MAX_SYMBOL_LEN): Increase.
2794 (gfc_option_t): Add max_identifier_length.
2795 * lang.opt: Add fmax-identifier-length.
2796 * match.c (parse_name): Use limit.
2797 * options.c (gfc_init_options): Set max_identifier_length.
2798 (gfc_handle_option): Ditto.
2800 2004-01-11 Feng Wang <fengwang@nudt.edu.cn>
2802 * intrinsic.c (add_functions): Add resolve function to dcmplx.
2803 * intrinsic.h (gfc_resolve_dcmplx): Add prototype.
2804 * iresolve.c (gfc_resolve_dcmplx): New function.
2806 2004-01-10 Paul Brook <paul@codesourcery.com>
2808 * trans-decl.c (gfc_get_symbol_decl): Don't set subroutine attr.
2809 * trans-types.c (gfc_sym_type): Handle external dummy procedures.
2810 (gfc_return_by_reference): Correct condition.
2811 (gfc_get_function_type): Ditto.
2813 2004-01-10 Paul Brook <paul@codesourcery.com>
2815 * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Convert mismatched
2818 2004-01-10 Huang Chun <chunhuang73@hotmail.com>
2820 * iresolve.c: Use correct kind.
2822 2004-01-10 Huang Chun <chunhuang73@hotmail.com>
2825 * trans-decl.c (gfc_create_module_variable): Output array valued
2828 2004-01-10 Paul Brook <paul@codesourcery.com>
2830 * resolve.c (resolve_branch): Get error message right way round.
2832 2004-01-10 Canqun Yang <canqun@nudt.edu.cn>
2834 * trans-array (gfc_conv_loop_setup): Adjust comment to track
2836 (gfc_array_allocate): Don't count size of element twice.
2838 2004-01-04 Paul Brook <paul@codesourcery.com>
2840 * lang.opt (i8, r8, std=*): Remove RejectNegative.
2842 2004-01-04 Paul Brook <paul@codesourcery.com>
2844 * error.c (gfc_notify_std): New function.
2845 * gfortran.h (gfc_notify_std): Declare.
2846 (GFC_STD_*): Define.
2847 (gfc_option_t): Add warn_std and allow_std.
2848 * intrinsic.c (gfc_init_expr_extensions): Fix logic.
2849 (gfc_intrinsic_func_interface): Use gfc_notify_std.
2850 * check.c (check_rest): Use gfc_notify_std.
2851 * match.c (gfc_match_pause): Ditto.
2852 (gfc_match_assign): Ditto.
2853 (gfc_match_goto): Ditto.
2854 * resolve.c (resolve_branch): Ditto.
2855 * lang.opt: Add std=<foo> and w.
2856 * options.c (gfc_init_options): Set allow_std and warn_std.
2857 (gfc_handle_option): Handle OPT_std_* and OPT_w.
2859 2004-01-01 Paul Brook <paul@codesourcery.com>
2861 * array.c (gfc_append_constructor): Take constructor, not expression.
2862 * data.c (struct gfc_expr_stack): Remove.
2863 (expr_stack): Remove.
2864 (find_con_by_offset): Rename from find_expr_in_con.
2865 (find_con_by_component): Rename from find_component_in_con.
2866 (gfc_get_expr_stack): Remove.
2867 (gfc_assign_data_value): Rewrite.
2868 (gfc_expr_push): Remove.
2869 (gfc_expr_pop): Remove.
2870 (gfc_advance_section): Rename from
2871 gfc_modify_index_and_calculate_offset. Handle unbounded sections.
2872 (gfc_get_section_index): Handle unbounded sections.
2873 * gfortran.h: Update prototypes.
2874 * resolve.c (check_data_variable): Array section maight not be the
2877 2004-01-01 Paul Brook <paul@codesourcery.com>
2880 * resolve.c (resolve_symbol): Allow assumed length function results.
2882 2004-01-01 Steve Kargl <sgk@troutmask.apl.washington.edu>
2884 * match.c (gfc_match_pause): Fix spelling.
2886 2004-01-01 Steven Bosscher <stevenb@suse.de>
2889 * trans-expr.c (gfc_conv_variable): Take the type kind of a substring
2890 reference from the expression.
2892 2003-12-26 Feng Wang <fengwang@nudt.edu.cn>
2894 * dump-parse-tree.c (gfc_show_code_node): Add ASSIGN and ASSIGNED GOTO
2896 * gfortran.h (gfc_statement): New ST_LABEL_ASSIGNMENT.
2897 (gfc_exec_op): New EXEC_LABEL_ASSIGN.
2898 (symbol_attribute):New variable attribute: assign.
2899 * io.c (resolve_tag):Integer variable is allowed.
2900 (match_dt_format): Add ASSIGN statement. Set assign flag.
2901 * match.c (gfc_match_if): Change ST_NONE to ST_LABEL_ASSIGNMENT.
2902 (gfc_match_assign): Add ASSIGN statement. Set assign flag.
2903 (gfc_match_goto): Add ASSIGNED GOTO statement. Set assign flag.
2904 * parse.c (decode_statement): Add ST_LABEL_ASSIGNMENT.
2905 (next_statement): Add ST_LABEL_ASSIGNMENT.
2906 (gfc_ascii_statement): Add ST_LABEL_ASSIGNMENT.
2907 * resolve.c (resolve_code): Resolve ASSIGN and ASSIGNED GOTO statement.
2908 (resolve_blocks): Resolve ASSIGNED GOTO statement label list.
2909 * st.c (gfc_free_statement): Add EXEC_LABEL_ASSIGN.
2910 * trans-decl.c (gfc_get_symbol_decl): Create the shadow variable for
2911 assign. Put them into the stuct lang_decl.
2912 * trans-io.c (set_string): Add the assign statement.
2913 * trans-stmt.c (gfc_trans_label_assign): New function.
2914 (gfc_trans_goto): Translate ASSIGNED GOTO statement.
2915 * trans-stmt.h (gfc_trans_label_assign): Added function prototype.
2916 * trans.c (gfc_trans_code): Add EXEC_LABEL_ASSIGN.
2917 * trans.h (lang_decl):Add shadow variable decl tree needed by assign.
2918 (GFC_DECL_ASSIGN_ADDR(node)): New macro to access this.
2919 (GFC_DECL_ASSIGN(node)): New macro to access flag.
2921 2003-12-31 Huang Chun <chunhuang73@hotmail.com>
2924 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Fixed bug in
2927 2003-12-22 Toon Moene <toon@moene.indiv.nluug.nl>
2929 * options.c (gfc_init_options): Set flag_argument_noalias to 2, to indicate
2930 that arguments to subroutines/functions can't alias themselves, nor global
2933 2003-12-20 Steven Bosscher <stevenb@suse.de>
2935 * trans-expr.c (gfc_conv_expr_op): Fold the result expression.
2936 * trans.c (gfc_add_modify_expr, gfc_add_expr_to_block): Likewise.
2938 2003-12-12 Huang Chun <chunhuang73@hotmail.com>
2940 * primary.c (match_substring): Fix substring bug for start point
2941 or end point is NULL.
2942 * trans-expr.c (gfc_conv_substring): Ditto
2943 * trans-types.c (gfc_sym_type): Get correct type of scalar
2944 character variables.
2945 * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle character in
2948 2003-12-10 Richard Henderson <rth@redhat.com>
2950 * options.c (gfc_post_options): Don't ever use rtl inlining.
2952 2003-12-05 Canqun Yang <canqun@nudt.edu.cn>
2954 * trans-common.c: Re-implement COMMON blocks and EQUIVALENCE lists.
2955 * trans-equivalence.c: Remove.
2956 * trans-decl.c (gfc_get_symbol_decl): Update to match.
2957 (gfc_generate_function_code): Ditto.
2958 * trans-array.c (gfc_conv_array_parameter): Ditto.
2959 * Make-lang.in (F95_OBJS): Remove fortran/trans-equivalence.o
2960 (F95_ADDITIONAL_OBJS): Add stor-layout.o
2961 * trans.h (gfc_trans_equivalence): Remove.
2962 * gfortran.h (struct gfc_equiv): Add used field.
2963 (struct gfc_symbol): Remove addr_base, addr_offset, equiv_ring,
2964 equiv_offset fields.
2966 2003-12-05 Richard Henderson <rth@redhat.com>
2968 * trans.c (gfc_build_addr_expr): New.
2969 (gfc_build_indirect_ref, gfc_build_array_ref): New.
2970 * trans.h: Declare them.
2971 * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-io.c,
2972 trans-stmt.c, trans.c (*): Use them.
2974 * f95-lang.c (gfc_post_options): Remove dead prototype.
2975 * trans-array.c (gfc_trans_deferred_vars): Remove unused variable.
2976 * trans-stmt.c (gfc_evaluate_where_mask): Fix temporary_list
2979 2003-12-01 Feng Wang <fengwang@nudt.edu.cn>
2981 * io.c (gfc_match_format): Check for missing format label.
2983 2003-11-30 Huang Chun <chunhuang73@hotmail.com>
2986 * trans-decl.c (gfc_sym_mangled_function_id): Don't mangle symbols
2987 from interfaces in modules.
2989 2003-11-30 Paul Brook <paul@nowt.org>
2991 * trans-array.c (gfc_trans_g77_array): Make non-static.
2992 (gfc_trans_assumed_size): Remove.
2993 (gfc_trans_dummy_array_bias): Explicitly free temporary.
2994 * trans-array.h (gfc_trans_g77_array): Add prototype.
2995 (gfc_trans_assumed_size): Remove.
2996 * trans-decls.c (gfor_fndecl_push_context): Remove.
2997 (gfor_fndecl_pop_context): Remove.
2998 (gfc_build_function)decls): Don't create them.
2999 (gfc_trans_deferred_vars): Update to match. Remove dead code.
3000 * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Free temp.
3002 2003-11-30 Kejia Zhao <kejia_zh@nudt.edu.cn>
3004 * trans-array.c (gfc_conv_array_parameter): Simplify
3005 array argument passing for array name actual argument.
3006 * trans-expr.c (gfc_conv_function_call): Ditto
3007 * trans-types.c (gfc_is_nodesc_array):Ditto.
3009 2003-11-30 Paul Brook <paul@nowt.org>
3011 * f95-lang.c (gfc_post_options): Move ...
3012 * options.c (gfc_post_options): .. to here. Handle inlining options.
3013 * gfortran.h (gfc_post_options): Add prototype.
3015 2003-11-28 Richard Henderson <rth@redhat.com>
3017 * trans.c (gfc_create_var_np): Use create_tmp_var_raw.
3019 2003-11-28 Huang Chun <chunhuang73@hotmail.com>
3021 * trans.h (has_alternate_specifier): New global variable.
3022 * match.c (gfc_match_call): Handle actual arguments associated with
3023 alternate return indicators.
3024 * trans-expr.c (gfc_conv_function_call): Ditto
3025 * trans-stmt.c (gfc_trans_call): Ditto
3026 (gfc_trans_return): Handle return statement with value.
3027 * trans-decl.c (gfc_generate_function_code): Handle functions with
3029 (gfc_get_fake_result_decl): Ditto
3030 * trans-types.c (gfc_get_function_type): Ditto
3031 * resolve.c (resolve_actual_arglist): Check alternate return indicators.
3032 (resolve_formal_arglist): Check asterisk dummy.
3034 2003-11-27 Paul Brook <paul@nowt.org>
3036 * trans-array.c (gfc_tran_allocate_array_storage): Use new memory
3037 allocation interface.
3038 (gfc_conv_ array_parameter): Ditto.
3039 (gfc_trans_auto_array_allocation): Ditto. Also free the memory.
3040 * trans-array.c: Update prototype.
3041 * trans-decl.c (gfc_build_builtin_function_decls): Update prototypes.
3042 (gfc_trans_auto_character_variable): Use new memory alloc interface.
3043 * trans-expr.c (gfc_conv_string_tmp): Ditto.
3044 (gfc_conv_function_call): Use gfc_conv_string_tmp.
3045 * trans-stmt.c (gfc_do_allocate): Use new memory alloc interface.
3046 * trans-intrinsic.c (gfc_conv_intrinsic_trim): Ditto.
3047 * trans.h (gfc_ss_info): Remove unused pdata field.
3048 * trans.c (gfc_create_var_np): Change T to V.
3050 2003-11-26 Richard Henderson <rth@redhat.com>
3052 * mathbuiltins.def: Move acos, asin, cosh, log10, sinh, tanh from ...
3053 * trans-intrinsic.c (gfc_intrinsic_map): ... here. Add SCALE,
3054 FRACTION, NEAREST, SET_EXPONENT.
3055 (gfc_intrinsic_map_t): Add libm_name, complex_available, is_constant.
3056 Fix GTY marking. Remove unnecessary const's.
3057 (LIBM_FUNCTION): Rename from I_LIB.
3058 (LIBF_FUNCTION): New.
3059 (gfc_get_intrinsic_lib_fndecl): Handle libm and libgfortran naming
3060 conventions. Assume the expr signature is correct. Mark const.
3061 (gfc_conv_intrinsic_exponent): Use library functions.
3062 (gfc_conv_intrinsic_set_exponent): Remove.
3063 (gfc_conv_intrinsic_scale): Remove.
3064 (gfc_conv_intrinsic_nearest): Remove.
3065 (gfc_conv_intrinsic_fraction): Remove.
3066 (gfc_conv_intrinsic_function): Update.
3067 * trans-decl.c (gfor_fndecl_math_exponent4): New.
3068 (gfor_fndecl_math_exponent8): New.
3069 (gfc_build_intrinsic_function_decls): Set them.
3070 * trans.h: Declare them.
3072 2003-11-25 Canqun Yang <canqun@nudt.edu.cn>
3074 * trans-common.c (gfc_layout_global_equiv): Locate the error for
3075 underflow COMMON block.
3076 (gfc_trans_one_common): Fix bug for size of COMMON block containing
3077 EQUIVALENCE object. Also fix typo in an error message.
3079 2003-11-25 Diego Novillo <dnovillo@redhat.com>
3081 * Make-lang.in: Add check-gfortran to lang_checks.
3082 (check-f95): Alias for check-gfortran.
3084 2003-11-25 Jason Merrill <jason@redhat.com>
3086 * Make-lang.in (f95.tags): Create TAGS.sub files in each
3087 directory and TAGS files that include them for each front end.
3089 2003-11-24 Paul Brook <paul@nowt.org>
3092 * trans-decl.c (gfc_greate_module_variable): Skip COMMON blocks.
3094 2003-11-24 Paul Brook <paul@nowt.org>
3096 * expr.c (simplify_const_ref): Return SUCCESS for things we don't
3098 * resolve.c (gfc_resolve_expr): Resolve contents before rank/shape.
3100 2003-11-24 Paul Brook <paul@nowt.org>
3103 * array.c (gfc_array_ref_shape): Handle elemental dimensions.
3104 * trans-array.c (gfc_trans_preloop_setup): Use correct dim lookup.
3106 2003-11-20 Richard Henderson <rth@redhat.com>
3108 * trans-array.c (gfc_trans_allocate_array_storage): Use convert.
3109 (gfc_conv_array_base): Likewise.
3110 * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
3111 * trans-expr.c (gfc_conv_string_tmp): Likewise.
3112 * trans-intrinsic.c (gfc_conv_intrinsic_trim): Likewise.
3113 * trans-stmt.c (gfc_trans_character_select): Likewise.
3115 2003-11-13 Paul Brook <paul@nowt.org>
3117 * trans-decl.c (gfc_sym_mangled_function_id): Dont mangle externals.
3119 2003-11-13 Canqun Yang <canqun@nudt.edu.cn>
3121 * resolve.c (gfc_resolve): Also resolve EQUIVALENCE objects.
3122 (resolve_equivalence): New function.
3123 (resolve_equivalence_derived): New function.
3125 2003-11-12 Richard Henderson <rth@redhat.com>
3127 * trans.c (gfc_trans_code): Use annotate_with_locus instead of
3128 annotate_all_with_locus.
3130 2003-11-11 Canqun Yang <canqun@nudt.edu.cn>
3132 * options.c (gfc_init_options): Set flag_max_stack_var_size as 32768.
3133 * trans-decl.c (gfc_finish_var_decl): Modified.
3135 2003-11-08 Paul Brook <paul@nowt.org>
3138 * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Handle zero-size
3141 2003-11-06 Paul Brook <paul@nowt.org>
3143 * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Initialize pos.
3145 2003-11-02 Canqun Yang <canqun@nudt.edu.cn>
3147 * match.c (gfc_match_stopcode): Assign '0' to stop_code.
3149 2003-10-27 Anthony Green <green@redhat.com>
3151 * Make-lang.in (f95.stageprofile): Use tabs, not spaces.
3152 (f95.stagefeedback): Ditto.
3154 2003-10-27 Andrew Pinski <pinskia@physics.uc.edu>
3157 * Make-lang.in (f95.stageprofile): Add.
3158 (f95.stagefeedback): Add.
3160 2003-10-23 Richard Henderson <rth@redhat.com>
3162 * f96-lang.c (gfc_gimplify_expr): Remove.
3163 (LANG_HOOKS_GIMPLIFY_EXPR): Remove.
3164 (LANG_HOOKS_GIMPLE_BEFORE_INLINING): New.
3166 2003-10-23 Richard Henderson <rth@redhat.com>
3168 * f95-lang.c (gfc_gimplify_expr): Return gimplify_status.
3170 2003-10-20 Paul Brook <paul@nowt.org>
3172 * trans-expr.c (gfc_conv_integer_power): Use boolean_type_node.
3173 * trans-stmt.c (gfc_trans_do_while): Ditto.
3175 2003-10-17 Paul Brook <paul@nowt.org>
3177 * simplify.c (gfc_simplify_shape): Use gfc_array_dimen_size.
3179 2003-10-17 Paul Brook <paul@nowt.org>
3181 * trans-io.c (gfc_build_io_library_fndecls): Set TREE_PUBLIC.
3183 2003-10-17 Feng Wang <wf_cs@yahoo.com>
3185 * iresolve.c (gfc_resolve_maxloc): Change the result's kind and type.
3186 (gfc_resolve_minloc): Ditto.
3187 * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use correct types.
3188 Return the value after subtracting the lower bound.
3190 2003-10-16 Richard Henderson <rth@redhat.com>
3192 * f95-lang.c (expand_function_body): Don't check flag_disable_gimple.
3194 2003-10-16 Steven Bosscher <steven@gcc.gnu.org>
3196 * lang.c: Remove -M option for now, it's in the way for C.
3198 2003-10-14 Jason Merrill <jason@redhat.com>
3200 * Make-lang.in (f95.tags): New rule.
3202 2003-10-13 Richard Henderson <rth@redhat.com>
3204 * trans.c (gfc_trans_code): Use annotate_all_with_locus.
3206 2003-10-13 Paul Brook <paul@nowt.org>
3208 * trans-decl.c (generate_local_decl): Don't create junk variables.
3210 2003-10-13 Paul Brook <paul@nowt.org>
3212 * resolve.c (resolve_formal_arglist): Use function result decl in
3213 preference to function decl.
3215 2003-10-12 Richard Henderson <rth@redhat.com>
3217 * f95-lang.c (gfc_define_builtin): New const_p argument. Set
3218 TREE_READONLY. Update all callers.
3220 2003-10-12 Feng Wang <wf_cs@yahoo.com>
3222 * iresolve.c (gfc_resolve_cshift): Change to match implementation.
3223 * trans-intrinsic.c (gfc_conv_intrinsic_function): Remove CSHIFT.
3224 (gfc_is_intrinsic_libcall): Add CSHIFT.
3226 2003-10-12 Richard Henderson <rth@redhat.com>
3228 * trans-array.c (gfc_trans_static_array_pointer): Set TREE_INVARIANT.
3229 (gfc_trans_array_constructor_value): Likewise.
3230 (gfc_conv_array_initializer): Likewise.
3231 * trans-stmt.c (gfc_trans_character_select): Likewise.
3233 2003-11-12 Kejia Zhao <kejia_zh@yahoo.com.cn>
3235 * trans-intrinsic.c (integer_kind_info, real_kind_info): Remove.
3237 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
3239 * check.c (gfc_check_repeat): Check arguments are scalar.
3240 (gfc_check_trim): New function.
3241 * intrinsic.h (gfc_check_trim): Add prototype.
3242 * intrinsic.c (add_functions): Use it.
3243 * trans.h (gfor_fndecl_string_trim, gfor_fndecl_string_repeat):
3245 * trans-decl.c: Ditto.
3246 (gfc_build_intrinsic_fucntion_decls): Set them.
3247 * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle result vars.
3248 (gfc_conv_intrinsic_trim): New function.
3249 (gfc_conv_intrinsic_repeat): New function.
3250 (gfc_conv_intrinsic_function): Use them.
3252 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
3254 * trans-types.c (gfc_sym_type): Handle result variables.
3256 2003-10-11 Huang Chun <jiwang@mail.edu.cn>
3258 * trans-intrinsic.c (gfc_conv_intrinsic_char): Don't use
3259 gfc_get_character_type.
3261 2003-10-11 Feng Wang <wf_cs@yahoo.com>
3263 * trans-expr.c (gfc_conv_variable): Check sym->ts, not the decl.
3265 2003-10-11 Paul Brook <paul@nowt.org>
3267 * iresolve.c (gfc_resolve_dint, gfc_resolve_dnint): New functions.
3268 (gfc_resolve_dprod): New function.
3269 (gfc_resolve_aint, gfc_resolve_anint): Only base name on arg type.
3270 * intrinsic.h (gfc_resolve_dint, gfc_resolve_dnint): Declare.
3271 (gfc_resolve_dprod): Declare.
3272 * intrinsic.c (add_functions): Use them.
3273 * trans-decl.c (gfc_get_extern_function_decl): Only pass one arg.
3275 2003-10-06 Richard Henderson <rth@redhat.com>
3277 * f95-lang.c (gfc_init_builtin_functions): Add clzll.
3278 * trans-intrinsic.c (call_builtin_clz): Use it.
3280 2003-10-05 Paul Brook <paul@nowt.org>
3282 * f95-lang.c (expand_function_body): Call (push|pop)_function_context.
3283 * trans-decl.c (gfc_generate_function_code): Set
3284 cfun->function_end_locus.
3286 2003-09-24 Jason Merrill <jason@redhat.com>
3288 * f95-lang.c, trans-decl.c: Use DECL_SOURCE_LOCATION instead of
3291 2003-09-21 Lifang Zeng <zlf605@hotmail.com>
3292 Paul Brook <paul@nowt.org>
3294 * Make-lang.in (F95_OBJS): Add fortran/data.o.
3295 * array.c (gfc_inser_constructor): New function.
3296 (gfc_get_constructor): New function.
3297 (gfc_free_constructor): Initialize offset and repeat.
3298 (iterator_stack): Remove.
3299 (expand_info): Add offset, component and repeat fields.
3300 (expand_constructor): Set them.
3301 (expand): Set new fields.
3302 (gfc_copy_constructor): Ditto. Avoid recursion.
3303 * gfortran.h: Add prototypes for new functions.
3304 (gfc_constructor): Add offset, component and repeat.
3305 (iteratio_stack): Move to here.
3306 * resolve.c (check_data_variable): Convert data values into variable
3308 (traverse_data_list): Build implicit loop chain.
3309 (gfc_resolve): Ditto.
3310 * trans-array.c (gfc_conv_array_intializer): Handle repeat count.
3311 * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_structure.
3312 * trans-expr.c (gfc_conv_structure): Handle array initializers.
3313 (gfc_conv_expr): Update to match.
3314 * trans.h (gfc_conv_structure): Declare.
3317 2003-09-20 Kejia Zhao <kejia_zh@yahoo.com.cn>
3319 * trans.h: Add declarations for gfor_fndecl_si_kind and
3320 gfor_fndecl_sr_kind.
3321 * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
3322 * trans-intrinsic.c (g95_conv_intrinsic_si_kind): New function.
3323 (g95_conv_intrinsic_sr_kind): New function.
3324 (g95_conv_intrinsic_function): Add SELECTED_INT_KIND and
3327 2003-09-17 Lars Segerlund <Lars.Segerlund@comsys.se>
3329 * iresolve.c (gfc_resolve_random_number): Generate _r4 & _r8
3330 instead of _4 and _8 as postfix for libgfortran calls.
3332 2003-09-16 Paul Brook <paul@nowt.org>
3334 * array.c (compare_bounds): New function.
3335 (gfc_compare_array_spec): Use it.
3337 2003-09-14 Paul Brook <paul@nowt.org>
3339 * primary.c (gfc_match_rvalue): Make sure sym->result is set.
3340 * trans-expr.c (gfc_conv_string_parameter): Also allow PRAM_DECLs.
3342 2003-09-14 Paul Brook <paul@nowt.org>
3344 * check.c (dim_rank_check): Allow assumed bounds if requested.
3345 (gfc_check_lbound): Call it.
3346 (gfc_check_ubound): Ditto.
3347 (gfc_check_size): Change to match.
3348 * simplify.c (gfc_simplify_bound): New function.
3349 (gfc_simplify_lbound): New function.
3350 (gfc_simplify_ubound): New function.
3351 * intrinsic.h: Declare them.
3352 * intrinsic.c (add_functions): Use them.
3354 2003-09-14 Paul Brook <paul@nowt.org>
3356 * io.c (format_lex): Initialize negative_flag.
3357 (check_format): Intialize repeat.
3358 * trans-io.c (gfc_new_nml_name_expr): Declare static.
3359 (gfc_new_var_expr): Ditto.
3361 2003-09-14 Paul Brook <paul@nowt.org>
3363 * trans-array.c (gfc_conv_array_initializer): Handle derived types.
3364 * trans-decl.c (gfc_get_symbol_decl): Only do local scalar values.
3366 2003-09-12 Paul Brook <paul@nowt.org>
3368 * trans-intrinsic.c (gfc_conv_intrinsic_sign): Call fold.
3370 2003-09-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3372 * fortran/trans.c (gfc_finish_block): Call rationalize_compound_expr
3373 for a correct expression.
3375 2003-09-10 Kejia Zhao <kejia_zh@yahoo.com.cn>
3377 * trans-intrinsic.c (real_compnt_info): New struct.
3378 (prepare_arg_info): New function.
3379 (gfc_conv_intrinsic_set_exponent): New function.
3380 (gfc_conv_intrinsic_scale): New function.
3381 (gfc_conv_intrinsic_nearest): New function.
3382 (gfc_conv_intrinsic_fraction): New function.
3383 (gfc_conv_intrinsic_exponent): New function.
3384 (gfc_conv_intrinsic_spacing): New function.
3385 (gfc_conv_intrinsic_rrspacing): New function.
3386 (gfc_conv_intrinsic_function): Use them.
3388 2003-08-24 XiaoQiang Zhang (zhangapache@yahoo.com>
3390 * trans-const.c (gfc_conv_mpz_to_tree): Fix bug, parameter for
3391 build_int_2 changed from (high, low) to (low, high).
3392 * trans-io.c (ioparm_namelist_name, ioparm_namelist_name_len,
3393 ioparm_namelist_read_mode, iocall_set_nml_val_int,
3394 iocall_set_nml_val_float, iocall_set_nml_val_char,
3395 iocall_set_nml_val_complex, iocall_set_nml_val_log): New declaration.
3396 (gfc_build_io_library_fndecls): Add variable initialization.
3397 (gfc_new_nml_name_expr, get_new_var_expr): New function.
3398 (build_dt): Add namelist support.
3399 * io.c (value): New variable.
3400 (check_format): Support FMT_H now.
3402 2003-09-07 Paul Brook <paul@nowt.org>
3404 * io.c (gfc_resolve_dt): Error if format label is not defined.
3406 2003-09-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
3408 * trans-intrinsic.c (gfc_conv_intrinsic_aint): Fix two bugs. One is
3409 about case_switch's break. The other is about building the condition
3410 statement tree, which judges the argument in the range of the
3411 corresponding integer type.
3412 * trans-intrinsic.c (gfc_conv_intrinsic_mod): MOD and MODULO can work
3413 for the large values.
3415 2003-09-05 Paul Brook <paul@nowt.org>
3417 * f95-lang.c (expand_function_body): Gimplify the function.
3419 2003-09-04 Jeff Law <law@redhat.com>
3421 * f95-lang.c (DEFINE_MATH_BUILTIN): C arrays start at
3424 2003-09-04 Paul Brook <paul@nowt.org>
3426 * f95-lang.c (gfc_define_builtin): Also set implicit_built_in_decls.
3427 (gfc_expand_stmt): New function.
3428 (LANG_HOOKS_RTL_EXPAND_STMT): Define.
3429 (expand_function_body): Use tree_rest_of_compilation.
3430 * trans-decl.c (gfc_generate_function_code): Don't free cfun.
3432 2003-09-03 Jeff Law <law@redhat.com>
3434 * f95-lang.c (gfc_init_builtin_functions): C arrays start at
3437 2003-08-30 Paul Brook <paul@nowt.org>
3439 * f95-lang.c (builtin_function): Remove #if 0 code.
3440 (gfc_define_builtin): New function.
3441 (gfc_init_builtin_functions): Use mathbuiltins.def not ../builtins.def.
3442 * mathbuiltins.def: New file.
3443 * trans-intrinsic.c (gfc_intrinsic_map_t): Add builtin code fields.
3444 (gfc_intrinsic_map): Use mathbuiltins.def.
3445 (gfc_intrinsic_builtin_t): Remove.
3446 (gfc_build_intrinsic_lib_fndecls): Update.
3447 * trans-types.c (gfc_init_types): Remove redundant initilaization of
3448 signed_size_type_node.
3450 2003-08-29 Paul Brook <paul@nowt.org>
3452 * arith.c (gfc_real_kinds): Use correct minimum exponents.
3454 2003-08-22 Kejia Zhao <kejia_zh@yahoo.com.cn>
3456 * trans-instinsic.c (gfc_conv_intrinsic_mod): Also do MODULO.
3457 (gfc_conv_intrinsic_function): Add MODULO.
3459 2003-08-22 Jason Merrill <jason@redhat.com>
3461 * trans-array.c (gfc_conv_expr_descriptor): Update use of predicates.
3463 2003-08-22 Andreas Jaeger <aj@suse.de>
3465 * Make-lang.in (f95.install-common): Add DESTDIR support.
3466 * (f95.install-info): Likewise.
3467 (f95.uninstall): Likewise.
3469 2003-08-19 Diego Novillo <dnovillo@redhat.com>
3471 * trans-types.c (gfc_init_types): Initialize
3472 signed_size_type_node with size_type_node.
3474 2003-08-18 Paul Brook <paul@nowt.org>
3476 * dependency.c (gfc_dependency): New enum.
3477 (check_another_array_ref): Remove.
3478 (gfc_get_array_from_component): Remove.
3480 (get_range): Remove.
3481 (get_no_of_elements): Use mpz_t, not mpf_t.
3482 (transform_sections): New function.
3483 (gfc_check_range_range): Rename ...
3484 (gfc_check_section_vs_section): ... to this. Use new function.
3485 (gfc_is_inside_range): Rewrite to match.
3486 (gfc_check_element_vs_section): Ditto.
3487 (gfc_check_element_vs_element): Ditto.
3489 (gfc_dep_resolver): Ditto. Remove unused parameter.
3490 * Dependency.h (gfc_check_range_range, gfc_check_element_vs_section,
3491 gfc_check_element_vs_element, gfc_is_inside_range,
3492 gfc_get_array_from_component): Remove prototypes for static functions.
3493 (gfc_dep_resolver): Update prototype.
3494 * trans-array.c (gfc_conv_resolve_dependencies): Change to match.
3496 2003-08-15 Paul Brook <paul@nowt.org>
3498 * trans-decl.c (gfc_build_qualified_array): Don't add symbols for
3499 return values to parent scope.
3500 (gfc_build_dummy_array_decl): Ditto.
3502 2003-08-14 Paul Brook <paul@nowt.org>
3504 * trans-stmt.c (gfc_trans_allocate): Handle NULL refs. Allocate the
3505 size of the type, not the pointer.
3506 * resolve.c (resolve_symbol): Give more accurate error message.
3508 2003-08-10 Paul Brook <paul@nowt.org>
3510 * trans-decl.c (gfc_build_function_decl): Only mangle global symbols.
3512 2003-08-10 Paul Brook <paul@nowt.org>
3514 * trans-stmt.c (gfc_trans_allocate): Correctly handle non-array derived
3517 2003-08-10 Chun Huang <compiler@sohu.com>
3519 * resolve.c (resolve_formal_arglist): Resolve STATEMENT function.
3520 (resolve_symbol): Ditto.
3521 * trans-expr.c (gfc_conv_statement_function): New function.
3522 (gfc_conv_function_expr): Use it.
3524 2003-08-10 Paul Brook <paul@nowt.org>
3526 * trans-array.c (gfc_conv_ss_startstride): Handle functions.
3527 (walk_function_expr): Set section rank.
3528 * trans-intrinsic.c (gfc_walk_intrinsic_libfunc): Ditto.
3530 2003-08-10 Paul Brook <paul@nowt.org>
3532 * intrinsic.c (add_sym): Prefix names with correct string.
3533 (add_sym_0s): New function.
3534 (add_subroutines): Register abort.
3536 2003-08-10 Erik Schnetter <schnetter@uni-tuebingen.de>
3538 * gfortran.h: Introduce options to control the mangling.
3539 * lang.opt: Likewise.
3540 * options.c (gfc_init_options): Handle the options.
3541 * trans-common.c (gfc_sym_mangled_common_id): New function.
3542 (gfc_build_common_decl): Call it.
3543 * trans-decl.c (gfc_sym_mangled_function_id): New function.
3544 (gfc_get_extern_function_decl, gfc_build_function_decl): Call it.
3546 2003-08-09 Paul Brook <paul@nowt.org>
3548 * module.c (mio_symbol): Always ouput a namespace for formal args.
3549 (load_needed): Namespace now belong to their proper symbol.
3550 (gfc_dump_module): Change G95=>GFORTRAN.
3552 2003-08-05 Paul Brook <paul@nowt.org>
3554 * options.c: Force -fg77-calls.
3556 2003-08-02 Paul Brook <paul@nowt.org>
3558 * Makelang.in: Rename G95_* to GFORTRAN_*.
3559 * All sources: Rename G95_* to GFC_*.
3561 2003-08-01 Paul Brook <paul@nowt.org>
3563 * fortran/Make-lang.in: Use GMPLIBS.
3564 * fortran/config-lang.in: Set need_gmp.
3565 * trans-expr.c (gfc_conv_variable): Remove incorrect assertion.
3567 2003-07-27 Andreas Jaeger <aj@suse.de>
3569 * trans-decl.c (gfc_generate_constructors): Convert prototype to
3571 * trans-const.c (gfc_init_constants): Likewise.
3572 * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Likewise.
3574 * gfortranspec.c: Convert to ISO C90.
3575 (lang_specific_driver): Correct copyright, remove ALT_LIBM usage.
3577 2003-07-26 Paul Brook <paul@nowt.org>
3579 * lang.opt: Add -fdump-parse-tree.
3580 * options.c (gfc_handle_option): Ditto.
3581 * resolve.c (resolve_forall_iterators): Convert to proper type.
3582 * trans-stmt.c (gfc_trans_forall_1): Create temp var with correct type.
3584 2003-07-26 Paul Brook <paul@nowt.org>
3586 * Makefile.in: Add build dependencies on files common with rest of gcc.
3588 2003-07-26 Lifang Zeng <zlf605@hotmail.com>
3590 * trans.h: Declare g95_trans_pointer_assignment.
3591 * trans-expr.c (g95_trans_pointer_assignment): New function.
3592 (g95_trans_pointer_assign): Use it.
3593 * trans-stmt.c (g95_trans_forall_1): Handle pointer assignment.
3594 (g95_trans_pointer_assign_need_temp): New function.
3596 2003-07-26 Paul Brook <paul@nowt.org>
3598 * gfortran.texi: Replace references to g95.
3600 2003-07-26 Paul Brook <paul@nowt.org>
3602 Rename g95_* to gfc_*.
3604 2003-07-25 Paul Brook <paul@nowt.org>
3606 * gfortran.h: Rename from g95.h.
3607 * trans-types.c (boolean_type_node, booelan_true_node,
3608 boolean_false_node): Remove.
3609 * trans-types.h: Ditto.
3611 2003-07-25 Chun Huang <compiler@sohu.com>
3613 * parse.c (accept_statement): Implement BLOCK DATA statement.
3614 * trans-expr.c (g95_conv_variable): Fix bug for dereference pointer
3617 2003-07-24 Lifang Zeng <zlf605@hotmail.com>
3619 * trans-stmt.c (temporary_list): Define.
3620 (g95_trans_assign_need_temp): New function.
3621 (g95_trans_forall_1): Modified for WHERE.
3622 (g95_trans_where_assign): Modified.
3623 (g95_trans_where_2): Modified.
3624 (g95_evaluate_where_mask): Modified.
3625 (g95_trans_where): Modified.
3626 (g95_get_temp_expr): Removed.
3627 (g95_add_to_where_stmt_list): Removed.
3628 (compute_overall_iter_number): Modified for WHERE.
3629 * trans.h: Remove where_stmt_list.
3631 2003-07-24 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3633 * lang.opt: Correct description of options -J and -M.
3635 2003-07-23 Steven Bosscher <steven@gcc.gnu.org>
3637 * lang.opt: Move help text to here.
3638 * lang-options.h: Remove.
3640 2003-07-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3641 * iresolve.c (g95_resolve_transpose): Proper variable in switch.
3642 * simplify.c (g95_simplify_nearest): Fix typo and use a correct test
3645 2003-07-22 Steven Bosscher <steven@gcc.gnu.org>
3646 Paul Brook <paul@nowt.org>
3648 * check.c (check_rest): Use global pedantic flag.
3649 * io.c (data_desc): Ditto.
3650 * error.c (g95_warning, g95_warning_now): Use global flag.
3651 * f95-lang.c (LANG_HOOKS_HANDLE_OPTION): Rename from DECODE.
3652 (expand_function_body): Update to new prototypes.
3653 (g95_init): Use new option names.
3654 * g95.h (g95_option_t): Standardize names.
3655 (g95_init_options, g95_handle_option): Update prototypes.
3656 * interface.c: Use new option names.
3663 * simplify.c: Ditto.
3665 * trans-array.c: Ditto.
3666 * trans-expr.c: Ditto.
3667 * trans-types.c: Ditto.
3668 * trans-decl.c: Ditto.
3669 (g95_build_library_function_decl): Remove obsolete VPARAMS.
3671 * options.c (g95_display_help): Remove.
3672 (g95_init_options): Convert to new scheme.
3674 (g95module_option): Ditto, rename from g95_parse_arg.
3675 (g95_handle_module_path_options): New function.
3676 * trans-equivalence.c: Fix error message.
3677 * lang.opt: Corrections.
3679 2003-07-21 Steven Bosscher <steven@gcc.gnu.org>
3681 * lang.opt: New file.
3683 2003-07-21 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3685 * decl.c (match_attr_spec): Set colon_seen.
3687 2003-07-14 Paul Brook <paul@nowt.org>
3689 * trans-array.c: Update comment.
3690 (g95_trans_array_constructor_subarray): Cleanup loopinfo data.
3691 * trans-intrinsic.c (g95_conv_intrinsic_anyall,count,arith,
3692 minmaxloc,minmaxval): Ditto.
3693 * trans-io.c (g95_trans_transfer): Ditto.
3694 * trans-stmt.c: Remove unneeded prototypes.
3695 (generate_loop_for_lhs_to_rhs): Rename vars. Add loop post chain.
3696 (generate_loop_for_rhs_to_temp): Rename vars. Don't share loopinfo.
3697 (compute_inner_temp_size): Remove bits of dead code. Add comments.
3698 Don't share loopinfo.
3699 (compute_overall_iter_number): Declare as static.
3700 (allocate_temp_for_forall_nest): Ditto.
3701 (g95_trans_forall_1): Don't pass shared loopinfo.
3702 * trans.c (g95_start_block): Expand comment.
3704 2003-07-12 Paul Brook <paul@nowt.org>
3706 * arith.c (g95_index_integer_kind): Remove unused initializer.
3707 * trans-stmt.c (generate_loop_for_temp_to_lhs): Don't multiply array
3708 index by size of element.
3709 (generate_loop_for_rhs_to_temp): Ditto.
3710 (allocate_temp_for_forall_nest): Use element size, not index size.
3712 2003-07-11 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3714 * arith.c (g95_index_integer_kind): Add a TODO.
3715 * simplify.c (g95_simplify_nearest): Add a TODO.
3717 2003-07-09 Chun Huang <compiler@sohu.com>
3719 * trans.h: Add declarations for gfor_fndecl_string_scan and
3720 gfor_fndecl_string_verify.
3721 * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
3722 * trans-intrinsic.c (g95_conv_intrinsic_scan): New function.
3723 (g95_conv_intrinsic_verify): New function.
3724 (g95_conv_intrinsic_function): Add SCAN and VERIFY.
3725 * simplify.c (g95_simplify_scan, g95_simplify_verify): Fix bug in case
3726 of parameter 'BACK=.TRUE.'
3728 2003-07-05 Lifang Zeng <zlf605@hotmail.com>
3730 * trans-stmt.c (iter_info, forall_info): Define.
3731 (g95_trans_forall_block): Remove.
3732 (g95_trans_forall_loop): Use forall info blocks.
3733 (g95_trans_nested_forall_loop): New function.
3734 (g95_do_allocate): Handle things other than logical masks.
3735 (generate_loop_for_temp_to_lhs): New function.
3736 (generate_loop_for_rsh_to_temp): New function.
3737 (compute_inner_temp_size): New function.
3738 (compute_overall_iter_number): New function.
3739 (allocate_temp_for_forall_nest): New function.
3740 (g95_trans_forall): Move body ...
3741 (g95_trans_forall_1): ... to here. Handle loops with temporaries.
3743 2003-07-02 Paul Brook <paul@nowt.org>
3745 * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
3746 in correct scope. Change callers to match.
3747 * trans-types.c (g95_get_dtype_cst): Allow rank 7 arrays.
3748 * iresolve.c (g95_resolve_reshape): Only use constant shapes.
3750 2003-07-02 Paul Brook <paul@nowt.org>
3752 * trans-array.c (g95_conv_loop_setup): Remove dead var. Use
3753 expression shape for all expressions.
3754 * trans-decl.c (g95_symbol_init): Allow adding at very end of list.
3756 2003-07-03 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3758 * g95.h (g95_option_t), lang-options.h, options.c (g95_init_options,
3759 g95_parse_arg), intrinsic.c (g95_convert_type): support of
3761 * intrinsic.c, g95.h: Add g95_convert_type_warn,
3762 * resolve.c (g95_resolve_index): Call it.
3764 2003-07-02 Paul Brook <paul@nowt.org>
3766 * iresolve.c (g95_resolve_reshape): Set expression shape.
3767 (g95_resolve_shape): Ditto.
3768 * simplify.c (g95_simplify_shape): Move common code outside condition.
3769 * trans-array.c (g95_conv_array_initializer): Teach it how to count.
3771 2003-07-01 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3773 * array.c (g95_array_dimen_size): Deal with EXPR_ARRAY to improve
3776 2003-06-29 Paul Brook <paul@nowt.org>
3778 * array.c (g95_simplify_iterator_var): Don't bother with return value.
3779 * expr.c (find_array_element, find_component_ref): New functions.
3780 (remove_subobject_ref): New function.
3781 (simplify_const_ref): Use them. Rename from simplify_component_ref.
3782 (simplify_ref_chain): New function.
3783 (g95_simplify_expr): Use it. Simplify parameter variable subobjects.
3784 (g95_specification_expr): Simplify the expression.
3785 * resolve.c (resolve_operator): Check simplifications return code.
3786 (g95_resolve_expr): Ditto.
3788 2003-06-26 Paul Brook <paul@nowt.org>
3790 * expr.c (simplify_component_ref): New function.
3791 (g95_simplify_expr): Use it.
3792 * resolve.c (resolve_structure_cons): Handle references.
3794 2003-06-25 Paul Brook <paul@nowt.org>
3796 * trans-io.c (build_dt): Handle internal units.
3798 2003-06-25 Canqun Yang <canqun@yahoo.com.cn>
3800 * trans-common.c (g95_build_common_decl): Array index range starts at 0.
3801 (g95_build_common_decl, g95_layout_global_equiv, g95_trans_one_common):
3802 Use g95_array_index_type instead of integer_type_node.
3803 (g95_build_common_decl, g95_set_common_master_type): Use
3804 g95_character1_type_node instead of char_type_node.
3805 * trans-equivalence.c (g95_layout_local_equiv): As above.
3807 2003-06-24 Steven G. Kargl <kargls@attbi.com>
3809 * g95.h (g95_option_t), options.c (g95_init_options, g95_parse_arg):
3810 remove last remains of -fquiet.
3812 2003-06-22 Paul Brook <paul@nowt.org>
3814 * resolve.c (resolve_operator): Don't fail if we can't simplify.
3815 (g95_resolve_expr): Ditto.
3816 (resolce_code): Mark as static.
3817 * trans-stmt.c (g95_trans_chaaracter_select): Mark labels because the
3818 gimplifer doesn't (yet).
3820 2003-06-20 Paul Brook <paul@nowt.org>
3822 * g95.h: Add ST_PAUSE and EXEC_PAUSE.
3823 * match.c (g95_match_if): Add ST_PAUSE.
3824 (g95_match_stopcode): New function.
3825 (g95_match_pause, g95_match_stop): Use it.
3826 * parse.c (g95_ascii_statement): Handle ST_PAUSE.
3827 (decode_stmt, next_statement, parse_executable): Ditto.
3828 * resolve.c (resolve_code): Ditto.
3829 * st.c (g95_free_statement): Ditto.
3830 * trans-stmt.c (g95_trans_pause): New function.
3831 * trans-stmt.h: Declare it.
3832 * trans.c (g95_trans_code): Use it.
3833 * trans-decl.c (gfor_fndecl_pause_numeric, gfor_fndecl_pause_string):
3835 (g95_build_builtin_function_decls): Initialize them.
3837 * dump-parse-tree.c (g95_show_code_node): Handle EXEC_PAUSE.
3839 2003-06-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3841 * io.c (g95_match_open , g95_match_close, g95_match_inquire,
3842 match_filepos): Fix error handling.
3844 2003-06-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3846 * array.c (spec_dimen_size, ref_dimen_size, g95_array_dimen_size):
3847 Add assertions on arguments.
3848 * resolve.c (expression_shape): Remove useless &.
3849 * simplify.c (get_kind, g95_simplify_bit_size, g95_simplify_digits,
3850 g95_simplify_ibclr, g95_simplify_ibits, g95_simplify_ibset,
3851 g95_simplify_ishft,g95_simplify_ishftc, g95_simplify_maxexponent,
3852 g95_simplify_minexponent, g95_simplify_radix, g95_simplify_range
3853 g95_simplify_rrspacing, g95_simplify_scale, g95_simplify_spacing,
3854 g95_simplify_tan, g95_simplify_tiny): Clean predicates and assertions.
3855 (g95_simplify_not, g95_simplify_scale): Add assertions.
3857 2003-06-15 Paul Brook <paul@nowt.org>
3859 Clean up stuff to work with the ssa optimizers.
3860 * convert.c (convert): Handle BOOLEAN_TYPEs.
3861 * f95-lang.c (g95_truthvalue_conversion): Implement.
3862 * trans-array.c (g95_trans_array_constructor_value): Group multiple
3864 * trans.h (g95_truthvalue_conversion): Declare.
3865 * trans-intrinsic.c (g95_conv_intrinsic_anyall): Use bool constants.
3866 * trans-stmt.c (g95_trans_character_select): Don't create array
3867 assignments. Mark labels as indirect jump targets.
3868 * trans-types.h (g95_init_types): Use BOOLEAN_TYPE nodes.
3869 (g95_get_dtype_cst): Handle LOGICAL types.
3871 2003-06-14 Paul Brook <paul@nowt.org>
3873 * f95-lang.c (g95_gimplify_expr): New function.
3874 * trans-array.c (g95_trans_array_constructor_value): Don't create
3876 (g95_conv_expr_descriptor): Rename simple->gimple.
3877 * trans-expr.c (conv_expr_op): Use proper logical operators.
3878 * trans-intrinsic.c (build_fixbound_expr): New function.
3879 (build_fix_expr): Ditto.
3880 (g95_conv_intinsic_aint): Use them. Use builtin functions.
3881 (g95_conv_intrinsic_function): Add FLOOR and CEILING.
3883 2003-06-10 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3885 * array.c (g95_compare_array_spec): Remove unreachable code.
3886 * expr.c (g95_copy_expr): Likewise.
3887 * intrinsic.c (g95_convert_type): Likewise.
3888 * misc.c (g95_code2string): Likewise.
3889 * simplify.c (g95_simplify_ishft, g95_simplify_real,
3890 g95_simplify_reshape, g95_simplify_sign, g95_simplify_sqrt): Likewise.
3891 * trans-stmt.c (g95_trans_select): Likewise.
3892 * primary.c (extend_ref): Add an assertion.
3893 * simplify.c (g95_convert_constant): Add const.
3894 * intrinsic.h: Remove g95_check_x_ni.
3895 * f95-lang.c (g95_finish): Call g95_release_include_path.
3897 2003-06-10 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3899 * resolve.c (resolve_contained_functions): Fix typo introduced on
3902 2003-06-09 Paul Brook <paul@nowt.org>
3904 * g95.h: Include system.h not hwint.h.
3905 * many: use safe-ctype.h not ctype.h. Change isalpha -> ISALPHA, etc.
3906 * misc.c (g95_getmem): Use xmalloc/memset instead of calloc.
3908 2003-06-09 Paul Brook <paul@nowt.org>
3910 * g95.h (g95_symbol): Add fields for COMMON and EQUIVALENCE variables.
3911 * Make-lang.in (F95_OBJS): Add files for COMMON and EQUIVALENCE.
3912 * trans-decl.c (g95_add_decl_to_functions): Make non-static.
3913 (g95_get_symbol_decl): Handle COMMON and EQUIVALENCE objects.
3914 (g95_generate_function_code): Translate COMMON and EQUIVALENCE
3916 * trans.h (g95_trans_equivalence, g95_trans_common,
3917 g95_add_decl_to_function): Declare.
3918 * trans-common.c, trans-equivalence.c: New files.
3920 2003-06-08 Steven Bosscher <steven@gcc.gnu.org>
3922 * intrinsic.c (g95_intrinsic_extension): Remove.
3923 (add_functions): Substitute g95_check_x for g95_check_x_ni
3925 (g95_init_expr_extensions): New function.
3926 (g95_intrinsic_func_interface): Use it.
3927 * intrinsic.h: Remove extern decl for g95_intrinsic_extension.
3928 * check.c (g95_check_digit, g95_check_huge, g95_check_kind,
3929 g95_check_precision, g95_check_present, g95_check_radix,
3930 g95_check_range, g95_check_selected_real_kind): Do not set
3931 g95_intrinsic_extension.
3932 (g95_check_x_ni): Remove now duplicate of g95_check_x.
3934 * expr.c (check_inquiry): Add FIXME, fixup some code style.
3936 2003-06-06 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3938 * g95.h (ref_type): Name this type explicitly.
3939 * module.c (MIO_NAME): Add specialisations of mio_name.
3940 (mio_symbol_attribute, mio_typespec, mio_array_ref,
3941 mio_array_spec, mio_ref, mio_expr, mio_symbol): Use them.
3942 (ab_attribute): Name this type explicitly.
3943 (mio_symbol_attribute, mio_expr): Add cast to call to find_enum.
3945 2003-06-05 Kejia Zhao <kejia_zh@yahoo.com.cn>
3947 * trans-intrinsic.c (g95_conv_allocated): New function.
3948 (g95_conv_intrinsic_function): Make G95_ISYM_ALLOCATED work.
3950 2003-06-05 Steven Bosscher <steven@gcc.gnu.org>
3952 * f95-lang.c: Don't include g95-support.h
3953 (g95_mark_addressable): Add prototype.
3954 (g95_init_decl_processing): Remove C front end hack.
3955 * f95-tree.c: Remove file.
3956 * support.c: Remove file.
3957 * g95-support.h: Remove file.
3958 * trans-types.c (g95_init_types): Set up boolean
3959 type related tree nodes.
3960 * Make-lang.in: Remove rules for dead files and
3961 dependencies on them.
3963 2003-06-05 Steven Bosscher <steven@gcc.gnu.org>
3965 * Make-lang.in (F95_ADDITIONAL_OBJS): Remove the final
3966 C front end dependency. Also, convert.c does not depend on
3967 g95-support.h anymore.
3968 * convert.c: Don't include c-common.h and g95-support.h
3969 * f95-lang.c: Don't inlude c-common.h and c-common.def (3x).
3970 (g95_stmt_tree, g95_scope_stmt_stack, anon_aggr_type_p,
3971 stmts_are_full_exprs_p, current_stmt_tree,
3972 current_scope_stmt_stack): Remove.
3973 * g95-support.h (unsigned_conversion_warning): Kill proto.
3974 (boolean_type_node, boolean_true_node, boolean_false_node):
3975 Don't define here. Instead, make then true tree nodes in
3977 * support.c (c_global_trees): Die, C front end, die!!!
3978 (g95_init_c_decl_hacks): Don't touch intmax_type_node,
3979 uintmax_type_node, string_type_node and const_string_type_node.
3980 (decl_constant_value, overflow_warning): Make static functions.
3981 They are in death row too, though.
3982 (default_conversion, c_expand_asm_operands): Remove.
3983 * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c,
3984 trans.c: Don't include c-common.h.
3985 * trans-types.c (boolean_type_node, boolean_true_node,
3986 boolean_false_node): Make them real tree nodes.
3987 * trans-types.h (intmax_type_node, string_type_node,
3988 const_string_type_node): Hack to work around C dependencies
3989 in builtin-types.def.
3991 2003-06-04 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
3993 * decl.c (decl_types): Add some iterators-like sentinels.
3994 * decl.c (match_attr_spec): Use them.
3995 Use "decl_types" instead of "int".
3996 Add cast in call to g95_match_strings.
3997 * dump-parse-tree.c (g95_show_namespace): Use "g95_intrinsic_op"
3999 * g95.h (g95_intrinsic_op): Add some iterators-like sentinels.
4000 (g95_interface_info): Use "g95_intrinsic_op".
4001 * dump-parse-tree.c (g95_show_namespace): Use them.
4002 * interface.c (g95_check_interfaces): Use them.
4003 * module.c (read_module, write_module): Use them.
4004 * symbol.c (g95_get_namespace, g95_free_namespace): Use them.
4005 Use "g95_intrinsic_op".
4006 * interface.c (check_operator_interface): Use "g95_intrinsic_op".
4007 Add a default case in switch statement.
4008 * intrinsic.h (g95_generic_isym_id): Moved to...
4009 * g95.h (g95_generic_isym_id): here.
4010 (g95_intrinsic_sym): Use "g95_generic_isym_id".
4011 * intrinsic.c (make_generic): Use "g95_generice_isym_id".
4012 * trans-intrinsic.c (g95_intrinsic_map_t,
4013 g95_conv_intrinsic_lib_funtion): Use "g95_generice_isym_id".
4014 * match.c (g95_match_intrinsic_op): Add cast in call to
4017 2003-06-03 Steven Bosscher <steven@gcc.gnu.org>
4019 * support.c (skip_evaluation, warn_conversion, lvalue_p,
4020 lvalue_or_else, pedantic_lvalue_warning, warn_for_assignment,
4021 constant_fits_type_p, convert_and_check,
4022 unsigned_conversion_warning): Remove these ugly remnants
4023 we inherited from the C front end.
4024 (function_types_compatible): Remove '#if 0'-edcode.
4025 (build_modify_expr): Likewise.
4026 (convert_for_assignment): Don't use the deceased functions.
4027 The parameter fundecl is now unused.
4028 (decl_constant_value): Always just return decl. In fact
4029 this function is not used at present, but it might be in
4030 the future, when we start using the tree inliner.
4031 (overflow_warning, default_conversion, c_expand_asm_operands):
4032 Abort when these are called, they are part of the C type
4033 checking implementation and therefore poison to Fortran.
4035 2003-06-04 Steven Bosscher <steven@gcc.gnu.org>
4037 * Make-lang.in (F95_ADDITIONAL_OBJS): Don't depend on
4038 c-pretty-print.o and c-dump.o. Add a comment on why we
4039 depend on c-semantics.c.
4040 * f95-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN):
4041 Don't use the C front end tree dumper hook to dump the
4042 language specific tree representation -- we don't have
4043 one. So instead, inherit the default langhook.
4045 2003-06-02 Paul Brook <paul@nowt.org>
4047 * trans-expr.c (g95_conv_variable): Remove incorrent assertion.
4049 2003-06-02 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4051 * check.c (g95_check_associated): Use proper types. Remove
4052 extraneous argument in call to g95_error().
4054 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4056 * resolve.c (resolve_operator): Make logical operands convert to the
4057 type with higher kind.
4059 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4061 * check.c (g95_check_associated): Make sure both pointer and target has
4062 the same type and rank. Null pointer or array section with vector
4063 subscript as target are not allowed.
4064 * trans.h: Declare gfor_fndecl_associated.
4065 * trans-decl.c: (g95_build_builtin_function_decls): Initialize
4066 gfor_fndecl_associated.
4067 * trans-intrinsic.c (g95_conv_associated): New function.
4068 (g95_conv_intrinsic_function): Make G95_ISYM_ASSOCIATED work.
4070 2003-06-02 Kejia Zhao <kejia_zh@yahoo.com.cn>
4072 * trans-array.c (g95_conv_expr_descriptor): Set the base of POINTER
4073 according to POINTER itself rather than TARGET.
4074 (g95_conv_expr_descriptor): Make lbound start at 1.
4075 * trans-expr.c (g95_trans_pointer_assign): Fix a bug for Nullify.
4077 2003-06-01 Paul Brook <paul@nowt.org>
4079 * expr.c (g95_type_convert_binary): Make it match the standard.
4080 * g95.texi: Remove dead link.
4082 2003-06-01 Steven Bosscher <steven@gcc.gnu.org>
4084 * g95.texi: Cleanup somewhat in preparation for inclusion
4087 2003-05-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4088 Canqun Yang <canqun@yahoo.com.cn>
4090 * resolve.c (compare_bound_int, resolve_where_shape): Proper return
4092 (g95_find_forall_index): Return proper value.
4093 (g95_resolve_assign_in_forall, g95_resolve_forall): Use proper type to
4094 compare the return value from g95_find_forall_index.
4096 2003-05-23 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4097 * g95.h, io.c (g95_st_label): Remove "length".
4098 (g95_symtree): Remove "link".
4099 (g95_case): Remove "code".
4100 * arith.c, arith.h (g95_compare_string, g95_convert_integer,
4101 g95_convert_real): Make an argument pointer to const.
4102 * decl.c (colon_seen): Add a TODO.
4103 * interface.c (g95_compare_types): Fix typo.
4104 * interface.c (compare_interfaces): Preserve value of "p".
4105 * intrinsic.c (sort_actual): Remove "i".
4106 * match.c (g95_match_assign): Proper type in call to g95_match().
4107 * parse.c (next_free): Avoid duplicate call due to macro.
4108 * parse.c (check_statement_label): wrong type in call to g95_error.
4109 * primary.c (match_real_constant): Add a TODO.
4110 * resolve.c (resolve_select): Remove useless conditional.
4111 * simplify.c (g95_simplify_repeat): Proper assignment to
4112 "value.character.string".
4113 * simplify.c (g95_simplify_reshape): Wrong variable in call to
4116 2003-05-20 Canqun Yang <canqun@yahoo.com.cn>
4118 * trans-stmt.c: Remove unnecessary include file defaults.h.
4120 2003-05-19 Lifang Zeng <zlf605@hotmail.com>
4122 * trans-stmt.c (g95_trans_forall_loop): Handle FORALL with negative
4124 (g95_trans_forall): Allow arbitrary number of FORALL indexes and
4125 actual variables used as FORALL indexes.
4127 2003-05-15 Paul Brook <paul@nowt.org>
4129 * trans-array.c (g95_trans_static_array_pointer): Use
4131 (g95_trans_deferred_array): Initialize static array pointers.
4132 * trans-expr.c (g95_conv_function_call): Use formal arglist to
4133 correctly pass POINTER and absent CHARACTER arguments.
4135 2003-05-14 Lifang Zeng <zlf605@hotmail.com>
4137 * resolve.c (g95_resolve_forall): Resolve FORALL construct/statement.
4138 (g95_resolve_forall_body): Resolve FORALL body.
4139 (g95_resolve_where_code_in_forall): Resolve WHERE inside FORALL.
4140 (g95_resolve_assign_in_forall): Resolve assignment inside FORALL.
4141 (g95_find_forall_index): Check whether the FORALL index appears in
4142 the expression or not.
4143 (resolve_code): Modified.
4145 2003-05-14 Paul Brook <paul@nowt.org>
4147 * iresolve.c (g95_resolve_spread): Convert ncopies to index_type.
4149 2003-05-13 Paul Brook <paul@nowt.org>
4151 * trans-types.c (g95_max_array_element_size): Now a tree node.
4152 (g95_init_types): Work out max size properly.
4153 (g95_get_dtype_cst): Modify to match.
4155 2003-05-11 Paul Brook <paul@nowt.org>
4157 * trans-io.c (add_case): Create a label decl for case labels.
4159 2003-05-11 Paul Brook <paul@nowt.org>
4161 * arith.c (g95_integer_index_kind): New variable.
4162 * f95-lang.c (g95_init): Move frontend initialization here ...
4163 (g95_post_options): ... from here.
4164 * g95.h (g95_index_integer_kind, g95_resolve_index): Declare.
4165 * intrinsic.c (add_functions): Use index kinds.
4166 * iresolve.c: Convert to index_kind where needed.
4167 * resolve.c (g95_resolve_index): Make public, use index_kind.
4168 (resolve_array_ref): Adjust to match.
4169 * trans-array.c: Rename g95_array_index_kind to g95_index_integer_kind.
4170 * trans-stmt.c: Ditto.
4171 * trans-types.c: Ditto.
4172 * trans-types.h (g95_array_index_kind): Remove declaration.
4173 * trans-expr.c (g95_conv_expr_present): Use null_pointer_node.
4175 2003-05-07 Paul Brook <paul@nowt.org>
4177 * trans-const.c (g95_conv_mpz_to_tree): Typecast constant.
4178 * trans-intrinsic.c (g95_conv_intrinsic_bound): Convert type
4181 2003-05-07 Paul Brook <paul@nowt.org>
4183 * trans-array.c (trans_static_array_pointer,
4184 g95_trans_array_constructor_value, g95_conv_array_initializer,
4185 g95_conv_structure): CONSTRUCTOR nodes only have one operand.
4186 (g95_add_loop_ss_code): Convert subscripts to the correct type.
4187 * trans-stmt.c (g95_trans_character_select): Ditto.
4188 * trans-types.c (g95_init_types): Ditto.
4190 2003-05-07 Steven Bosscher <steven@gcc.gnu.org>
4192 * f95-lang.c (expand_function_body): Use input_line, not lineno.
4193 * trans-decl.c (g95_generate_function_code,
4194 g95_generate_constructors): Likewise.
4195 * trans.c (g95_trans_runtime_check, g95_add_block_to_block,
4196 g95_get_backend_locus, g95_set_backend_locus, g95_trans_code):
4199 2003-05-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
4200 * trans-types.c (g95_get_derived_type): Fix bug for DERIVED type
4201 with components point to the DERIVED type itself, and two DERIVED
4202 type with components point to each other.
4203 * trans-expr.c (g95_conv_componet_ref): Modified
4205 2003-05-07 Kejia Zhao <kejia_zh@yahoo.com.cn>
4206 * trans-expr.c (g95_conv_expr): Translate EXPR_NULL into
4208 (g95_trans_pointer_assign): Implement Nullify.
4210 2003-05-01 Paul Brook <paul@nowt.org>
4212 * trans-array.c (g95_walk_function_expr): Cope with NULL esym.
4213 * trans-decl.c (g95_get_symbol_decl): Don't mangle dummy functions.
4215 2003-05-01 Paul Brook <paul@nowr.org>
4217 * trans-array.c, trans.c, trans-expr.c, trans-intrinsic.c,
4218 trans-stmt.c: Replace empty_stmt_node with build_empty_stmt () and
4221 2003-05-01 Canqun Yang <canqun@yahoo.com.cn>
4223 * trans-stmt.c (g95_trans_integer_select): Add a parameter to build
4226 2003-04-28 Paul Brook <paul@nowt.org>
4228 * iresolve.c (g95_resolve_transpose): COMPLEX types are twice as big
4229 as their kind suggests.
4230 (g95_resolve_reshape): Ditto.
4232 2003-04-28 Chun Huang <compiler@sohu.com>
4234 * trans-expr.c (g95_conv_substring_expr): New function.
4235 (g95_conv_expr): Use it.
4237 2003-04-28 Paul Brook <paul@nowt.org>
4239 * iresolve.c (g95_resolve_transpose): Make it match the
4241 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add TRANSPOSE.
4243 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
4245 * trans-types.c (g95_add_field_to_struct): New function to
4246 add a field to a UNION_TYPE or RECORD_TYPE.
4247 * trans-types.h (g95_add_field_to_struct): Prototype.
4248 (g95_get_derived_type): Use g95_add_field_to_struct to add
4250 * trans-io.c (g95_add_field): Remove.
4251 (ADD_FIELD): Use new g95_add_field_to_struct function.
4252 (ADD_STRING): Likewise.
4253 * trans-stmt.c (g95_trans_select): Likewise.
4254 (g95_add_field): Remove duplicated function.
4256 2003-04-18 Canqun Yang <canqun@yahoo.com.cn>
4258 Port implementation for CHARACTER SELECT from Andy's tree.
4259 * trans-stmt.c (g95_trans_character_select): Implement character
4260 select. (g95_add_field): New function.
4261 * trans-decl.c: Declare 'gfor_gndecl_select_string'.
4262 (g95_build_builtin_function_decls): Add 'gfor_fndecl_select_string'.
4263 * g95.h (struct g95_case): Add field 'int n'.
4264 * trans.h: Declare 'gfor_fndecl_select_string'.
4266 2003-04-18 Steven Bosscher <steven@gcc.gnu.org>
4268 * bbt.c (duplicate_key, g95_insert_bbt_with_overlap): Remove.
4269 (g95_insert_bbd): Die on duplicates.
4270 * g95.h (g95_insert_bbt_with_overlap): Delete prototype.
4272 2003-04-14 Steven Bosscher <steven@gcc.gnu.org>
4274 * g95.texi: Require GMP 4.0 -- like we actually
4275 do. Explain the testsuite and what-goes-where.
4276 Don't use undefined texinfo symbol. Break very
4277 long line. Remove finished item from the list
4280 2003-04-11 Canqun Yang <canqun@yahoo.com.cn>
4282 * trans-stmt.c (g95_evaluate_where_mask): Give mask temporaries
4285 2003-04-10 Canqun Yang <canqun@yahoo.com.cn>
4287 * trans-stmt.c (g95_trans_forall): Implement WHERE inside FORALL.
4288 (g95_trans_forall_body): New function.
4290 2003-04-10 Canqun Yang <canqun@yahoo.com.cn>
4292 * resolve.c (resove_where): New function.
4293 (resolve_where_shape): New function.
4294 (resolve_code): Add call to 'resolve_where'
4295 * trans-stmt.c (g95_trans_where): Modified.
4296 (g95_trans_where_2): New function.
4297 (g95_trans_where_assign): New function.
4298 (g95_evaluate_where_mask): New function.
4299 (g95_add_to_stmt_list): New function.
4300 (g95_get_temp_expr): New function.
4301 * trans.h (where_stmt_list): New structure.
4303 2003-04-10 Paul Brook <paul@nowt.org>
4305 * g95spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
4306 (DEFAULT_WORD_SWITCH_TAKES_ARG): Ditto.
4308 2003-04-10 Steven Bosscher <steven@gcc.gnu.org>
4310 Update after mainline -> tree-ssa-branch merge.
4311 * f95-lang.c (g95_mark_addressable): Update put_var_into_stack
4313 (g95_init): Update for new lang_hooks definition.
4314 (g95_post_options): New langhook.
4315 (LANG_HOOK_POST_OPTIONS): Clear, then define to g95_post_options.
4316 * scanner.c (g95_new_file): Comment update.
4318 2003-04-09 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4320 * g95.h, lang-options.h: Add -Wimplicit-interface.
4321 * options.c (g95_init_options, g95_parse_arg): Set it.
4322 * interface.c (check_intents): Warn about call with implicit
4324 * resolve.c (resolve_unknown_f, resolve_unknown_s): Call
4327 2003-04-05 Paul Brook <paul@nowt.org>
4329 * iresolve.c (g95_resolve_spread): Don't resole based on type.
4330 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_SPREAD.
4332 2003-03-29 Paul Brook <paul@nowt.org>
4334 * iresolve.c (g95_resolve_pack): Don't bother resolving based on type.
4335 (g95_resolve_unpack): Ditto.
4336 * trans-intrinsic.c (g95_conv_intrinsic_merge): New Function.
4337 (g95_conv_intrinsic_function): Use it. Remove PACK and UNPACK.
4338 (g95_is_intrinsic_libcall): Add PACK and UNPACK.
4340 2003-03-25 Paul Brook <paul@nowt.org>
4342 * arith.c (g95_unary_user, g95_user): Remove dead functions.
4344 * array.c (g95_free_array_ref): Ditto.
4346 * symbol.c (g95_use_derived_tree): Ditto.
4347 * intrinsic.c (add_functions): Use simplification for SCALE.
4348 * primary.c (g95_match_rvalue): Test sym, not symtree.
4350 2003-03-25 Paul Brook <paul@nowt.org>
4352 * trans-decl.c (build_function_decl): Add parameter before it gets
4353 turned into a constant.
4354 * iresolve.c (g95_resolve_eoshift): Resolve to a useful name.
4355 * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_EOSHIFT.
4356 * trans-decl.c (g95_create_module_variable): Don't pushdecl constants.
4358 2003-03-22 Paul Brook <paul@nowt.org>
4360 * trans-array.c (g95_conv_array_initializer): Allow scalar
4362 * trans-decl.c (g95_finish_var_decl): Result variables are not
4364 * trans-intrinsic.c (g95_conv_intrinsic_transfer): New function.
4365 (g95_conv_intrinsic_function): Use it.
4366 * trans-types.h (g95_type_spec): Remove dead declaration.
4368 2003-03-21 Paul Brook <paul@nowt.org>
4370 * trans-decl.c (g95_build_function_decl): Mark string parameters.
4372 2003-03-20 Paul Brook <paul@nowt.org>
4374 * trans-decl.c (g95_build_function_decl): Put character length
4375 parameters at the end of the function declaration.
4376 * trans-expr.c (g95_conv_function_call): Ditto.
4377 * trans-types.c (g95_get_function_type): Ditto.
4379 2003-03-20 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4381 * resolve.c (resolve_formal_arglist): Don't impose intent for
4382 procedure arguments of pure functions.
4383 (resolve_select): Remove redundant assignment.
4385 2003-03-19 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4387 * arith.c (validate_logical), g95.h, options.c (g95_init_options):
4389 * g95.h, intrinsic.c(g95_get_intrinsic_sub_symbol): Add const.
4390 * iresolve.c(g95_resolve_cpu_time, g95_resolve_random_number): Add
4392 * lang-options.h: Remove -finline-repack-arrays. Add -fg77-calls.
4394 * symbol.c (g95_add_type): Fix typo in comment.
4397 2003-03-16 Paul Brook <paul@nowt.org>
4399 * dump-parse-tree.c (g95_show_code_node): Print resolved sym name.
4400 * expr.c (g95_build_call): Remove.
4401 * f95-lang.c (puchdecl_top_level): New function.
4402 * g95.h (g95_code): Store resolved symbol, not just the name.
4403 * intrinsic.c (g95_intrinsic_namespace): New global namespace.
4404 (g95_intirinsic_init_1, g95_intrinsic_done_1): Use it.
4405 (g95_get_intrinsic_sub_symbol): New function.
4406 * iresolve.c (g95_resolve_cpu_time): Use it.
4407 (g95_resolve_random_number): Ditto.
4408 * resolve.c: Set code->resolved_sym instead of code->sub_name.
4409 * trans-decl.c (g95_get_extern_function_decl): Give external decls
4410 the correct DECL_CONTEXT. Add global symbold to the global scope.
4411 * trans-stmt.c (g95_trans_code): Remove hacks now the fronted is
4414 2003-03-16 Paul Brook <paul@nowt.org>
4416 * g95.h (g95_option_t): Add g77_calls. Remove inline_repack_arrays.
4417 * options.c (g95_parse_arg): Ditto.
4418 * module.c (mio_symbol_attribute): Handle the always_explicit bit.
4419 * resolve.c (resolve_formal_arglist): The always_explicit sould be set
4420 for the procedure, not the parameter.
4421 * trans-array.c (g95_trans_g77_array): New function.
4422 (g95_trans_assumed_size): Use it.
4423 (g95_trans_dummy_array_bias): Ditto.
4424 (g95_conv_array_parameter): Handle g77 arrays. Move existing body ...
4425 (g95_conv_expr_descriptor): ... to here. Update callers.
4426 * trans-decl.c (g95_build_dummy_array_decl): Handle g77 arrays.
4427 (g95_get_symbol_decl): Avoid processing g77 arrays multiple times.
4428 * trans-expr.c (g95_conv_function_call): Handle g77 arrays.
4429 * trans-intrinsic.c (g95_get_symbol_for_expr): Never use g77 arrays.
4430 * trans-types.c (g95_is_nodesc_array): Handle g77 arrays.
4431 (g95_sym_type): Ditto.
4433 2003-03-15 Paul Brook <paul@nowt.org>
4435 * trans-array.c (g95_walk_elemental_function_args): Don't amputate the
4437 * trans-expr.c (g95_conv_function_call): Use the resolved symbol.
4439 2003-03-14 Paul Brook <paul@nowt.org>
4441 * trans-array.c (g95_array_is_packed): Remove.
4442 (g95_conv_array_base): Correctly handle all descriptorless cases.
4443 (g95_conv_array_stride): Use descriptorless strides.
4444 (g95_trans_dummy_array_bias): Don't always repack the array.
4445 (g95_build_dummy_array_decl): Automatic dummy arrays are only partial
4447 * trans-types.c (g95_get_nodesc_array_type): Differentiate between
4448 dummy and non-dummy arrays...
4449 (g95_sym_type, g95_get_derived_type): ... like these.
4450 (g95_get_array_type_bounds): Allow discontiguous arrays.
4452 2003-03-12 Paul Brook <paul@nowt.org>
4454 * array.c (g95_resolve_array_spec): Fix comment.
4455 * g95.h (symbol_attributes): New flag always_explicit.
4456 * resolve.c (resolve_formal_arglist): Set it always_explicit.
4457 * iresolve.c (g95_resolve_lbound, g95_resolve_ubound): Simplify.
4458 * trans-array.c (g95_conv_descriptor_dimension): Remove dead assert.
4459 (g95_trans_array_bounds): Allow assumed shape arrays.
4460 (g95_trans_repack_array): Remove.
4461 (g95_trans_dummy_array_bias): Rewite to use descriptorless arrays.
4462 * trans-decl.c (g95_build_qualified_array): Only ignore absent
4463 bounds for assumed size arrays.
4464 (g95_build_dummy_array_decl): Use descriptorless arrays.
4465 * trans-expr.c (g95_conv_expr_present): Allow descriptorless arrays.
4466 (g95_trans_pointer_assign): Fix typo.
4467 * trans-intrinsic.c (g95_conv_intrinsic_function_args): Remove dead
4469 (g95_conv_intrinsic_bound): Rewrite to handle descriptorless arrays.
4470 * trans-types.c (g95_get_nodesc_array_type): Allow non-packed arrays.
4471 Also modify callers.
4472 * trans-types.h (g95_get_nodesc_array_type): Modify prototype.
4474 2003-03-08 Paul Brook <paul@nowt.org>
4476 * trans-array.c (g95_walk_elemental_functions): Don't reverse the SS.
4477 (g95_conv_array_ubound): Provide dummy value for assumed size arrays.
4478 * resolve.c (compare_spec_to_ref): Allow full array sections.
4480 2003-03-08 Paul Brook <paul@nowt.org>
4482 * expr.c (g95_simplify_expr): Also simplify array index and
4483 substring expressions.
4484 * resolve.c (compare_spec_to_ref): Check for assumed size bounds.
4485 * trans-array.c (g95_trans_array_bounds): New function.
4486 (g95_trans_auto_array_allocation): Use it.
4487 (g95_trans_assumed_size): Rewrite.
4488 * trans-decl.c (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
4489 (gfor_fndecl_repack): Remove.
4490 (g95_build_qualified_array): Handle absent upper bounds.
4491 (g95_build_dummy_array_decl): Assumed shape arrays are descriptorless.
4492 (g95_get_symbol_decl): Update.
4493 (g95_build_intrinsic_function_decls): Initialize new decls.
4494 * trans.h (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
4495 (gfor_fndecl_repack): Remove.
4496 * trans-io.c (g95_build_io_library_fndecls): Correct prototypes.
4497 * trans-types.c: (g95_build_array_type): Merge duplicated code..
4498 (g95_get_nodesc_array_type): Handle absent bounds.
4499 * trans-types.h (g95_get_nodesc_array_type): Declare.
4501 2003-03-04 Paul Brook <paul@nowt.org>
4503 * f95-lang.c (DEF_FUNCTION_TYPE_VAR_3): Define before including
4506 2003-03-02 Paul Brook <paul@nowt.org>
4508 * options.c (g95_init_options): Drfault to 1.
4509 (g95_pasrse_arg): Add -frepack-arrays, use strcmp.
4510 * trans-array.c (g95_conv_array_data, g95_conv_array_base,
4511 g95_conv_array_stride,g95_conv_array_lbound, g95_conv_array_ubound):
4512 Handle non-constant size automatic arrays.
4513 (g95_conv_section_upper_bound, g95_conv_section_startstride): Use
4514 generic bound functions.
4515 (g95_trans_auto_array_allocation): Don't create a descriptor.
4516 (g95_trans_assumed_size): New function (broken).
4517 (g95_trans_dummy_array_bias): Remove unused var.
4518 * trans-array.h (g95_trans_assumed_size): Declare.
4519 * trans-decl.c (create_index_var): New fuction.
4520 (g95_build_qualified_array): New function.
4521 (g95_get_symbol_decl): Use it.
4522 (g95_trans_deferred_vars): Handle assumed shape seperately.
4523 * trans-types.c (get_element_type): Handle heap allocated arrays.
4524 (g95_is_nodesc_array): Include non-const size arrays.
4525 (g95_get_nodesc_array_type): Ditto.
4527 2003-02-23 Paul Brook <paul@nowt.org>
4529 * trans-array.c (g95_array_init_size): Should use stride, not size of
4532 2003-02-18 Paul Brook <paul@nowt.org>
4534 * trans-expr.c (g95_trans_arrayfunc_assign): Nove elemental check
4535 after intrinsic function check.
4537 2003-02-18 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4539 * io.c (match_io): Fix missing return value and remove useless
4541 * match.c (g95_match): Remove useless assignment.
4542 * module.c (parse_string): Remove useless post increment.
4543 * simplify.c (g95_simplify_verify): Remove useless assignment.
4545 2003-02-15 Paul Brook <paul@nowt.org>
4547 * expr.c (restricted_intrinsic): Handle bad values gracefully.
4548 * g95.h (symbol_attribute): Add referenced member.
4549 (g95_symbol): Add dummy_order member.
4550 (g95_set_sym_referenced): Declare.
4551 * match.c (g95_match_assignment, g95_match_call): Use it
4552 * primary.c (match_actual_arg, g95_match_rvalue,
4553 g95_match_variable): Ditto.
4554 * symbol.c (next_dummy_order): New variable.
4555 (g95_set_sym_referenced): New function.
4556 (check_done): New function.
4557 (g95_add_*): Use it.
4558 * trans-decl.c: Make formatting conform to GCC standards.
4559 (g95_defer_symbol_init): Add dummy variables in the right order.
4560 (g95_get_symbol_decl): Only accept referenced variables.
4561 (g95_create_module_variable): Module variables are always required.
4562 (generatr_local_decls): New function.
4563 (generate_local_vars): New function.
4564 (g95_generate_function_code): Use it.
4566 2003-02-13 Paul Brook <paul@nowt.org>
4568 * trans-decl.c (g95_conv_struct_cons): Remove.
4569 (g95_get_symbol_decl): Use g95_conv_expr for structure initializers.
4570 * trans-expr.c (g95_conv_structure): New function.
4571 (g95_conv_expr): Use it.
4573 2003-02-09 Paul Brook <paul@nowt.org>
4575 * trans-array.c (g95_array_init_size): Don't evaluate the linit
4576 expressions multiple times.
4577 (g95_trans_auto_arry_allocation): Use pointer not tmp.
4579 2003-02-08 Paul Brook <paul@nowt.org>
4581 * module.c (mio_symtree_ref): Declare as static.
4582 (mio_expr): Remove dead code.
4583 (read_module): Set the symtree link for fixups.
4584 * trans-intrinsic.c (g95_conv_intrinsic_round): Rename...
4585 (build_round_expr): ... to this.
4586 (g95_conv_intrinsic_aint): New function.
4587 (g95_conv_intrinsic_function): Use it.
4589 2003-02-08 Paul Brook <paul@nowt.org>
4591 * trans-array.c (g95_trans_array_constructor_value): Use the acutal
4592 offset after modificaton, not the increment expression.
4593 * dependency.c: Kill excess whitespace.
4595 2003-02-07 Sanjiv Gupta <sanjivg@noida.hcltech.com>
4597 * dependency.h: Remove some function declarations.
4598 * dependency.c (get_no_of_elements): Change this function not to
4600 * other: Add comments for all modified functions.
4602 2003-02-06 Paul Brook <paul@nowt.org>
4604 * g95spec.c (lang_specific_functions): Fix initializer warning.
4605 * dump-parse-tree.c (g95_show_expr): Use typespec instead of symtree
4606 for structure type names.
4607 * trans-decl.c (g95_cons_structure_cons): New function.
4608 (g95_get_symbol_decl): Use it.
4609 * trans-expr.c (g95_conv_component_ref): Remove duplicate pointer
4612 2003-02-06 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4614 * resolve.c (compare_cases): Add const to casts.
4616 2003-01-30 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4618 * g95.h (g95_check_f): Change a1 to f1m.
4619 * intrinsic.c (add_sym_1m, check_specific,
4620 g95_intrinsic_func_interface): Use it.
4622 * module.c (init_pi_tree): Remove useless cast.
4623 (fp2): Fix argument type.
4625 * parse.c (parse_select_block): Add comment.
4627 2003-02-05 Toon Moene <toon@moene.indiv.nluug.nl>
4629 * lang-options.h: Fix warning involving C90 concatenated
4632 2003-02-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
4633 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4635 * io.c (format_asterisk): Complete initializer to kill warning.
4636 * arith.c (DEF_G95_INTEGER_KIND, DEF_G95_LOGICAL_KIND,
4637 DEF_G95_REAL_KIND, MPZ_NULL, MPF_NULL): New #defines.
4638 (g95_integer_kinds, g95_logical_kinds, g95_real_kinds): Use the
4639 new defines to complete initializers. Kills all warnings.
4641 * Make-lang.in: Comment cleanup.
4643 2003-02-05 Paul Brook <paul@nowt.org>
4645 * array.c (g95_free_constructor): Handle NULL expressions.
4646 * resolve.c (resolve_structure_cons): Ditto.
4647 * decl.c (g95_match_null): New Function.
4648 (variable_decl): Use it.
4649 * module.c (mio_expr): Don't bother saving symtree for EXPR_STRUCTURE.
4650 * primary.c (g95_match_runtime): Don't use symtree for EXPR_STRUCTURE.
4651 * trans-types.c (g95_set_decl_attributes): Remove empty function.
4653 2003-02-05 Paul Brook <paul@nowt.org>
4655 * trans.h (build1_v): New macro.
4656 (build_v): Remove pointless and incorrect prototype.
4657 * various: Use build1_v for GOTO_EXPR and LABEL_EXPRs.
4658 * f95-lang.c (g95_init_builtin_decls): DEF_BUILTIN takes 10 args.
4660 2003-02-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
4662 * Make-lang.in (F95_OBJS): Remove one more dead file.
4664 2003-02-01 Paul Brook <paul@nowt.org>
4666 * lang-specs.h: Don't pass -ffixed-form to the linker.
4667 * trans-decl.c (g95_generate_function_code): Clear saved decl chain.
4669 2003-02-01 Paul Brook <paul@nowt.org>
4671 * Make-lang.in (F95_OBJS): Remove dead files.
4672 * trans-array.c (g95_array_init_size): Do the right thing when
4674 * trans-decl.c (g95_generate_function_code): Initialize deffered
4675 symbol list before translating contained subroutines.
4676 * trans-expr.c (g95_conv_expr, g95_conv_expr_reference): Substitute
4677 scalar invariant values here...
4678 (g95_conv_variable, g95_conv_function_call): ... instead of here ...
4679 * trans-intrinsic.c (g95_conv_intrinsic_function_args): .. and here.
4681 2003-01-29 Paul Brook <paul@nowt.org>
4683 * trans-array.c (g95_add_loop_code): Put pre code in the right block.
4684 (g95_walk_elemental_function_args): Reverse chains before adding.
4685 (g95_reverse_ss): Move about a bit.
4686 * trans-expr.c (g95_conv_function_call): Handle scalar intrinsic
4689 2003-01-28 Paul Brook <paul@nowt.org>
4691 * intrinsic.c (resolve_intrinsic): Use correct union member.
4692 * trans-array.c (g95_trans_dummy_array_bias): Don't touch absent
4694 * trans-decl.c (g95_get_symbol_decl): Don't translate initializers for
4695 use associated variables.
4696 * trans-intrinsic.c (g95_conv_intrinsic_present): Move body ...
4697 * trans-expr.c (g95_conv_expr_present): ... to here.
4698 * trans.h: Declare it.
4699 * trans-types.c (g95_sym_type): Assume subroutine if not specified.
4701 2003-01-28 Arnaud Desitter <arnaud.desitter@geography.oxford.ac.uk>
4703 * array.c (expand_iterator): Suppress useless assignment.
4704 * decl.c (match_char_spec): Ditto.
4705 * io.c (match_io_iterator): Ditto.
4706 * primary.c (match_real_constant): Ditto.
4707 * interface.c (fold_unary, g95_free_interface, g95_extend_expr):
4708 Ditto. Also, use g95_intrinsic_op not int for intrinsic operators.
4709 * matchexp.c (match_add_operand, match_level_5): Likewise.
4710 * module.c (parse_atom, find_enum): Likewise.
4711 * resolve.c: move #include <string.h>
4712 (resolve_select): Fix serious typo.
4714 2003-01-28 Steven Bosscher <s.bosscher@student.tudelft.n>
4716 * Make-lang.in: Don't build with broken tree-ssa-pre.
4718 2003-01-28 Steven Bosscher <s.bosscher@student.tudelft.nl>
4720 * resolve.c (resolve_index): Add a TODO.
4721 * symbol.c: Remove useless "#include <ctype.h>".
4723 2003-01-27 Paul Brook <paul@nowt.org>
4725 * check.c (check_rest): Allow different type kinds as an extension.
4726 * g95.h (g95_resolve_f): Add f1m.
4727 * intrinsic.c (add_sym_1m, resolve_intrinsic): Use it.
4728 * intrinsic.h: Chenge prototypes for MIN and MAX.
4729 * iresolve.c (g95_resolve_minmax): New function.
4730 (g95_resolve_min, g95_resolve_max): Use it.
4731 * trans-intrinsic.c (g95_trans_intrinsic_minmax): Only evaluate
4733 (g95_conv_intrinsic_present): Fix logic.
4735 2003-01-27 Steven Bossche <s.bosscher@student.tudelft.nl>
4737 * g95.h (g95_case): Don't be a tree, be a double linked list.
4738 * match.c (match_case_selector): Remove redundant semantics check.
4739 Clean up a few goto's to make it a tiny little bit faster.
4740 * resolve.c (case_tree): Die.
4741 (compare_cases): Accept and compare unbounded cases too.
4742 (check_case_overlap): Don't build a tree. Instead, merge-sort the
4743 whole list of g95_cases passed from resolve_select.
4744 (sane_logical_select): Die.
4745 (check_case_expr): Return FAILURE if a CASE label is of the wrong
4747 (resolve_select): Fixup case expression for computed GOTOs, put it
4748 in expr, not expr2, for easier handing in the parse tree dumper and
4749 the code generator. Rewrite the rest of the function: Kill
4750 unreachable case labels and unreachable case blocks.
4751 * dump-parse-tree.c (g95_show_code_node): Always dump expr for
4752 an EXEC_SELECT, not case2 anymore.
4753 * trans-const.c (g95_conv_constant_to_tree): New function.
4754 (g95_conv_constant): Use it.
4755 * trans-const.h: Declare prototype for the new function.
4756 * trans-stmt.c (g95_trans_integer_select, g95_trans_logical_select,
4757 g95_trans_character_select): New static functions.
4758 (g95_trans_select): Rewrite.
4760 2003-01-26 Paul Brook <paul@nowt.org>
4762 * intrinsic.c (add_fnctions): Properly add dreal.
4763 * trans-intrinsic.c (g95_conv_intrinsic_present): New function.
4764 (g95_conv_intrinsic_function): Use it.
4765 * trans-io.c (build_dt): Abort on internal files (unimplemented).
4767 2003-01-26 Paul Brook <paul@nowt.org>
4769 Widespread changes to the handling of symbols in expressions. These
4770 are now linked via g95_symtree nodes.
4771 * parse.c (g95_fixup_sibling symbols): New function.
4772 (parse_contained): Use it.
4773 * g95.h (symbol_attribute): Add contained. Indicates a symbol is a
4774 contained procedure that has bee correctly fixed up.
4775 (g95_code, g95_expr): Point to a g95_symtree, not a g95_symbol.
4777 2003-01-24 Paul Brook <paul@nowt.org>
4779 * trans-array.c (g95_walk_expr): Function result attributes are in
4781 * trans-expr.c (g95_conv_function_call,
4782 g95_trans_arrayfunc_assign): Ditto.
4783 * trans-decl.c (g95_get_symbol_for_expr): Set sym->result.
4785 2003-01-23 Steven Bosscher <s.bosscher@student.tudelft.nl>
4787 * expr.c (check_restricted): Fix error message.
4788 * symbol.c (free_st_labels): Plug memleak.
4790 2003-01-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
4792 * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
4793 reduce_binary_aa, reduce_binary, eval_intrinsic,
4794 eval_intrinsic_f2): Use typesafe prototypes for eval functions.
4795 * g95.h (g95_check_f, g95_simplify_f, g95_resolve_f): New unions
4796 for typesafe intrinsics helper functions.
4797 (g95_intrinsic_sym): Use them.
4798 * intrinsic.c (do_check, add_sym, add_sym_0, add_sym_1,
4799 add_sym_1s, add_sym_1m, add_sym_2, add_sym_3, add_sym_4,
4800 add_sym_5, add_conv, resolve_intrinsic, do_simplify,
4801 check_specific, g95_intrinsic_func_interface,
4802 g95_intrinsic_sub_interface): Adjust all calls to intrinsics
4804 * trans-decl.c (g95_get_extern_function_decl): Likewise.
4805 * Make-lang.in: Don't disable warnings for strict prototypes
4806 any longer, everything is typesafe now.
4808 2003-01-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
4810 * bbt.c (duplicate_node): Make static.
4811 * module.c (module_name): Make static.
4812 * scanner.c (include_dirs): Make static.
4814 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
4816 Hard coded _gfor_'s should not show up anymore.
4817 * g95.h (PREFIX): New macro.
4818 * iresolve.c (g95_resolve_cpu_time): Use PREFIX, not
4820 (g95_resolve_random_number): Likewise.
4821 * trans-decl.c (g95_build_intrinsic_function_decls): Likewise.
4822 * trans-io.c: Remove 'prefix' macro. Replace all uses with
4823 the new PREFIX macro from g95.h.
4825 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
4827 The troubles of forking... Andy implemented this just now too.
4828 Let's stick to that and keep the trees close.
4829 * g95.h (g95_st_label): 'format' member is now a g95_expr.
4830 * io.c: Revert previous changes.
4831 (g95_match_format): Match the format string as a character
4833 * match.h (g95_statement_label): Declare external.
4834 * parse.c: Revert previous changes.
4835 * symbol.c (g95_free_st_label): Free a g95_expr instead
4837 * trans-io.c: Revert previous changes.
4838 (build_dt): Use set_string to set the format string.
4840 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
4842 * io.c (format_string): Make non-static.
4843 (g95_match_format): Remember the format string.
4844 (terminate_io): Add I/O termination for empty I/O lists.
4845 * match.h: Declare external format_string.
4846 * parse.c (check_statement_label): Attack the format string
4847 to a format label for FORMAT statements.
4848 * trans-io.c (g95_add_field): Define prefix macro. Replace
4849 all uses of PREFIX define with a use of this macro.
4850 (build_dt): Implement formatted I/O for format labels.
4852 2003-01-20 Steven Bosscher <s.bosscher@student.tudelft.nl>
4854 * lang-options.h: Kill "-std=F".
4855 * options.c: Remove unimplemented "-std=F". Modify
4857 * misc.c (g95_terminal_width): New function.
4858 * error.c (g95_error_init_1): Use g95_terminal_width.
4859 * g95.h: Add prototype for g95_terminal_width, remove
4862 2003-01-19 Steven Bosscher <s.bosscher@student.tudelft.nl>
4864 * Make-lang.in: Fix typo.
4866 2003-01-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
4868 * g95.h (struct g95_case): Remove unused cruft, new member
4869 'where' to keep track of the locus of the default case.
4870 * match.c (g95_match_case): Add locus to the current case.
4871 (match_case_selector): Likewise.
4872 * parse.c (parse_select_block): Move semantics check for
4873 multiple DEFAULT cases out of here to...
4874 * resolve.c (check_case_overlap): ...here. Return sooner
4876 (check_case_expr): Take two g95_cases now, use to sure the
4877 expression kinds are the same.
4878 (resolve_select): Cleanup.
4880 2003-01-18 Paul Brook <paul@nowt.org>
4882 * trans-io.c: Fix typos in ported IO work (set_fla[tg]).
4883 * trans-decl.c (g95_set_symbol_decl): Handle non-array result
4885 (g95_get_extern_function_decl): Put decls in the correct context.
4887 2003-01-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
4889 * trans-io.c: Port changes from Andy to set ERR flag.
4891 2003-01-17 Paul Brook <paul@nowt.org>
4893 * trans-array.c: Add various comments.
4894 (g95_ss_terminator): Declare as const.
4895 (g95_walk_expr): Remove first parameter and update all callers.
4896 (g95_walk_op_expr): Initialize scalar SS properly.
4897 * trans-array.h (g95_walk_expr): Update prototype.
4898 * trans-expr.c: Update for new g95_walk_expr.
4899 * trans-intrinsic.c: Ditto.
4900 * trans-io.c: Ditto.
4901 * trans.h: Various comments for SS chains.
4903 2003-01-17 Paul Brook <paul@nowt.org>
4905 * intrinsic.h (g95_generic_isym_id): Add G95_ISYM_S?_KIND, SPACING
4907 * intrinsic.c (add_functions): Use them.
4908 * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto.
4909 * trans-expr.c (g95_conv_expr_lhs): Abort on impossible error.
4911 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
4913 Fallout of a small merge conflict:
4914 * intrinsic.c: Un-revert lost patch (G95_ISYM_SCALE).
4916 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
4918 * initrinsic.c: New add_sym_* functions for strong typing.
4919 (add_conv): Make prototype strict.
4920 * dump-parse-tree.c, dependency.c: Include config.h
4921 * resolve.c, trans-io.c: Fix typos.
4923 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
4925 * dump-parse-tree.c (g95_show_code_node): Show the
4926 condition for a computed GOTO that was transformed
4927 to a SELECT CASE construct.
4928 * resolve.c (check_case_overlap): Revert previous switch
4929 to treaps, it was too slow and didn't catch all trouble.
4930 (resolve_symbol): Be more flexible about module procedures.
4931 * symbol.c (check_conflict): Point to relevant section in
4932 the standard for dubious conflict. Allow procedure
4933 dummy arguments to be optional again.
4934 * trans-io (add_field): Rename to g95_add_field. Change
4936 * trans-stmt (trans_select): Handle unbounded cases for
4937 integer SELECT CASE constructs. Fix/add more comment.
4939 2003-01-17 Steven Bosscher <s.bosscher@student.tudelft.nl>
4941 * g95.h: Uses GCC's function attribute macros.
4942 * error.c, module.c, parse.c, g95.h: More function attributes.
4944 2003-01-16 Steven Bosscher <s.bosscher@student.tudelft.nl>
4946 * trans-decl.c (get_label_decl): Use TREE_LINENO instead
4947 of DECL_SOURCE_LINE, and TREE_FILENAME instead of
4950 2003-01-16 Steven Bosscher <s.bosscher@student.tudelft.nl>
4952 * f95-lang.c (pushdecl): Use TREE_LINENO instead of
4954 * trans.c (g95_trans_code): Use annotate_all_with_file_line
4955 instead of nowdead wrap_all_with_wfl.
4957 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
4959 * parse.c (g95_parse_file): In verbose mode, dump the parse tree
4960 before generating code, so we can still see it even if the code
4961 generation phase dies.
4963 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
4965 * decl.c (build_sym): Split out initialization expression parts...
4966 (add_init_expr_to_sym): ...to here.
4967 (variable_decl): Add the symbol following an attribute list to the
4968 symbol tree before parsing the optional initialization expression
4969 if the symbol is not of a derived type.
4970 * primary.c (g95_match_rvalue): Don't assume a symbol always has
4971 a value if it is a PARAMETER.
4973 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
4975 * misc.c: Don't #include <mcheck.h>
4976 * module.c: Ditto. Kill uses of mtrace, muntrace. If there
4977 ever was a glibc bug, then either this was never reported to
4978 glibc people, or it has been fixed for so long that there's
4979 no information you can find about it, anywhere.
4981 2003-01-14 Steven Bosscher <s.bosscher@student.tudelft.nl>
4984 * module.c (attr_bits, bt_types, array_spec_types):
4985 Switch 'const' and 'static'.
4986 * iresolve.c (g95_resolve_reshape): Make __resolve0 non-'const'.
4988 GNU'ify source code:
4989 * trans-io.c: Numerous fixes, one fixed warning and a few
4990 TODO markers so that we don't forget about them.
4992 2003-01-13 Paul Brook <paul@nowt.org>
4994 * intrinsic.c (add_functions): Add G95_ISYM_SCALE.
4995 * intrinsic.h (g95_generic_isym_id): Remove bogus G95_ISYM_ANINIT.
4997 * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto
4998 * match.c (g95_match_stop): Fix dumb == -> != error.
5000 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5002 * dump-parse-tree.c (show_indent): Add line breaks. This
5003 whole dumping process needs cleanups.
5004 * f95-lang.c (g95_mark_addressable): Fix prototype to match
5005 the langhook. Fix 'return's accordingly.
5006 * g95-support.h: Adjust prototype.
5007 * g95.h: Add 'no_backend' member to 'g95_option_t' struct.
5008 * lang-options.h: Add '-fsyntax-only'.
5009 * options.c (g95_init_options): Init 'no_backend'.
5010 (g95_parse_arg): Deal with '-fsyntax-only'.
5011 * parse.c (g95_parse_file): Do not generate code if 'no_backend'
5014 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5016 * resolve.c (resolve_symbol): Assumed shape arrays must be dummy
5017 arguments. Also make sure that if a symbol is marked INTRINSIC,
5018 an intrinsic with the symbol's name actually exists.
5019 (check_conflict): Make EXTERNAL and DIMENSION attributes conflict.
5020 Do not allow PROCEDURES to have the SAVE, POINTER, TARGET,
5021 ALLOCATABLE, RESULT, IN_NAMESPACE, OPTIONAL or FUNCTION attribute.
5023 2003-01-13 Steven Bosscher <s.bosscher@student.tudelft.nl>
5025 * resolve.c (resolve_contained_functions): Fix condition, don't
5026 throw internal_error if a child namespace has no name. Apparently
5027 this can be the case?
5029 2003-01-11 Paul Brook <paul@nowt.org>
5031 Port changes from Andy's tree:
5032 * g95.h (g95_code): Add stop_code.
5033 * match.c (g95_match_stop): Detter syntax checking.
5034 * resolve.c (resolve_generic_f0): Return match type.
5035 (resolve_generic_f): Remove dead/duplicated code.
5036 (resolve_specific_f): Ditto.
5037 * dump-parse-tree.c (g95_show_code_node): Handle new STOP format.
5038 * trans-decl.c (gfor_fndel_stop_*): New fndecl nodes.
5039 * trans-stmt.c (g95_trans_stop): Handle new STOP format.
5041 2003-01-11 Paul Brook <paul@nowt.org>
5043 * trans-array.c: Various documentation/comment changes.
5044 * trans-stmt.c: Ditto.
5047 2003-01-10 Paul Brook <paul@nowt.org>
5049 * options.c/h: Add -fdump-parse-tree as alias of -v.
5051 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5053 * dump-parse-tree.c (g95_show_namespace): Fixed another
5054 typo. Sorry, it's Friday...
5056 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5059 * trans-array.c, trans-array.h, trans.c, trans-const.c,
5060 trans-const.h, trans-decl.c, trans-expr.c, trans.h
5061 trans-intrinsic.c, trans-io.c, trans-stmt.c, trans-stmt.h
5062 trans-types.c: Fix bogus copyright years, add 2003.
5063 * trans-types.h: Give copyright header.
5065 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5067 * dump-parse-tree.c (g95_show_namespace): Fixed typo.
5068 * expr.c, options.c, scanner.c: Add some more 'const' markers.
5069 * intrinsic.c: Some constant strings moved to read-only memory.
5070 * io.c (format_asterisk): Move to...
5073 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5075 * dump-parse-tree.c (g95_show_namespace): Dump implicit
5076 types for ranges instead of per-letter. Indent the
5077 'CONTAINS' just like everything else.
5078 * resolve.c (resolve_contained_functions): Clarify comment.
5079 Explain non-obvious conditional expression. Improve
5080 diagnostics if tyoe cannot be resolved.
5081 Port semi-fix from Andy's tree:
5082 (was_declared): Move up before first use.
5083 (generic_sym, specific_sym): New functions. Code moved
5084 out if procedure_kind.
5085 (procedure_kind): Simplify using new functions.
5086 (resolve_generic_f): Make sure the functions we find in
5087 a parent namespace is generic.
5088 (resolve_specific_f): Ditto for specific functions.
5090 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5092 * trans-stmt.c, trans.c: Fix some code style issues. Add
5093 some more comment (but still not enough!).
5095 2003-01-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
5097 * symbol.c (flavors, procedures, intents, acces_types,
5098 access_types, ifsrc_types): Make const.
5099 * misc.c (g95_string2code): Make 'm' param 'const'.
5100 * module.c (find_enum, write_atom, mio_name): Make
5102 (attr_bits, bt_types, array_spec_types, array_ref_types,
5103 ref_types, expr_types): Make const.
5104 * g95.h: Adjust external decls.
5106 2003-01-09 Paul Brook <paul@nowt.org>
5108 * Testsuite: Add a load of new cases.
5110 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
5112 * Make-file.in: Add dependency on back end header files;
5113 a parallel build should work now.
5114 * f95-lang-c (lang_identifier): Remove bogus comment.
5115 (g95_be_parse_file): Fix prototype.
5116 (g95_init): Make static.
5117 (g95_finish): Make static.
5118 * error.c (g95_syntax_error): Kill. Make define in...
5119 * g95.h (g95_syntax_error): Define.
5120 (g95.options): Make 'source' member 'const'.
5121 * interface.c (g95_match_interface): Explain
5122 hard-to-read condition.
5123 (g95_match_end_interface): Ditto.
5124 * trans_const.c (g95_build_string_const): Make 's' parameter
5126 * trans_const.h: Adjust protoype accordingly.
5127 * trans-decl.c: Include tree-dump.h
5128 (g95_generate_function_code): Build fixes for recent changes
5129 in the tree-ssa branch.
5131 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
5133 * format.c: Kill, move code from here...
5135 * Make-lang.in: Adjust.
5138 * BUGS: Mention where to submit bugs. Move old content...
5139 * TODO: ...to here. New file.
5141 2003-01-08 Steven Bosscher <s.bosscher@student.tudelft.nl>
5142 Fix most warnings, and suppress the ones we can't fix for now.
5143 * Make-lang.in: Suppress warnings about bad proto's in g95.h,
5144 these warnings just clutter the screen and there's not much
5145 we can do about them for now anyway.
5146 * check.c, iresolve.c: Mark unused function parameters.
5147 * dump-parse-tree.c (g95_show_array_spec): Punt on AS_UNKNOWN,
5148 they should be resolved before they get here.
5149 * error.c: Remove unused FILE *status_out.
5150 * f95-lang.c (g95_init): Remove bogus cast.
5151 * Many files: Make things 'const' where required.
5152 * g95.h: Fix prototypes for all modified functions above.
5153 (g95_options): Remove 'object' member.
5155 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
5157 * Make-file.in: Cleanup bogus targets. Add more comment.
5158 * lang-options.h: New option '-w'.
5159 * g95.h: add no_options field to struct g95_options.
5160 * options.c (g95_init_options): Default no_warnings to off.
5161 (g95_parse_arg): Recognise the '-w' switch and its alias,
5163 * error.c (g95_warning, g95_warning_now): Don't emit warning if
5164 no_warning option is set.
5165 * iresolve.c (g95_resolve_shape): Fix warning.
5167 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
5169 * primary.c (g95_next_string_char): Rename next_string_char, and
5170 make static. Adjust callers accordingly.
5171 * resolve.c (resolve_generic_f0): Return try, not match. Adjust
5172 callers accordingly.
5173 * g95.h: Split out all g95_match* functions to...
5174 * match.h: ...here. New file.
5175 * array.c, decl.c, expr.c, format.c, interface.c, io.c, match.c,
5176 matchexp.c, module.c, parse.c, primary.c: Inlcude match.h
5178 2003-01-07 Steven Bosscher <s.bosscher@student.tudelft.nl>
5180 * symbol.c (g95_clear_new_implicit, g95_add_new_implicit_range,
5181 g95_merge_new_implicit): New functions.
5182 (g95_match_implicit_none, g95_match_implicit): Move from here...
5183 * match.c (g95_match_implicit_none, g95_match_implicit): ... to here.
5184 Modify to use the new functions in symbol.c.
5185 * g95.h: Add and move prototypes.
5187 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
5189 * bbt.c (insert): Use a typedef'ed compare_fn prototype for the
5190 node compare function.
5191 (g95_insert_bbt): Likewise.
5192 (g95_insert_bbt_with_overlap): Likewise.
5193 (g95_delete_bbt): Likewise.
5194 (delete_treap): Likewise. Also fix a potential bug when calling it.
5195 * module.c (compare_pointers): Change proto to compare_fn.
5196 (compare_integers): Likewise.
5197 (compare_true_names): Likewise.
5198 (find_true_name): Adjust call to compare_true_names to match proto.
5199 (require_atom, write_atom, mio_name): Fix 'const' warnings.
5200 (init_pi_tree): Make compare a compare_fn instead of (int *).
5201 * resolve.c (compare_cases): Change proto to compare_fn.
5202 * symbol.c (g95_compare_symtree): Change proto to compare_fn, make
5203 it static, and rename to compare_symtree.
5204 (delete_symtree, g95_undo_symbols, g95_new_symtree): Use renamed
5206 * g95.h: Kill g95_compare_symtree prototype. Adjust prototypes
5207 of g95_insert_bbt, g95_insert_bbt_with_overlap, and g95_delete_bbt.
5209 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
5210 * Make-lang.in: Fix spaces/tabs issues from previous patch.
5211 * patch.options: Blow away Paul's checkin mistake :-)
5212 * io.c (terminate_io): Fix memory leak (Arnaud).
5214 2003-01-06 Steven Bosscher <s.bosscher@student.tudelft.nl>
5216 * Make-lang.in: Teach about building DVI, info manual.
5217 * g95.texi: New file.
5219 2003-01-02 Paul Brook <paul@nowt.org>
5221 * trans-array.c (g95_reverse_ss): Make static and don't use.
5222 (g95_conv_ss_descriptor): Don't use g95_loopinfo
5223 (g95_conv_array_parameters): Modify for pointer assignments.
5224 (g95_walk_subexpr): New function.
5225 (g95_walk_expr*): Use it.
5226 * trans-array.h (g95_reverse_ss): Remove prototype.
5227 * trans-expr.c (g95_trans_pointer_assign): Implement.
5228 (Many): Set se.want_pointer before calling g95_conv_array_parameter.
5229 * trans-intrinsic.c: Sync with scalarizer changes.
5230 * trans-io.c: Ditto.
5232 2002-12-29 Paul Brook <paul@nowt.org>
5234 * trans-array.c: Document calling convention for arrays.
5236 2002-12-19 Paul Brook <paul@nowt.org>
5238 * trans-intrinsic.c (g95_conv_intrsinsic_function): Remove incorrect
5239 assertion. Remove intrinsic subroutine G95_ISYM_* cases. Always pass
5240 optional parameters for some intrinsics.
5241 (g95_is_intrinsic_libcall): Add G95_ISYM_RESHAPE.
5242 * trans-expr.c (g95_conv_function_call): Pass NULL for absent
5243 optional parameters.
5244 * trans.h (g95_se): Add ignore_optional flag.
5246 2002-12-15 Paul Brook <paul@nowt.org>
5248 * trans-array.c (g95_conv_array_parameter): Fix partial rank sections.
5249 * trans-decl.c (g95_generate_function_code): Use TDI_original.
5251 2002-12-14 Paul Brook <paul@nowt.org>
5253 * trans-stmt.c (g95_trans_call): Use resolved symbol name.
5255 2002-12-12 Paul Brook <paul@nowt.org>
5257 * trans-array.c (g95_trans_array_constructor_subarray): Fully
5258 initialize the scalarizer.
5259 (various): Update to new format of g95_expr->value.constructor.
5261 2002-12-08 Paul Brook <paul@nowt.org>
5263 * trans-array.c (g95_put_offset_into_var): New function.
5264 (g95_trans_array_constructor_subarray): New function.
5265 (g95_trans_array_constructor_value): Use it.
5266 (g95_array_cons_size): Don't abort() on array components.
5268 2002-12-08 Paul Brook <paul@nowt.org>
5270 * Make-lang.in (F95_ADDITIONAL_OBJS): Remove tree-dchain.o.
5271 * support.c: Update #includes.
5272 (statement_code_p, c_size_in_bytes, s_size_type_node): Remove.
5273 * trans-array.c: Update #includes.
5275 * trans-const.c: Ditto.
5276 * trans-io.c: Ditto.
5277 * trans-types.c: Ditto.
5278 (g95_init_types): Set size_type_node.
5279 * trans-decl.c: Update #includes.
5280 (gfor_fndecl_adjust{l,r}): Declare and initialize.
5281 * trans-stmt.c: Update #includes.
5282 (g95_trans_do_while): Generate LABEL_EXPR, not GOTO_EXPR.
5283 (g95_trans_select): Fix check for unbounded ranges.
5284 * trans-expr.c: Update #includes.
5285 (g95_conv_string_tmp): New function.
5286 (g95_conv_concat_op): Use it.
5287 * trans.h (g95_conv_string_tmp, gfor_fndecl_adjust{l,r}): Declare.
5288 * Trans-intrisic.c: Update #includes.
5289 (g95_conv_intrinsic_strcmp): New function.
5290 (g95_conv_intrinsic_adjust): Ditto.
5291 (g95_conv_intrinsic_function: Use them.
5293 2002-11-30 Paul Brook <paul@nowt.org>
5295 * trans-array.c (g95_walk_function_expr): Handle non-array return by
5297 * trans-dec.c (g95_build_function_decl): Handle character return
5299 (g95_get_fake_result_decl): Ditto.
5300 (g95_trans_deferred_vars): Ditto.
5301 * trans-expr.c (g95_conv_function_call): Ditto.
5302 (g95_trans_arrayfunc_assign) Limit to array valued functions.
5303 * trans-intrinsic.c (g95_conv_intrinsic_char): New function.
5304 (g95_conv_intrinsic_function): Use it.
5305 * trans-types.c (g95_sym_type): Handle functions returning strings.
5306 (g95_return_by_reference): Ditto.
5307 (g95_get_function_type): Ditto.
5309 2002-11-18 Paul Brook <paul@nowt.org>
5311 * trans-stmt.c (g95_trans_if): Fix IF statements when the condition
5312 requires a temporary.
5313 (g95_trans_select): Handle computed gotos.
5314 * trans-types.c (g95_build_array_type): Warn about non-functional
5315 assumed shape arrays.
5316 * trans-expr.c (g95_trans_scalar_assign): Correctly handle post
5318 * trans-intrinsic.c (g95_conv_intrinsic_round): New function.
5319 (g95_conv_intrinsic_int): New function.
5320 (g95_conv_intrinsic_mod): New function.
5321 (g95_conv_intrinsic_ichar): New function.
5322 (g95_conv_intrinsic_function): Use them.
5323 (g95_conv_intrinsic_dim): Use g95_evaluate_now.
5325 2002-11-17 Toon Moene <toon@moene.indiv.nluug.nl>
5327 * trans-types.c (g95_build_array_type): Assumed
5328 sized arrays can have rank > 1.
5329 * trans.c (g95_trans_code): Remove erroneous
5330 warning about CONTINUE.
5331 * trans-expr.c (g95_conv_variable): Remove
5334 2002-11-15 Paul Brook <paul@nowt.org>
5336 * trans-array.c (g95_conv_array_parameter): Check for NULL stride.
5338 2002-10-31 Paul Brook <paul@nowt.org>
5340 * f95-tree.c: Remove tree copying stuff that's now in gimple.c
5341 * trans-expr.c (g95_conv_component_ref): Handle character string
5343 (g95_conv_string_parameter): Ditto.
5344 * trans-types.c (g95_get_derived_type): Add length decl to caracter
5347 2002-10-10 Paul Brook <paul@nowt.org>
5349 * trans-decl.c (gfor_fndecl_size?): Declare and initialize.
5350 * trans-expr.c (g95_conv_function_call): Remove unreliable return value
5352 * trans-intrinsic.c (g95_conv_intrinsic_size): New function.
5353 (g95_conv_intrinsic_function): Handle size and shape intrinsics.
5354 (g95_is_intrinsic_libcall): Add G95_ISYM_SHAPE.
5355 * trans-types.c (pvoid_type_node): Declare and initialize.
5356 * trans-array.c: Fix typo COMPONENT_REF->REF_COMPONENT
5357 (g95_array_allocate): Fix when base==data.
5358 (g95_conv_array_parameter): Correctly handle reduced rank sections.
5359 * trans-io.c (g95_trans_write): Correctly handle string modifiers.
5361 2002-10-09 Paul Brook <paul@nowt.org>
5363 * (g95_conv_expr_reference): Handle character strings correctly.
5365 2002-10-07 Paul Brook <paul@nowt.org>
5367 (g95_expand_decl): Rename from f95_expand_decl_stmt and use as
5369 * trans-array.c (g95_build_array_initializer): Remove.
5370 (g95_conv_array_initializer): New Function.
5371 (g95_trans_auto_arry_allocation): Cleanup.
5372 (g95_trans_init_character_array): Remove.
5373 * g95spec.c: Link in libgforbegin.
5374 * trans.c (g95_generate_code): Rename main function to MAIN__.
5375 (g95_create_var): New function.
5376 (g95_create_var_np): New function.
5377 (g95_evaluate_now): New function.
5378 (g95_start_block): New function.
5379 (g95_finish_block): New function.
5380 (g95_add_expr_to_block): New function.
5381 (g95_add_block_to_block): New function.
5382 * trans-expr.c (g95_conv_componen_ref): New function.
5383 * Make-lang.in (F95_ADDITIONAL_OBJS): Add gimplify.o.
5384 (F95_OBJS): Add dependency.o.
5385 * f95-lang.c (g95_is_simple_stmt): Remove.
5386 * f95-tree.c (mark_not_simple): New function.
5387 (unshare_all_trees): New function.
5388 (create_tmp_var, create_tmp_alias_var): Remove.
5389 * support.c (declare_tmp_vars, tree_last_decl): Remove.
5390 * trans*: Convert to new IR using GENERIC trees. Don't bother about
5391 SIMPLE/GIMPLE rules, this is now done by Lang-independant code.
5393 2002-10-01 Paul Brook <paul@nowt.org>
5395 * trans-array.c: Add support for descriptorless arrays.
5396 (g95_conv_array_data): New function.
5397 (g95_conv_array_base): New function.
5398 * trans-array.h: Declare these here.
5399 * trans-decl.c(g95_create_mopdule_variable): Perform variable
5400 initialization and creation here.
5401 (g95_create_module_vars): Instead of here.
5402 * trans.h (G95_TYPE_ARRAY_*: Rename from G95_TYPE_DESCRIPTOR_*.
5403 * trans-intrinsic.c: Ditto.
5404 * trans-types.c (g95_is_nodesc_array): New function.
5405 (g95_get_nodesc_array_type): New function.
5406 (g95_sym_type, g95_get_derived_type): Use them.
5407 * trans-const.c (g95_conv_mpf_to_tree): Remove workaround.
5409 2002-09-28 Paul Brook <paul@nowt.org>
5411 * trans-const.c (g95_conv_mpf_to_tree): Work around backend bug.
5412 * trans-intrinsic.c (g95_conv_intrinsic_abs): Correctly detect complex
5415 2002-09-24 Paul Brook <paul@nowt.org>
5417 * f95-lang.c (listify): Remove declaration.
5418 (expand_function_body): Use optimize >=1 instead of flag_tree_saa.
5420 * f95-tree.c (get_name): New function.
5421 * trans.c (module_namespace): Remove.
5422 * trans-decl.c: Use g95_chainon_list rather than chainon(listify()).
5423 * trans-types.c: Ditto.
5425 2002-09-19 Paul Brook <paul@nowt.org>
5427 * trans-array.c (g95_get_array_cons_size): New Function.
5428 (g95_con_ss_startstride): Handle Array constructors.
5429 (g95_conv_loop_setup): Ditto.
5430 (g95_conv_array_parameter): Ditto.
5431 * tras-decl.c (g95_finish_var_decl): Make initializes variables
5434 2002-09-19 Paul Brook <paul@nowt.org>
5436 * trans.c (g95_simple_fold_tmp): Detect variables inside
5438 * trans-stmt.c (g95_trans_arithmetic_if): Implement this.
5440 2002-09-18 Steven Bosscher <s.bosscher@student.tudelft.nl>
5442 * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree-ssa-dce.o
5444 2002-09-14 Paul Brook <paul@nowt.org>
5446 * trans.c (g95_create_module_variable): Move to trans-decl.c.
5447 * trans-const.c (g95_conv_string_init): New Function.
5448 * trans-const.h: Declare it.
5449 * trans-decl.c (g95_get_symbol_decl): Handle initializers for static
5450 variables. Don't bail on intrinsic symbols.
5451 (get_extern_function_decl): Handle specific intrinsic functions.
5452 * trans-types.c (g95_sym_type): Dummy functions don't return
5454 * trans-array.c (g95_build_array_initializer): New Function.
5455 (g95_trans_auto_array_allocation): Build initializer for static decls.
5456 Don't use mpz_addmul, it's GMP4 only.
5458 2002-09-12 Paul Brook <paul@nowt.org>
5460 * trans-decl.c (g95_generate_code): Fix thinko with return variable.
5461 (g95_get_extern_function_decl, g95_build_function_decl): Mangle
5462 assembler names for module procedures.
5464 2002-09-11 Tobias Schlueter <Tobias.Schlueter@physik.uni-muenchen.de>
5466 * trans-array.c,h trans-expr.c, trans-stmt.c: Correct spelling of
5469 2002-09-10 Paul Brook <paul@nowt.org>
5471 * trans-array.c: Change format of G95_SS_TEMP strictures.
5472 (g95_check_fncall_dependancy): New function.
5473 (trans_dummy_array_bias): stride[n], not stride[n-1]. for calculating
5475 * trans-decl.c (g95_get_symbol_decl): move assertion after handling of
5477 (g95_build_function_decl): Don't assume result arrays are packed.
5478 (g95_trans-deferred-vars): Handle array result variables.
5479 (g95_generate_fuction_code): Clear saved_function_decls.
5480 * trans-expr.c (g95_conv_fnction_call): Handle direct array return by
5482 (g95_trans_arrayfunc_assign): New function.
5483 (g95_trans_assignment): Use it.
5484 * trans.h (g95_ss): Add temp struct for G95_SS_TEMP.
5485 (g95_se): Add direct_byref.
5486 * trans-types.c: Use sym->result rather than sym where appropriate.
5487 * trans-intrinsic.c (g95_conv_intrinsic_funcall): New function.
5488 Update other functions to use this.
5489 (g95_is_intrinsic_libcall): New function.
5490 (g95_conv_intrinsic_function): Add MATMUL and PRODUCT intrinsics.
5491 (g95_walk_intrinsic_function): Ditto.
5493 2002-09-08 Paul Brook <paul@nowt.org>
5495 * trans-types.c: Change rank field to dtype field in array descriptor.
5496 * trans-array.c: Implement filling of dtype array descriptor field.
5497 * trans-intrinsic.c: Fix broken LEN intrinsic.
5499 2002-09-07 Paul Brook <paul@nowt.org>
5501 * trans-intrinsic.c: Remove outdated todo intrinsic list.
5502 (g95_get_symbol_for_expr): Remove hack for fortran based intrinsics.
5503 (g95_walk_intrinsic_function): Add MINLOC and MAXLOC.
5505 2002-09-06 Paul Brook <paul@nowt.org>
5507 * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree_alias_comon.o.
5508 (gt-f95-trans-types.h): Add dependancy information.
5509 * config-lang.in (gtfiles): Add trans-types.c
5510 * f95-lang.c (g95_be_parse_file): Pass error and warning counts
5511 back to top-level code.
5512 * trans-array.c, trans-types.c: Change format of array descriptor.
5513 (g95_conv_descriptor_dimension): New function.
5514 * trans-types.h (g95_conv_descriptor_rank): define.
5515 * trans-intrinsic.c: Implement PRODUCT, COUNT. MINLOC and MAXLOC
5518 2002-09-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
5520 * trans-array.c, trans-types.c: Add rank information to descriptor.
5522 2002-09-06 Tobias Schlueter <Tobias.Schlueter@physik.uni-muenchen.de>
5524 * trans-stmt.c (g95_trans_allocate): Fix when ref==NULL.
5526 2002-09-04 Paul Brook <paul@nowt.org>
5528 * f95-lang.c (g95_create_decls): New function.
5529 (g95_init): Move initialization of external decls to above, and call
5530 from g95_be_parse_file.
5531 * trans.c (g95_finish_stmt): Don't amputate the decl chain.
5532 * trans-types.c (g95_init_types): Always name integer and char types.
5533 (g95_get_array_type_bounds): TYPE_NAME may be a TYPE_DECL.
5535 2002-09-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
5537 * Make-lang.in: Add options.c to F95_PARSER_OBJS
5539 2002-09-02 Paul Brook <paul@nowt.org>
5541 * g95_generate_code: Clear the attr for __fortran_main.
5542 * trans-types.c (g95_finish_type): New function.
5543 * g95_init_io_state_type: Use g95_finish_type.
5544 * g95_conv_intrinsic_anyall: Fix thinko in result initialization.
5546 2002-09-01 Paul Brook <paul@nowt.org>
5548 * README.backend: Warn about the dangers of extra config.h files.
5549 Remove obsolete libgfor stuff.
5550 * config-lang.in: Add target-libgfor dependancy.
5551 * g95_conv_mpf_to_tree: Use & free allocated buffer p rather than buff.
5553 2002-09-01 Toon Moene <toon@moene.indiv.nluug.nl>
5555 * g95_conv_mpz_to_tree: Free storage pointed to by q,
5558 2002-08-30 Paul Brook <paul@nowt.org>
5560 * trans-intrinsic.c (g95_conv_intrinsic_function,
5561 g95_walk_intrinsic_function): Added ANY and ALL.
5562 (g95_conv_intrinsic_anyall): New function.
5563 * iresolve.c (g95_resolve_any, g95_resolve_all): Include rank in