2005-01-16 Steven G. Kargl <kargls@comcast.net>
[official-gcc.git] / gcc / fortran / ChangeLog
blob190a68a71cdcc7e4971bbebd4456b03c5d7a01e1
1 2005-01-16  Steven G. Kargl  <kargls@comcast.net>
3         PR 19168
4         * resolve.c (check_case_overlap): Typo in comment.
5         (validate_case_label_expr):  Fix up kinds of case values
6         (resolve_select): Properly handle kind mismatches.
8 2004-01-16  Paul Brook  <paul@codesourcery.com>
10         PR fortran/17675
11         * trans-common.c (translate_common): Remove duplicate function call.
12         (finish_equivalences): Preserve alignment when biasing offsets.
14 2005-01-15  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de
16         * primary.c (check_digit): Call 'ISXDIGIT' instead of assuming
17         ASCII-like character encoding.
19 2005-01-14  Steven G. Kargl  <kargls@comcast.net>
21         * resolve.c (compare_case): Cleanup.
23 2005-01-14  Steven G. Kargl  <kargls@comcast.net>
25         * resolve.c (compare_case): Give arguments correct type.
27 2005-01-13  Kazu Hirata  <kazu@cs.umass.edu>
29         * iresolve.c, trans-common.c, trans-types.c: Fix comment
30         typos.
32 2005-01-09  Paul Brook  <paul@codesourcery.com>
34         PR fortran/17675
35         * trans-common.c (current_common, current_offset): Remove.
36         (create_common): Add head argument.
37         (align_segment): New function.
38         (apply_segment_offset): New function.
39         (translate_common): Merge code from new_segment.  Handle alignment.
40         (new_segment): Remove.
41         (finish_equivalences): Ensure proper alignment.
43 2005-01-08  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
45         * trans-const.c: Don't include unused math.h.
47         * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl,
48         gfc_conv_intrinsic_bound, gfc_conv_intrinsic_minmaxloc,
49         gfc_conv_intrinsic_ishft, gfc_conv_intrinsic_len): Remove
50         trailing whitespace.
51         (prepare_arg_info): Fix formatting, indenting and remove trailing
52         whitespace.
53         (gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_trim): Remove
54         trailing whitespace.
56         * arith.c (arctangent2, gfc_arith_init_1, gfc_arith_done_1,
57         gfc_constant_result, gfc_range_check, gfc_arith_power,
58         eval_type_intrinsic0, eval_intrinsic_f2, gfc_real2real,
59         gfc_real2complex, gfc_complex2int, gfc_complex2real,
60         gfc_complex2complex): Fix whitespace issues.
61         * check.c (must_be, type_check, numeric_check, int_or_real_check,
62         logical_array_check, array_check, scalar_check, nonoptional_check,
63         variable_check, dim_check, check_a_kind, gfc_check_a_ikind,
64         gfc_check_a_xkind, gfc_check_abs, gfc_check_all_any,
65         gfc_check_allocated, gfc_check_a_p, gfc_check_besn,
66         gfc_check_btest, gfc_check_char, gfc_check_cmplx, gfc_check_count,
67         gfc_check_cshift, gfc_check_dcmplx, gfc_check_dble,
68         gfc_check_digits, gfc_check_dot_product, gfc_check_eoshift,
69         gfc_check_fnum, gfc_check_g77_math1, gfc_check_huge, gfc_check_i,
70         gfc_check_iand, gfc_check_ibclr, gfc_check_ibits, gfc_check_ibset,
71         gfc_check_idnint, gfc_check_ieor, gfc_check_index, gfc_check_int,
72         gfc_check_ior, gfc_check_ishft, gfc_check_ishftc, gfc_check_kind,
73         gfc_check_lbound, gfc_check_logical, min_max_args,
74         gfc_check_min_max_integer, gfc_check_min_max_real,
75         gfc_check_min_max_double, gfc_check_matmul,
76         gfc_check_minval_maxval, gfc_check_merge, gfc_check_nearest,
77         gfc_check_pack, gfc_check_precision, gfc_check_radix,
78         gfc_check_range, gfc_check_real, gfc_check_repeat,
79         gfc_check_scale, gfc_check_scan, gfc_check_selected_real_kind,
80         gfc_check_set_exponent): Fix formatting issues.
81         (gfc_check_size, gfc_check_sign): Alphabetize function order,
82         remove whitespace-only line.
83         (gfc_check_fstat, gfc_check_fstat_sub, gfc_check_stat,
84         gfc_check_stat_sub, gfc_check_transfer, gfc_check_transpose,
85         gfc_check_ubound, gfc_check_unpack, gfc_check_verify, gfc_check_x,
86         gfc_check_cpu_time, gfc_check_date_and_time, gfc_check_mvbits,
87         gfc_check_random_number, gfc_check_random_seed,
88         gfc_check_second_sub, gfc_check_system_clock,
89         gfc_check_getcwd_sub, gfc_check_exit, gfc_check_flush,
90         gfc_check_umask, gfc_check_umask_sub, gfc_check_unlink,
91         gfc_check_unlink_sub): Fix formatting issues.
92         
93 2005-01-08  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
95         * gfortran.h: Remove outdated comment.  Don't include stdio.h
96         explicitly.
98 2005-01-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
100         * gfortranspec.c (lang_specific_driver): Change year to 2005 in
101         output of 'gfortran --version'.
103 2005-01-03  Steven G. Kargl  <kargls@comcast.net>
105         * arith.c: Add system.h; remove string.h
106         * decl.c: Ditto
107         * matchexp.c: Ditto
108         * parse.c: Ditto
109         * resolve.c: Ditto
110         * st.c: Ditto
111         * check.c: Remove stdlib.h and stdarg.h
112         * error.c: Remove stdlib.h, stdarg.h, stdio.h, string.h
113         * expr.c: Add system.h; remove stdarg.h, stdio.h, and string.h
114         * f95-lang.c: Add system.h; remove stdio.h
115         * interface.c: Add system.h; remove stdlib.h and string.h
116         * intrinsic.c: Remove stdarg.h, stdio.h, and string.h
117         * io.c: Remove string.h
118         * simplify.c: Ditto
119         * match.c: Remove stdarg.h and string.h
120         * misc.c: Update copyright; add system.h; remove stdlib.h,
121         string.h, and sys/stat.h
122         * module.c: Add system.h; remove string.h, stdio.h, errno.h,
123         unistd.h, and time.h
124         * option.c: Remove string.h and stdlib.h
125         * primary.c: Ditto
126         * scanner.c: Update copyright; add system.h; remove stdlib.h,
127         stdio.h, string.h, and strings.h
128         * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h
129         * trans-array.c: Remove stdio.h and gmp.h
130         * trans-const.c: Ditto
131         * trans-expr.c: Ditto
132         * trans-io.c: Ditto
133         * trans-stmt.c: Ditto
134         * trans.c: Ditto
135         * trans-intrinsic.c: Remove stdio.h and string.h
137 2004-12-29  Steven G. Kargl  <kargls@comcast.net>
139         * gfortran.h (gfc_case): fix typo in comment.
141 2004-12-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de> 
143         * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Change to
144         logical shift.  Call fold.  Remove 0-bit shift shortcut.
145         (gfc_conv_intrinsic_ishftc): Convert first argument to at least
146         4 bytes bits.  Convert 2nd and 3rd argument to 4 bytes.  Convert
147         result if width(arg 1) < 4 bytes.  Call fold.
149         PR fortran/19032
150         * trans-intrinsic.c (gfc_conv_intrinsic_mod): Update comment
151         in front of function to match the standard.  Correct handling
152         of MODULO.
154 2004-12-27  Andrew Pinski  <pinskia@physics.uc.edu>
156         * trans-expr.c (gfc_conv_cst_int_power): Only check for
157         flag_unsafe_math_optimizations if we have a float type.
159 2004-12-23  Steven G. Kargl  <kargls@comcast.net>
161         * gfortran.texi: Fix typo.
163 2004-12-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
165         * trans-intrinsic.c (build_fixbound_expr): Clarify comment, fix
166         comment typo.
168 2004-12-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
170         PR fortran/18993
171         * match.c (gfc_match_if): Don't explicitly skip optional whitespace.
172         (gfc_match_nullify): Make sure that ')' is in front of the end of
173         statement.
175         * scanner.c (skip_fixed_comments): Fix typo in comment preceding
176         function.
178 2004-12-14  Richard Henderson  <rth@redhat.com>
180         * gfortran.h (gfc_expr.function.name): Make const.
181         (gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
182         (gfc_get_string): Update prototype.
183         * iresolve.c: Include tree.h.
184         (string_node, HASH_SIZE, string_head, hash): Remove.
185         (gfc_get_string): Use vsnprintf, get_identifier.
186         (free_strings, gfc_iresolve_init_1, gfc_iresolve_done_1): Remove.
187         * misc.c (gfc_init_1): Don't call gfc_iresolve_init_1.
188         (gfc_done_1): Don't call gfc_iresolve_done_1.
189         * module.c (mio_allocated_string): Take and return const char *,
190         instead of modifying char**.
191         (mio_expr): Update to match.
192         * resolve.c (pure_function): Constify name argument.
193         (resolve_function): Constify name.
194         * trans-intrinsic.c (gfc_conv_intrinsic_function): Likewise.
196 2004-12-12  Richard Henderson  <rth@redhat.com>
198         * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
199         gfc_resolve_cshift, gfc_resolve_dot_product, gfc_resolve_eoshift,
200         gfc_resolve_matmul, gfc_resolve_maxloc, gfc_resolve_maxval,
201         gfc_resolve_minloc, gfc_resolve_minval, gfc_resolve_pack,
202         gfc_resolve_product, gfc_resolve_reshape, gfc_resolve_shape,
203         gfc_resolve_spread, gfc_resolve_sum, gfc_resolve_transpose,
204         gfc_resolve_unpack: Use PREFIX.
206 2004-12-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
208         PR fortran/18869
209         * match.c (gfc_match_common): Skip whitespace.
211 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
213         PR fortran/16581
214         * check.c (gfc_check_iand, gfc_check_ibclr, gfc_check_ibits,
215         gfc_check_ibset, gfc_check_ieor, gfc_check_ior): Remove default
216         integer kind check; Issue error for -std=f95 when needed.
217         * intrinsic.c (add_functions): Change ieor from GFC_STD_GNU to
218         GFC_STD_F95.
219         * iresolve.c (gfc_resolve_iand, gfc_resolve_ieor, gfc_resolve_ior):
220         Promote arguments to same kind.
222 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
223         Paul Brook  <paul@codesourcery.com>
225         PR fortran/16222
226         * resolve.c (gfc_resolve_iterator_expr): New function.
227         (gfc_resolve_iterator): Use it.  Add real_ok argument.  Convert
228         start, end and stride to correct type.
229         (resolve_code): Pass extra argument.
230         * array.c (resolve_array_list): Pass extra argument.
231         * gfortran.h (gfc_resolve): Add prototype.
232         * trans-stmt.c (gfc_trans_do): Remove redundant type conversions.
233         Handle real type iterators.
235 2004-12-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
237         PR fortran/17175
238         * iresolve.c (gfc_resolve_scale): Convert 'I' argument if not of
239         same kind as C's 'int'.
240         (gfc_resolve_set_exponent): Convert 'I' argument if not of kind 4.
242 2004-12-08  Richard Henderson  <rth@redhat.com>
244         * intrinsic.c (gfc_convert_type_warn): Propagate the input shape
245         to the output expression.
246         * iresolve.c (gfc_resolve_cshift, gfc_resolve_eoshift): Suppress
247         warning conversion.
248         (gfc_resolve_reshape): Force convert SHAPE and ORDER parameters
249         to index kind.
251 2004-12-08  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
253         PR fortran/18826
254         * resolve.c (resolve_code): Impose correct restrictions on
255         assigned variable.
257         * decl.c (gfc_match_end): Use locus of END when eos is an error.
259 2004-12-02  Steven G. Kargl  <kargls@comcast.net>
260         Paul Brook  <paul@codesourcery.com>
262         * check.c (gfc_check_flush, gfc_check_fnum): New functions.
263         (gfc_check_fstat, gfc_check_fstat_sub): New functions.
264         (gfc_check_stat, gfc_check_stat_sub): New functions.
265         * gfortran.h (GFC_ISYM_FNUM,GFC_ISYM_FSTAT,GFC_ISYM_STAT): New symbols
266         * intrinsic.c (add_functions,add_subroutines): Add flush, fnum,
267         fstat, and stat to intrinsics symbol tables.
268         * intrinsic.h (gfc_check_flush, gfc_resolve_stat_sub): Add prototypes.
269         (gfc_resolve_fstat_sub, gfc_resolve_stat): Ditto.
270         * iresolve.c (gfc_resolve_fnum, gfc_resolve_fstat): New functions.
271         (gfc_resolve_stat, gfc_resolve_flush): New functions.
272         (gfc_resolve_stat_sub,gfc_resolve_fstat_sub): New functions
273         * trans-intrinsic.c (gfc_conv_intrinsic_function): Add new intrinsics.
275 2004-12-02  Steven G. Kargl  <kargls@comcast.net>
277         * intrinsic.c: Fix and add comments, fix function declarations
278         (OPTIONAL,REQUIRED): New symbols
279         (add_functions,add_subroutines): Use symbols
280         (gmp.h): Remove unused include
282 2004-11-25  Joseph S. Myers  <joseph@codesourcery.com>
284         * f95-lang.c, gfortranspec.c, trans-decl.c: Avoid ` as left quote
285         in diagnostics.
287 2004-11-24  Steven Bosscher  <stevenb@suse.de>
289         * options.c (gfc_post_options): Don't clear flag_inline_functions.
291 2004-11-20  Steven G. Kargl  <kargls@comcast.net>
293         * check.c (gfc_check_getcwd_sub): Fix seg fault.
295         * check.c (gfc_check_exit,gfc_check_umask,gfc_check_umask_sub,
296         gfc_check_unlink,gfc_check_unlink_sub): New functions
297         * gfortran.h (GFC_ISYM_UMASK,GFC_ISYM_UNLINK): New symbols
298         * intrinsic.c (add_functions,add_subroutines): Add umask, unlink,
299         exit to intrinsics symbol tables.
300         * intrinsic.h (gfc_check_umask,gfc_check_unlink,gfc_check_exit,
301         gfc_check_umask_sub,gfc_check_unlink_sub,gfc_resolve_umask,
302         gfc_resolve_unlink,gfc_resolve_exit,gfc_resolve_umask_sub,
303         gfc_resolve_unlink_sub): Add and sort prototypes.
304         * iresolve.c (gfc_resolve_umask,gfc_resolve_unlink,gfc_resolve_exit,
305         gfc_resolve_umask_sub,gfc_resolve_unlink_sub): New functions
306         * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbols
308 2004-11-16  Paul Brook  <paul@codesourcery.com>
310         PR fortran/13010
311         * trans-array.c (gfc_trans_allocate_temp_array): Use gfc_get_dtype.
312         (gfc_array_init_size, gfc_conv_expr_descriptor): Ditto.
313         * trans-types.c (gfc_get_dtype): Accept array type rather than element
314         type.
315         (gfc_get_nodesc_array_type): Don't set GFC_TYPE_ARRAY_DTYPE.
316         (gfc_get_array_type_bounds): Ditto.
317         (gfc_get_derived_type): Recurse into derived type pointers.
318         * trans-types.h (gfc_get_dtype): Add prototype.
319         * trans.h (GFC_TYPE_ARRAY_DTYPE): Add comment.
321 2004-11-15  Paul Brook  <paul@codesourcery.com>
323         * trans-types.c (gfc_get_dtype): Remove obsolete TODO.
325 2004-11-10  Paul Brook  <paul@codesourcery.com>
327         PR fortran/18375
328         * trans-expr.c (gfc_trans_subarray_assign): Free shape before ss.
329         * trans-io.c (transfer_array_component): Ditto.
331 2004-11-10  Paul Brook  <paul@codesourcery.com>
333         * invoke.texi: Fix typo.
335 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
337         * arith.c, array.c, decl.c, expr.c, f95-lang.c, gfortran.h,
338         gfortranspec.c, interface.c, intrinsic.c, iresolve.c, match.c,
339         module.c, parse.c, parse.h, primary.c, resolve.c, scanner.c,
340         trans-array.c, trans-array.h, trans-expr.c, trans-intrinsic.c,
341         trans-io.c, trans-stmt.c, trans.h: Fix comment formatting.
343 2004-11-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
345         PR fortran/18023
346         * io.c (resolve_tag): Tighten up exception for assigned FORMAT.
348 2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>
350         * gfortranspec.c: Replace GNU CC with GCC.
352 2004-11-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
354         * gfortranspec.c (lang_specific_driver): Change year to 2004.
356 2004-11-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
358         PR fortran/18111
359         *  trans-decl.c (create_function_arglist): Set DECL_ARTIFICIAL for
360         hidden parameters.
362 2004-11-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
364         PR fortran/15164
365         * trans-decl.c (gfc_finish_var_decl): Don't declare arguments to
366         module procedures as if they were module variables.
368 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
370         PR fortran/17535
371         PR fortran/17583
372         PR fortran/17713
373         * module.c (write_symbol1): Set module_name for dummy arguments.
375 2004-11-02  Paul Brook  <paul@codesourcery.com>
377         * intrinsic.c (check_intrinsic_standard): Include error locus.
378         Remove VLA.
379         (gfc_intrinsic_func_interface, gfc_intrinsic_sub_interface): Pass
380         locus to check_intrinsic_standard.
382 2004-10-31  Janne Blomqvist  <jblomqvi@cc.hut.fi>
384         PR fortran/17590
385         * gfortran.h: Change GFC_STD_* flags to more appropriate
386         ones. (struct gfc_intrinsic_isym): Add field for standard. (struct
387         gfc_option_t): Add field for warning about use of nonstandard
388         intrinsics.
389         * intrinsic.c (add_sym): Add parameter for standard version, check
390         this against current standard.
391         (add_sym_0): Pass standard parameter to add_sym.
392         (add_sym_1, add_sym_0s, add_sym_1s, add_sym_1m, add_sym_2): Ditto.
393         (add_sym_2s, add_sym_3, add_sym_3ml, add_sym_3red, add_sym_3s): Ditto.
394         (add_sym_4, add_sym_4s, add_sym_5, add_sym_5s): Ditto.
395         (make_generic): Add parameter for standard, check this
396         against currently selected standard.
397         (add_functions, add_subroutines): Add parameter to tell which
398         standard an intrinsic belongs to.
399         (check_intrinsic_standard): New function.
400         (gfc_intrinsic_func_interface): Add call to check_intrinsic_standard.
401         (gfc_intrinsic_sub_interface): Ditto.
402         * lang.opt: Add Wnonstd-intrinsics option.
403         * options.c (gfc_init_options): Change to use new GFC_STD_* flags,
404         init new warning.
405         (set_Wall): Add warning about nonstd intrinsics.
406         (gfc_handle_option): Change to use new GFC_STD_* flags,
407         handle new warning.
408         * invoke.texi: Update manual to include -Wnonstd-intrinsics.
410 2004-10-30  Andrew Pinski  <pinskia@physics.uc.edu>
412         * f95-lang.c (lang_tree_node): Add chain_next to be the TREE_CHAIN.
414 2004-10-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
416         * simplify.c (twos_complement): Calculate mask in GMP arithmetic.
418 2004-10-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
420         * trans.c (gfc_trans_code): Set global locus after recursing. Fix
421         comment typo.
423 2004-10-30  Canqun Yang  <canqun@nudt.edu.cn>
425         * check.c (gfc_check_rand): Allow missing optional argument. 
426         (gfc_check_irand): Ditto.
427         * intrinsic.c (add_functions): Set arg optional flag for {i,}rand.
429 2004-10-28  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
431         PR fortran/13490, PR fortran/17912
432         * gcc/fortran/gfortran.h: Added pedantic_min_int to gfc_integer_info
433         * gcc/fortran/gfortran.h: Added ARITH_ASYMMETRIC to arith
434         * gcc/fortran/arith.c: Added support for an "asymmetric integer"
435         warning when compiling with pedantic.
436         * gcc/fortran/arith.c: Set minimum integer values to reflect
437         realities of two's complement signed integers. Added
438         pedantic minimum.
440 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
442         * Make-lang.in (F95_ADDITIONAL_OBJS): Kill.
443         (f951): Do not depend on F95_ADDITIONAL_OBJS and don't
444         link it in.
446 2004-10-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
448         * trans-decl.c (generate_local_decl): Simplify logic, fix comment
449         typo.
450         (gfc_generate_function_code): Fix formatting issue.
452 2004-10-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
454         * module.c: Fix formatting issues.
456 2004-10-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
458         * module.c (mio_interface_rest): Set where member of interface
459         while loading.
461 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
463         PR fortran/17901
464         * options.c (gfc_handle_option): Add break after handing the
465         J/M option.
467 2004-10-08  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
469         * arith.c: Fix formatting issues.
470         
471 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
473         PR fortran/17676
474         * resolve.c (resolve_operator): Use correct operator name in message.
476 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
478         * primary.c (match_boz_constant): Allow kind parameter suffixes.
479         Move standard warning further to the front.
481 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
483         * trans-stmt.c: Fix a comment typo.
485 2004-10-07  Paul Brook  <paul@codesourcery.com>
487         PR fortran/17678
488         * trans-array.c (gfc_trans_deferred_array): Leave use associated
489         variables alone.
491 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
493         PR fortran/17568
494         * simplify.c (twos_complement): New function.
495         (gfc_simplify_ishft, gfc_simplify_ishftc): Revise.
497         * simplify.c (gfc_simplify_abs): Use mpfr_hypot for CABS.
499 2004-10-06  Paul Brook  <paul@codesourcery.com>
501         * trans-stmt.c (gfc_trans_simple_do): New function.
502         (gfc_trans_do): Use it.  Evaluate iteration bounds before entering
503         loop.  Update comments.
505 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
507         PR fortran/17283
508         * iresolve.c (gfc_resolve_pack): Choose function depending if mask
509         is scalar.
511         PR fortran/17631
512         * intrinsic.c (add_sym_5): Remove.
513         (add_subroutines): Add resolution function for MVBITS.
514         * intrinsic.h (gfc_resolve_mvbits): Declare resolution function for
515         MVBITS
516         * iresolve.c (gfc_resolve_mvbits): New function.
517         (gfc_resolve_random_number): Remove empty line at end of function.
519         * trans-const.c (gfc_build_cstring_const): New function.
520         (gfc_init_cst): Use new function.
521         * trans-const.h (gfc_build_cstring_const): Add prototype.
522         * trans-io.c (set_string, set_error_locus): Use new function.
523         * trans-stmt.c (gfc_trans_goto): Use new function.
524         
525         PR fortran/17708
526         * parse.c (accept_statement): Don't treat END DO like END IF and
527         END SELECT.
528         (parse_do_block): Generate possible END DO label inside END DO
529         block.
531         PR fortran/17776
532         * check.c (gfc_check_system_sub): New function.
533         * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SYSTEM.
534         * intrinsic.c (add_functions): Add 'system'.
535         (add_subroutines): Add 'system'.
536         * intrinsic.h (gfc_check_etime_sub, gfc_check_getcwd_sub):
537         Move prototypes to other suborutines.
538         (gfc_check_system_sub, gfc_resolve_system, gfc_resolve_system_sub):
539         Add prototype.
540         (gfc_resolve_system_clock): Fix formatting of prototype.
541         * iresolve.c (gfc_resolve_system, gfc_resolve_system_sub): New
542         functions.
543         * trans-intrinsic.c (gfc_conv_intrinsic_function): Deal with
544         GFC_ISYM_SYSTEM.
546 2004-10-04  Erik Schnetter  <schnetter@aei.mpg.de>
548         * scanner.c (preprocessor_line): Accept preprocessor lines without
549         file names.  Check file names for closing quotes.  Handle escaped
550         quotes in file names.
552 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
553         Paul Brook  <paul@codesourcery.com>
555         * trans-array.c (gfc_conv_expr_descriptor): Check for substriungs.
556         Use gfc_get_expr_charlen.
557         * trans-expr.c (gfc_get_expr_charlen): New function.
558         * trans.h (gfc_get_expr_charlen): Add prototype.
560 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
562         * trans-intrinsic.c: Fix a comment typo.
564 2004-10-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
566         * simplify.c (range_check): Remove blank line at beginning of function.
567         (gfc_simplify_dint): Same at end of function.
568         (gfc_simplify_exponent, gfc_simplify_fraction): Simplify calculations.
569         (gfc_simplify_bound): Fix indentation.
570         (gfc_simplify_log10): Simplify calculation.
571         (gfc_simplify_min, gfc_simplify_max): Remove blank line at beginning
572         of function.
573         (gfc_simplify_nearest): Same at end of function.
574         (gfc_simplify_nint, gfc_simplify_idnint): Same at beginning of
575         function.
576         (gfc_simplify_rrspacing, gfc_simplify_set_exponent,
577         gfc_simplify_spacing): Simplify calulations.
579 2004-10-03  Feng Wang  <fengwang@nudt.edu.cn>
581         * trans-intrinsic.c: Fix comments on spacing and rrspacing
582         (gfc_conv_intrinsic_rrspacing): Add fold on constant trees.
584 2004-10-01  Jan Hubicka  <jh@suse.cz>
586         * f95-lang.c (gfc_expand_function): Update call of
587         tree_rest_of_compilation.
588         * trans-decl.c (gfc_generate_constructors): Likewise.
590 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
592         * trans-intrinsic.c: Comment fixes.
594 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
596         * decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.
598 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
600         * trans-types.c (gfc_return_by_reference): Remove superfluous
601         assertion.
603         * intrinsic.h (gfc_resolve_getcwd): Update prototype.
604         * iresolve.c (gfc_resolve_getcwd): Add second argument to function.
606         PR fortran/17615
607         * trans-expr.c (gfc_trans_arrayfunc_assign): Look at resolved
608         function to determine return type.
609         
610 2004-09-20  Jan Hubicka  <jh@suse.cz>
612         * trans-decl.c (build_entry_thunks): Finalize the function; do not lower
613         tree.
614         (gfc_generate_function_code): Likewise.
616 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
618         PR fortran/15957
619         * simplify.c (gfc_simplify_reshape): Set shape of return value
620         correctly.
622 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
623             Zack Weinberg  <zack@codesourcery.com>
625         * f95-lang.c, trans-expr.c, trans.c: Update for new tree-class
626         enumeration constants.
628 2004-09-17  Paul Brook  <paul@codesourcery.com>
630         * gfortran.h (struct gfc_linebuf): Don't use C99 empty arrays.
631         (gfc_linebuf_header_size): Define.
632         * scanner.c (load_file): Use it.
634 2004-09-16  Kazu Hirata  <kazu@cs.umass.edu>
636         * array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c,
637         interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h,
638         resolve.c, scanner.c, trans-array.c, trans-array.h,
639         trans-common.c, trans-const.h, trans-decl.c, trans-expr.c,
640         trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
641         trans.h: Fix comment typos.  Follow spelling conventions.
643 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
645         PR/15364
646         * trans-io.c (transfer_array_component): New function.
647         (transfer_expr): For array fields, call transfer_array_component.
649 2004-09-16  Kazu Hirata  <kazu@cs.umass.edu>
651         * gfortran.texi: Fix a typo.
653 2004-09-15  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
655         * parse.c (eof_buf): Rename eof to eof_buf.
656         (unexpected_eof): Same.
657         (gfc_parse_file): Same.
659 2004-09-15  Steven G. Kargl  <kargls@comcast.net>
661         * check.c (gfc_check_getcwd_sub): New function.
662         * gfortran.h (GFC_ISYM_GETCWD): New symbol.
663         * intrinsic.c (add_functions): Add function definition;
664         Use symbol.
665         * intrinsic.c (add_subroutines): Add subroutine definitions.
666         * intrinsic.h: Add prototypes.
667         * iresolve.c (gfc_resolve_getcwd, gfc_resolve_getcwd_sub):
668         New functions.
669         * trans-intrinsic.c (gfc_conv_intrinsic_function): Use symbol.
671 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
673         PR fortran/16485
674         * module.c (write_symbol): Don't fill in module name here.
675         (write_symbol0): Fill in here instead.
677 2004-09-14  Kazu Hirata  <kazu@cs.umass.edu>
679         * data.c, decl.c, f95-lang.c, gfortran.h, match.c,
680         trans-array.c, trans-common.c, trans-expr.c,
681         trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix
682         comment typos.  Follow spelling conventions.
684 2004-09-09  Paul Brook  <paul@codesourcery.com>
686         * scanner.c (get_file): Add ATTRIBUTE_UNUSED.
688 2004-09-08  Paul Brook  <paul@codesourcery.com>
690         * array.c: Don't include assert.h.
691         * data.c: Don't include assert.h.  Replace assert and abort with
692         gcc_assert and gcc_unreachable.
693         * dependency.c: Ditto.
694         * f95-lang.c: Ditto.
695         * iresolve.c: Ditto.
696         * resolve.c: Ditto.
697         * simplify.c: Ditto.
698         * symbol.c: Ditto.
699         * trans-array.c: Ditto.
700         * trans-common.c: Ditto.
701         * trans-const.c: Ditto.
702         * trans-decl.c: Ditto.
703         * trans-expr.c: Ditto.
704         * trans-intrinsic.c: Ditto.
705         * trans-io.c: Ditto.
706         * trans-stmt.c: Ditto.
707         * trans-types.c: Ditto.
708         * trans.c: Ditto.
710 2004-09-07  Per Bothner  <per@bothner.com>
711         Paul Brook  <paul@codesourcery.com>
713         * error.c (show_locus): Handle mapped locations.
714         * f95-lang.c (gfc_be_parse_file): Initialize mapped locations.
715         * gfortran.h: Include input.h.
716         (struct gfc_linebuf): Use source_location.
717         * scanner.c (get_file): Initialize linemap.
718         (preprocessor_line): Pass extra argument to get_file.
719         (load_file): Ditto.  Setup linemap.
720         (gfc_new_file): Handle mapped locations.
721         * trans-common.c (build_field, build_equiv_decl, build_common_decl):
722         Set decl source locations.
723         (gfc_trans_common): Set blank common block location.
724         * trans-decl.c (gfc_set_decl_location): New function.
725         (gfc_get_label_decl, gfc_get_symbol_decl): Use it.
726         (trans_function_start): Move call to gfc_set_backend_locus..
727         (build_function_decl): ... to here.
728         (build_entry_thunks): Set and restore the backend locus.
729         (gfc_generate_constructors): Remove excess arguments to
730         init_function_start.
731         (gfc_generate_block_data): Add comments.  Set the decl locus.
732         * trans-io.c (set_error_locus): Handle mapped locations.
733         * trans.c (gfc_get_backend_locus, gfc_get_backend_locus): Ditto.
734         (gfc_trans_code): Use SET_EXPR_LOCATION.
735         (gfc_generate_code): Override the location of the new symbol.
736         * trans.h (gfc_set_decl_location): Add prototype.
738 2004-08-31  Paul Brook  <paul@codesourcery.com>
740         * trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.
742 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
744         PR fortran/15327
745         * trans-intrinsic.c (gfc_conv_intrinsic_merge): Do the right thing for
746         strings.
748 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
750         PR fortran/16400
751         PR fortran/16404
752         (port from g95)
753         * resolve.c (resolve_transfer): New function.
754         (resolve_code): Call resolve_transfer in case of EXEC_TRANSFER.
756 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
758         PR fortran/16579
759         * trans-types.c (gfc_init_types): Make gfc_character1_type_node an
760         unsigned char.
762 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
764         * CONTRIB, NEWS, README, TODO: Remove obsolete files.
766 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
768         PR fortran/17244
769         * trans-types.c (gfc_return_by_reference): Remove TODO error,
770         add comment pointing out possible issue WRT compatibility with g77.
772 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
774         * trans-decl.c, trans-expr.c, trans-io.c, trans-types.c: Replace
775         all occurences of 'gfc_strlen_type_node' by
776         'gfc_charlen_type_node'.
777         * trans-types.h: Same. Also update comment accordingly.
779 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
781         * primary.c: Update copyright boilerplate to say GCC.
782         * f95-lang.c: Change initial comment to say gfortran.
784 2004-08-31  Paul Brook  <paul@codesourcery.com>
786         * trans-types.h: Add comments.
787         (intmax_type_node, string_type_node, const_string_type_node): Remove.
789 2004-08-30  Richard Henderson  <rth@redhat.com>
791         * Make-lang.in (fortran/f95-lang.o): Update dependencies.
792         (fortran/trans-decl.o, fortran/trans-types.o): Likewise.
793         * gfortran.h (gfc_integer_info): Add c_char, c_short, c_int,
794         c_long, c_long_long.
795         (gfc_logical_info): Add c_bool.
796         (gfc_real_info): Add mode_precision, c_float, c_double, c_long_double.
797         * trans-array.c (gfc_array_allocate): Use TYPE_PRECISION
798         rather than gfc_int[48]_type_node for allocate choice.
799         * trans-decl.c (gfc_build_intrinsic_function_decls): Cache
800         local copies of some kind type nodes.
801         (gfc_build_builtin_function_decls): Likewise.
802         * trans-expr.c (gfc_conv_power_op): Likewise.
803         * trans-intrinsic.c (gfc_conv_intrinsic_index,
804         gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify,
805         gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat): Likewise.
806         * trans-stmt.c (gfc_trans_pause, gfc_trans_stop,
807         gfc_trans_character_select, gfc_trans_allocate): Likewise.
808         * trans-io.c (gfc_pint4_type_node): Move into ...
809         (gfc_build_io_library_fndecls): ... here.  Cache local copies of
810         some kind type nodes.
811         * trans-types.c (gfc_type_nodes): Remove.
812         (gfc_character1_type_node, gfc_strlen_type_node): New.
813         (gfc_integer_types, gfc_logical_types): New.
814         (gfc_real_types, gfc_complex_types): New.
815         (gfc_init_kinds): Fill in real mode_precision.
816         (gfc_build_int_type, gfc_build_real_type): New.
817         (gfc_build_complex_type, gfc_build_logical_type): New.
818         (c_size_t_size): New.
819         (gfc_init_types): Loop over kinds.
820         (gfc_get_int_type, gfc_get_real_type): Use gfc_validate_kind.
821         (gfc_get_complex_type, gfc_get_logical_type): Likewise.
822         (gfc_get_character_type_len): Likewise.
823         (gfc_type_for_size): Loop over kinds; use a reduced set of
824         unsigned type nodes.
825         (gfc_type_for_mode): Loop over kinds.
826         (gfc_signed_or_unsigned_type): Use gfc_type_for_size.
827         (gfc_unsigned_type, gfc_signed_type): Use gfc_signed_or_unsigned_type.
828         * trans-types.h (F95_INT1_TYPE, F95_INT2_TYPE, F95_INT4_TYPE,
829         F95_INT8_TYPE, F95_INT16_TYPE, F95_REAL4_TYPE, F95_REAL8_TYPE,
830         F95_REAl16_TYPE, F95_COMPLEX4_TYPE, F95_COMPLEX8_TYPE,
831         F95_COMPLEX16_TYPE, F95_LOGICAL1_TYPE, F95_LOGICAL2_TYPE,
832         F95_LOGICAL4_TYPE, F95_LOGICAL8_TYPE, F95_LOGICAL16_TYPE,
833         F95_CHARACTER1_TYPE, NUM_F95_TYPES, gfc_type_nodes,
834         gfc_int1_type_node, gfc_int2_type_node, gfc_int4_type_node,
835         gfc_int8_type_node, gfc_int16_type_node, gfc_real4_type_node,
836         gfc_real8_type_node, gfc_real16_type_node, gfc_complex4_type_node,
837         gfc_complex8_type_node, gfc_complex16_type_node,
838         gfc_logical1_type_node, gfc_logical2_type_node,
839         gfc_logical4_type_node, gfc_logical8_type_node,
840         gfc_logical16_type_node, gfc_strlen_kind): Remove.
841         (gfc_character1_type_node): Turn in to a variable.
842         (gfc_strlen_type_node): Likewise.
844 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
846         * gfortran.h (gfc_namespace): Add new field is_block_data.
847         * parse.c (accept_statement): Remove special handling for BLOCK DATA.
848         (parse_block_data): Record BLOCK DATA name, set is_block_data field.
849         * trans.c (gfc_generate_code): Handle BLOCK DATA units.
850         * trans.h (gfc_generate_block_data): Add prototype.
851         * trans-decl.c (gfc_generate_block_data): New function.
853 2004-08-29  Richard Henderson  <rth@redhat.com>
855         * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_export.
856         * trans-types.c (gfc_init_kinds): Reject integer kinds larger
857         than two HOST_WIDE_INT.
859 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
861         PR fortran/13910
862         * decl.c (free_variable, free_value, gfc_free_data, var_list,
863         var_element, top_var_list, match_data_constant, top_val_list,
864         gfc_match_data): Move here from match.c.
865         (match_old_style_init): New function.
866         (variable_decl): Match old-style initialization.
867         * expr.c (gfc_get_variable_expr): New function.
868         * gfortran.h (gfc_get_variable_expr): Add prototype.
869         * gfortran.texi: Start documentation for supported extensions.
870         * match.c: Remove the functions moved to decl.c.
871         * match.h (gfc_match_data): Move prototype to under decl.c.
872         * symbol.c (gfc_find_sym_tree, gfc_find_symbol): Add/correct
873         comments.
875 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
876         Paul Brook  <paul@codesourcery.com>
878         * check.c (gfc_check_besn, gfc_check_g77_math1): New functions.
879         * f95-lang.c (DO_DEFINE_MATH_BUILTIN): Define.
880         (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
881         (build_builtin_fntypes): New function.
882         (gfc_init_builtin_functions): Use it.
883         * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_{J,Y}{0,1,N}
884         and GFC_ISYM_ERF{,C}.
885         (gfc_c_int_kind): Declare.
886         * intrinsic.c (add_functions): Add [d]bes* and [d]erf*.
887         * intrinsic.h (gfc_check_besn, gfc_check_g77_math1, gfc_resolve_besn,
888         gfc_resolve_g77_math1): Add prototypes.
889         * resolve.c (gfc_resolve_besn, gfc_resolve_g77_math1): New functions.
890         * mathbuiltins.def: Add comment.  Change third argument.  Use
891         DEFINE_MATH_BUILTIN_C.  Add bessel and error functions.
892         * trans-intrinsic.c (BUILT_IN_FUNCTION): Define.
893         (DEFINE_MATH_BUILTIN, DEFINE_MATH_BUILTIN_C): Use it.
894         * trans-types.c (gfc_c_int_kind): Declare.
895         (gfc_init_kinds): Set it.
897 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
898         Paul Brook  <paul@codesourcery.com>
900         * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_GET?ID.
901         (gfc_check_f, gfc_simplify_f): Add f0.
902         * intrinsic.c (do_check): Call f0.  Flatten.
903         (add_sym_0): Fix prototype.  Set f0.
904         (add_functions): Add getgid, getgid and getuid.
905         (resolve_intrinsic): Remove obsolete comment.
906         (do_simplify): Call f0.
907         * intrinsic.h (gfc_resolve_getgid, gfc_resolve_getpid,
908         gfc_resolve_getuid): Add prototypes.
909         * iresolve.c (gfc_resolve_getgid, gfc_resolve_getpid,
910         gfc_resolve_getuid): New functions.
911         * trans-intrinsic.c (gfc_conv_intrinsic_function): Handle
912         GFC_ISYM_GET?ID.
914 2004-08-28  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
916         * error.c (gfc_error_init_1): Remove blank line in front of
917         function body. Add missing blank.
918         (gfc_buffer_error, error_char, error_string): Remove blank line in
919         front of function body.
920         (show_locus): Add comma in comment.
921         (gfc_clear_warning, gfc_warning_check, gfc_clear_error,
922         gfc_push_error, gfc_pop_error): Remove blank line in front of
923         function body.
924         (gfc_get_errors): Typo fix in comment in front of function. Remove
925         blank line in front of function body.
927 2004-08-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
929         * gfortran.h (gfc_default_*_kind): Remove prototypes, add extern
930         variable declaration of same name.
931         * arith.c, check.c, decl.c, dump_parse_tree.c, expr.c,
932         intrinsic.c, io.c, iresolve.c, match.c, options.c, primary.c,
933         resolve.c, simplify.c, symbol.c, trans-const.c, trans-io.c:
934         Replace all calls to gfc_default_*_kind with variable accesses.
935         * trans-types.c: Same as above.
936         (gfc_default_*_kind_1): Rename to gfc_default_*_kind, remove
937         static qualifier. Replace all occurences.
938         (gfc_default_*_kind): Remove functions.
940 2004-08-26  Richard Henderson  <rth@redhat.com>
942         * arith.c: Include system.h, not real system headers.
943         (MPZ_NULL, MPF_NULL, DEF_GFC_INTEGER_KIND, DEF_GFC_LOGICAL_KIND,
944         DEF_GFC_REAL_KIND, GFC_SP_KIND, GFC_SP_PREC, GFC_SP_EMIN, GFC_SP_EMAX,
945         GFC_DP_KIND, GFC_DP_PREC, GFC_DP_EMIN, GFC_DP_EMAX, GFC_QP_KIND,
946         GFC_QP_PREC, GFC_QP_EMIN, GFC_QP_EMAX): Remove.
947         (gfc_integer_kinds, gfc_logical_kinds, gfc_real_kinds,
948         gfc_index_integer_kind, gfc_default_integer_kind,
949         gfc_default_real_kind,gfc_default_double_kind,
950         gfc_default_character_kind, gfc_default_logical_kind,
951         gfc_default_complex_kind, validate_integer, validate_real,
952         validate_logical, validate_character,
953         gfc_validate_kind): Move to trans-types.c.
954         (gfc_set_model_kind): Use gfc_validate_kind.
955         (gfc_set_model): Just copy the current precision to default.
956         (gfc_arith_init_1): Use mpfr precision 128 for integer setup.
957         * f95-lang.c (gfc_init_decl_processing): Invoke gfc_init_kinds.
958         * gfortran.h: Update file commentary.
959         * trans-types.c (MAX_INT_KINDS, MAX_REAL_KINDS): New.
960         (gfc_default_integer_kind_1, gfc_default_real_kind_1,
961         gfc_default_double_kind_1, gfc_default_character_kind_1,
962         gfc_default_logical_kind_1, gfc_default_complex_kind_1): New.
963         (gfc_init_kinds): New.
964         (gfc_init_types): Don't set gfc_index_integer_kind here.
965         * trans-types.h (gfc_init_kinds): Declare.
966         * doc/invoke.texi: Clarify DOUBLE PRECISION behaviour wrt -r8.
968 2004-08-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
970         * check.c (gfc_check_atan2): New function.
971         * intrinsic.c (add_functions): Use gfc_check_atan2 for ATAN2
972         * intrinsic.h (gfc_check_atan2): Add prototype.
974 2004-08-25  Richard Henderson  <rth@redhat.com>
976         * arith.c (gfc_validate_kind): Add may_fail argument; abort if
977         false and we don't validate the kind.
978         (gfc_check_integer_range, gfc_check_real_range): Update to match.
979         * check.c (kind_check): Likewise.
980         * decl.c (gfc_match_old_kind_spec, gfc_match_kind_spec): Likewise.
981         (match_char_spec, match_logical_spec): Likewise.
982         * gfortran.h (gfc_validate_kind): Likewise.
983         * options.c (gfc_handle_option): Likewise.
984         * primary.c (match_integer_constant, match_real_constant,
985         match_string_constant, match_logical_constant,
986         match_const_complex_part): Likewise.
987         * simplify.c (get_kind, gfc_simplify_bit_size, gfc_simplify_digits,
988         gfc_simplify_epsilon, gfc_simplify_huge, gfc_simplify_ibclr,
989         gfc_simplify_ibset, gfc_simplify_ishft, gfc_simplify_ishftc,
990         gfc_simplify_maxexponent, gfc_simplify_minexponent,
991         gfc_simplify_nearest, gfc_simplify_not, gfc_simplify_precision,
992         gfc_simplify_radix, gfc_simplify_range, gfc_simplify_rrspacing,
993         gfc_simplify_scale, gfc_simplify_spacing, gfc_simplify_tan,
994         gfc_simplify_tiny): Likewise.
995         * trans-intrinsic.c (gfc_conv_intrinsic_aint, gfc_conv_intrinsic_mod,
996         gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_minmaxval,
997         prepare_arg_info): Likewise.
999 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1001         * expr.c (gfc_check_assign): Add comment. Add new warning.
1002         * trans-expr.c (gfc_conv_function_call): Correctly dereference
1003         result of pointer valued function when not in pointer assignment.
1005 2004-08-25  Paul Brook  <paul@codesourcery.com>
1007         * config-lang.in: Remove dead commented line.
1008         * module.c: Replace g95 with gfortran in comment.
1010 2004-08-25  Paul Brook  <paul@codesourcery.com>
1012         PR fortran/17190
1013         * arith.c (gfc_mpfr_to_mpz): Workaround mpfr bug.
1015 2004-08-25  Paul Brook  <paul@codesourcery.com>
1017         PR fortran/17144
1018         * trans-array.c (gfc_trans_allocate_temp_array): Remove
1019         string_length argument.
1020         (gfc_trans_array_ctor_element): New function.
1021         (gfc_trans_array_constructor_subarray): Use it.
1022         (gfc_trans_array_constructor_value): Ditto.  Handle constant
1023         character arrays.
1024         (get_array_ctor_var_strlen, get_array_ctor_strlen): New functions.
1025         (gfc_trans_array_constructor): Use them.
1026         (gfc_add_loop_ss_code): Update to new gfc_ss layout.
1027         (gfc_conv_ss_descriptor): Remember section string length.
1028         (gfc_conv_scalarized_array_ref): Ditto.  Remove dead code.
1029         (gfc_conv_resolve_dependencies): Update to new gfc_ss layout.
1030         (gfc_conv_expr_descriptor): Ditto.
1031         (gfc_conv_loop_setup): Ditto.  Spelling fixes.
1032         * trans-array.h (gfc_trans_allocate_temp_array): Update prototype.
1033         * trans-const.c (gfc_conv_constant):  Update to new gfc_ss layout.
1034         * trans-expr.c (gfc_conv_component_ref): Turn error into ICE.
1035         (gfc_conv_variable): Set string_length from section.
1036         (gfc_conv_function_call): Remove extra argument.
1037         (gfc_conv_expr, gfc_conv_expr_reference): Update to new gfc_ss layout.
1038         * trans-types.c (gfc_get_character_type_len): New function.
1039         (gfc_get_character_type): Use it.
1040         (gfc_get_dtype): Return zero for internal types.
1041         * trans-types.h (gfc_get_character_type_len): Add prototype.
1042         * trans.h (struct gfc_ss): Move string_length out of union.
1044 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1046         * trans.h (build2_v, build3_v): New macros.
1047         (build_v): Remove.
1048         * f95-lang.c (gfc_truthvalue_conversion): Use build2 instead of
1049         build.
1050         * trans-array.c (gfc_conv_descriptor_data,
1051         gfc_conv_descriptor_offset, gfc_conv_descriptor_dimension,
1052         gfc_conv_descriptor_stride, gfc_conv_descriptor_lbound,
1053         gfc_conv_descriptor_ubound, gfc_trans_allocate_array_storage,
1054         gfc_trans_allocate_temp_array,
1055         gfc_trans_array_constructor_subarray,
1056         gfc_trans_array_constructor_value, gfc_conv_array_index_ref,
1057         gfc_trans_array_bound_check, gfc_conv_array_index_offset,
1058         gfc_conv_scalarized_array_ref, gfc_conv_array_ref,
1059         gfc_conv_array_ref, gfc_trans_preloop_setup,
1060         gfc_trans_scalarized_loop_end, gfc_conv_ss_startstride,
1061         gfc_conv_loop_setup, gfc_array_init_size,
1062         gfc_conv_array_initializer, gfc_trans_array_bounds,
1063         gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
1064         gfc_conv_expr_descriptor, gfc_conv_array_parameter,
1065         gfc_trans_deferred_array): Use buildN and buildN_v macros instead
1066         of build and build_v as appropriate.
1067         * trans-common.c (create_common): Same.
1068         * trans-decl.c (gfc_trans_auto_character_variable,
1069         gfc_trans_entry_master_switch, gfc_generate_function_code): Same.
1070         * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
1071         gfc_conv_component_ref, gfc_conv_unary_op, gfc_conv_powi,
1072         gfc_conv_cst_int_power, gfc_conv_string_tmp, gfc_conv_concat_op,
1073         gfc_conv_expr_op, gfc_conv_function_call,
1074         gfc_trans_structure_assign): Same.
1075         * trans-intrinsic.c (build_fixbound_expr, build_round_expr,
1076         gfc_conv_intrinsic_aint, gfc_conv_intrinsic_bound,
1077         gfc_conv_intrinsic_cmplx, gfc_conv_intrinsic_mod,
1078         gfc_conv_intrinsic_dim, gfc_conv_intrinsic_sign,
1079         gfc_conv_intrinsic_dprod, gfc_conv_intrinsic_minmax,
1080         gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
1081         gfc_conv_intrinsic_arith, gfc_conv_intrinsic_minmaxloc,
1082         gfc_conv_intrinsic_minmaxval, gfc_conv_intrinsic_btest,
1083         gfc_conv_intrinsic_bitop, gfc_conv_intrinsic_singlebitop,
1084         gfc_conv_intrinsic_ibits, gfc_conv_intrinsic_ishft,
1085         gfc_conv_intrinsic_merge, gfc_conv_intrinsic_strcmp,
1086         gfc_conv_allocated, gfc_conv_associated, prepare_arg_info,
1087         gfc_conv_intrinsic_spacing, gfc_conv_intrinsic_rrspacing,
1088         gfc_conv_intrinsic_trim, gfc_conv_intrinsic_repeat,
1089         gfc_conv_intrinsic_iargc): Same.
1090         * trans-io.c (set_parameter_value, set_parameter_ref, set_string,
1091         set_flag, add_case, io_result, transfer_namelist_element,
1092         transfer_expr): Same.
1093         * trans-stmt.c (gfc_trans_goto, gfc_trans_return, gfc_trans_if_1,
1094         gfc_trans_arithmetic_if, gfc_trans_do, gfc_trans_do_while,
1095         gfc_trans_integer_select, gfc_trans_logical_select,
1096         gfc_trans_character_select, gfc_trans_forall_loop,
1097         gfc_trans_nested_forall_loop, gfc_do_allocate,
1098         generate_loop_for_temp_to_lhs, generate_loop_for_rhs_to_temp,
1099         compute_inner_temp_size, compute_overall_iter_number,
1100         allocate_temp_for_forall_nest, gfc_trans_pointer_assign_need_temp,
1101         gfc_trans_forall_1, gfc_evaluate_where_mask,
1102         gfc_trans_where_assign, gfc_trans_allocate): Same.
1103         * trans-types.c (gfc_get_dtype, gfc_get_array_type_bounds): Same.
1104         * trans.c (gfc_add_modify_expr, gfc_finish_block,
1105         gfc_build_array_ref, gfc_build_function_call,
1106         gfc_trans_runtime_check): Same.
1108 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1110         * trans-const.c (gfc_conv_mpz_to_tree): Change call to
1111         build_int_cst to build_int_cst_wide in accordance to Nathan's
1112         previous patch.
1114 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
1116         * trans-array.c (gfc_trans_array_constructor_value): Adjust
1117         build_int_cst calls.
1118         * trans-const.c (gfc_build_string_const, gfc_init_constants,
1119         gfc_conv_mpz_to_tree, gfc_conv_constant_to_tree): Likewise.
1120         * trans-decl.c (gfc_get_symbol_decl, build_entry_thunks,
1121         gfc_trans_entry_master_switch): Likewise.
1122         * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
1123         gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
1124         * trans-io.c (add_case, set_error_locus,
1125         transfer_namelist_element, transfer_expr): Likewise.
1126         * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
1127         gfc_trans_stop, gfc_trans_character_select): Likewise.
1128         * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
1129         * trans.c (gfc_trans_runtime_check): Likewise.
1131 2004-08-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1133         * trans-decl.c, trans-types.c: Add and remove blank lines as
1134         required.
1136 2004-08-24  Richard Henderson  <rth@redhat.com>
1138         * trans-const.c (gfc_conv_mpz_to_tree): Fix 64-bit shift warning.
1140 2004-08-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1142         * resolve.c (merge_argument_lists): Revert unintentionally
1143         committed change.
1145 2004-08-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1147         * trans-decl.c (build_function_decl): Fix spelling in comment.
1148         (build_entry_thunks): Remove code with no function.
1149         (gfc_build_intrinsic_function_decls): Remove empty line.
1151         * resolve.c (resolve_entries): Fix a bunch of comment typos.
1153 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
1155         * f95-lang.c (gfc_init_decl_processing): Adjust
1156         build_common_tree_nodes call.
1158 2004-08-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1160         * trans-types.c: Spelling and formatting fixes.
1162 2004-08-23  Richard Henderson  <rth@redhat.com>
1164         * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_getlimbn instead
1165         of going through an intermediate string.  Fix 32/64 int/long bug.
1167 2004-08-23  Eric Christopher  <echristo@redhat.com>
1169         * trans-types.c (gfc_type_for_mode): Remove VECTOR_TYPE_SUPPORTED_P
1170         usage. Use build_vector_type_for_mode for vector types.
1172 2004-08-22  Richard Henderson  <rth@redhat.com>
1174         PR 13465
1175         * data.c (find_con_by_offset): Search ordered list; handle
1176         elements with repeat counts.
1177         (gfc_assign_data_value_range): New.
1178         * gfortran.h (struct gfc_data_value): Make repeat unsigned.
1179         (gfc_assign_data_value_range): Declare.
1180         * match.c (top_val_list): Extract repeat count into a temporary.
1181         * resolve.c (values): Make left unsigned.
1182         (next_data_value): Don't decrement left.
1183         (check_data_variable): Use gfc_assign_data_value_range.
1185 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1187         * trans-const.c, trans-decl.c, trans-expr.c: Spelling fixes.
1189 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1191         * check.c (gfc_check_reduction): Rename to ...
1192         (check_reduction): ... this. Make static. Don't check type of
1193         first argument.
1194         (gfc_check_minval_maxval, gfc_check_prodcut_sum): New functions.
1195         * intrinsic.c (add_functions): Change MAXVAL, MINVAL, PRODUCT and
1196         SUM to use new check functions.
1197         (check_specific): Change logic to call new functions.
1198         * intrinsic.h (gfc_check_minval_maxval, gfc_check_product_sum):
1199         Add prototypes.
1200         (gfc_check_reduction): Remove prototype.
1202 2004-08-20  Paul Brook  <paul@codesourcery.com>
1203         Canqun Yang  <canqun@nudt.edu.cn>
1205         PR fortran/17077
1206         * trans-array.c (gfc_conv_array_parameter): Pass correct pointer
1207         for automatic arrays.
1208         * trans-types.c (gfc_get_nodesc_array_type): Add comment.
1210 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1211         (Port from g95)
1213         PR fortran/17074
1214         * match.c (match_simple_forall, match_simple_where): Forward-declare.
1215         (gfc_match_if): Order statement list alphabetically, add WHERE and
1216         FORALL, remove double PAUSE.
1217         (gfc_match_simple_where, match_forall_header,
1218         gfc_match_simple_forall): New functions.
1219         (gfc_match_forall): Use match_forall_header.
1221 2004-08-19  Paul Brook  <paul@codesourcery.com>
1223         PR fortran/17091
1224         * gfortran.h (gfc_access): Give ACCESS_UNKNOWN value 0.
1225         * symbol.c (gfc_clear_attr): Use memset.
1227 2004-08-19  Paul Brook  <paul@codesourcery.com>
1229         PR fortran/14976
1230         PR fortran/16228
1231         * data.c (assign_substring_data_value): Remove.
1232         (create_character_intializer): New function.
1233         (gfc_assign_data_value): Track the typespec for the current
1234         subobject.  Use create_character_intializer.
1236 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
1238         PR fortran/16946
1239         * check.c (gfc_check_reduction): New function.
1240         (gfc_check_minval_maxval): Removed.
1241         (gfc_check_product): Removed.
1242         (gfc_check_sum): Removed.
1243         * intrinsic.h: Add/remove declarations for these.
1244         * gfortran.h: Add field f3red to union gfc_check_f.
1245         * intrinsic.c (add_sym_3red): New function.
1246         (add_functions): Register maxval, minval, product, and sum intrinsics
1247         through add_sym_3red.
1248         (check_specific): Handle f3red union field.
1249         * iresolve.c: Whitespace change.
1251 2004-08-18  Paul Brook  <paul@codesourcery.com>
1253         * trans-types.c (gfc_sym_type): Use pointer types for optional args.
1255 2004-08-18  Victor Leikehman  <lei@il.ibm.com>
1257         PR fortran/13278
1258         * trans-io.c (transfer_namelist_element): New. Recursively handle
1259         derived-type variables.  Pass string lengths.
1260         (build_dt): Code moved to build_namelist, with some
1261         changes and additions.
1262         (gfc_build_io_library_fndecls): Declare the fifth
1263         argument in st_set_nml_var_char -- string_length.
1265 2004-08-17  Paul Brook  <paul@codesourcery.com>
1266         Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1268         PR fortran/13082
1269         * decl.c (get_proc_name): Update mystery comment.
1270         (gfc_match_entry): Check for errors earlier.  Add entry point to list.
1271         * dump-parse-tree.c (gfc_show_code_node): Print EXEC_ENTRY nodes.
1272         * gfortran.h (symbol_attribute): Add entry_master.  Document entry.
1273         (struct gfc_entry_list): Define.
1274         (gfc_get_entry_list): Define.
1275         (struct gfc_namespace): Add refs and entries.
1276         (enum gfc_exec_op): Add EXEC_ENTRY.
1277         (struct gfc_code): Add ext.entry.
1278         * module.c (ab_attribute, attr_bits): Remove AB_ENTRY.
1279         (mio_symbol_attribute): Don't save/reture addr->entry.
1280         (mio_namespace_ref): Refcount namespaces.
1281         * parse.c (accept_statement): Handle ST_ENTRY.
1282         (gfc_fixup_sibling_symbols): Mark symbol as referenced.
1283         (parse_contained): Fixup sibling references to entry points
1284         after parsing the procedure body.
1285         * resolve.c (resolve_contained_fntype): New function.
1286         (merge_argument_lists, resolve_entries): New functions.
1287         (resolve_contained_functions): Use them.
1288         (resolve_code): Handle EXEC_ENTRY.
1289         (gfc_resolve): Call resolve_entries.
1290         * st.c (gfc_free_statement): Handle EXEC_ENTRY.
1291         * symbol.c (gfc_get_namespace): Refcount namespaces.
1292         (gfc_free_namespace): Ditto.
1293         * trans-array.c (gfc_trans_dummy_array_bias): Treat all args as
1294         optional when multiple entry points are present.
1295         * trans-decl.c (gfc_get_symbol_decl): Remove incorrect check.
1296         (gfc_get_extern_function_decl): Add assertion.  Fix coment.
1297         (create_function_arglist, trans_function_start, build_entry_thunks):
1298         New functions.
1299         (gfc_build_function_decl): Rename ...
1300         (build_function_decl): ... to this.
1301         (gfc_create_function_decl): New function.
1302         (gfc_generate_contained_functions): Use it.
1303         (gfc_trans_entry_master_switch): New function.
1304         (gfc_generate_function_code): Use new functions.
1305         * trans-stmt.c (gfc_trans_entry): New function.
1306         * trans-stmt.h (gfc_trans_entry): Add prototype.
1307         * trans-types.c (gfc_get_function_type): Add entry point argument.
1308         * trans.c (gfc_trans_code): Handle EXEC_ENTRY.
1309         (gfc_generate_module_code): Call gfc_create_function_decl.
1310         * trans.h (gfc_build_function_decl): Remove.
1311         (gfc_create_function_decl): Add prototype.
1313 2004-08-15  Andrew Pinski  <apinski@apple.com>
1315         PR fortran/17030
1316         * f95-lang.c (gfc_init_builtin_functions): Initialize the builtins
1317         for cabs{,f} and copysign{,f}.
1318         * trans-decl.c (gfor_fndecl_math_cabsf): Delete.
1319         (gfor_fndecl_math_cabs): Delete.
1320         (gfor_fndecl_math_sign4): Delete.
1321         (gfor_fndecl_math_sign8): Delete.
1322         (gfc_build_intrinsic_function_decls): Remove the
1323         initializing of cabs{,f} and copysign{,f} functions.
1324         * trans-intrinsic.c (gfc_conv_intrinsic_abs): Use the builtins
1325         instead of the functions definitions.
1326         (gfc_conv_intrinsic_sign): Likewise.
1327         * trans.h (gfor_fndecl_math_cabsf): Delete.
1328         (gfor_fndecl_math_cabs): Delete.
1329         (gfor_fndecl_math_sign4): Delete.
1330         (gfor_fndecl_math_sign8): Delete.
1332 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1334         * trans-array.c (gfc_trans_array_constructor_value): Use
1335         build_int_cst.
1336         * trans-const.c (gfc_build_string_const,
1337         gfc_init_constants, gfc_conv_mpz_to_tree,
1338         gfc_conv_constant_to_tree): Likewise.
1339         * trans-decl.c (gfc_get_symbol_decl): Likewise.
1340         * trans-intrinsic.c (gfc_conv_intrinsic_ibits,
1341         gfc_conv_intrinsic_len, prepare_arg_info): Likewise.
1342         * trans-io.c (add_case, set_error_locus, build_dt,
1343         transfer_expr): Likewise.
1344         * trans-stmt.c (gfc_trans_label_assign, gfc_trans_pause,
1345         gfc_trans_stop, gfc_trans_character_select): Likewise.
1346         * trans-types.c (gfc_init_types, gfc_get_dtype): Likewise.
1347         * trans.c (gfc_trans_runtime_check): Likewise.
1349 2004-08-14  Paul Brook  <paul@codesourcery.com>
1351         * trans-decl.c (gfc_build_function_decl): Remove dead code.
1353 2004-08-14  Paul Brook  <paul@codesourcery.com>
1355         * trans-arry.c (gfc_trans_auto_array_allocation): Remove unused var.
1357 2004-08-13  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1359         * gfortran.h: Add comments.
1360         * parse.c (parse_contained): Fix comment typo.
1361         * resolve.c (was_declared): Ditto.
1362         * symbol.c: Ditto.
1364 2004-08-11  Paul Brook  <paul@codeourcery.com>
1366         PR fortran/16917
1367         * intrinsic.c (add_functions): Add dfloat as an alias for dble.
1369 2004-08-10  Richard Henderson  <rth@redhat.com>
1371         * f95-lang.c (gfc_init_builtin_functions): Remove
1372          __builtin_stack_alloc, add __builtin_alloca.
1373         * trans-array.c (gfc_trans_auto_array_allocation): Use DECL_EXPR.
1374         * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
1376 2004-08-10  Paul Brook  <paul@codesourcery.com>
1378         * trans-io.c (transfer_expr): Handle pointters.
1380 2004-08-10  Paul Brook  <paul@codesourcery.com>
1382         PR fortran/16919
1383         * trans-array.c (gfc_add_loop_ss_code): Handle GFC_SS_COMPONENT.
1384         (gfc_conv_array_index_offset): Allow "temporary" with nonzero delta.
1385         (gfc_trans_preloop_setup, gfc_trans_scalarized_loop_boundary):
1386         Handle GFC_SS_COMPONENT.
1387         (gfc_conv_ss_startstride): Ditto.  Set ss->shape.
1388         (gfc_conv_loop_setup): Tweak commends. Remove dead code.
1389         Use ss->shape.
1390         (gfc_conv_array_initializer): Call specific initializer routines.
1391         * trans-expr.c (gfc_trans_structure_assign): New function.
1392         (gfc_trans_subarray_assign): New function.
1393         (gfc_trans_subcomponent_assign): New fucntion
1394         (gfc_conv_structure): Use them.
1395         * trans.h (gfc_ss_type): Add GFC_SS_COMPONENT.
1396         (gfc_ss): Add shape.
1398 2004-08-08  Victor Leikehman  <lei@il.ibm.com>
1400         * simplify.c (gfc_simplify_shape): Bugfix.
1401         * expr.c (gfc_copy_shape_excluding): New function.
1402         * gfortran.h (gfc_get_shape): Bugfix.
1403         (gfc_copy_shape_excluding): Added declaration.
1404         * iresolve.c (gfc_resolve_all, gfc_resolve_any, gfc_resolve_count,
1405         gfc_resolve_cshift, gfc_resolve_eoshift, gfc_resolve_lbound,
1406         gfc_resolve_ubound, gfc_resolve_transpose): Added compile
1407         time resolution of shape.
1409 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
1411         * intrinsic.c (add_subroutines): Add getenv and
1412         get_environment_variable. (add_sym_5s): New function.
1413         * intrinsic.h (gfc_resolve_get_environment_variable): Add
1414         prototype.
1415         * iresolve.c (gfc_resolve_get_environment_variable): New
1416         function.
1418 2004-08-06  Feng Wang  <fengwang@nudt.edu.cn>
1420         * f95-lang.c (gfc_init_builtin_functions): Fix the number of
1421         __builtin_pow[f] arguments.
1423 2004-08-06  Steven G. Kargl  <kargls@comcast.net>
1425         * arith.c: Add #define for model numbers.  Remove global GMP variables.
1426         (natural_logarithm,common_logarithm,exponential,sine,
1427         cosine,arctangent,hypercos,hypersine ): Remove.
1428         (gfc_mpfr_to_mpz,gfc_set_model_kind,gfc_set_model): New functions.
1429         (arctangent2,gfc_arith_init_1,gfc_arith_done_1
1430         gfc_check_real_range, gfc_constant_result, gfc_range_check,
1431         gfc_arith_uminus,gfc_arith_plus, gfc_arith_minus, gfc_arith_times,
1432         gfc_arith_divide,complex_reciprocal,complex_pow_ui,
1433         gfc_arith_power,gfc_compare_expr,compare_complex,gfc_convert_real,
1434         gfc_convert_complex,gfc_int2real,gfc_int2complex,
1435         gfc_real2int,gfc_real2real,gfc_real2complex,
1436         gfc_complex2int,gfc_complex2real,gfc_complex2complex): Convert GMP
1437         to MPFR, use new functions.
1438         * arith.h: Remove extern global variables.
1439         (natural_logarithm,common_logarithm,exponential, sine, cosine,
1440         arctangent,hypercos,hypersine): Remove prototypes.
1441         (arctangent2): Update prototype from GMP to MPFR.
1442         (gfc_mpfr_to_mpz, gfc_set_model_kind,gfc_set_model): Add prototypes.
1443         * dump-parse-tree.c (gfc_show_expr): Convert GMP to MPFR.
1444         * expr.c (free_expr0,gfc_copy_expr): Convert GMP to MPFR.
1445         * gfortran.h (GFC_REAL_BITS): Remove.
1446         (arith): Add ARITH_NAN.
1447         Include mpfr.h.  Define GFC_RND_MODE.
1448         Rename GCC_GFORTRAN_H GFC_GFC_H.
1449         (gfc_expr): Convert GMP to MPFR.
1450         * module.c: Add arith.h, correct type in comment.
1451         (mio_gmp_real): Convert GMP to MPFR.
1452         (mio_expr):  Use gfc_set_model_kind().
1453         * primary.c:  Update copyright date with 2004.
1454         (match_real_constant,match_const_complex_part): Convert GMP to MPFR.
1455         * simplify.c: Remove global GMP variables
1456         (gfc_simplify_abs,gfc_simplify_acos,gfc_simplify_aimag,
1457         gfc_simplify_aint,gfc_simplify_dint,gfc_simplify_anint,
1458         gfc_simplify_dnint,gfc_simplify_asin,gfc_simplify_atan,
1459         gfc_simplify_atan2,gfc_simplify_ceiling,simplify_cmplx,
1460         gfc_simplify_conjg,gfc_simplify_cos,gfc_simplify_cosh,
1461         gfc_simplify_dim,gfc_simplify_dprod,gfc_simplify_epsilon,
1462         gfc_simplify_exp,gfc_simplify_exponent,gfc_simplify_floor,
1463         gfc_simplify_fraction,gfc_simplify_huge,gfc_simplify_int,
1464         gfc_simplify_ifix,gfc_simplify_idint,gfc_simplify_log,
1465         gfc_simplify_log10,simplify_min_max,gfc_simplify_mod,
1466         gfc_simplify_modulo,gfc_simplify_nearest,simplify_nint,
1467         gfc_simplify_rrspacing,gfc_simplify_scale,
1468         gfc_simplify_set_exponent,gfc_simplify_sign,gfc_simplify_sin,
1469         gfc_simplify_sinh,gfc_simplify_spacing,gfc_simplify_sqrt,
1470         gfc_simplify_tan,gfc_simplify_tanh,gfc_simplify_tiny,
1471         gfc_simplify_init_1,gfc_simplify_done_1):  Convert GMP to MPFR.
1472         Use new functions.
1473         * trans-const.c (gfc_conv_mpfr_to_tree): Rename from
1474         gfc_conv_mpf_to_tree.  Convert it to use MPFR
1475         (gfc_conv_constant_to_tree): Use it.
1476         * trans-const.h: Update prototype for gfc_conv_mpfr_to_tree().
1477         * trans-intrinsic.c: Add arith.h, remove gmp.h
1478         (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod): Convert GMP to MPFR.
1480 2004-08-06  Victor Leikehman  <lei@il.ibm.com>
1481         Paul Brook  <paul@codesourcery.com>
1483         * trans-array.c (gfc_trans_allocate_array_storage,
1484         gfc_trans_allocate_temp_array, gfc_add_loop_ss_code,
1485         gfc_conv_loop_setup): For functions, if the shape of the result
1486         is not known in compile-time, generate an empty array descriptor for
1487         the result and let the callee to allocate the memory.
1488         (gfc_trans_dummy_array_bias): Do nothing for pointers.
1489         (gfc_conv_expr_descriptor): Use function return values directly.
1490         * trans-expr.c (gfc_conv_function_call): Always add byref call
1491         insn to pre chain.
1492         (gfc_trans_pointer_assignment): Add comments.
1493         (gfc_trans_arrayfunc_assign): Don't chain on expression.
1495 2004-08-01  Roger Sayle  <roger@eyesopen.com>
1497         * options.c (gfc_init_options): Don't warn about the use GNU
1498         extensions by default.
1499         (gfc_post_options): Warn about GNU extensions with -pedantic.
1500         (gfc_handle_option): Don't warn about GNU extensions with -std=gnu.
1502 2004-07-30  Richard Henderson  <rth@redhat.com>
1504         * trans-expr.c (gfc_conv_expr_reference): Create a CONST_DECL
1505         for TREE_CONSTANTs.
1507 2004-07-25  Richard Henderson  <rth@redhat.com>
1509         * trans-decl.c (gfc_build_function_decl): Set DECL_ARTIFICIAL
1510         and DECL_IGNORED_P on RESULT_DECL.
1511         (gfc_generate_constructors): Likewise.
1513 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1515         PR fortran/16465
1516         * lang.opt (ffixed-line-length-none, ffixed-line-length-): New
1517         options.
1518         (ffixed-line-length-80, ffixed-line-length-132): Remove.
1519         * options.c (gfc_handle_options): Deal with changed options.
1520         * scanner.c (load_line): Change second arg to 'char **',
1521         allocate if pointing to NULL. Keep track of buffer's length.
1522         Adapt buffer size to overlong lines. Pad lines to full length
1523         in fixed form.
1524         (load_file): Adapt to new interface of load_line.
1526 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1528         * trans.h (builtin_function): Declare.
1530 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1532         PR fortran/16404
1533         (parts ported from g95)
1534         * parse.h (gfc_state_data): New field do_variable.
1535         (gfc_check_do_variable): Add prototype.
1536         * parse.c (push_state): Initialize field 'do_variable'.
1537         (gfc_check_do_variable): New function.
1538         (parse_do_block): Remember do iterator variable.
1539         (parse_file): Initialize field 'do_variable'.
1540         * match.c (gfc_match_assignment, gfc_match_do,
1541         gfc_match_allocate, gfc_match_nullify, gfc_match_deallocate):
1542         Add previously missing checks.
1543         (gfc_match_return): Reformat error message.
1544         * io.c (match_out_tag): New function.
1545         (match_open_element, match_close_element,
1546         match_file_element, match_dt_element): Call match_out_tag
1547         instead of match_vtag where appropriate.
1548         (match_io_iterator, match_io_element): Add missing check.
1549         (match_io): Reformat error message.
1550         (match_inquire_element): Call match_out_tag where appropriate.
1552         * parse.c (gfc_check_do_variable): Fix error locus.
1554 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1556         PR fortran/15129
1557         * trans-decl.c (gfc_build_function_decl): Create a new chardecl
1558         for every assumed length character dummy argument.
1560         PR fortran/15140
1561         * trans-decl.c (gfc_trans_deferred_vars): Remove bogus assertion.
1563         PR fortran/13792
1564         * simplify.c (gfc_simplify_bound): Copy the bound expression.
1566 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1568         PR fortran/15324
1569         * trans-array.c gfc_trans_g77_array,
1570         gfc_trans_dummy_array_bias): Don't call gfc_trans_string_init
1571         for assumed length characters.
1572         (gfc_conv_expr_descriptor): Set se->string_length if dealing
1573         with a character expression.
1574         (gfc_cvonv_array_parameter): Pass string length when passing
1575         character array according to g77 conventions.
1577 2004-07-12  Paul Brook  <paul@codesourcery.com>
1579         * expr.c (gfc_check_assign_symbol): Handle pointer assignments.
1580         * trans-array.c (gfc_trans_auto_array_allocation): Remove
1581         initialization code.
1582         * trans-common.c (create_common): Use gfc_conv_initializer.
1583         * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_initializer.
1584         * trans-expr.c (gfc_conv_initializer): New function.
1585         (gfc_conv_structure): Use it.
1586         * trans.h (gfc_conv_initializer): Add prototype.
1588 2004-07-11  Paul Brook  <paul@codesourcery.com>
1590         PR fortran/15986
1591         * parse.c (gfc_fixup_sibling_symbols): Also look for untyped
1592         variables.
1593         (parse_contained): Mark contained symbols as referenced.
1595 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1597         PR fortran/16455
1598         * module.c (gfc_dump_module, gfc_use_module): Print locus
1599         when opening of module file fails.
1601         PR fortran/16404
1602         * io.c (match_io): Flag 'WRITE(...), ...' as extension.
1604         PR fortran/16404
1605         * match.c (gfc_match_program): A program name is obligatory.
1606         (gfc_match_return): RETURN in main program is an extension.
1607         (gfc_match_block_data): A space is required before a block data
1608         name.
1610         PR fortran/16433
1611         * primary.c (match_boz_constant): Call gfc_notify_std only if
1612         we actually have a non-standard boz-literal-constant.
1614         PR fortran/15754
1615         * expr.c (gfc_check_assign): Print ranks if incompatible. Issue
1616         warning if assigning NULL().
1618 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
1620         * f95-lang.c (set_block): Remove.
1621         (gfc_clear_binding_stack): New.
1622         (LANG_HOOKS_CLEAR_BINDING_STACK): Define.
1623         (struct binding_level): Remove block_created_by_back_end.
1624         (clear_binding_level): Likewise.
1625         (poplevel): Don't handle block_created_by_back_end.
1627 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1629         * trans-decl.c (gfc_create_module_variable): Nothing to do if
1630         symbol is in common, because we ...
1631         (gfc_generate_module_vars): Call gfc_trans_common.
1633 2004-07-10  Paul Brook  <paul@codesourcery.com>
1635         * trans-array.c (gfc_build_null_descriptor): New function.
1636         (gfc_trans_static_array_pointer): Use it.
1637         * trans-array.h (gfc_build_null_descriptor): Add prototype.
1638         * trans-expr.c (gfc_conv_structure): Handle array pointers.
1640 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1642         PR fortran/16336
1643         * decl.c (gfc_match_save): Use-associated common block
1644         doesn't collide.
1645         * gfortran.h (gfc_common_head): Add new field 'name'.
1646         Fix typo in comment after #endif.
1647         * match.c (gfc_get_common): Add new argument from_common,
1648         mangle name if flag is set, fill in new field in structure
1649         gfc_common_head.
1650         (match_common): Set new arg in call to gfc_get_common,
1651         use-associated common block doesn't collide.
1652         * match.h (gfc_get_common): Adapt prototype.
1653         * module.c (load_commons): Set new arg in call to
1654         gfc_get_common.
1655         * symbol.c (free_common_tree): New function.
1656         (gfc_free_namespace): Call new function.
1657         * trans-common.c (several functions): Remove argument
1658         'name', use name from gfc_common_head instead.
1660 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1662         * expr.c (gfc_check_pointer_assign): Verify that rank of the LHS
1663         and RHS match. Return early if the RHS is NULL().
1665         PR fortran/16336
1666         * match.c (match_common): Fix error reporting for used common.
1668         PR fortran/15969
1669         * trans-expr.c (gfc_conv_structure): Handle initialization
1670         of scalar pointer components.
1672         * parse.c (decode_statement): Fix matching of BLOCK DATA.
1674         * trans-decl.c (generate_local_decl): Remove workaround obsoleted
1675         by fix for PR 15481.
1677 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1679         * trans-common.c: Fix whitespace issues, make variable names
1680         more readable.
1681         (create_common): Additionally, make loop logic more obvious.
1683 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1684         Paul Brook  <paul@codesourcery.com>
1686         PR fortran/13415
1687         * trans-common.c (calculate_length): Remove ...
1688         (get_segment_info): Merge into here.  Save field type.
1689         (build_field): Use saved type.
1690         (create_common, new_condition, new_segment, finish_equivalences):
1691         Use new get_segment_info.
1692         * trans-types.c: Update comment.
1694 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1696         PR fortran/14077
1697         * moduele.c (mio_symbol): Don't I/O initial values unless
1698         symbol is a parameter.
1700 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1702         PR fortran/13201
1703         * resolve.c (resolve_symbol): Verify that the shape of a
1704         parameter array is not only explicit, but also constant.
1705         * array.c (gfc_is_compile_time_shape): New function.
1706         * gfortran.h (gfc_is_compile_time_shape): Add prototype.
1708 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1710         PR fortran/15481
1711         PR fortran/13372
1712         PR fortran/13575
1713         PR fortran/15978
1714         * module.c (write_symbol, write_symtree): Remove workaround.
1715         * primary.c (match_actual_arglist): Enhance comment.
1716         (gfc_match_rvalue): Handle function call with first argument
1717         a keyword argument correctly.
1718         * resolve.c (resolve_symbol): Change call to
1719         gfc_set_default_type to issue error if no implicit type
1720         can be found.
1721         * trans-decl.c (gfc_create_module_variable): Remove workaround.
1723 2004-07-08  Paul Brook  <paul@codesourcery.com>
1725         * intrinsic.c (add_sym_4s): New function.
1726         (add_subroutines): Change gfc_add_sym_? to gfc_add_sym_?s.
1728 2004-07-04  Janne Blomqvist  <jblomqvi@cc.hut.fi>
1729         Paul Brook  <paul@codesourcery.com>
1731         PR fortran/15280
1732         PR fortran/15665
1733         * gfortran.h (enum gfc_generic_isym_id): Add GFC_ISYM_IARGC and
1734         GFC_ISYM_COMMAND_ARGUMENT_COUNT.
1735         * intrinsic.c (add_functions):  Identify iargc.  Add
1736         command_argument_count.
1737         (add_subroutines): Resolve getarg.  Add get_command and
1738         get_command_argument.
1739         * intrinsic.h (gfc_resolve_getarg, gfc_resolve_get_command,
1740         gfc_resolve_get_command_argument): Add prototypes.
1741         * iresolve.c (gfc_resolve_getarg, gfc_resolve_get_command,
1742         gfc_resolve_get_command_argument): New functions.
1743         * trans-decl.c (gfor_fndecl_iargc): New variable.
1744         (gfc_build_intrinsic_function_decls): Set it.
1745         * trans-intrinsic.c (gfc_conv_intrinsic_iargc): New function.
1746         (gfc_conv_intrinsic_function): Use it.
1747         * trans.h (gfor_fndecl_iargc): Declare.
1749 2004-07-04  Matthias Klose  <doko@debian.org>
1751         * Make-lang.in: Generate and install gfortran man page.
1752         * invoke.texi: Remove extra '@c man end'.
1754 2004-07-04  Richard Henderson  <rth@redhat.com>
1756         * f95-lang.c (gfc_mark_addressable): Don't put_var_into_stack.
1758 2004-07-04  Paul Brook  <paul@codesourcery.com>
1760         * decl.c (gfc_match_implicit_range): Don't use typespec.
1761         (gfc_match_implicit): Handle character selectors.
1762         * gfortran.h (gfc_set_implicit): Remove prototype.
1763         (gfc_add_new_implicit_range, gfc_merge_new_implicit): Update.
1764         * parse.c (accept_statement): Don't call gfc_set_implicit.
1765         * symbol.c (new_ts): Remove.
1766         (gfc_set_implicit_none): Use same loop bounds as other functions.
1767         (gfc_set_implicit): Remove.
1768         (gfc_clear_new_implicit, gfc_add_new_implicit_range): Only set flags.
1769         (gfc_merge_new_implicit): Combine with gfc_set_implicit.
1771 2004-06-30  Richard Henderson  <rth@redhat.com>
1773         * match.c (var_element): Remove unused variable.
1775         * trans-decl.c (gfc_generate_function_code): Don't set
1776         x_whole_function_mode_p.
1777         (gfc_generate_constructors): Likewise.
1779 2004-06-30  Richard Henderson  <rth@redhat.com>
1781         * trans-decl.c (gfc_generate_function_code): Don't set
1782         immediate_size_expand.
1783         (gfc_generate_constructors): Likewise.
1785 2004-06-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1787         PR fortran/16161
1788         * decl.c (gfc_match_type_spec): Rename second argument to
1789         'implicit_flag', reverse meaning. Don't match_char_spec if
1790         'implicit_flag' is set. Rename to ...
1791         (match_type_spec): ... this.
1792         (gfc_match_implicit_none, match_implicit_range): Move here
1793         from match.c.
1794         (gfc_match_implicit): Move here from match.c, try to
1795         match_char_len if match_implicit_range doesn't succeed for
1796         CHARACTER implicits. Call renamed fucntion match_type_spec.
1797         (gfc_match_data_decl, match_prefix): Call renamed function
1798         match_type_spec.
1799         * match.c (gfc_match_implicit_none, match_implicit_range,
1800         gfc_match_implicit): Move to decl.c.
1801         * match.h (gfc_match_implicit_none, gfc_match_implicit):
1802         Move protoypes to section 'decl.c'.
1803         (gfc_match_type_spec): Remove prototype.
1805 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1807         * decl.c, interface.c, symbol.c, trans-common.c: Add 2004 to
1808         copyright years.
1810 2004-06-29  Steven Bosscher  <stevenb@suse.de>
1812         Make sure types in assignments are compatible.  Mostly mechanical.
1813         * trans-const.h (gfc_index_one_node): New define.
1814         * trans-array.c (gfc_trans_allocate_array_storage,
1815         gfc_trans_allocate_temp_array, gfc_trans_array_constructor_subarray,
1816         gfc_trans_array_constructor_value, gfc_trans_array_constructor,
1817         gfc_conv_array_ubound, gfc_conv_array_ref,
1818         gfc_trans_scalarized_loop_end, gfc_conv_section_startstride,
1819         gfc_conv_ss_startstride, gfc_conv_loop_setup, gfc_array_init_size,
1820         gfc_trans_array_bounds, gfc_trans_dummy_array_bias,
1821         gfc_conv_expr_descriptor, gfc_trans_deferred_array): Use the correct
1822         types in assignments, conversions and conditionals for expressions.
1823         * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
1824         gfc_conv_unary_op, gfc_conv_cst_int_power, gfc_conv_string_tmp,
1825         gfc_conv_function_call, gfc_trans_pointer_assignment,
1826         gfc_trans_scalar_assign): Likewise.
1827         * trans-intrinsic.c (build_fixbound_expr, gfc_conv_intrinsic_bound,
1828         gfc_conv_intrinsic_anyall, gfc_conv_intrinsic_count,
1829         gfc_conv_intrinsic_minmaxloc, gfc_conv_intrinsic_btest,
1830         gfc_conv_intrinsic_singlebitop, gfc_conv_intrinsic_ishft,
1831         gfc_conv_intrinsic_ishftc, gfc_conv_intrinsic_strcmp,
1832         gfc_conv_allocated, gfc_conv_associated,
1833         gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_trim): Likewise.
1834         * trans-io.c (set_string): Likewise.
1835         * trans-stmt.c (gfc_trans_do, gfc_trans_forall_loop,
1836         gfc_do_allocate, generate_loop_for_temp_to_lhs,
1837         generate_loop_for_rhs_to_temp, compute_inner_temp_size,
1838         compute_overall_iter_number, gfc_trans_assign_need_temp,
1839         gfc_trans_pointer_assign_need_temp, gfc_trans_forall_1,
1840         gfc_evaluate_where_mask, gfc_trans_where_assign,
1841         gfc_trans_where_2): Likewise.
1842         * trans-types.c (gfc_get_character_type, gfc_build_array_type,
1843         gfc_get_nodesc_array_type, gfc_get_array_type_bounds): Likewise.
1845         * trans.c (gfc_add_modify_expr): Add sanity check that types
1846         for the lhs and rhs are the same for scalar assignments.
1848 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1850         * dump-parse-tree.c (show_common): New function.
1851         (gfc_show_namespace): Show commons.
1853 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1854         Andrew Vaught  <andyv@firstinter.net>
1856         PR fortran/13249
1857         PR fortran/15481
1858         * decl.c (gfc_match_save): Adapt to new common structures,
1859         don't allow saving USE-associated common.
1860         * dump-parse-tree (gfc_show_attr): (saved_)common are not
1861         symbol attributes any longer.
1862         (gfc_show_symbol): Don't show old-style commons any longer.
1863         (gfc_show_namespace): Adapt call to gfc_traverse_symtree to new
1864         interface.
1865         * gfortran.h (symbol_attribute): Remove common and saved_common
1866         attributes.
1867         (gfc_symbol): Remove common_head element.
1868         (gfc_common_head): New struct.
1869         (gfc_get_common_head): New macro.
1870         (gfc_symtree): Add field 'common' to union.
1871         (gfc_namespace): Add field 'common_root'; change type of field
1872         'blank_common' to blank_common.
1873         (gfc_add_data): New prototype.
1874         (gfc_traverse_symtree): Expect a symtree as first argument
1875         instead of namespace.
1876         * match.c (gfc_get_common): New function.
1877         (match_common_name): Change to take char * as argument, adapt,
1878         fix bug with empty name.
1879         (gfc_match_common): Adapt to new data structures. Disallow
1880         redeclaration of USE-associated COMMON-block. Fix bug with
1881         empty common.
1882         (var_element): Adapt to new common structures.
1883         * match.h (gfc_get_common): Declare.
1884         * module.c: Add 2004 to copyright years, add commons to module
1885         file layout description.
1886         (ab_attribute, attr_bits, mio_symbol_attributes): Remove code
1887         for removed attributes.
1888         (mio_symbol): Adapt to new way of storing common relations.
1889         (load_commons): New function.
1890         (read_module): Skip common list on first pass, load_commons at
1891         second.
1892         (write_commons): New function.
1893         (write_module): Call write_commons().
1894         * symbol.c (gfc_add_saved_comon, gfc_add_common): Remove
1895         functions related to removed attributes.
1896         (gfc_add_data): New function.
1897         (gfc_clear_attr): Don't set removed attributes.
1898         (gfc_copy_attr): Don't copy removed attributes.
1899         (traverse_symtree): Remove.
1900         (gfc_traverse_symtree): Don't traverse symbol
1901         tree of the passed namespace, but require a symtree to be passed
1902         instead. Unify with traverse_symtree.
1903         (gfc_traverse_ns): Call gfc_traverse_symtree according to new
1904         interface.
1905         (save_symbol): Remove setting of removed attribute.
1906         * trans-common.c (gfc_sym_mangled_common_id): Change to
1907         take 'char *' argument instead of 'gfc_symbol'.
1908         (build_common_decl, new_segment, translate_common): Adapt to new
1909         data structures, add new
1910         argument name.
1911         (create_common): Adapt to new data structures, add new
1912         argument name. Fix typo in intialization of derived types.
1913         (finish_equivalences): Add second argument in call to
1914         create_common.
1915         (named_common): take 'gfc_symtree' instead of 'gfc_symbol'.
1916         (gfc_trans_common): Adapt to new data structures.
1917         * trans-decl.c (gfc_create_module_variables): Remove test for
1918         removed attribute.
1920 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1922         * io.c: Add 2004 to copyright years.
1924 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1925         Andrew Vaught  <andyv@firstinter.net>
1927         * gfortran.h (gfc_gsymbol): New typedef.
1928         (gfc_gsym_root): New variable.
1929         (gfc_get_gsymbol, gfc_find_gsym): New prototypes.
1930         * parse.c (global_used): New function.
1931         (parse_block_data): Check for double empty BLOCK DATA,
1932         use global symbol table.
1933         (parse_module): Use global symbol table.
1934         (add_global_procedure, add_global_program): New functions.
1935         (gfc_parse_file): Use global symbol table.
1936         * symbol.c (gfc_gsym_root): New variable.
1937         (gfc_find_gsym, gsym_compare, gfc_get_gsymbol): New
1938         functions.
1940 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1942         * module.c (mio_gmp_real): Correct writing of negative numbers.
1944 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1946         PR fortran/15963
1947         * expr.c (check_intrinsic_op): Allow comparison of characters.
1948         Make logic easier.
1950 2004-06-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1951         Andrew Vaught  <andyv@firstinter.net>
1953         * decl.c (contained_procedure): New function.
1954         (match_end): Verify correctness of END STATEMENT in
1955         all cases.
1957 2004-06-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1958         Andrew Vaught  <andyv@firstinter.net>
1960         PR fortran/15190
1961         * decl.c (gfc_match_type_spec), io.c (match_io), parse.c
1962         (decode_statement): Enforce required space in free-form.
1964 2004-06-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1966         * f95-lang.c (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Deleted.
1967         * trans-array.c (gfc_conv_descriptor_data): Add operand
1968         for COMPONENT_REF.
1969         (gfc_conv_descriptor_offset, gfc_conv_descriptor_dtype): Likewise.
1970         (gfc_conv_descriptor_dimension, gfc_conv_descriptor_stride): Likewise.
1971         (gfc_conv_descriptor_lbound, gfc_conv_descriptor_ubound): Likewise.
1972         * trans-common.c (create_common): Likewise.
1973         * trans-expr.c (gfc_conv_component_ref): Likewise.
1974         * trans-io.c (set_parameter_value): Likewise.
1975         (set_parameter_ref, set_string, set_flag, io_result): Likewise.
1976         (transfer_expr): Likewise.
1977         * trans-decl.c (gfc_trans_auto_character_variable):
1978         Set up to get DECL_SIZE and DECL_SIZE_UNIT gimplified.
1979         (gfc_gimplify_function): New function.
1980         (gfc_generate_function-code): Properly handle nested functions.
1981         * trans.c (gfc_build_array_ref): Add two new operands for ARRAY_REF.
1983 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
1985         PR fortran/15750
1986         * io.c (gfc_match_inquire): Bugfix for iolength related stuff.
1987         (gfc_resolve_inquire): Resolve the iolength tag.  Return
1988         SUCCESS at end of function if no failure has occured.
1989         * resolve.c (resolve_code): Resolve if iolength is encountered.
1990         * trans-io.c: (ioparm_iolength, iocall_iolength,
1991         iocall_iolength_done): New variables.
1992         (last_dt): Add IOLENGTH.
1993         (gfc_build_io_library_fndecls ): Set iolength related variables.
1994         (gfc_trans_iolength): Implement.
1995         (gfc_trans_dt_end): Treat iolength as a third form of data transfer.
1997 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de
1999         PR fortran/15511
2000         * scanner.c (load_line): Don't truncate preprocessor lines.
2001         Reformat error message.
2002         (preprocessor_line): Issue warning in case of malformed
2003         preprocessor line.
2005 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2007         * resolve.c (resolve_symbol): Add comment in function body.
2008         (check_data_variable): Change type of mark to ar_type, adapt code
2009         accordingly.
2011 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2013         * array.c (gfc_insert_constructor): Avoid redundant call to
2014         mpz_comp. Add 2004 to copyright years.
2016 2004-06-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2018         * trans.h (stmtblock_t): Change has_scope to unsigned int.
2020 2004-06-20  Steven G. Kargl  <kargls@comcast.net>
2022         * arith.c (gfc_range_check): correct complex underflow.
2024 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2026         PR fortran/15962
2027         * match.c (match_case_selector): Call gfc_match_init_expr
2028         instead of gfc_match_expr.
2029         * resolve.c (validate_case_label_expr): No need to check for
2030         constant, since it wouldn't have been matched with the fix to
2031         match.c.
2033 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2035         PR fortran/15211
2036         * trans-intrinsic.c (gfc_conv_intrinsic_len): Deal with arrays
2037         of strings.
2039 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2041         PR fortran/15510
2042         * trans-deecl.c (generate_local_decl): Do not issue warning for
2043         unused variables if they're use associated.
2045 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2046         Andrew Vaught <andyv@firstinter.net>
2048         PR fortran/14928
2049         * gfortran.h (gfc_check_f): Add new field f3ml.
2050         * check.c (gfc_check_minloc_maxloc): Take argument list instead
2051         of individual arguments, reorder if necessary.
2052         * intrinsic.h (gfc_check_minloc_maxloc): ... adapt prototype.
2053         * intrinsic.c (add_sym_3ml): New function.
2054         (add_functions): Change to add_sym_3ml for MINLOC, MAXLOC.
2055         (check_specific): Catch special case MINLOC, MAXLOC.
2057 2004-06-14  Paul Brook  <paul@codesourcery.com>
2059         * intrinsic.c (add_sym_2s): Use correct function types.
2061 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2063         * Make-lang.in (F95_OBJS, F95_PARSER_OBJS): Alphabetize.  Move data.c
2064         * data.c (gfc_get_section_index):  Remove dependency on trans.h.
2066 2004-06-12  Steven G. Kargl  <kargls@comcast.net>
2068         * check.c (gfc_check_second_sub, gfc_check_irand, gfc_check_rand
2069         gfc_check_srand, gfc_check_etime, gfc_check_etime_sub): New functions.
2070         * gfortran.h (gfc_generic_isym_id): New symbols GFC_ISYM_ETIME,
2071         GFC_ISYM_IRAND, GFC_ISYM_RAND, GFC_ISYM_SECOND.
2072         * trans-intrinsic.c:  Use symbols.
2073         * intrinsic.c (add_sym_2s): New function.
2074         * intrinsic.c: Add etime, dtime, irand, rand, second, srand.
2075         * intrinsic.h: Function prototypes.
2076         * iresolve.c (gfc_resolve_etime_sub, gfc_resolve_second_sub
2077         gfc_resolve_srand):  New functions.
2079 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2081         PR fortran/14957
2082         * decl.c (gfc_match_end): Require END {SUBROUTINE|FUNCTION} for
2083         contained procedure.
2085 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2087         PR fortran/12841
2088         * interface.c (compare_parameter, compare_actual_formal): Don't
2089         check types and array shapes for NULL()
2090         * trans-expr.c (conv_function_call): No double indirection for
2091         NULL()
2093 2004-06-09  Toon Moene  <toon@moene.indiv.nluug.nl>
2095         * trans-expr.c (gfc_conv_cst_int_power): Compute
2096         x**(-n) by converting it to (1/x)**n instead of
2097         1/x**n.
2099 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2101         PR fortran/13372
2102         * module.c (write_symbol, write_symtree): Don't write symbols
2103         wrongly added to namespace.
2104         * trans-decl.c (gfc_create_module_variable): Don't create a
2105         backend decl for a symbol incorrectly added to namespace.
2107 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2109         PR fortran/13201
2110         * resolve.c (resolve_symbol): Verify that parameter array has an
2111         explicit shape. Fix typos and coding style issues in surrounding
2112         lines.
2114 2004-06-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2116         PR fortran/15478
2117         * gfortran.texi: The documentation doesn't contain infomration on
2118         how to report bugs, and shouldn't, so remove the line which
2119         says it does.
2121 2004-06-05  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2123         * intrinsic.c (sort_actual): Keep track of type of missing
2124         arguments. (Missing from previous commit.)
2126 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2128         * gfortran.h (gfc_actual_arglist): New field missing_arg_type.
2129         * interface.c (compare_actual_formal): Keep type of omitted
2130         optional arguments.
2131         * trans-expr.c (gfc_conv_function_call): Add string length
2132         argument for omitted string argument.
2134 2004-06-03  Paul Brook  <paul@codesourcery.com>
2136         * trans.c (gfc_finish_block, gfc_add_expr_to_block): Build statement
2137         lists instead of compound expr chains.
2138         (gfc_trans_code): Annotate statement lists.
2140 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2142         * trans-array.c: Fix spelling in comments.
2144 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2146         PR fortran/15557
2147         * data.c (assign_substring_data_value): New function.
2148         (gfc_assign_data_value): Call the new function if we're dealing
2149         with a substring LHS.
2151 2004-06-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2153         PR fortran/15477
2154         * gfortran.h (GFC_VERSION): Remove.
2155         * gfortran.texi (version-gfortran): Remove, replace by version-GCC
2156         where used.
2158 2004-05-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2160         * trans-types.c: Fix spelling & layout in comments.
2162 2004-05-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2164         PR fortran/14067
2165         * trans-const.c (gfc_conv_string_init): Allow variable string
2166         length lower than initialization string length.
2168 2004-05-30  Paul Brook  <paul@codesourcery.com>
2170         PR fortran/15620
2171         * trans-decl.c (gfc_shadow_sym, gfc_restore_sym): New functions.
2172         * trans-expr.c (gfc_trans_string_copy): New function.
2173         (gfc_conv_statement_function): Use them.  Create temp vars.  Enforce
2174         character lengths.
2175         (gfc_conv_string_parameter): Use gfc_trans_string_copy.
2176         * trans-stmt.c (gfc_trans_forall_1): Use gfc_{shadow,restore}_sym.
2177         * trans.h (struct gfc_saved_var): Define.
2178         (gfc_shadow_sym, gfc_restore_sym): Add prototypes.
2180 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
2182         * iresolve.c (gfc_resolve_random_number): Clean up conditional.
2184 2004-05-29  Steven G. Kargl  <kargls@comcast.net>
2186         * simplify.c (gfc_simplify_log): Remove useless line of code.
2188 2004-05-29  Paul Brook  <paul@codesourcery.com>
2190         * trans-common.c (find_equivalence): Find multiple rules.
2192 2004-05-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2194         * gfortran.h (gfc_current_locus, gfc_set_locus): Remove.
2195         (gfc_current_locus): Declare new global variable.
2196         * scanner.c (gfc_current_locus, gfc_set_locus): Remove.
2197         (gfc_current_locus1): Rename ...
2198         (gfc_current_locus): ... to this.
2199         (gfc_at_eof, gfc_at_bol, gfc_at_eol, gfc_advance_line, next_char,
2200         skip_fixed_comments, skip_free_comments, gfc_next_char_literal,
2201         gfc_peek_char, gfc_gobble_whitespace, gfc_new_file): Use
2202         gfc_current_locus instead of gfc_current_locus1, gfc_set_locus()
2203         and gfc_current_locus(), respectively.
2204         * array.c (match_subscript, gfc_match_array_ref, match_array_list,
2205         match_array_cons_element, gfc_match_array_constructor):
2206         Read/modify gfc_current_locus instead of calling gfc_set_locus()
2207         and gfc_current_locus().
2208         * decl.c (gfc_match_null, variable_decl, gfc_match_kind_spec,
2209         match_attr_spec, gfc_match_function_decl, gfc_match_end,
2210         attr_decl1, gfc_match_save): Likewise.
2211         * error.c (error_print, gfc_internal_error): Likewise.
2212         * expr.c (gfc_int_expr, gfc_default_logical_kind): Likewise.
2213         * interface.c (gfc_add_interface): Likewise.
2214         * io.c (gfc_match_format, match_dt_format, match_dt_element,
2215         match_io_iterator, match_io): Likewise.
2216         * match.c (gfc_match_space, gfc_match_eos,
2217         gfc_match_small_literal_int, gfc_match_st_label,
2218         gfc_match_strings, gfc_match_name, gfc_match_iterator,
2219         gfc_match_char, gfc_match, gfc_match_assignment,
2220         gfc_match_pointer_assignment, gfc_match_if, gfc_match_do,
2221         gfc_match_nullify, gfc_match_call, match_implicit_range,
2222         gfc_match_implicit, gfc_match_data, match_case_selector,
2223         gfc_match_case, match_forall_iterator): Likewise.
2224         * matchexp.c (gfc_match_defined_op_name, next_operator,
2225         match_level_1, match_mult_operand, match_ext_mult_operand,
2226         match_add_operand, match_ext_add_operand, match_level_2,
2227         match_level_3, match_level_4, match_and_operand, match_or_operand,
2228         match_equiv_operand, match_level_5, gfc_match_expr): Likewise.
2229         * module.c (gfc_match_use, mio_array_ref, mio_expr): Likewise.
2230         * parse.c (match_word, decode_statement, next_free, next_fixed,
2231         add_statement, verify_st_order, parse_if_block, gfc_parse_file):
2232         Likewise.
2233         * primary.c (match_digits, match_integer_constant,
2234         match_boz_constant, match_real_constant, match_substring,
2235         next_string_char, match_charkind_name, match_string_constant,
2236         match_logical_constant, match_const_complex_part,
2237         match_complex_constant, match_actual_arg, match_keyword_arg,
2238         gfc_match_actual_arglist, gfc_match_structure_constructor,
2239         gfc_match_rvalue, gfc_match_variable): Likewise.
2240         * st.c (gfc_get_code): Likewise.
2241         * symbol.c (check_conflict, check_used, check_done,
2242         duplicate_attr, add_flavor, gfc_add_procedure, gfc_add_intent,
2243         gfc_add_access, gfc_add_explicit_interface, gfc_add_type,
2244         gfc_add_component, gfc_reference_st_label, gfc_new_symbol): Likewise.
2246 2004-05-26  Roger Sayle  <roger@eyesopen.com>
2248         * io.c (format_asterisk): Silence compiler warnings by correcting
2249         the number of elements of a "locus" initializer.
2251 2004-05-25  Roger Sayle  <roger@eyesopen.com>
2253         PR fortran/13912
2254         * matchexp.c: Allow unary operators after arithmetic operators
2255         as a GNU extension.
2256         (match_ext_mult_operand, match_ext_add_operand): New functions.
2257         (match_mult_operand): Tweak to call match_ext_mult_operand.
2258         (match_add_operand): Tweak to call match_ext_mult_operand.
2259         (match_level_2): Rearrange to call match_ext_add_operand.
2261 2004-05-25  Paul Brook  <paul@codesourcery.com>
2263         * expr.c (check_inquiry): Remove bogus tests.
2265 2004-05-23  Paul Brook  <paul@codesourcery.com>
2267         PR fortran/13773
2268         * expr.c (restricted_args): Remove redundant checks/argument.
2269         (external_spec_function): Update to match.
2270         (restricted_intrinsic): Rewrite.
2272 2004-05-23  Paul Brook  <paul@codesourcery.com>
2273         Victor Leikehman  <lei@haifasphere.co.il>
2275         * gfortran.h (struct gfc_symbol): Add equiv_built.
2276         * trans-common.c: Change int to HOST_WIDE_INT.  Capitalize error
2277         messages.
2278         (current_length): Remove.
2279         (add_segments): New function.
2280         (build_equiv_decl): Create initialized common blocks.
2281         (build_common_decl): Always add decl to bindings.
2282         (create_common): Create initializers.
2283         (find_segment_info): Reformat to match coding conventions.
2284         (new_condition): Use add_segments.
2285         (add_condition, find_equivalence, add_equivalences): Move iteration
2286         inside functions.  Only process each segment once.
2287         (new_segment, finish_equivalences, translate_common): Simplify.
2289 2004-05-23  Steven G. Kargl  <kargls@comcast.net>
2291         * check.c (gfc_check_random_seed): Issue for too many arguments.
2293 2004-05-22  Steven G. Kargl  <kargls@comcast.net>
2295         * intrinsic.c (add_subroutines): Use add_sym_3s for random_seed.
2297 2004-05-22  Paul Brook  <paul@codesourcery.com>
2299         * dump-parse-tree.c (gfc_show_equiv): New function.
2300         (gfc_show_namespace): Use it.
2302 2004-05-22  Victor Leikehman  <lei@haifasphere.co.il>
2304         PR fortran/13249
2305         * symbol.c (gfc_add_common): Disable checks to work around other more
2306         fundamental inadequacies.
2308 2004-05-22  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
2310         * trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
2311         only for functions.
2312         (gfc_build_function_decl): Likewise.
2314 2004-05-22  Steven G. Kargl  <kargls@comcast.net>
2316         * check.c (gfc_check_system_clock): New function.
2317         * intrinsic.c (add_sym_3s): New function.
2318         (add_subroutines): Use it.
2319         * intrinsic.h (gfc_check_system_clock, gfc_resolve_system_clock):
2320         Add prototypes.
2321         * iresolve.c (gfc_resolve_system_clock): New function.
2323 2004-05-22  Steven G. Kargl  <kargls@comcast.net>
2325         * invoke.texi: Document -Wunderflow and spell check.
2326         * lang.opt: Add Wunderflow.
2327         * gfortran.h (gfc_option_t): Add warn_underflow option.
2328         * options.c (gfc_init_options, set_Wall): Use it.
2329         * primary.c (match_real_constant): Explicitly handle UNDERFLOW.
2330         * arith.c (gfc_arith_uminus, gfc_arith_plus, gfc_arith_minus,
2331         gfc_arith_times, gfc_arith_divide, gfc_arith_power, gfc_real2real,
2332         gfc_real2complex, gfc_complex2real, gfc_complex2complex): Ditto.
2333         * arith.c (common_logarithm): Fix typo in comment.
2335 2004-05-21  Roger Sayle  <roger@eyesopen.com>
2337         * io.c (check_format): As a GNU extension, allow the comma after a
2338         string literal to be optional in a format.  Use gfc_notify_std to
2339         issue an error/warning as appropriate.
2341 2004-05-21  Roger Sayle  <roger@eyesopen.com>
2343         * io.c (check_format): Use gfc_notify_std to determine whether to
2344         issue an error/warning for omitting the digits from the X format.
2346 2004-05-20  Roger Sayle  <roger@eyesopen.com>
2348         * io.c (check_format): Allow the number before the X format to
2349         be optional when not -pedantic.
2351 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
2352         Paul Brook  <paul@codesourcery.com>
2354         * f95-lang.c (gfc_init_builtin_functions): Use vold_list_node.
2355         Create decls for __builtin_pow{,f}.
2356         * gfortran.h (PREFIX_LEN): Define.
2357         * trans-decl.c (gfor_fndecl_math_powi): Add.
2358         (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
2359         (gfc_build_intrinsic_function_decls): Create decls for powi.
2360         * trans-expr.c (powi_table): Add.
2361         (gfc_conv_integer_power): Remove.
2362         (gfc_conv_powi): New function.
2363         (gfc_conv_cst_int_power): New function.
2364         (gfc_conv_power_op): Use new powi routines.
2365         * trans.h (struct gfc_powdecl_list): Add.
2366         (gfor_fndecl_math_powi): Add.
2367         (gfor_fndecl_math_powf, gfor_fndecl_math_pow): Remove.
2369 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2371         * trans.c, trans-decl.c: Fix comment typos.
2373 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2375         * trans-const.c (gfc_conv_mpf_to_tree): Fix typo.
2377 2004-05-18  Steve Kargl  <kargls@comcast.net>
2379         * arith.c (gfc_int2complex): Fix incorrect range checking.
2381 2004-05-18  Paul Brook  <paul@codesourcery.com>
2383         PR fortran/13930
2384         * decl.c (add_init_expr_to_sym): Remove incorrect check.
2385         (default_initializer): Move to expr.c.
2386         (variable_decl): Don't assign default initializer to variables.
2387         * expr.c (gfc_default_initializer): Move to here.
2388         * gfortran.h (gfc_default_initializer): Add prototype.
2389         * resolve.c (resolve_symbol): Check for illegal initializers.
2390         Assign default initializer.
2392 2004-05-17  Steve Kargl  <kargls@comcast.net>
2394         * arith.c (gfc_arith_power): Complex number raised to 0 power is 1.
2396 2004-05-17  Steve Kargl  <kargls@comcast.net>
2398         * arith.c (gfc_real2complex): Range checking wrong part of complex
2399         number.
2401 2004-05-16  Paul Brook  <paul@codesourcery.com>
2403         * options.c (gfc_handle_module_path_options): Fix buffer overrun.
2405 2004-05-16  Paul Brook  <paul@codesourcery.com>
2407         * arith.c (gfc_range_check): Fix logic error.
2409 2004-05-16  Steve Kargl  <sgk@troutmask.apl.washington.edu>
2411         * arith.c: Fix comment typos.
2413 2004-05-15  Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
2415         PR fortran/13742
2416         * decl.c (add_init_expr_to_sym): Verify that COMMON variable is
2417         not initialized in a disallowed fashion.
2418         * match.c (gfc_match_common): Likewise.
2419         (var_element): Verify that variable is not in the blank COMMON,
2420         if it is in a common.
2422 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2424         * Make-lang.in (f95.generated-manpages): Remove.
2425         (f95.srcextra): New.
2426         (f95.info, fortran/gfortran.info, fortran/gfortran.dvi,
2427         f95.maintainer-clean): Generate info and dvi files in objdir/doc.
2428         (f95.dvi): Remove.
2429         (dvi): New.
2430         (f95.install-info): Remove.
2431         (install-info): New.
2433 2004-05-15  Victor Leikehman  <lei@haifasphere.co.il>
2435         * decl.c (add_init_expr_to_sym): Check for variable size arrays.
2437 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2439         * primary.c (match_boz_constant): Use gfc_notify_std() for
2440         issuing a warning or an error.
2442 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2444         PR fortran/13826
2445         * primary.c (match_structure_constructor): Rename ...
2446         (gfc_match_structure_constructor): ... to this. Make non-static.
2447         (gfc_match_rvalue): Call renamed function.
2448         * match.h (gfc_match_structure_constructor): Declare.
2449         * match.c (gfc_match_data_constant): Handle structure
2450         constructor.
2452 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2454         PR fortran/13702
2455         (Port from g95)
2456         * gfortran.h (gfc_linebuf): New typedef.
2457         (linebuf): Remove.
2458         (gfc_file): Revamped, use new gfc_linebuf.
2459         (locus): Revamped, use new types.
2460         (gfc_current_file): Remove.
2461         (gfc_current_form, gfc_source_file): New global variables.
2462         * match.c (gfc_match_space, gfc_match_strings): Use
2463         gfc_current_form to find source form.
2464         * module.c (gfc_dump_module): Use gfc_source_file when printing
2465         module header.
2466         * error.c (show_locus, show_loci) Use new data structures to print
2467         locus.
2468         * scanner.c (first_file, first_duplicated_file, gfc_current_file):
2469         Remove.
2470         (file_head, current_file, gfc_current_form, line_head, line_tail,
2471         gfc_current_locus1, gfc_source_file): New global variables.
2472         (gfc_scanner_init1): Set new global variables.
2473         (gfc_scanner_done1): Free new data structures.
2474         (gfc_current_locus): Return pointer to gfc_current_locus1.
2475         (gfc_set_locus): Set gfc_current_locus1.
2476         (gfc_at_eof): Set new variables.
2477         (gfc_at_bol, gfc_at_eol, gfc_advance_line, gfc_next_char): Adapt
2478         to new locus structure.
2479         (gfc_check_include): Remove.
2480         (skip_free_comments, skip_fixed_comments): Use gfc_current_locus1.
2481         (gfc_skip_comments): Use gfc_current_form, find locus with
2482         gfc_current_locus1.
2483         (gfc_next_char): Use gfc_current_form.
2484         (gfc_peek_char, gfc_gobble_whitespace): Use gfc_current_locus1.
2485         (load_line): Use gfc_current_form. Recognize ^Z as EOF. Fix
2486         comment formatting.
2487         (get_file): New function.
2488         (preprocessor_line, include_line): New functions.
2489         (load_file): Move down, rewrite to match new data structures.
2490         (gfc_new_file): Rewrite to match new data structures.
2491         * parse.c (next_statement): Remove code which is now useless. Use
2492         gfc_source_form and gfc_source_file where appropriate.
2493         * trans-decl.c (gfc_get_label_decl): adapt to new data structures
2494         when determining locus of frontend code.
2495         * trans-io.c (set_error_locus): Same.
2496         * trans.c (gfc_get_backend_locus, gfc_set_backend_locus): Likewise.
2497         * lang-specs.h (@f77-cpp-input, @f95-cpp-input): Remove '-P' from
2498         preprocessor flags.
2499         (all): Add missing initializers.
2501 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2503         * Make-lang.in (trans-common.o): Remove redundant dependency.
2504         (data.c): Replace object file name ...
2505         (data.o): ... by the correct one.
2507 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2509         * dump-parse-tree.c (gfc_show_array_ref): Print colon only
2510         for ranges when dumping array references.
2512 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
2514         * decl.c (variable_decl): Always apply default initializer.
2516 2004-05-08  Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2518         PR fortran/15206
2519         * trans-intrinsic.c (gfc_conv_intrinsic_rrspacing): Fixed to
2520         handle zero correctly.
2522 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2524         * match.c (gfc_match): Eliminate dead code.
2526 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2528         * parse.c (gfc_statement_next_fixed): (Change from Andy's tree)
2529         Detect bad continuation line in fixed form sources.
2531 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2533         PR fortran/15205
2534         * iresolve.c (gfc_resolve_nearest): Add new function.
2535         * intrinsic.h: ... declare it here.
2536         * intrinsic.c (add_functions): ... add it as resolving function
2537         for NEAREST.
2539 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2541         PR fortran/14066
2542         * match.c (gfc_match_do): Allow infinite loops with
2543         label-do-stmt. Do not enforce space after comma.
2545 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2547         PR fortran/15051
2548         * parse.c (parse_interface): Allow empty INTERFACE, remove
2549         seen_body.
2551 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2553         * Make-lang.in, arith.c, arith.h, array.c, bbt.c, check.c,
2554         decl.c, dependency.c, dependency.h, dump-parse-tree.c, error.c,
2555         expr.c, f95-lang.c, gfortran.h, interface.c, intrinsic.c,
2556         intrinsic.h, io.c, iresolve.c, lang-specs.h, match.c, match.h,
2557         matchexp.c, misc.c, module.c, options.c, parse.c, parse.h,
2558         primary.c, resolve.c, scanner.c, simplify.c, st.c, symbol.c,
2559         trans-array.c, trans-array.h, trans-common.c, trans-const.c,
2560         trans-const.h, trans-decl.c, trans-expr.c, trans-intrinsic.c,
2561         trans-io.c, trans-stmt.c, trans-stmt.h, trans-types.c,
2562         trans-types.h, trans.c, trans.h: Update copyright years and
2563         boilerplate.
2564         * data.c: Likewise, also removed two whitespace-only lines.
2565         * gfortranspec.c, lang.opt: Update copyright years.
2567 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2569         PR fortran/14568
2570         * trans-decl.c (generate_local_decl): Don't warn for unused
2571         variables which are in common blocks.
2573 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
2575         * Make-lang.in, f95-lang.c, trans-array.c, trans-decl.c,
2576         trans-expr.c, trans-intrinsic.c, trans-io.c, trans-stmt.c,
2577         trans.c: Rename tree-simple.[ch] to tree-gimple.[ch].
2579 2004-05-13  Victor Leikehman  <lei@haifasphere.co.il>
2581         PR fortran/15314
2582         * trans-expr.c (gfc_conv_structure): Use field type, not expr type.
2584 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2586         * gfortran.texi: Use @table @emph instead of @itemize @emph.
2587         Remove "set DEVELOPMENT".
2588         (Compiling GFORTRAN): Remove.
2590 2004-05-09  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
2592         * array.c (match_subscript, match_array_ref): Add comments
2593         explaining argument 'init'.
2594         * decl.c, f95-lang.c, match.c, resolve.c, trans-array.c,
2595         trans-expr.c, trans.c: Fix some typos in comments.
2596         * dump-parse-tree.c (gfc_show_expr): Remove wrong comment.
2597         * primary.c (match_digits, match_integer_constant): Add comment
2598         explaining signflag.
2600 2004-05-01  Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2602         PR fortran/13940
2603         * primary.c: Include system.h and flags.h, needed for pedantic.
2604         (match_boz_constant): Allow "x" for hexadecimal constants, warn if
2605         pedantic is set.
2607 2004-05-01  Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2609         PR fortran/13940
2610         * match.c (match_data_constant): Handle case where
2611         gfc_find_symbol sets sym to NULL
2613 2004-04-28  Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2615         * Make-lang.in (f95-lang.o, trans-intrinsic.o): Add missing
2616         dependency on mathbuiltins.def
2618 2004-04-24  Victor Leikehman  <lei@il.ibm.com>
2620         * trans-io.c (transfer_expr): Implemented recursive printing
2621         of derived types.
2623 2004-04-24  Andrew Pinski  <pinskia@physics.uc.edu>
2625         * gfortranspec.c: Do not include multilib.h.
2627 2004-04-24  Tobias Schlüter  <tobias.schlueter@physik.uni-muenchen.de>
2629         * trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
2630         2004 to copyright years.
2631         * trans-expr.c, trans-decl.c: Comment update, we now generate
2632         GENERIC, not SIMPLE. Add 2004 to copyright years.
2634 2004-04-24  Paul Brook  <paul@codesourcery.com>
2636         * Make-lang.in (gfortranspec.o): Add dependency on $(TM_H).
2638 2004-04-24  Feng Wang  <fengwang@nudt.edu.cn>
2640         PR 14817
2641         * arith.c (gfc_arith_divide): Fix complex divide.
2643 2004-04-23  Andrew Pinski  <pinskia@physics.uc.edu>
2645         * gfortranspec.c: Include the target headers.
2647 2004-04-18  Feng Wang  <fengwang@nudt.edu.cn>
2649         PR fortran/14921
2650         PR fortran/14540
2651         * arith.c (arctangent2): New function.
2652         * arith.h (arctangent2): Add function prototype.
2653         * simplify.c (gfc_simplify_atan2): Use it.
2654         (gfc_simplify_log): Use it.
2656 2004-04-12  Diego Novillo  <dnovillo@redhat.com>
2658         * fortran/f95-lang.c (gfc_expand_stmt): Remove.
2659         (LANG_HOOKS_RTL_EXPAND_STMT): Remove.
2661 2004-04-11  Bud Davis  <bdavis9659@comcast.net>
2663         PR fortran/14872
2664         * trans-io.c (build_dt): Change REC to value.
2666 2004-04-11  Feng Wang  <fengwang@nudt.edu.cn>
2668         PR 14394
2669         * trans-const.c (gfc_conv_mpf_to_tree): Loosen the maximum digits of
2670         the real value when converting mpf to string.
2672 2004-04-11  Feng Wang  <fengwang@nudt.edu.cn>
2674         PR 14395
2675         * trans-intrinsic.c (gfc_conv_intrinsic_cmplx): Fix the imag part of
2676         the result.
2678 2004-04-11  Feng Wang  <fengwang@nudt.edu.cn>
2680         PR fortran/14377
2681         * simplify.c (simplify_min_max): Convert the type of the result.
2683 2004-04-11  Paul Brook  <paul@codesourcery.com>
2685         * gfortran.texi: Use full target triplet.
2687 2004-04-11  Paul Brook  <paul@codesourcery.com>
2689         * Make-lang.in (GFORTRAN_TEXI): Set it.
2690         (fortran/dfortran.dvi): Use it.  Add fortran to include paths.
2691         (fortran/gfortran.info): Ditto.
2692         * gfortran.texi: Major update.
2693         * invoke.texi: New file.
2695 2004-04-10  Paul Brook  <paul@codesourcery.com>
2697         * trans-array.c (gfc_trans_allocate_temp_array,
2698         gfc_conv_tmp_array_ref): Don't use GFC_DECL_STRING.
2699         * trans-decl.c (gfc_build_dummy_array_decl,
2700         gfc_get_symbol_decl, gfc_build_function_decl,
2701         gfc_create_module_variable): Ditto.
2702         * trans-expr.c (gfc_conv_variable): Ditto.
2703         * trans-intrinsic.c (gfc_conv_intrinsic_len): Ditto.
2704         * trans.h (GFC_DECL_STRING): Remove.
2705         (GFC_DECL_PACKED_ARRAY, GFC_DECL_PARTIAL_PACKED_ARRAY,
2706         GFC_DECL_ASSIGN): Renumber flags.
2708 2004-04-05  Paul Brook  <paul@codesourcery.com>
2710         PR 13252
2711         PR 14081
2712         * f95-lang.c (gfc_init_builtin_functions): Add stack_alloc, stack_save
2713         and stack_restore.
2714         * gfortran.h (struct gfc_charlen): Add backend_decl.
2715         * trans-array.c (gfc_trans_allocate_temp_array,
2716         gfc_conv_temp_array_ref, gfc_conv_resolve_dependencies,
2717         (gfc_conv_loop_setup, gfc_array_allocate, gfc_conv_array_init_size):
2718         Remove old, broken string handling.
2719         (gfc_trans_auto_array_allocation, gfc_trans_g77_array,
2720         gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
2721         gfc_trans_deferred_array): Handle character arrays.
2722         * trans-const.c (gfc_conv_const_charlen): New function.
2723         * trans-const.h (gfc_conv_const_charlen): Add prototype.
2724         * trans-decl.c (gfc_finish_var_decl): Don't mark automatic variables
2725         as static.
2726         (gfc_build_dummy_array_decl): Handle arrays with unknown element size.
2727         (gfc_create_string_length): New function.
2728         (gfc_get_symbol_decl): Create lengths for character variables.
2729         (gfc_get_fake_result_decl): Ditto.
2730         (gfc_build_function_decl): Only set length for assumed length
2731         character arguments.
2732         (gfc_trans_dummy_character): New function.
2733         (gfc_trans_auto_character_variable): Rewrite.
2734         (gfc_trans_deferred_vars): Handle more types of character variable.
2735         (gfc_create_module_variable): String lengths have moved.
2736         (gfc_generate_function_code): Initialize deferred var chain earlier.
2737         * trans-expr.c (gfc_conv_init_string_length): Rename ...
2738         (gfc_trans_init_string_length):  ... to this.
2739         (gfc_conv_component_ref, gfc_conv_variable, gfc_conv_concat_op,
2740         gfc_conv_function_call): Update to new format for character variables.
2741         (gfc_conv_string_length): Remove.
2742         (gfc_conv_string_parameter): Update assertion.
2743         * trans-intrinsic.c (gfc_conv_intrinsic_len): Use new location.
2744         * trans-io.c (set_string): Use new macro names.
2745         * trans-stmt.c (gfc_trans_label_assign. gfc_trans_goto): Ditto.
2746         * trans-types.c (gfc_get_character_type): Use existing length expr.
2747         (gfc_is_nodesc_array): Make public.
2748         (gfc_get_dtype_cst): Rename ...
2749         (gfc_get_dtype): ... to this.  Handle unknown size arrays.
2750         (gfc_get_nodesc_array_type): Use new name.
2751         (gfc_sym_type): New character variable code.
2752         (gfc_get_derived_type): Ditto.
2753         (gfc_get_function_type): Evaluate character variable lengths.
2754         * trans-types.h (gfc_strlen_kind): Define.
2755         (gfc_is_nodesc_array): Add prototype.
2756         * trans.h: Update prototypes.
2757         (struct lang_type): Update comments.
2758         (GFC_DECL_STRING_LEN): New name for GFC_DECL_STRING_LENGTH.
2759         (GFC_KNOWN_SIZE_STRING_TYPE): Remove.
2761 2004-04-04  Paul Brook  <paul@codesourcery.com>
2763         * gfortran.h (struct gfc_option_t): Remove flag_g77_calls.
2764         * options.c (gfc_init.options, gfc_handle_option): Ditto.
2765         * trans-expr.c (gfc_conv_function_call): Ditto.
2766         * trans-types.c (gfc_is_nodesc_array): Ditto
2767         * lang.opt (fg77-calls): Remove.
2769 2004-04-04  Paul Brook  <paul@codesourcery.com>
2771         * trans-array.c (OFFSET_FIELD): Rename from BASE_FIELD.
2772         (gfc_conv_descriptor_base): Rename ...
2773         (gfc_conv_descriptor_offset): ... to this.
2774         (gfc_trans_allocate_array_storage): Set offset to zero.
2775         (gfc_conv_array_base): Rename ...
2776         (gfc_conv_array_offset): ... to this.
2777         (gfc_conv_array_index_ref): Add offset parameter.
2778         (gfc_conv_array_ref): Include offset.
2779         (gfc_trans_preloop_setup): Use existing offset.
2780         (gfc_trans_allocate_temp_array,  gfc_array_allocate,
2781         gfc_trans_auto_array_allocation, gfc_trans_g77_array,
2782         gfc_trans_dummy_array_bias, gfc_conv_expr_descriptor,
2783         gfc_conf_ss_descriptor): Set offset.
2784         * trans-array.h: Rename prototypes.
2785         * trans-const.h (gfc_index_zero_node): Define.
2786         * trans-decl.c (gfc_build_qualified_array): Change base to offset.
2787         * trans-types.c (gfc_get_array_type_bounds): Ditto.
2788         (gfc_get_nodesc_array_type): Calculate offset before upper bound.
2790 2004-03-25  Diego Novillo  <dnovillo@redhat.com>
2792         * convert.c (convert): Don't handle WITH_RECORD_EXPR.
2794 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
2796         PR 14055
2797         * arith.c (gfc_convert_integer,gfc_convert_real):  Removed leading '+'
2798         before conversion by gmp library call.
2800 2004-03-24  Bud Davis  <bdavis9659@comcast.net>
2802         PR 12921
2803         * trans-io.c (gfc_trans_open): Change RECL= to a value parameter.
2805 2004-02-24  Richard Henderson  <rth@redhat.com>
2807         * trans-array.c (gfc_trans_dummy_array_bias): Fix typo.
2809 2004-02-19  Loren J. Rittle  <ljrittle@acm.org>
2811         * Make-lang.in ($(srcdir)/fortran/gfortran.info): Move...
2812         (fortran/gfortran.info): ... to here.
2813         (f95.srcinfo): New.
2815 2004-02-16  Richard Henderson  <rth@redhat.com>
2817         * Make-lang.in (f95-lang.o, trans-decl.o): Depend on cgraph.h.
2818         * f95-lang.c (LANG_HOOKS_EXPAND_DECL): Remove.
2819         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): New.
2820         (gfc_expand_function): Rename from expand_function_body, make static,
2821         don't do anything except invoke tree_rest_of_compilation.
2822         (gfc_be_parse_file): Invoke cgraph.
2823         (gfc_expand_decl): Remove.
2824         (gfc_init_builtin_functions): Add __builtin_init_trampoline and
2825         __builtin_adjust_trampoline.
2826         * trans-decl.c (gfc_get_extern_function_decl): Don't set DECL_CONTEXT.
2827         (gfc_finalize): New.
2828         (gfc_generate_function_code): Use it.  Lower nested functions.
2829         * trans-expr.c (gfc_conv_function_call): Add static chain operand
2830         to call_expr.
2831         * trans.c (gfc_build_function_call): Likewise.
2832         * trans.h (expand_function_body): Remove.
2834 2004-02-15  Victor Leikehman  <lei@il.ibm.com>
2836         PR gfortran/13433
2837         * trans-decl.c (gfc_build_function_decl) For functions
2838         returning CHARACTER pass an extra length argument,
2839         following g77 calling conventions.
2840         * trans-types.c (gfc_get_function_type) Ditto.
2841         * trans-expr.c (gfc_conv_function_call) Ditto.
2843 2004-02-14  Paul Brook  <paul@codesourcery.com>
2845         * f95-lang.c (gfc_init_builtin_functions): Build chain properly.
2847 2004-02-12  Paul Brook  <paul@nowt.org>
2849         * BUGS: Remove.
2851 2004-02-08  Steve Kargl  <sgk@troutmask.apl.washington.edu>
2853         * gfortran.texi: Fix typos.
2855 2004-02-07  Bud Davis  <bdavis9659@comcast.net>
2857         PR gfortran/13909
2858         * intrinsic.c (add_conversions) Use logical conversion instead
2859         of real.
2860         * trans-types.c (gfc_get_logical_type) implemented logical*1
2861         and logical*2.
2863 2004-01-17  Paul Brook  <paul@codesourcery.com>
2865         * lang-specs.h: Remove %<fixed-form.
2867 2004-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2869         * lang-specs.h: Enable preprocessing of source files
2870         ending in .F, .fpp, .FPP, .F90 and .F95.
2872 2004-01-13  Toon Moene  <toon@moene.indiv.nluug.nl>
2874         PR fortran/12912
2875         * lang-specs.h: Enable compilation of files ending
2876         in .f, .for and .FOR.
2878 2004-01-11  Paul Brook  <paul@codesourcery.com>
2880         * trans-stmt.c (gfc_trans_if_1): New function.
2881         (gfc_trans_if): Use it.
2883 2004-01-11  Erik Schnetter  <schnetter@uni-tuebingen.de>
2885         * gfortran.h (GFC_MAX_SYMBOL_LEN): Increase.
2886         (gfc_option_t): Add max_identifier_length.
2887         * lang.opt: Add fmax-identifier-length.
2888         * match.c (parse_name): Use limit.
2889         * options.c (gfc_init_options): Set max_identifier_length.
2890         (gfc_handle_option): Ditto.
2892 2004-01-11  Feng Wang  <fengwang@nudt.edu.cn>
2894         * intrinsic.c (add_functions): Add resolve function to dcmplx.
2895         * intrinsic.h (gfc_resolve_dcmplx): Add prototype.
2896         * iresolve.c (gfc_resolve_dcmplx): New function.
2898 2004-01-10  Paul Brook  <paul@codesourcery.com>
2900         * trans-decl.c (gfc_get_symbol_decl): Don't set subroutine attr.
2901         * trans-types.c (gfc_sym_type): Handle external dummy procedures.
2902         (gfc_return_by_reference): Correct condition.
2903         (gfc_get_function_type): Ditto.
2905 2004-01-10  Paul Brook  <paul@codesourcery.com>
2907         * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Convert mismatched
2908         types.
2910 2004-01-10  Huang Chun  <chunhuang73@hotmail.com>
2912         * iresolve.c: Use correct kind.
2914 2004-01-10  Huang Chun  <chunhuang73@hotmail.com>
2916         PR fortran/13467
2917         * trans-decl.c (gfc_create_module_variable):  Output array valued
2918         parameters.
2920 2004-01-10  Paul Brook  <paul@codesourcery.com>
2922         * resolve.c (resolve_branch): Get error message right way round.
2924 2004-01-10  Canqun Yang <canqun@nudt.edu.cn>
2926         * trans-array (gfc_conv_loop_setup): Adjust comment to track
2927         reality.
2928         (gfc_array_allocate): Don't count size of element twice.
2930 2004-01-04  Paul Brook  <paul@codesourcery.com>
2932         * lang.opt (i8, r8, std=*): Remove RejectNegative.
2934 2004-01-04  Paul Brook  <paul@codesourcery.com>
2936         * error.c (gfc_notify_std): New function.
2937         * gfortran.h (gfc_notify_std): Declare.
2938         (GFC_STD_*): Define.
2939         (gfc_option_t): Add warn_std and allow_std.
2940         * intrinsic.c (gfc_init_expr_extensions): Fix logic.
2941         (gfc_intrinsic_func_interface): Use gfc_notify_std.
2942         * check.c (check_rest): Use gfc_notify_std.
2943         * match.c (gfc_match_pause): Ditto.
2944         (gfc_match_assign): Ditto.
2945         (gfc_match_goto): Ditto.
2946         * resolve.c (resolve_branch): Ditto.
2947         * lang.opt: Add std=<foo> and w.
2948         * options.c (gfc_init_options): Set allow_std and warn_std.
2949         (gfc_handle_option): Handle OPT_std_* and OPT_w.
2951 2004-01-01  Paul Brook  <paul@codesourcery.com>
2953         * array.c (gfc_append_constructor): Take constructor, not expression.
2954         * data.c (struct gfc_expr_stack): Remove.
2955         (expr_stack): Remove.
2956         (find_con_by_offset): Rename from find_expr_in_con.
2957         (find_con_by_component): Rename from find_component_in_con.
2958         (gfc_get_expr_stack): Remove.
2959         (gfc_assign_data_value): Rewrite.
2960         (gfc_expr_push): Remove.
2961         (gfc_expr_pop): Remove.
2962         (gfc_advance_section): Rename from
2963         gfc_modify_index_and_calculate_offset.  Handle unbounded sections.
2964         (gfc_get_section_index): Handle unbounded sections.
2965         * gfortran.h: Update prototypes.
2966         * resolve.c (check_data_variable): Array section maight not be the
2967         last ref.
2969 2004-01-01  Paul Brook  <paul@codesourcery.com>
2971         PR fortran/13432
2972         * resolve.c (resolve_symbol): Allow assumed length function results.
2974 2004-01-01  Steve Kargl  <sgk@troutmask.apl.washington.edu>
2976         * match.c (gfc_match_pause): Fix spelling.
2978 2004-01-01  Steven Bosscher  <stevenb@suse.de>
2980         PR fortran/13251
2981         * trans-expr.c (gfc_conv_variable): Take the type kind of a substring
2982         reference from the expression.
2984 2003-12-26  Feng Wang  <fengwang@nudt.edu.cn>
2986         * dump-parse-tree.c (gfc_show_code_node): Add ASSIGN and ASSIGNED GOTO
2987         dumping.
2988         * gfortran.h (gfc_statement): New ST_LABEL_ASSIGNMENT.
2989         (gfc_exec_op): New EXEC_LABEL_ASSIGN.
2990         (symbol_attribute):New variable attribute: assign.
2991         * io.c (resolve_tag):Integer variable is allowed.
2992         (match_dt_format): Add ASSIGN statement. Set assign flag.
2993         * match.c (gfc_match_if): Change ST_NONE to ST_LABEL_ASSIGNMENT.
2994         (gfc_match_assign): Add ASSIGN statement. Set assign flag.
2995         (gfc_match_goto): Add ASSIGNED GOTO statement. Set assign flag.
2996         * parse.c (decode_statement): Add ST_LABEL_ASSIGNMENT.
2997         (next_statement): Add ST_LABEL_ASSIGNMENT.
2998         (gfc_ascii_statement): Add ST_LABEL_ASSIGNMENT.
2999         * resolve.c (resolve_code): Resolve ASSIGN and ASSIGNED GOTO statement.
3000         (resolve_blocks): Resolve ASSIGNED GOTO statement label list.
3001         * st.c (gfc_free_statement): Add EXEC_LABEL_ASSIGN.
3002         * trans-decl.c (gfc_get_symbol_decl): Create the shadow variable for
3003         assign.  Put them into the stuct lang_decl.
3004         * trans-io.c (set_string): Add the assign statement.
3005         * trans-stmt.c (gfc_trans_label_assign): New function.
3006         (gfc_trans_goto): Translate ASSIGNED GOTO statement.
3007         * trans-stmt.h (gfc_trans_label_assign): Added function prototype.
3008         * trans.c (gfc_trans_code): Add EXEC_LABEL_ASSIGN.
3009         * trans.h (lang_decl):Add shadow variable decl tree needed by assign.
3010         (GFC_DECL_ASSIGN_ADDR(node)): New macro to access this.
3011         (GFC_DECL_ASSIGN(node)): New macro to access flag.
3013 2003-12-31  Huang Chun <chunhuang73@hotmail.com>
3015         PR fortran/13434
3016         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxval): Fixed bug in
3017         minval/maxval.
3019 2003-12-22  Toon Moene  <toon@moene.indiv.nluug.nl>
3021         * options.c (gfc_init_options): Set flag_argument_noalias to 2, to indicate
3022         that arguments to subroutines/functions can't alias themselves, nor global
3023         memory.
3025 2003-12-20  Steven Bosscher  <stevenb@suse.de>
3027         * trans-expr.c (gfc_conv_expr_op): Fold the result expression.
3028         * trans.c (gfc_add_modify_expr, gfc_add_expr_to_block): Likewise.
3030 2003-12-12  Huang Chun <chunhuang73@hotmail.com>
3032         * primary.c (match_substring): Fix substring bug for start point
3033         or end point is NULL.
3034         * trans-expr.c (gfc_conv_substring): Ditto
3035         * trans-types.c (gfc_sym_type): Get correct type of scalar
3036         character variables.
3037         * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle character in
3038         derived type.
3040 2003-12-10  Richard Henderson  <rth@redhat.com>
3042         * options.c (gfc_post_options): Don't ever use rtl inlining.
3044 2003-12-05  Canqun Yang  <canqun@nudt.edu.cn>
3046         * trans-common.c: Re-implement COMMON blocks and EQUIVALENCE lists.
3047         * trans-equivalence.c: Remove.
3048         * trans-decl.c (gfc_get_symbol_decl): Update to match.
3049         (gfc_generate_function_code): Ditto.
3050         * trans-array.c (gfc_conv_array_parameter): Ditto.
3051         * Make-lang.in (F95_OBJS): Remove fortran/trans-equivalence.o
3052         (F95_ADDITIONAL_OBJS): Add stor-layout.o
3053         * trans.h (gfc_trans_equivalence): Remove.
3054         * gfortran.h (struct gfc_equiv): Add used field.
3055         (struct gfc_symbol): Remove addr_base, addr_offset, equiv_ring,
3056         equiv_offset fields.
3058 2003-12-05  Richard Henderson  <rth@redhat.com>
3060         * trans.c (gfc_build_addr_expr): New.
3061         (gfc_build_indirect_ref, gfc_build_array_ref): New.
3062         * trans.h: Declare them.
3063         * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-io.c,
3064         trans-stmt.c, trans.c (*): Use them.
3066         * f95-lang.c (gfc_post_options): Remove dead prototype.
3067         * trans-array.c (gfc_trans_deferred_vars): Remove unused variable.
3068         * trans-stmt.c (gfc_evaluate_where_mask): Fix temporary_list
3069         allocation size.
3071 2003-12-01  Feng Wang  <fengwang@nudt.edu.cn>
3073         * io.c (gfc_match_format): Check for missing format label.
3075 2003-11-30 Huang Chun <chunhuang73@hotmail.com>
3077         PR fortran/13155
3078         * trans-decl.c (gfc_sym_mangled_function_id): Don't mangle symbols
3079         from interfaces in modules.
3081 2003-11-30  Paul Brook  <paul@nowt.org>
3083         * trans-array.c (gfc_trans_g77_array): Make non-static.
3084         (gfc_trans_assumed_size): Remove.
3085         (gfc_trans_dummy_array_bias): Explicitly free temporary.
3086         * trans-array.h (gfc_trans_g77_array): Add prototype.
3087         (gfc_trans_assumed_size): Remove.
3088         * trans-decls.c (gfor_fndecl_push_context): Remove.
3089         (gfor_fndecl_pop_context): Remove.
3090         (gfc_build_function)decls): Don't create them.
3091         (gfc_trans_deferred_vars): Update to match. Remove dead code.
3092         * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Free temp.
3094 2003-11-30  Kejia Zhao  <kejia_zh@nudt.edu.cn>
3096         * trans-array.c (gfc_conv_array_parameter): Simplify
3097         array argument passing for array name actual argument.
3098         * trans-expr.c (gfc_conv_function_call): Ditto
3099         * trans-types.c (gfc_is_nodesc_array):Ditto.
3101 2003-11-30  Paul Brook  <paul@nowt.org>
3103         * f95-lang.c (gfc_post_options): Move ...
3104         * options.c (gfc_post_options): .. to here.  Handle inlining options.
3105         * gfortran.h (gfc_post_options): Add prototype.
3107 2003-11-28  Richard Henderson  <rth@redhat.com>
3109         * trans.c (gfc_create_var_np): Use create_tmp_var_raw.
3111 2003-11-28 Huang Chun <chunhuang73@hotmail.com>
3113         * trans.h (has_alternate_specifier): New global variable.
3114         * match.c (gfc_match_call): Handle actual arguments associated with
3115         alternate return indicators.
3116         * trans-expr.c (gfc_conv_function_call): Ditto
3117         * trans-stmt.c (gfc_trans_call): Ditto
3118         (gfc_trans_return): Handle return statement with value.
3119         * trans-decl.c (gfc_generate_function_code): Handle functions with
3120         asterisk dummy.
3121         (gfc_get_fake_result_decl): Ditto
3122         * trans-types.c (gfc_get_function_type): Ditto
3123         * resolve.c (resolve_actual_arglist): Check alternate return indicators.
3124         (resolve_formal_arglist): Check asterisk dummy.
3126 2003-11-27  Paul Brook  <paul@nowt.org>
3128         * trans-array.c (gfc_tran_allocate_array_storage): Use new memory
3129         allocation interface.
3130         (gfc_conv_ array_parameter): Ditto.
3131         (gfc_trans_auto_array_allocation): Ditto. Also free the memory.
3132         * trans-array.c: Update prototype.
3133         * trans-decl.c (gfc_build_builtin_function_decls): Update prototypes.
3134         (gfc_trans_auto_character_variable): Use new memory alloc interface.
3135         * trans-expr.c (gfc_conv_string_tmp): Ditto.
3136         (gfc_conv_function_call): Use gfc_conv_string_tmp.
3137         * trans-stmt.c (gfc_do_allocate):  Use new memory alloc interface.
3138         * trans-intrinsic.c (gfc_conv_intrinsic_trim): Ditto.
3139         * trans.h (gfc_ss_info): Remove unused pdata field.
3140         * trans.c (gfc_create_var_np): Change T to V.
3142 2003-11-26  Richard Henderson  <rth@redhat.com>
3144         * mathbuiltins.def: Move acos, asin, cosh, log10, sinh, tanh from ...
3145         * trans-intrinsic.c (gfc_intrinsic_map): ... here.  Add SCALE,
3146         FRACTION, NEAREST, SET_EXPONENT.
3147         (gfc_intrinsic_map_t): Add libm_name, complex_available, is_constant.
3148         Fix GTY marking.  Remove unnecessary const's.
3149         (LIBM_FUNCTION): Rename from I_LIB.
3150         (LIBF_FUNCTION): New.
3151         (gfc_get_intrinsic_lib_fndecl): Handle libm and libgfortran naming
3152         conventions.  Assume the expr signature is correct.  Mark const.
3153         (gfc_conv_intrinsic_exponent): Use library functions.
3154         (gfc_conv_intrinsic_set_exponent): Remove.
3155         (gfc_conv_intrinsic_scale): Remove.
3156         (gfc_conv_intrinsic_nearest): Remove.
3157         (gfc_conv_intrinsic_fraction): Remove.
3158         (gfc_conv_intrinsic_function): Update.
3159         * trans-decl.c (gfor_fndecl_math_exponent4): New.
3160         (gfor_fndecl_math_exponent8): New.
3161         (gfc_build_intrinsic_function_decls): Set them.
3162         * trans.h: Declare them.
3164 2003-11-25  Canqun Yang  <canqun@nudt.edu.cn>
3166         * trans-common.c (gfc_layout_global_equiv): Locate the error for
3167         underflow COMMON block.
3168         (gfc_trans_one_common): Fix bug for size of COMMON block containing
3169         EQUIVALENCE object. Also fix typo in an error message.
3171 2003-11-25  Diego Novillo  <dnovillo@redhat.com>
3173         * Make-lang.in: Add check-gfortran to lang_checks.
3174         (check-f95): Alias for check-gfortran.
3176 2003-11-25  Jason Merrill  <jason@redhat.com>
3178         * Make-lang.in (f95.tags): Create TAGS.sub files in each
3179         directory and TAGS files that include them for each front end.
3181 2003-11-24  Paul Brook  <paul@nowt.org>
3183         PR fortran/13154
3184         * trans-decl.c (gfc_greate_module_variable): Skip COMMON blocks.
3186 2003-11-24  Paul Brook  <paul@nowt.org>
3188         * expr.c (simplify_const_ref): Return SUCCESS for things we don't
3189         handle.
3190         * resolve.c (gfc_resolve_expr): Resolve contents before rank/shape.
3192 2003-11-24  Paul Brook  <paul@nowt.org>
3194         PR fortran/13105
3195         * array.c (gfc_array_ref_shape): Handle elemental dimensions.
3196         * trans-array.c (gfc_trans_preloop_setup): Use correct dim lookup.
3198 2003-11-20  Richard Henderson  <rth@redhat.com>
3200         * trans-array.c (gfc_trans_allocate_array_storage): Use convert.
3201         (gfc_conv_array_base): Likewise.
3202         * trans-decl.c (gfc_trans_auto_character_variable): Likewise.
3203         * trans-expr.c (gfc_conv_string_tmp): Likewise.
3204         * trans-intrinsic.c (gfc_conv_intrinsic_trim): Likewise.
3205         * trans-stmt.c (gfc_trans_character_select): Likewise.
3207 2003-11-13  Paul Brook  <paul@nowt.org>
3209         * trans-decl.c (gfc_sym_mangled_function_id): Dont mangle externals.
3211 2003-11-13  Canqun Yang  <canqun@nudt.edu.cn>
3213         * resolve.c (gfc_resolve): Also resolve EQUIVALENCE objects.
3214         (resolve_equivalence): New function.
3215         (resolve_equivalence_derived): New function.
3217 2003-11-12  Richard Henderson  <rth@redhat.com>
3219         * trans.c (gfc_trans_code): Use annotate_with_locus instead of
3220         annotate_all_with_locus.
3222 2003-11-11  Canqun Yang  <canqun@nudt.edu.cn>
3224         * options.c (gfc_init_options): Set flag_max_stack_var_size as 32768.
3225         * trans-decl.c (gfc_finish_var_decl): Modified.
3227 2003-11-08  Paul Brook  <paul@nowt.org>
3229         PR fortran/12704
3230         * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Handle zero-size
3231         arrays.
3233 2003-11-06  Paul Brook  <paul@nowt.org>
3235         * trans-intrinsic.c (gfc_conv_intrinsics_minmaxloc): Initialize pos.
3237 2003-11-02  Canqun Yang  <canqun@nudt.edu.cn>
3239         * match.c (gfc_match_stopcode): Assign '0' to stop_code.
3241 2003-10-27  Anthony Green  <green@redhat.com>
3243         * Make-lang.in (f95.stageprofile): Use tabs, not spaces.
3244         (f95.stagefeedback): Ditto.
3246 2003-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
3248         PR fortran/12682
3249         * Make-lang.in (f95.stageprofile): Add.
3250         (f95.stagefeedback): Add.
3252 2003-10-23  Richard Henderson  <rth@redhat.com>
3254         * f96-lang.c (gfc_gimplify_expr): Remove.
3255         (LANG_HOOKS_GIMPLIFY_EXPR): Remove.
3256         (LANG_HOOKS_GIMPLE_BEFORE_INLINING): New.
3258 2003-10-23  Richard Henderson  <rth@redhat.com>
3260         * f95-lang.c (gfc_gimplify_expr): Return gimplify_status.
3262 2003-10-20  Paul Brook  <paul@nowt.org>
3264         * trans-expr.c (gfc_conv_integer_power): Use boolean_type_node.
3265         * trans-stmt.c (gfc_trans_do_while): Ditto.
3267 2003-10-17  Paul Brook  <paul@nowt.org>
3269         * simplify.c (gfc_simplify_shape): Use gfc_array_dimen_size.
3271 2003-10-17  Paul Brook  <paul@nowt.org>
3273         * trans-io.c (gfc_build_io_library_fndecls): Set TREE_PUBLIC.
3275 2003-10-17  Feng Wang  <wf_cs@yahoo.com>
3277         * iresolve.c (gfc_resolve_maxloc): Change the result's kind and type.
3278         (gfc_resolve_minloc): Ditto.
3279         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Use correct types.
3280         Return the value after subtracting the lower bound.
3282 2003-10-16  Richard Henderson  <rth@redhat.com>
3284         * f95-lang.c (expand_function_body): Don't check flag_disable_gimple.
3286 2003-10-16  Steven Bosscher  <steven@gcc.gnu.org>
3288         * lang.c: Remove -M option for now, it's in the way for C.
3290 2003-10-14  Jason Merrill  <jason@redhat.com>
3292         * Make-lang.in (f95.tags): New rule.
3294 2003-10-13  Richard Henderson  <rth@redhat.com>
3296         * trans.c (gfc_trans_code): Use annotate_all_with_locus.
3298 2003-10-13  Paul Brook  <paul@nowt.org>
3300         * trans-decl.c (generate_local_decl): Don't create junk variables.
3302 2003-10-13  Paul Brook  <paul@nowt.org>
3304         * resolve.c (resolve_formal_arglist): Use function result decl in
3305         preference to function decl.
3307 2003-10-12  Richard Henderson  <rth@redhat.com>
3309         * f95-lang.c (gfc_define_builtin): New const_p argument.  Set
3310         TREE_READONLY.  Update all callers.
3312 2003-10-12  Feng Wang  <wf_cs@yahoo.com>
3314         * iresolve.c (gfc_resolve_cshift): Change to match implementation.
3315         * trans-intrinsic.c (gfc_conv_intrinsic_function): Remove CSHIFT.
3316         (gfc_is_intrinsic_libcall): Add CSHIFT.
3318 2003-10-12  Richard Henderson  <rth@redhat.com>
3320         * trans-array.c (gfc_trans_static_array_pointer): Set TREE_INVARIANT.
3321         (gfc_trans_array_constructor_value): Likewise.
3322         (gfc_conv_array_initializer): Likewise.
3323         * trans-stmt.c (gfc_trans_character_select): Likewise.
3325 2003-11-12  Kejia Zhao  <kejia_zh@yahoo.com.cn>
3327         * trans-intrinsic.c (integer_kind_info, real_kind_info): Remove.
3329 2003-10-11  Huang Chun  <jiwang@mail.edu.cn>
3331         * check.c (gfc_check_repeat): Check arguments are scalar.
3332         (gfc_check_trim): New function.
3333         * intrinsic.h (gfc_check_trim): Add prototype.
3334         * intrinsic.c (add_functions): Use it.
3335         * trans.h (gfor_fndecl_string_trim, gfor_fndecl_string_repeat):
3336         Decalare.
3337         * trans-decl.c: Ditto.
3338         (gfc_build_intrinsic_fucntion_decls): Set them.
3339         * trans-intrinsic.c (gfc_conv_intrinsic_len): Handle result vars.
3340         (gfc_conv_intrinsic_trim): New function.
3341         (gfc_conv_intrinsic_repeat): New function.
3342         (gfc_conv_intrinsic_function): Use them.
3344 2003-10-11  Huang Chun  <jiwang@mail.edu.cn>
3346         * trans-types.c (gfc_sym_type): Handle result variables.
3348 2003-10-11  Huang Chun  <jiwang@mail.edu.cn>
3350         * trans-intrinsic.c (gfc_conv_intrinsic_char): Don't use
3351         gfc_get_character_type.
3353 2003-10-11  Feng Wang  <wf_cs@yahoo.com>
3355         * trans-expr.c (gfc_conv_variable): Check sym->ts, not the decl.
3357 2003-10-11  Paul Brook  <paul@nowt.org>
3359         * iresolve.c (gfc_resolve_dint, gfc_resolve_dnint): New functions.
3360         (gfc_resolve_dprod): New function.
3361         (gfc_resolve_aint, gfc_resolve_anint): Only base name on arg type.
3362         * intrinsic.h (gfc_resolve_dint, gfc_resolve_dnint): Declare.
3363         (gfc_resolve_dprod): Declare.
3364         * intrinsic.c (add_functions): Use them.
3365         * trans-decl.c (gfc_get_extern_function_decl): Only pass one arg.
3367 2003-10-06  Richard Henderson  <rth@redhat.com>
3369         * f95-lang.c (gfc_init_builtin_functions): Add clzll.
3370         * trans-intrinsic.c (call_builtin_clz): Use it.
3372 2003-10-05  Paul Brook  <paul@nowt.org>
3374         * f95-lang.c (expand_function_body): Call (push|pop)_function_context.
3375         * trans-decl.c (gfc_generate_function_code): Set
3376         cfun->function_end_locus.
3378 2003-09-24  Jason Merrill  <jason@redhat.com>
3380         * f95-lang.c, trans-decl.c: Use DECL_SOURCE_LOCATION instead of
3381         TREE_LOCUS.
3383 2003-09-21  Lifang Zeng  <zlf605@hotmail.com>
3384         Paul Brook  <paul@nowt.org>
3386         * Make-lang.in (F95_OBJS): Add fortran/data.o.
3387         * array.c (gfc_inser_constructor): New function.
3388         (gfc_get_constructor): New function.
3389         (gfc_free_constructor): Initialize offset and repeat.
3390         (iterator_stack): Remove.
3391         (expand_info): Add offset, component and repeat fields.
3392         (expand_constructor): Set them.
3393         (expand): Set new fields.
3394         (gfc_copy_constructor): Ditto. Avoid recursion.
3395         * gfortran.h: Add prototypes for new functions.
3396         (gfc_constructor): Add offset, component and repeat.
3397         (iteratio_stack): Move to here.
3398         * resolve.c (check_data_variable): Convert data values into variable
3399         initializers.
3400         (traverse_data_list): Build implicit loop chain.
3401         (gfc_resolve): Ditto.
3402         * trans-array.c (gfc_conv_array_intializer): Handle repeat count.
3403         * trans-decl.c (gfc_get_symbol_decl): Use gfc_conv_structure.
3404         * trans-expr.c (gfc_conv_structure): Handle array initializers.
3405         (gfc_conv_expr): Update to match.
3406         * trans.h (gfc_conv_structure): Declare.
3407         * data.c: New file.
3409 2003-09-20  Kejia Zhao  <kejia_zh@yahoo.com.cn>
3411         * trans.h: Add declarations for gfor_fndecl_si_kind and
3412         gfor_fndecl_sr_kind.
3413         * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
3414         * trans-intrinsic.c (g95_conv_intrinsic_si_kind): New function.
3415         (g95_conv_intrinsic_sr_kind): New function.
3416         (g95_conv_intrinsic_function): Add SELECTED_INT_KIND and
3417         SELECTED_REAL_KIND.
3419 2003-09-17  Lars Segerlund  <Lars.Segerlund@comsys.se>
3421         * iresolve.c (gfc_resolve_random_number): Generate _r4 & _r8
3422         instead of _4 and _8 as postfix for libgfortran calls.
3424 2003-09-16  Paul Brook  <paul@nowt.org>
3426         * array.c (compare_bounds): New function.
3427         (gfc_compare_array_spec): Use it.
3429 2003-09-14  Paul Brook  <paul@nowt.org>
3431         * primary.c (gfc_match_rvalue): Make sure sym->result is set.
3432         * trans-expr.c (gfc_conv_string_parameter): Also allow PRAM_DECLs.
3434 2003-09-14  Paul Brook  <paul@nowt.org>
3436         * check.c (dim_rank_check): Allow assumed bounds if requested.
3437         (gfc_check_lbound): Call it.
3438         (gfc_check_ubound): Ditto.
3439         (gfc_check_size): Change to match.
3440         * simplify.c (gfc_simplify_bound): New function.
3441         (gfc_simplify_lbound): New function.
3442         (gfc_simplify_ubound): New function.
3443         * intrinsic.h: Declare them.
3444         * intrinsic.c (add_functions): Use them.
3446 2003-09-14  Paul Brook  <paul@nowt.org>
3448         * io.c (format_lex): Initialize negative_flag.
3449         (check_format): Intialize repeat.
3450         * trans-io.c (gfc_new_nml_name_expr): Declare static.
3451         (gfc_new_var_expr): Ditto.
3453 2003-09-14  Paul Brook  <paul@nowt.org>
3455         * trans-array.c (gfc_conv_array_initializer): Handle derived types.
3456         * trans-decl.c (gfc_get_symbol_decl): Only do local scalar values.
3458 2003-09-12  Paul Brook  <paul@nowt.org>
3460         * trans-intrinsic.c (gfc_conv_intrinsic_sign): Call fold.
3462 2003-09-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3464         * fortran/trans.c (gfc_finish_block): Call rationalize_compound_expr
3465         for a correct expression.
3467 2003-09-10  Kejia Zhao  <kejia_zh@yahoo.com.cn>
3469         * trans-intrinsic.c (real_compnt_info): New struct.
3470         (prepare_arg_info): New function.
3471         (gfc_conv_intrinsic_set_exponent): New function.
3472         (gfc_conv_intrinsic_scale): New function.
3473         (gfc_conv_intrinsic_nearest): New function.
3474         (gfc_conv_intrinsic_fraction): New function.
3475         (gfc_conv_intrinsic_exponent): New function.
3476         (gfc_conv_intrinsic_spacing): New function.
3477         (gfc_conv_intrinsic_rrspacing): New function.
3478         (gfc_conv_intrinsic_function): Use them.
3480 2003-08-24 XiaoQiang Zhang  (zhangapache@yahoo.com>
3482         * trans-const.c (gfc_conv_mpz_to_tree): Fix bug, parameter for
3483         build_int_2 changed from (high, low) to (low, high).
3484         * trans-io.c (ioparm_namelist_name, ioparm_namelist_name_len,
3485         ioparm_namelist_read_mode, iocall_set_nml_val_int,
3486         iocall_set_nml_val_float, iocall_set_nml_val_char,
3487         iocall_set_nml_val_complex, iocall_set_nml_val_log): New declaration.
3488         (gfc_build_io_library_fndecls): Add variable initialization.
3489         (gfc_new_nml_name_expr, get_new_var_expr): New function.
3490         (build_dt): Add namelist support.
3491         * io.c (value): New variable.
3492         (check_format): Support FMT_H now.
3494 2003-09-07  Paul Brook  <paul@nowt.org>
3496         * io.c (gfc_resolve_dt): Error if format label is not defined.
3498 2003-09-07  Kejia Zhao  <kejia_zh@yahoo.com.cn>
3500         * trans-intrinsic.c (gfc_conv_intrinsic_aint): Fix two bugs. One is
3501         about case_switch's break. The other is about building the condition
3502         statement tree, which judges the argument in the range of the
3503         corresponding integer type.
3504         * trans-intrinsic.c (gfc_conv_intrinsic_mod): MOD and MODULO can work
3505         for the large values.
3507 2003-09-05  Paul Brook  <paul@nowt.org>
3509         * f95-lang.c (expand_function_body): Gimplify the function.
3511 2003-09-04  Jeff Law  <law@redhat.com>
3513         * f95-lang.c (DEFINE_MATH_BUILTIN): C arrays start at
3514         index zero!
3516 2003-09-04  Paul Brook  <paul@nowt.org>
3518         * f95-lang.c (gfc_define_builtin): Also set implicit_built_in_decls.
3519         (gfc_expand_stmt): New function.
3520         (LANG_HOOKS_RTL_EXPAND_STMT): Define.
3521         (expand_function_body): Use tree_rest_of_compilation.
3522         * trans-decl.c (gfc_generate_function_code): Don't free cfun.
3524 2003-09-03  Jeff Law  <law@redhat.com>
3526         * f95-lang.c (gfc_init_builtin_functions): C arrays start at
3527         index zero!
3529 2003-08-30  Paul Brook  <paul@nowt.org>
3531         * f95-lang.c (builtin_function): Remove #if 0 code.
3532         (gfc_define_builtin): New function.
3533         (gfc_init_builtin_functions): Use mathbuiltins.def not ../builtins.def.
3534         * mathbuiltins.def: New file.
3535         * trans-intrinsic.c (gfc_intrinsic_map_t): Add builtin code fields.
3536         (gfc_intrinsic_map): Use mathbuiltins.def.
3537         (gfc_intrinsic_builtin_t): Remove.
3538         (gfc_build_intrinsic_lib_fndecls): Update.
3539         * trans-types.c (gfc_init_types): Remove redundant initilaization of
3540         signed_size_type_node.
3542 2003-08-29  Paul Brook  <paul@nowt.org>
3544         * arith.c (gfc_real_kinds): Use correct minimum exponents.
3546 2003-08-22  Kejia Zhao  <kejia_zh@yahoo.com.cn>
3548         * trans-instinsic.c (gfc_conv_intrinsic_mod): Also do MODULO.
3549         (gfc_conv_intrinsic_function): Add MODULO.
3551 2003-08-22  Jason Merrill  <jason@redhat.com>
3553         * trans-array.c (gfc_conv_expr_descriptor): Update use of predicates.
3555 2003-08-22  Andreas Jaeger  <aj@suse.de>
3557         * Make-lang.in (f95.install-common): Add DESTDIR support.
3558         * (f95.install-info): Likewise.
3559         (f95.uninstall): Likewise.
3561 2003-08-19  Diego Novillo  <dnovillo@redhat.com>
3563         * trans-types.c (gfc_init_types): Initialize
3564         signed_size_type_node with size_type_node.
3566 2003-08-18  Paul Brook  <paul@nowt.org>
3568         * dependency.c (gfc_dependency): New enum.
3569         (check_another_array_ref): Remove.
3570         (gfc_get_array_from_component): Remove.
3571         (get_x): Remove.
3572         (get_range): Remove.
3573         (get_no_of_elements): Use mpz_t, not mpf_t.
3574         (transform_sections): New function.
3575         (gfc_check_range_range): Rename ...
3576         (gfc_check_section_vs_section): ... to this.  Use new function.
3577         (gfc_is_inside_range): Rewrite to match.
3578         (gfc_check_element_vs_section): Ditto.
3579         (gfc_check_element_vs_element): Ditto.
3580         (get_deps): Ditto.
3581         (gfc_dep_resolver): Ditto.  Remove unused parameter.
3582         * Dependency.h (gfc_check_range_range, gfc_check_element_vs_section,
3583         gfc_check_element_vs_element, gfc_is_inside_range,
3584         gfc_get_array_from_component): Remove prototypes for static functions.
3585         (gfc_dep_resolver): Update prototype.
3586         * trans-array.c (gfc_conv_resolve_dependencies): Change to match.
3588 2003-08-15  Paul Brook  <paul@nowt.org>
3590         * trans-decl.c (gfc_build_qualified_array): Don't add symbols for
3591         return values to parent scope.
3592         (gfc_build_dummy_array_decl): Ditto.
3594 2003-08-14  Paul Brook  <paul@nowt.org>
3596         * trans-stmt.c (gfc_trans_allocate): Handle NULL refs. Allocate the
3597         size of the type, not the pointer.
3598         * resolve.c (resolve_symbol): Give more accurate error message.
3600 2003-08-10  Paul Brook  <paul@nowt.org>
3602         * trans-decl.c (gfc_build_function_decl): Only mangle global symbols.
3604 2003-08-10  Paul Brook  <paul@nowt.org>
3606         * trans-stmt.c (gfc_trans_allocate): Correctly handle non-array derived
3607         type components.
3609 2003-08-10  Chun Huang  <compiler@sohu.com>
3611         * resolve.c (resolve_formal_arglist): Resolve STATEMENT function.
3612         (resolve_symbol): Ditto.
3613         * trans-expr.c (gfc_conv_statement_function): New function.
3614         (gfc_conv_function_expr): Use it.
3616 2003-08-10  Paul Brook  <paul@nowt.org>
3618         * trans-array.c (gfc_conv_ss_startstride): Handle functions.
3619         (walk_function_expr): Set section rank.
3620         * trans-intrinsic.c (gfc_walk_intrinsic_libfunc): Ditto.
3622 2003-08-10  Paul Brook  <paul@nowt.org>
3624         * intrinsic.c (add_sym): Prefix names with correct string.
3625         (add_sym_0s): New function.
3626         (add_subroutines): Register abort.
3628 2003-08-10  Erik Schnetter  <schnetter@uni-tuebingen.de>
3630         * gfortran.h: Introduce options to control the mangling.
3631         * lang.opt: Likewise.
3632         * options.c (gfc_init_options): Handle the options.
3633         * trans-common.c (gfc_sym_mangled_common_id): New function.
3634         (gfc_build_common_decl): Call it.
3635         * trans-decl.c (gfc_sym_mangled_function_id): New function.
3636         (gfc_get_extern_function_decl, gfc_build_function_decl): Call it.
3638 2003-08-09  Paul Brook  <paul@nowt.org>
3640         * module.c (mio_symbol): Always ouput a namespace for formal args.
3641         (load_needed): Namespace now belong to their proper symbol.
3642         (gfc_dump_module): Change G95=>GFORTRAN.
3644 2003-08-05  Paul Brook  <paul@nowt.org>
3646         * options.c: Force -fg77-calls.
3648 2003-08-02  Paul Brook  <paul@nowt.org>
3650         * Makelang.in: Rename G95_* to GFORTRAN_*.
3651         * All sources: Rename G95_* to GFC_*.
3653 2003-08-01  Paul Brook  <paul@nowt.org>
3655         * fortran/Make-lang.in: Use GMPLIBS.
3656         * fortran/config-lang.in: Set need_gmp.
3657         * trans-expr.c (gfc_conv_variable): Remove incorrect assertion.
3659 2003-07-27  Andreas Jaeger  <aj@suse.de>
3661         * trans-decl.c (gfc_generate_constructors): Convert prototype to
3662         ISO C90.
3663         * trans-const.c (gfc_init_constants): Likewise.
3664         * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Likewise.
3666         * gfortranspec.c: Convert to ISO C90.
3667         (lang_specific_driver): Correct copyright, remove ALT_LIBM usage.
3669 2003-07-26  Paul Brook  <paul@nowt.org>
3671         * lang.opt: Add -fdump-parse-tree.
3672         * options.c (gfc_handle_option): Ditto.
3673         * resolve.c (resolve_forall_iterators): Convert to proper type.
3674         * trans-stmt.c (gfc_trans_forall_1): Create temp var with correct type.
3676 2003-07-26  Paul Brook  <paul@nowt.org>
3678         * Makefile.in: Add build dependencies on files common with rest of gcc.
3680 2003-07-26  Lifang Zeng  <zlf605@hotmail.com>
3682         * trans.h: Declare g95_trans_pointer_assignment.
3683         * trans-expr.c (g95_trans_pointer_assignment): New function.
3684         (g95_trans_pointer_assign): Use it.
3685         * trans-stmt.c (g95_trans_forall_1): Handle pointer assignment.
3686         (g95_trans_pointer_assign_need_temp): New function.
3688 2003-07-26  Paul Brook  <paul@nowt.org>
3690         * gfortran.texi: Replace references to g95.
3692 2003-07-26  Paul Brook  <paul@nowt.org>
3694         Rename g95_* to gfc_*.
3696 2003-07-25  Paul Brook  <paul@nowt.org>
3698         * gfortran.h: Rename from g95.h.
3699         * trans-types.c (boolean_type_node, booelan_true_node,
3700         boolean_false_node): Remove.
3701         * trans-types.h: Ditto.
3703 2003-07-25  Chun Huang  <compiler@sohu.com>
3705         * parse.c (accept_statement): Implement BLOCK DATA statement.
3706         * trans-expr.c (g95_conv_variable): Fix bug for dereference pointer
3707         variables.
3709 2003-07-24  Lifang Zeng  <zlf605@hotmail.com>
3711         * trans-stmt.c (temporary_list): Define.
3712         (g95_trans_assign_need_temp): New function.
3713         (g95_trans_forall_1): Modified for WHERE.
3714         (g95_trans_where_assign): Modified.
3715         (g95_trans_where_2): Modified.
3716         (g95_evaluate_where_mask): Modified.
3717         (g95_trans_where): Modified.
3718         (g95_get_temp_expr): Removed.
3719         (g95_add_to_where_stmt_list): Removed.
3720         (compute_overall_iter_number): Modified for WHERE.
3721         * trans.h: Remove where_stmt_list.
3723 2003-07-24  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3725         * lang.opt: Correct description of options -J and -M.
3727 2003-07-23  Steven Bosscher   <steven@gcc.gnu.org>
3729         * lang.opt: Move help text to here.
3730         * lang-options.h: Remove.
3732 2003-07-23  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3733         * iresolve.c (g95_resolve_transpose): Proper variable in switch.
3734         * simplify.c (g95_simplify_nearest): Fix typo and use a correct test
3735         on kind.
3737 2003-07-22  Steven Bosscher  <steven@gcc.gnu.org>
3738         Paul Brook  <paul@nowt.org>
3740         * check.c (check_rest): Use global pedantic flag.
3741         * io.c (data_desc): Ditto.
3742         * error.c (g95_warning, g95_warning_now): Use global flag.
3743         * f95-lang.c (LANG_HOOKS_HANDLE_OPTION): Rename from DECODE.
3744         (expand_function_body): Update to new prototypes.
3745         (g95_init): Use new option names.
3746         * g95.h (g95_option_t): Standardize names.
3747         (g95_init_options, g95_handle_option): Update prototypes.
3748         * interface.c: Use new option names.
3749         * match.c: Ditto.
3750         * module.c: Ditto.
3751         * parse.c: Ditto.
3752         * primary.c: Ditto.
3753         * resolve.c: Ditto.
3754         * scanner.c: Ditto.
3755         * simplify.c: Ditto.
3756         * symbol.c: Ditto.
3757         * trans-array.c: Ditto.
3758         * trans-expr.c: Ditto.
3759         * trans-types.c: Ditto.
3760         * trans-decl.c: Ditto.
3761         (g95_build_library_function_decl): Remove obsolete VPARAMS.
3762         * trans.h: Ditto.
3763         * options.c (g95_display_help): Remove.
3764         (g95_init_options): Convert to new scheme.
3765         (set_Wall): Ditto
3766         (g95module_option): Ditto, rename from g95_parse_arg.
3767         (g95_handle_module_path_options): New function.
3768         * trans-equivalence.c: Fix error message.
3769         * lang.opt: Corrections.
3771 2003-07-21  Steven Bosscher  <steven@gcc.gnu.org>
3773         * lang.opt: New file.
3775 2003-07-21  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3777         * decl.c (match_attr_spec): Set colon_seen.
3779 2003-07-14  Paul Brook  <paul@nowt.org>
3781         * trans-array.c: Update comment.
3782         (g95_trans_array_constructor_subarray): Cleanup loopinfo data.
3783         * trans-intrinsic.c (g95_conv_intrinsic_anyall,count,arith,
3784         minmaxloc,minmaxval): Ditto.
3785         * trans-io.c (g95_trans_transfer): Ditto.
3786         * trans-stmt.c: Remove unneeded prototypes.
3787         (generate_loop_for_lhs_to_rhs): Rename vars. Add loop post chain.
3788         (generate_loop_for_rhs_to_temp): Rename vars. Don't share loopinfo.
3789         (compute_inner_temp_size): Remove bits of dead code. Add comments.
3790         Don't share loopinfo.
3791         (compute_overall_iter_number): Declare as static.
3792         (allocate_temp_for_forall_nest): Ditto.
3793         (g95_trans_forall_1): Don't pass shared loopinfo.
3794         * trans.c (g95_start_block): Expand comment.
3796 2003-07-12  Paul Brook  <paul@nowt.org>
3798         * arith.c (g95_index_integer_kind): Remove unused initializer.
3799         * trans-stmt.c (generate_loop_for_temp_to_lhs): Don't multiply array
3800         index by size of element.
3801         (generate_loop_for_rhs_to_temp): Ditto.
3802         (allocate_temp_for_forall_nest): Use element size, not index size.
3804 2003-07-11  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3806         * arith.c (g95_index_integer_kind): Add a TODO.
3807         * simplify.c (g95_simplify_nearest): Add a TODO.
3809 2003-07-09  Chun Huang  <compiler@sohu.com>
3811         * trans.h: Add declarations for gfor_fndecl_string_scan and
3812         gfor_fndecl_string_verify.
3813         * trans-decl.c (g95_build_intrinsic_function_decls): Build them.
3814         * trans-intrinsic.c (g95_conv_intrinsic_scan): New function.
3815         (g95_conv_intrinsic_verify): New function.
3816         (g95_conv_intrinsic_function): Add SCAN and VERIFY.
3817         * simplify.c (g95_simplify_scan, g95_simplify_verify): Fix bug in case
3818         of parameter 'BACK=.TRUE.'
3820 2003-07-05  Lifang Zeng  <zlf605@hotmail.com>
3822         * trans-stmt.c (iter_info, forall_info): Define.
3823         (g95_trans_forall_block): Remove.
3824         (g95_trans_forall_loop): Use forall info blocks.
3825         (g95_trans_nested_forall_loop): New function.
3826         (g95_do_allocate): Handle things other than logical masks.
3827         (generate_loop_for_temp_to_lhs): New function.
3828         (generate_loop_for_rsh_to_temp): New function.
3829         (compute_inner_temp_size): New function.
3830         (compute_overall_iter_number): New function.
3831         (allocate_temp_for_forall_nest): New function.
3832         (g95_trans_forall): Move body ...
3833         (g95_trans_forall_1): ... to here.  Handle loops with temporaries.
3835 2003-07-02  Paul Brook  <paul@nowt.org>
3837         * trans-decl.c (create_index_var, g95_build_qualified_array): Put vars
3838         in correct scope.  Change callers to match.
3839         * trans-types.c (g95_get_dtype_cst): Allow rank 7 arrays.
3840         * iresolve.c (g95_resolve_reshape): Only use constant shapes.
3842 2003-07-02  Paul Brook  <paul@nowt.org>
3844         * trans-array.c (g95_conv_loop_setup): Remove dead var.  Use
3845         expression shape for all expressions.
3846         * trans-decl.c (g95_symbol_init): Allow adding at very end of list.
3848 2003-07-03  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3850         * g95.h (g95_option_t), lang-options.h, options.c (g95_init_options,
3851         g95_parse_arg), intrinsic.c (g95_convert_type): support of
3852         -Wconversion.
3853         * intrinsic.c, g95.h: Add g95_convert_type_warn,
3854         * resolve.c (g95_resolve_index): Call it.
3856 2003-07-02  Paul Brook  <paul@nowt.org>
3858         * iresolve.c (g95_resolve_reshape): Set expression shape.
3859         (g95_resolve_shape): Ditto.
3860         * simplify.c (g95_simplify_shape): Move common code outside condition.
3861         * trans-array.c (g95_conv_array_initializer): Teach it how to count.
3863 2003-07-01  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3865         * array.c (g95_array_dimen_size): Deal with EXPR_ARRAY to improve
3866         conformance checks.
3868 2003-06-29  Paul Brook  <paul@nowt.org>
3870         * array.c (g95_simplify_iterator_var): Don't bother with return value.
3871         * expr.c (find_array_element, find_component_ref): New functions.
3872         (remove_subobject_ref): New function.
3873         (simplify_const_ref): Use them.  Rename from simplify_component_ref.
3874         (simplify_ref_chain): New function.
3875         (g95_simplify_expr): Use it.  Simplify parameter variable subobjects.
3876         (g95_specification_expr): Simplify the expression.
3877         * resolve.c (resolve_operator): Check simplifications return code.
3878         (g95_resolve_expr): Ditto.
3880 2003-06-26  Paul Brook  <paul@nowt.org>
3882         * expr.c (simplify_component_ref): New function.
3883         (g95_simplify_expr): Use it.
3884         * resolve.c (resolve_structure_cons): Handle references.
3886 2003-06-25  Paul Brook  <paul@nowt.org>
3888         * trans-io.c (build_dt): Handle internal units.
3890 2003-06-25  Canqun Yang  <canqun@yahoo.com.cn>
3892         * trans-common.c (g95_build_common_decl): Array index range starts at 0.
3893         (g95_build_common_decl, g95_layout_global_equiv, g95_trans_one_common):
3894         Use g95_array_index_type instead of integer_type_node.
3895         (g95_build_common_decl, g95_set_common_master_type): Use
3896         g95_character1_type_node instead of char_type_node.
3897         * trans-equivalence.c (g95_layout_local_equiv): As above.
3899 2003-06-24  Steven G. Kargl  <kargls@attbi.com>
3901         * g95.h (g95_option_t), options.c (g95_init_options, g95_parse_arg):
3902         remove last remains of -fquiet.
3904 2003-06-22  Paul Brook  <paul@nowt.org>
3906         * resolve.c (resolve_operator): Don't fail if we can't simplify.
3907         (g95_resolve_expr): Ditto.
3908         (resolce_code): Mark as static.
3909         * trans-stmt.c (g95_trans_chaaracter_select): Mark labels because the
3910         gimplifer doesn't (yet).
3912 2003-06-20  Paul Brook  <paul@nowt.org>
3914         * g95.h: Add ST_PAUSE and EXEC_PAUSE.
3915         * match.c (g95_match_if): Add ST_PAUSE.
3916         (g95_match_stopcode): New function.
3917         (g95_match_pause, g95_match_stop): Use it.
3918         * parse.c (g95_ascii_statement): Handle ST_PAUSE.
3919         (decode_stmt, next_statement, parse_executable): Ditto.
3920         * resolve.c (resolve_code): Ditto.
3921         * st.c (g95_free_statement): Ditto.
3922         * trans-stmt.c (g95_trans_pause): New function.
3923         * trans-stmt.h: Declare it.
3924         * trans.c (g95_trans_code): Use it.
3925         * trans-decl.c (gfor_fndecl_pause_numeric, gfor_fndecl_pause_string):
3926         Declare.
3927         (g95_build_builtin_function_decls): Initialize them.
3928         * trans.h: Ditto.
3929         * dump-parse-tree.c (g95_show_code_node): Handle EXEC_PAUSE.
3931 2003-06-18  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3933         * io.c (g95_match_open , g95_match_close, g95_match_inquire,
3934         match_filepos): Fix error handling.
3936 2003-06-18  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3938         * array.c (spec_dimen_size, ref_dimen_size, g95_array_dimen_size):
3939         Add assertions on arguments.
3940         * resolve.c (expression_shape): Remove useless &.
3941         * simplify.c (get_kind, g95_simplify_bit_size, g95_simplify_digits,
3942         g95_simplify_ibclr, g95_simplify_ibits, g95_simplify_ibset,
3943         g95_simplify_ishft,g95_simplify_ishftc, g95_simplify_maxexponent,
3944         g95_simplify_minexponent, g95_simplify_radix, g95_simplify_range
3945         g95_simplify_rrspacing, g95_simplify_scale, g95_simplify_spacing,
3946         g95_simplify_tan, g95_simplify_tiny): Clean predicates and assertions.
3947         (g95_simplify_not, g95_simplify_scale): Add assertions.
3949 2003-06-15  Paul Brook  <paul@nowt.org>
3951         Clean up stuff to work with the ssa optimizers.
3952         * convert.c (convert): Handle BOOLEAN_TYPEs.
3953         * f95-lang.c (g95_truthvalue_conversion): Implement.
3954         * trans-array.c (g95_trans_array_constructor_value): Group multiple
3955         scalar values.
3956         * trans.h (g95_truthvalue_conversion): Declare.
3957         * trans-intrinsic.c (g95_conv_intrinsic_anyall): Use bool constants.
3958         * trans-stmt.c (g95_trans_character_select): Don't create array
3959         assignments.  Mark labels as indirect jump targets.
3960         * trans-types.h (g95_init_types): Use BOOLEAN_TYPE nodes.
3961         (g95_get_dtype_cst): Handle LOGICAL types.
3963 2003-06-14  Paul Brook  <paul@nowt.org>
3965         * f95-lang.c (g95_gimplify_expr): New function.
3966         * trans-array.c (g95_trans_array_constructor_value): Don't create
3967         array assignments.
3968         (g95_conv_expr_descriptor): Rename simple->gimple.
3969         * trans-expr.c (conv_expr_op): Use proper logical operators.
3970         * trans-intrinsic.c (build_fixbound_expr): New function.
3971         (build_fix_expr): Ditto.
3972         (g95_conv_intinsic_aint): Use them. Use builtin functions.
3973         (g95_conv_intrinsic_function): Add FLOOR and CEILING.
3975 2003-06-10  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3977         * array.c (g95_compare_array_spec): Remove unreachable code.
3978         * expr.c (g95_copy_expr): Likewise.
3979         * intrinsic.c (g95_convert_type): Likewise.
3980         * misc.c (g95_code2string): Likewise.
3981         * simplify.c (g95_simplify_ishft, g95_simplify_real,
3982         g95_simplify_reshape, g95_simplify_sign, g95_simplify_sqrt): Likewise.
3983         * trans-stmt.c (g95_trans_select): Likewise.
3984         * primary.c (extend_ref): Add an assertion.
3985         * simplify.c (g95_convert_constant): Add const.
3986         * intrinsic.h: Remove g95_check_x_ni.
3987         * f95-lang.c (g95_finish): Call g95_release_include_path.
3989 2003-06-10  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
3991         * resolve.c (resolve_contained_functions): Fix typo introduced on
3992         2003-01-13.
3994 2003-06-09  Paul Brook  <paul@nowt.org>
3996         * g95.h: Include system.h not hwint.h.
3997         * many: use safe-ctype.h not ctype.h.  Change isalpha -> ISALPHA, etc.
3998         * misc.c (g95_getmem): Use xmalloc/memset instead of calloc.
4000 2003-06-09  Paul Brook  <paul@nowt.org>
4002         * g95.h (g95_symbol): Add fields for COMMON and EQUIVALENCE variables.
4003         * Make-lang.in (F95_OBJS): Add files for COMMON and EQUIVALENCE.
4004         * trans-decl.c (g95_add_decl_to_functions): Make non-static.
4005         (g95_get_symbol_decl): Handle COMMON and EQUIVALENCE objects.
4006         (g95_generate_function_code): Translate COMMON and EQUIVALENCE
4007         objects.
4008         * trans.h (g95_trans_equivalence, g95_trans_common,
4009         g95_add_decl_to_function): Declare.
4010         * trans-common.c, trans-equivalence.c: New files.
4012 2003-06-08  Steven Bosscher  <steven@gcc.gnu.org>
4014         * intrinsic.c (g95_intrinsic_extension): Remove.
4015         (add_functions): Substitute g95_check_x for g95_check_x_ni
4016         everywhere.
4017         (g95_init_expr_extensions): New function.
4018         (g95_intrinsic_func_interface): Use it.
4019         * intrinsic.h: Remove extern decl for g95_intrinsic_extension.
4020         * check.c (g95_check_digit, g95_check_huge, g95_check_kind,
4021         g95_check_precision, g95_check_present, g95_check_radix,
4022         g95_check_range, g95_check_selected_real_kind): Do not set
4023         g95_intrinsic_extension.
4024         (g95_check_x_ni): Remove now duplicate of g95_check_x.
4026         * expr.c (check_inquiry): Add FIXME, fixup some code style.
4028 2003-06-06  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4030         * g95.h (ref_type): Name this type explicitly.
4031         * module.c (MIO_NAME): Add specialisations of mio_name.
4032         (mio_symbol_attribute, mio_typespec, mio_array_ref,
4033         mio_array_spec, mio_ref, mio_expr, mio_symbol): Use them.
4034         (ab_attribute): Name this type explicitly.
4035         (mio_symbol_attribute, mio_expr): Add cast to call to find_enum.
4037 2003-06-05  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4039         * trans-intrinsic.c (g95_conv_allocated): New function.
4040         (g95_conv_intrinsic_function): Make G95_ISYM_ALLOCATED work.
4042 2003-06-05  Steven Bosscher  <steven@gcc.gnu.org>
4044         * f95-lang.c: Don't include g95-support.h
4045         (g95_mark_addressable): Add prototype.
4046         (g95_init_decl_processing): Remove C front end hack.
4047         * f95-tree.c: Remove file.
4048         * support.c: Remove file.
4049         * g95-support.h: Remove file.
4050         * trans-types.c (g95_init_types): Set up boolean
4051         type related tree nodes.
4052         * Make-lang.in: Remove rules for dead files and
4053         dependencies on them.
4055 2003-06-05  Steven Bosscher  <steven@gcc.gnu.org>
4057         * Make-lang.in (F95_ADDITIONAL_OBJS): Remove the final
4058         C front end dependency.  Also, convert.c does not depend on
4059         g95-support.h anymore.
4060         * convert.c: Don't include c-common.h and g95-support.h
4061         * f95-lang.c: Don't inlude c-common.h and c-common.def (3x).
4062         (g95_stmt_tree, g95_scope_stmt_stack, anon_aggr_type_p,
4063         stmts_are_full_exprs_p, current_stmt_tree,
4064         current_scope_stmt_stack): Remove.
4065         * g95-support.h (unsigned_conversion_warning): Kill proto.
4066         (boolean_type_node, boolean_true_node, boolean_false_node):
4067         Don't define here.  Instead, make then true tree nodes in
4068         trans-types.
4069         * support.c (c_global_trees): Die, C front end, die!!!
4070         (g95_init_c_decl_hacks): Don't touch intmax_type_node,
4071         uintmax_type_node, string_type_node and const_string_type_node.
4072         (decl_constant_value, overflow_warning): Make static functions.
4073         They are in death row too, though.
4074         (default_conversion, c_expand_asm_operands): Remove.
4075         * trans-array.c, trans-expr.c, trans-intrinsic.c, trans-stmt.c,
4076         trans.c: Don't include c-common.h.
4077         * trans-types.c (boolean_type_node, boolean_true_node,
4078         boolean_false_node): Make them real tree nodes.
4079         * trans-types.h (intmax_type_node, string_type_node,
4080         const_string_type_node): Hack to work around C dependencies
4081         in builtin-types.def.
4083 2003-06-04  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4085         * decl.c (decl_types): Add some iterators-like sentinels.
4086         * decl.c (match_attr_spec): Use them.
4087         Use "decl_types" instead of "int".
4088         Add cast in call to g95_match_strings.
4089         * dump-parse-tree.c (g95_show_namespace):  Use "g95_intrinsic_op"
4090         instead of "int".
4091         * g95.h (g95_intrinsic_op): Add some iterators-like sentinels.
4092         (g95_interface_info): Use "g95_intrinsic_op".
4093         * dump-parse-tree.c (g95_show_namespace): Use them.
4094         * interface.c (g95_check_interfaces): Use them.
4095         * module.c (read_module, write_module): Use them.
4096         * symbol.c (g95_get_namespace, g95_free_namespace): Use them.
4097         Use "g95_intrinsic_op".
4098         * interface.c (check_operator_interface): Use "g95_intrinsic_op".
4099         Add a default case in switch statement.
4100         * intrinsic.h (g95_generic_isym_id): Moved to...
4101         * g95.h (g95_generic_isym_id): here.
4102         (g95_intrinsic_sym): Use "g95_generic_isym_id".
4103         * intrinsic.c (make_generic): Use "g95_generice_isym_id".
4104         * trans-intrinsic.c (g95_intrinsic_map_t,
4105          g95_conv_intrinsic_lib_funtion): Use "g95_generice_isym_id".
4106         * match.c (g95_match_intrinsic_op): Add cast in call to
4107         g95_match_strings.
4109 2003-06-03  Steven Bosscher  <steven@gcc.gnu.org>
4111         * support.c (skip_evaluation, warn_conversion, lvalue_p,
4112         lvalue_or_else, pedantic_lvalue_warning, warn_for_assignment,
4113         constant_fits_type_p, convert_and_check,
4114         unsigned_conversion_warning): Remove these ugly remnants
4115         we inherited from the C front end.
4116         (function_types_compatible): Remove '#if 0'-edcode.
4117         (build_modify_expr): Likewise.
4118         (convert_for_assignment): Don't use the deceased functions.
4119         The parameter fundecl is now unused.
4120         (decl_constant_value): Always just return decl.  In fact
4121         this function is not used at present, but it might be in
4122         the future, when we start using the tree inliner.
4123         (overflow_warning, default_conversion, c_expand_asm_operands):
4124         Abort when these are called, they are part of the C type
4125         checking implementation and therefore poison to Fortran.
4127 2003-06-04  Steven Bosscher  <steven@gcc.gnu.org>
4129         * Make-lang.in (F95_ADDITIONAL_OBJS): Don't depend on
4130         c-pretty-print.o and c-dump.o.  Add a comment on why we
4131         depend on c-semantics.c.
4132         * f95-lang.c (LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN):
4133         Don't use the C front end tree dumper hook to dump the
4134         language specific tree representation -- we don't have
4135         one.  So instead, inherit the default langhook.
4137 2003-06-02  Paul Brook  <paul@nowt.org>
4139         * trans-expr.c (g95_conv_variable): Remove incorrent assertion.
4141 2003-06-02  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4143         * check.c (g95_check_associated): Use proper types.  Remove
4144         extraneous argument in call to g95_error().
4146 2003-06-02  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4148         * resolve.c (resolve_operator): Make logical operands convert to the
4149         type with higher kind.
4151 2003-06-02  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4153         * check.c (g95_check_associated): Make sure both pointer and target has
4154         the same type and rank. Null pointer or array section with vector
4155         subscript as target are not allowed.
4156         * trans.h: Declare gfor_fndecl_associated.
4157         * trans-decl.c: (g95_build_builtin_function_decls): Initialize
4158         gfor_fndecl_associated.
4159         * trans-intrinsic.c (g95_conv_associated): New function.
4160         (g95_conv_intrinsic_function): Make G95_ISYM_ASSOCIATED work.
4162 2003-06-02  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4164         * trans-array.c (g95_conv_expr_descriptor): Set the base of POINTER
4165         according to POINTER itself rather than TARGET.
4166         (g95_conv_expr_descriptor): Make lbound start at 1.
4167         * trans-expr.c (g95_trans_pointer_assign): Fix a bug for Nullify.
4169 2003-06-01  Paul Brook  <paul@nowt.org>
4171         * expr.c (g95_type_convert_binary): Make it match the standard.
4172         * g95.texi: Remove dead link.
4174 2003-06-01  Steven Bosscher  <steven@gcc.gnu.org>
4176         * g95.texi: Cleanup somewhat in preparation for inclusion
4177         in GCC CVS.
4179 2003-05-23  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4180             Canqun Yang  <canqun@yahoo.com.cn>
4182         * resolve.c (compare_bound_int, resolve_where_shape): Proper return
4183         type.
4184         (g95_find_forall_index): Return proper value.
4185         (g95_resolve_assign_in_forall, g95_resolve_forall): Use proper type to
4186         compare the return value from g95_find_forall_index.
4188 2003-05-23  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4189         * g95.h, io.c (g95_st_label): Remove "length".
4190         (g95_symtree): Remove "link".
4191         (g95_case): Remove "code".
4192         * arith.c, arith.h (g95_compare_string, g95_convert_integer,
4193         g95_convert_real): Make an argument pointer to const.
4194         * decl.c (colon_seen): Add a TODO.
4195         * interface.c (g95_compare_types): Fix typo.
4196         * interface.c (compare_interfaces): Preserve value of "p".
4197         * intrinsic.c (sort_actual): Remove "i".
4198         * match.c (g95_match_assign): Proper type in call to g95_match().
4199         * parse.c (next_free): Avoid duplicate call due to macro.
4200         * parse.c (check_statement_label): wrong type in call to g95_error.
4201         * primary.c (match_real_constant): Add a TODO.
4202         * resolve.c (resolve_select):  Remove useless conditional.
4203         * simplify.c (g95_simplify_repeat): Proper assignment to
4204         "value.character.string".
4205         * simplify.c (g95_simplify_reshape): Wrong variable in call to
4206         g95_error.
4208 2003-05-20  Canqun Yang  <canqun@yahoo.com.cn>
4210         * trans-stmt.c: Remove unnecessary include file defaults.h.
4212 2003-05-19  Lifang Zeng  <zlf605@hotmail.com>
4214         * trans-stmt.c (g95_trans_forall_loop): Handle FORALL with negative
4215         stride.
4216         (g95_trans_forall): Allow arbitrary number of FORALL indexes and
4217         actual variables used as FORALL indexes.
4219 2003-05-15  Paul Brook  <paul@nowt.org>
4221         * trans-array.c (g95_trans_static_array_pointer): Use
4222         null_pointer_node.
4223         (g95_trans_deferred_array): Initialize static array pointers.
4224         * trans-expr.c (g95_conv_function_call): Use formal arglist to
4225         correctly pass POINTER and absent CHARACTER arguments.
4227 2003-05-14  Lifang Zeng  <zlf605@hotmail.com>
4229         * resolve.c (g95_resolve_forall): Resolve FORALL construct/statement.
4230         (g95_resolve_forall_body): Resolve FORALL body.
4231         (g95_resolve_where_code_in_forall): Resolve WHERE inside FORALL.
4232         (g95_resolve_assign_in_forall): Resolve assignment inside FORALL.
4233         (g95_find_forall_index): Check whether the FORALL index appears in
4234         the expression or not.
4235         (resolve_code): Modified.
4237 2003-05-14  Paul Brook  <paul@nowt.org>
4239         * iresolve.c (g95_resolve_spread): Convert ncopies to index_type.
4241 2003-05-13  Paul Brook  <paul@nowt.org>
4243         * trans-types.c (g95_max_array_element_size): Now a tree node.
4244         (g95_init_types): Work out max size properly.
4245         (g95_get_dtype_cst): Modify to match.
4247 2003-05-11  Paul Brook  <paul@nowt.org>
4249         * trans-io.c (add_case): Create a label decl for case labels.
4251 2003-05-11  Paul Brook  <paul@nowt.org>
4253         * arith.c (g95_integer_index_kind): New variable.
4254         * f95-lang.c (g95_init): Move frontend initialization here ...
4255         (g95_post_options): ... from here.
4256         * g95.h (g95_index_integer_kind, g95_resolve_index): Declare.
4257         * intrinsic.c (add_functions): Use index kinds.
4258         * iresolve.c: Convert to index_kind where needed.
4259         * resolve.c (g95_resolve_index): Make public, use index_kind.
4260         (resolve_array_ref): Adjust to match.
4261         * trans-array.c: Rename g95_array_index_kind to g95_index_integer_kind.
4262         * trans-stmt.c: Ditto.
4263         * trans-types.c: Ditto.
4264         * trans-types.h (g95_array_index_kind): Remove declaration.
4265         * trans-expr.c (g95_conv_expr_present): Use null_pointer_node.
4267 2003-05-07  Paul Brook  <paul@nowt.org>
4269         * trans-const.c (g95_conv_mpz_to_tree): Typecast constant.
4270         * trans-intrinsic.c (g95_conv_intrinsic_bound): Convert type
4271         of bound indices.
4273 2003-05-07  Paul Brook  <paul@nowt.org>
4275         * trans-array.c (trans_static_array_pointer,
4276         g95_trans_array_constructor_value, g95_conv_array_initializer,
4277         g95_conv_structure): CONSTRUCTOR nodes only have one operand.
4278         (g95_add_loop_ss_code): Convert subscripts to the correct type.
4279         * trans-stmt.c (g95_trans_character_select): Ditto.
4280         * trans-types.c (g95_init_types): Ditto.
4282 2003-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4284         * f95-lang.c (expand_function_body): Use input_line, not lineno.
4285         * trans-decl.c (g95_generate_function_code,
4286         g95_generate_constructors): Likewise.
4287         * trans.c (g95_trans_runtime_check, g95_add_block_to_block,
4288         g95_get_backend_locus, g95_set_backend_locus, g95_trans_code):
4289         Likewise.
4291 2003-05-07  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4292         * trans-types.c (g95_get_derived_type): Fix bug for DERIVED type
4293         with components point to the DERIVED type itself, and two DERIVED
4294         type with components point to each other.
4295         * trans-expr.c (g95_conv_componet_ref): Modified
4297 2003-05-07  Kejia Zhao  <kejia_zh@yahoo.com.cn>
4298         * trans-expr.c (g95_conv_expr): Translate EXPR_NULL into
4299         null_pointer_node.
4300         (g95_trans_pointer_assign): Implement Nullify.
4302 2003-05-01  Paul Brook  <paul@nowt.org>
4304         * trans-array.c (g95_walk_function_expr): Cope with NULL esym.
4305         * trans-decl.c (g95_get_symbol_decl): Don't mangle dummy functions.
4307 2003-05-01  Paul Brook  <paul@nowr.org>
4309         * trans-array.c, trans.c, trans-expr.c, trans-intrinsic.c,
4310         trans-stmt.c: Replace empty_stmt_node with build_empty_stmt () and
4311         IS_EMPTY_STMT.
4313 2003-05-01  Canqun Yang  <canqun@yahoo.com.cn>
4315         * trans-stmt.c (g95_trans_integer_select): Add a parameter to build
4316         CASE_LABEL_EXPR.
4318 2003-04-28  Paul Brook  <paul@nowt.org>
4320         * iresolve.c (g95_resolve_transpose): COMPLEX types are twice as big
4321         as their kind suggests.
4322         (g95_resolve_reshape): Ditto.
4324 2003-04-28  Chun Huang  <compiler@sohu.com>
4326         * trans-expr.c (g95_conv_substring_expr): New function.
4327         (g95_conv_expr): Use it.
4329 2003-04-28  Paul Brook  <paul@nowt.org>
4331         * iresolve.c (g95_resolve_transpose): Make it match the
4332         implementation.
4333         * trans-intrinsic.c (g95_is_intrinsic_libcall): Add TRANSPOSE.
4335 2003-04-18  Steven Bosscher  <steven@gcc.gnu.org>
4337         * trans-types.c (g95_add_field_to_struct): New function to
4338         add a field to a UNION_TYPE or RECORD_TYPE.
4339         * trans-types.h (g95_add_field_to_struct): Prototype.
4340         (g95_get_derived_type): Use g95_add_field_to_struct to add
4341         components.
4342         * trans-io.c (g95_add_field): Remove.
4343         (ADD_FIELD): Use new g95_add_field_to_struct function.
4344         (ADD_STRING): Likewise.
4345         * trans-stmt.c (g95_trans_select): Likewise.
4346         (g95_add_field): Remove duplicated function.
4348 2003-04-18  Canqun Yang  <canqun@yahoo.com.cn>
4350         Port implementation for CHARACTER SELECT from Andy's tree.
4351         * trans-stmt.c (g95_trans_character_select): Implement character
4352         select. (g95_add_field): New function.
4353         * trans-decl.c: Declare 'gfor_gndecl_select_string'.
4354         (g95_build_builtin_function_decls): Add 'gfor_fndecl_select_string'.
4355         * g95.h (struct g95_case): Add field 'int n'.
4356         * trans.h: Declare 'gfor_fndecl_select_string'.
4358 2003-04-18  Steven Bosscher  <steven@gcc.gnu.org>
4360         * bbt.c (duplicate_key, g95_insert_bbt_with_overlap): Remove.
4361         (g95_insert_bbd): Die on duplicates.
4362         * g95.h (g95_insert_bbt_with_overlap): Delete prototype.
4364 2003-04-14  Steven Bosscher  <steven@gcc.gnu.org>
4366         * g95.texi: Require GMP 4.0 -- like we actually
4367         do.  Explain the testsuite and what-goes-where.
4368         Don't use undefined texinfo symbol.  Break very
4369         long line.  Remove finished item from the list
4370         of open projects.
4372 2003-04-11  Canqun Yang  <canqun@yahoo.com.cn>
4374         * trans-stmt.c (g95_evaluate_where_mask): Give mask temporaries
4375         LOGICAL type.
4377 2003-04-10  Canqun Yang  <canqun@yahoo.com.cn>
4379         * trans-stmt.c (g95_trans_forall): Implement WHERE inside FORALL.
4380         (g95_trans_forall_body): New function.
4382 2003-04-10  Canqun Yang  <canqun@yahoo.com.cn>
4384         * resolve.c (resove_where): New function.
4385         (resolve_where_shape): New function.
4386         (resolve_code): Add call to 'resolve_where'
4387         * trans-stmt.c (g95_trans_where): Modified.
4388         (g95_trans_where_2): New function.
4389         (g95_trans_where_assign): New function.
4390         (g95_evaluate_where_mask): New function.
4391         (g95_add_to_stmt_list): New function.
4392         (g95_get_temp_expr): New function.
4393         * trans.h (where_stmt_list): New structure.
4395 2003-04-10  Paul Brook  <paul@nowt.org>
4397         * g95spec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
4398         (DEFAULT_WORD_SWITCH_TAKES_ARG): Ditto.
4400 2003-04-10  Steven Bosscher  <steven@gcc.gnu.org>
4402         Update after mainline -> tree-ssa-branch merge.
4403         * f95-lang.c (g95_mark_addressable): Update put_var_into_stack
4404         call.
4405         (g95_init): Update for new lang_hooks definition.
4406         (g95_post_options): New langhook.
4407         (LANG_HOOK_POST_OPTIONS): Clear, then define to g95_post_options.
4408         * scanner.c (g95_new_file): Comment update.
4410 2003-04-09  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4412         * g95.h, lang-options.h: Add -Wimplicit-interface.
4413         * options.c (g95_init_options, g95_parse_arg): Set it.
4414         * interface.c (check_intents): Warn about call with implicit
4415         interface.
4416         * resolve.c (resolve_unknown_f, resolve_unknown_s): Call
4417         g95_procedure_use.
4419 2003-04-05  Paul Brook  <paul@nowt.org>
4421         * iresolve.c (g95_resolve_spread): Don't resole based on type.
4422         * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_SPREAD.
4424 2003-03-29  Paul Brook  <paul@nowt.org>
4426         * iresolve.c (g95_resolve_pack): Don't bother resolving based on type.
4427         (g95_resolve_unpack): Ditto.
4428         * trans-intrinsic.c (g95_conv_intrinsic_merge): New Function.
4429         (g95_conv_intrinsic_function): Use it.  Remove PACK and UNPACK.
4430         (g95_is_intrinsic_libcall): Add PACK and UNPACK.
4432 2003-03-25  Paul Brook  <paul@nowt.org>
4434         * arith.c (g95_unary_user, g95_user): Remove dead functions.
4435         * arith.h: Ditto.
4436         * array.c (g95_free_array_ref): Ditto.
4437         * g95.h: Ditto.
4438         * symbol.c (g95_use_derived_tree): Ditto.
4439         * intrinsic.c (add_functions): Use simplification for SCALE.
4440         * primary.c (g95_match_rvalue): Test sym, not symtree.
4442 2003-03-25  Paul Brook  <paul@nowt.org>
4444         * trans-decl.c (build_function_decl): Add parameter before it gets
4445         turned into a constant.
4446         * iresolve.c (g95_resolve_eoshift): Resolve to a useful name.
4447         * trans-intrinsic.c (g95_is_intrinsic_libcall): Add G95_ISYM_EOSHIFT.
4448         * trans-decl.c (g95_create_module_variable): Don't pushdecl constants.
4450 2003-03-22  Paul Brook  <paul@nowt.org>
4452         * trans-array.c (g95_conv_array_initializer): Allow scalar
4453         expressions.
4454         * trans-decl.c (g95_finish_var_decl): Result variables are not
4455         module variables.
4456         * trans-intrinsic.c (g95_conv_intrinsic_transfer): New function.
4457         (g95_conv_intrinsic_function): Use it.
4458         * trans-types.h (g95_type_spec): Remove dead declaration.
4460 2003-03-21  Paul Brook  <paul@nowt.org>
4462         * trans-decl.c (g95_build_function_decl): Mark string parameters.
4464 2003-03-20  Paul Brook  <paul@nowt.org>
4466         * trans-decl.c (g95_build_function_decl): Put character length
4467         parameters at the end of the function declaration.
4468         * trans-expr.c (g95_conv_function_call): Ditto.
4469         * trans-types.c (g95_get_function_type): Ditto.
4471 2003-03-20  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4473         * resolve.c (resolve_formal_arglist): Don't impose intent for
4474         procedure arguments of pure functions.
4475         (resolve_select): Remove redundant assignment.
4477 2003-03-19  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4479         * arith.c (validate_logical), g95.h, options.c (g95_init_options):
4480         Remove option l1.
4481         * g95.h, intrinsic.c(g95_get_intrinsic_sub_symbol): Add const.
4482         * iresolve.c(g95_resolve_cpu_time, g95_resolve_random_number): Add
4483         const.
4484         * lang-options.h: Remove -finline-repack-arrays. Add -fg77-calls.
4485         Order list.
4486         * symbol.c (g95_add_type): Fix typo in comment.
4489 2003-03-16  Paul Brook  <paul@nowt.org>
4491         * dump-parse-tree.c (g95_show_code_node): Print resolved sym name.
4492         * expr.c (g95_build_call): Remove.
4493         * f95-lang.c (puchdecl_top_level): New function.
4494         * g95.h (g95_code): Store resolved symbol, not just the name.
4495         * intrinsic.c (g95_intrinsic_namespace): New global namespace.
4496         (g95_intirinsic_init_1, g95_intrinsic_done_1): Use it.
4497         (g95_get_intrinsic_sub_symbol): New function.
4498         * iresolve.c (g95_resolve_cpu_time): Use it.
4499         (g95_resolve_random_number): Ditto.
4500         * resolve.c: Set code->resolved_sym instead of code->sub_name.
4501         * trans-decl.c (g95_get_extern_function_decl): Give external decls
4502         the correct DECL_CONTEXT.  Add global symbold to the global scope.
4503         * trans-stmt.c (g95_trans_code): Remove hacks now the fronted is
4504         fixed.
4506 2003-03-16  Paul Brook  <paul@nowt.org>
4508         * g95.h (g95_option_t): Add g77_calls. Remove inline_repack_arrays.
4509         * options.c (g95_parse_arg): Ditto.
4510         * module.c (mio_symbol_attribute): Handle the always_explicit bit.
4511         * resolve.c (resolve_formal_arglist): The always_explicit sould be set
4512         for the procedure, not the parameter.
4513         * trans-array.c (g95_trans_g77_array): New function.
4514         (g95_trans_assumed_size): Use it.
4515         (g95_trans_dummy_array_bias): Ditto.
4516         (g95_conv_array_parameter): Handle g77 arrays. Move existing body ...
4517         (g95_conv_expr_descriptor): ... to here.  Update callers.
4518         * trans-decl.c (g95_build_dummy_array_decl): Handle g77 arrays.
4519         (g95_get_symbol_decl): Avoid processing g77 arrays multiple times.
4520         * trans-expr.c (g95_conv_function_call): Handle g77 arrays.
4521         * trans-intrinsic.c (g95_get_symbol_for_expr): Never use g77 arrays.
4522         * trans-types.c (g95_is_nodesc_array): Handle g77 arrays.
4523         (g95_sym_type): Ditto.
4525 2003-03-15  Paul Brook  <paul@nowt.org>
4527         * trans-array.c (g95_walk_elemental_function_args): Don't amputate the
4528         first chain.
4529         * trans-expr.c (g95_conv_function_call): Use the resolved symbol.
4531 2003-03-14  Paul Brook  <paul@nowt.org>
4533         * trans-array.c (g95_array_is_packed): Remove.
4534         (g95_conv_array_base): Correctly handle all descriptorless cases.
4535         (g95_conv_array_stride): Use descriptorless strides.
4536         (g95_trans_dummy_array_bias): Don't always repack the array.
4537         (g95_build_dummy_array_decl): Automatic dummy arrays are only partial
4538         packed.
4539         * trans-types.c (g95_get_nodesc_array_type): Differentiate between
4540         dummy and non-dummy arrays...
4541         (g95_sym_type, g95_get_derived_type): ... like these.
4542         (g95_get_array_type_bounds): Allow discontiguous arrays.
4544 2003-03-12  Paul Brook  <paul@nowt.org>
4546         * array.c (g95_resolve_array_spec): Fix comment.
4547         * g95.h (symbol_attributes): New flag always_explicit.
4548         * resolve.c (resolve_formal_arglist): Set it always_explicit.
4549         * iresolve.c (g95_resolve_lbound, g95_resolve_ubound): Simplify.
4550         * trans-array.c (g95_conv_descriptor_dimension): Remove dead assert.
4551         (g95_trans_array_bounds): Allow assumed shape arrays.
4552         (g95_trans_repack_array): Remove.
4553         (g95_trans_dummy_array_bias): Rewite to use descriptorless arrays.
4554         * trans-decl.c (g95_build_qualified_array): Only ignore absent
4555         bounds for assumed size arrays.
4556         (g95_build_dummy_array_decl): Use descriptorless arrays.
4557         * trans-expr.c (g95_conv_expr_present): Allow descriptorless arrays.
4558         (g95_trans_pointer_assign): Fix typo.
4559         * trans-intrinsic.c (g95_conv_intrinsic_function_args): Remove dead
4560         code.
4561         (g95_conv_intrinsic_bound): Rewrite to handle descriptorless arrays.
4562         * trans-types.c (g95_get_nodesc_array_type): Allow non-packed arrays.
4563         Also modify callers.
4564         * trans-types.h (g95_get_nodesc_array_type): Modify prototype.
4566 2003-03-08  Paul Brook  <paul@nowt.org>
4568         * trans-array.c (g95_walk_elemental_functions): Don't reverse the SS.
4569         (g95_conv_array_ubound): Provide dummy value for assumed size arrays.
4570         * resolve.c (compare_spec_to_ref): Allow full array sections.
4572 2003-03-08  Paul Brook  <paul@nowt.org>
4574         * expr.c (g95_simplify_expr): Also simplify array index and
4575         substring expressions.
4576         * resolve.c (compare_spec_to_ref): Check for assumed size bounds.
4577         * trans-array.c (g95_trans_array_bounds): New function.
4578         (g95_trans_auto_array_allocation): Use it.
4579         (g95_trans_assumed_size): Rewrite.
4580         * trans-decl.c (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
4581         (gfor_fndecl_repack): Remove.
4582         (g95_build_qualified_array): Handle absent upper bounds.
4583         (g95_build_dummy_array_decl): Assumed shape arrays are descriptorless.
4584         (g95_get_symbol_decl): Update.
4585         (g95_build_intrinsic_function_decls): Initialize new decls.
4586         * trans.h (gfor_fndecl_in_pack, gfor_fndecl_in_unpack): Declare.
4587         (gfor_fndecl_repack): Remove.
4588         * trans-io.c (g95_build_io_library_fndecls): Correct prototypes.
4589         * trans-types.c: (g95_build_array_type): Merge duplicated code..
4590         (g95_get_nodesc_array_type): Handle absent bounds.
4591         * trans-types.h (g95_get_nodesc_array_type): Declare.
4593 2003-03-04  Paul Brook  <paul@nowt.org>
4595         * f95-lang.c (DEF_FUNCTION_TYPE_VAR_3): Define before including
4596         builtin-types.def.
4598 2003-03-02  Paul Brook  <paul@nowt.org>
4600         * options.c (g95_init_options): Drfault to 1.
4601         (g95_pasrse_arg): Add -frepack-arrays, use strcmp.
4602         * trans-array.c (g95_conv_array_data, g95_conv_array_base,
4603         g95_conv_array_stride,g95_conv_array_lbound, g95_conv_array_ubound):
4604         Handle non-constant size automatic arrays.
4605         (g95_conv_section_upper_bound, g95_conv_section_startstride): Use
4606         generic bound functions.
4607         (g95_trans_auto_array_allocation): Don't create a descriptor.
4608         (g95_trans_assumed_size): New function (broken).
4609         (g95_trans_dummy_array_bias): Remove unused var.
4610         * trans-array.h (g95_trans_assumed_size): Declare.
4611         * trans-decl.c (create_index_var): New fuction.
4612         (g95_build_qualified_array): New function.
4613         (g95_get_symbol_decl): Use it.
4614         (g95_trans_deferred_vars): Handle assumed shape seperately.
4615         * trans-types.c (get_element_type): Handle heap allocated arrays.
4616         (g95_is_nodesc_array): Include non-const size arrays.
4617         (g95_get_nodesc_array_type): Ditto.
4619 2003-02-23  Paul Brook  <paul@nowt.org>
4621         * trans-array.c (g95_array_init_size): Should use stride, not size of
4622         last dimension.
4624 2003-02-18  Paul Brook  <paul@nowt.org>
4626         * trans-expr.c (g95_trans_arrayfunc_assign): Nove elemental check
4627         after intrinsic function check.
4629 2003-02-18  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4631         * io.c (match_io): Fix missing return value and remove useless
4632         assignment.
4633         * match.c (g95_match): Remove useless assignment.
4634         * module.c (parse_string):  Remove useless post increment.
4635         * simplify.c (g95_simplify_verify): Remove useless assignment.
4637 2003-02-15  Paul Brook  <paul@nowt.org>
4639         * expr.c (restricted_intrinsic): Handle bad values gracefully.
4640         * g95.h (symbol_attribute): Add referenced member.
4641         (g95_symbol): Add dummy_order member.
4642         (g95_set_sym_referenced): Declare.
4643         * match.c (g95_match_assignment, g95_match_call): Use it
4644         * primary.c (match_actual_arg, g95_match_rvalue,
4645         g95_match_variable): Ditto.
4646         * symbol.c (next_dummy_order): New variable.
4647         (g95_set_sym_referenced): New function.
4648         (check_done): New function.
4649         (g95_add_*): Use it.
4650         * trans-decl.c: Make formatting conform to GCC standards.
4651         (g95_defer_symbol_init): Add dummy variables in the right order.
4652         (g95_get_symbol_decl): Only accept referenced variables.
4653         (g95_create_module_variable): Module variables are always required.
4654         (generatr_local_decls): New function.
4655         (generate_local_vars): New function.
4656         (g95_generate_function_code): Use it.
4658 2003-02-13  Paul Brook  <paul@nowt.org>
4660         * trans-decl.c (g95_conv_struct_cons): Remove.
4661         (g95_get_symbol_decl): Use g95_conv_expr for structure initializers.
4662         * trans-expr.c (g95_conv_structure): New function.
4663         (g95_conv_expr): Use it.
4665 2003-02-09  Paul Brook  <paul@nowt.org>
4667         * trans-array.c (g95_array_init_size): Don't evaluate the linit
4668         expressions multiple times.
4669         (g95_trans_auto_arry_allocation): Use pointer not tmp.
4671 2003-02-08  Paul Brook  <paul@nowt.org>
4673         * module.c (mio_symtree_ref): Declare as static.
4674         (mio_expr): Remove dead code.
4675         (read_module): Set the symtree link for fixups.
4676         * trans-intrinsic.c (g95_conv_intrinsic_round): Rename...
4677         (build_round_expr): ... to this.
4678         (g95_conv_intrinsic_aint): New function.
4679         (g95_conv_intrinsic_function): Use it.
4681 2003-02-08  Paul Brook  <paul@nowt.org>
4683         * trans-array.c (g95_trans_array_constructor_value): Use the acutal
4684         offset after modificaton, not the increment expression.
4685         * dependency.c: Kill excess whitespace.
4687 2003-02-07  Sanjiv Gupta  <sanjivg@noida.hcltech.com>
4689         * dependency.h: Remove some function declarations.
4690         * dependency.c (get_no_of_elements): Change this function not to
4691         return int.
4692         * other: Add comments for all modified functions.
4694 2003-02-06  Paul Brook  <paul@nowt.org>
4696         * g95spec.c (lang_specific_functions): Fix initializer warning.
4697         * dump-parse-tree.c (g95_show_expr): Use typespec instead of symtree
4698         for structure type names.
4699         * trans-decl.c (g95_cons_structure_cons): New function.
4700         (g95_get_symbol_decl): Use it.
4701         * trans-expr.c (g95_conv_component_ref): Remove duplicate pointer
4702         referencing code.
4704 2003-02-06  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4706         * resolve.c (compare_cases): Add const to casts.
4708 2003-01-30  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4710         * g95.h (g95_check_f): Change a1 to f1m.
4711         * intrinsic.c (add_sym_1m, check_specific,
4712         g95_intrinsic_func_interface): Use it.
4714         * module.c (init_pi_tree): Remove useless cast.
4715         (fp2): Fix argument type.
4717         * parse.c (parse_select_block): Add comment.
4719 2003-02-05  Toon Moene  <toon@moene.indiv.nluug.nl>
4721         * lang-options.h: Fix warning involving C90 concatenated
4722         strings.
4724 2003-02-06  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4725             Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4727         * io.c (format_asterisk): Complete initializer to kill warning.
4728         * arith.c (DEF_G95_INTEGER_KIND, DEF_G95_LOGICAL_KIND,
4729         DEF_G95_REAL_KIND, MPZ_NULL, MPF_NULL): New #defines.
4730         (g95_integer_kinds, g95_logical_kinds, g95_real_kinds): Use the
4731         new defines to complete initializers.  Kills all warnings.
4733         * Make-lang.in: Comment cleanup.
4735 2003-02-05  Paul Brook  <paul@nowt.org>
4737         * array.c (g95_free_constructor): Handle NULL expressions.
4738         * resolve.c (resolve_structure_cons): Ditto.
4739         * decl.c (g95_match_null): New Function.
4740         (variable_decl): Use it.
4741         * module.c (mio_expr): Don't bother saving symtree for EXPR_STRUCTURE.
4742         * primary.c (g95_match_runtime): Don't use symtree for EXPR_STRUCTURE.
4743         * trans-types.c (g95_set_decl_attributes): Remove empty function.
4745 2003-02-05  Paul Brook  <paul@nowt.org>
4747         * trans.h (build1_v): New macro.
4748         (build_v): Remove pointless and incorrect prototype.
4749         * various: Use build1_v for GOTO_EXPR and LABEL_EXPRs.
4750         * f95-lang.c (g95_init_builtin_decls): DEF_BUILTIN takes 10 args.
4752 2003-02-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4754         * Make-lang.in (F95_OBJS): Remove one more dead file.
4756 2003-02-01  Paul Brook  <paul@nowt.org>
4758         * lang-specs.h: Don't pass -ffixed-form to the linker.
4759         * trans-decl.c (g95_generate_function_code): Clear saved decl chain.
4761 2003-02-01  Paul Brook  <paul@nowt.org>
4763         * Make-lang.in (F95_OBJS): Remove dead files.
4764         * trans-array.c (g95_array_init_size): Do the right thing when
4765         ubound=NULL.
4766         * trans-decl.c (g95_generate_function_code): Initialize deffered
4767         symbol list before translating contained subroutines.
4768         * trans-expr.c (g95_conv_expr, g95_conv_expr_reference): Substitute
4769         scalar invariant values here...
4770         (g95_conv_variable, g95_conv_function_call): ... instead of here ...
4771         * trans-intrinsic.c (g95_conv_intrinsic_function_args): .. and here.
4773 2003-01-29  Paul Brook  <paul@nowt.org>
4775         * trans-array.c (g95_add_loop_code): Put pre code in the right block.
4776         (g95_walk_elemental_function_args): Reverse chains before adding.
4777         (g95_reverse_ss): Move about a bit.
4778         * trans-expr.c (g95_conv_function_call): Handle scalar intrinsic
4779         function arguments.
4781 2003-01-28  Paul Brook  <paul@nowt.org>
4783         * intrinsic.c (resolve_intrinsic): Use correct union member.
4784         * trans-array.c (g95_trans_dummy_array_bias): Don't touch absent
4785         parameters.
4786         * trans-decl.c (g95_get_symbol_decl): Don't translate initializers for
4787         use associated variables.
4788         * trans-intrinsic.c (g95_conv_intrinsic_present): Move body ...
4789         * trans-expr.c (g95_conv_expr_present): ... to here.
4790         * trans.h: Declare it.
4791         * trans-types.c (g95_sym_type): Assume subroutine if not specified.
4793 2003-01-28  Arnaud Desitter  <arnaud.desitter@geography.oxford.ac.uk>
4795         * array.c (expand_iterator): Suppress useless assignment.
4796         * decl.c (match_char_spec): Ditto.
4797         * io.c (match_io_iterator): Ditto.
4798         * primary.c (match_real_constant): Ditto.
4799         * interface.c (fold_unary, g95_free_interface, g95_extend_expr):
4800         Ditto.  Also, use g95_intrinsic_op not int for intrinsic operators.
4801         * matchexp.c (match_add_operand, match_level_5): Likewise.
4802         * module.c (parse_atom, find_enum): Likewise.
4803         * resolve.c: move #include <string.h>
4804         (resolve_select): Fix serious typo.
4806 2003-01-28  Steven Bosscher  <s.bosscher@student.tudelft.n>
4808         * Make-lang.in: Don't build with broken tree-ssa-pre.
4810 2003-01-28  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4812         * resolve.c (resolve_index): Add a TODO.
4813         * symbol.c: Remove useless "#include <ctype.h>".
4815 2003-01-27  Paul Brook  <paul@nowt.org>
4817         * check.c (check_rest): Allow different type kinds as an extension.
4818         * g95.h (g95_resolve_f): Add f1m.
4819         * intrinsic.c (add_sym_1m, resolve_intrinsic): Use it.
4820         * intrinsic.h: Chenge prototypes for MIN and MAX.
4821         * iresolve.c (g95_resolve_minmax): New function.
4822         (g95_resolve_min, g95_resolve_max): Use it.
4823         * trans-intrinsic.c (g95_trans_intrinsic_minmax): Only evaluate
4824         arguments once.
4825         (g95_conv_intrinsic_present): Fix logic.
4827 2003-01-27  Steven Bossche  <s.bosscher@student.tudelft.nl>
4829         * g95.h (g95_case): Don't be a tree, be a double linked list.
4830         * match.c (match_case_selector): Remove redundant semantics check.
4831         Clean up a few goto's to make it a tiny little bit faster.
4832         * resolve.c (case_tree): Die.
4833         (compare_cases): Accept and compare unbounded cases too.
4834         (check_case_overlap): Don't build a tree.  Instead, merge-sort the
4835         whole list of g95_cases passed from resolve_select.
4836         (sane_logical_select): Die.
4837         (check_case_expr): Return FAILURE if a CASE label is of the wrong
4838         type kind.
4839         (resolve_select): Fixup case expression for computed GOTOs, put it
4840         in expr, not expr2, for easier handing in the parse tree dumper and
4841         the code generator.  Rewrite the rest of the function: Kill
4842         unreachable case labels and unreachable case blocks.
4843         * dump-parse-tree.c (g95_show_code_node): Always dump expr for
4844         an EXEC_SELECT, not case2 anymore.
4845         * trans-const.c (g95_conv_constant_to_tree): New function.
4846         (g95_conv_constant): Use it.
4847         * trans-const.h: Declare prototype for the new function.
4848         * trans-stmt.c (g95_trans_integer_select, g95_trans_logical_select,
4849         g95_trans_character_select): New static functions.
4850         (g95_trans_select): Rewrite.
4852 2003-01-26  Paul Brook  <paul@nowt.org>
4854         * intrinsic.c (add_fnctions): Properly add dreal.
4855         * trans-intrinsic.c (g95_conv_intrinsic_present): New function.
4856         (g95_conv_intrinsic_function): Use it.
4857         * trans-io.c (build_dt): Abort on internal files (unimplemented).
4859 2003-01-26  Paul Brook  <paul@nowt.org>
4861         Widespread changes to the handling of symbols in expressions.  These
4862         are now linked via g95_symtree nodes.
4863         * parse.c (g95_fixup_sibling symbols): New function.
4864         (parse_contained): Use it.
4865         * g95.h (symbol_attribute): Add contained.  Indicates a symbol is a
4866         contained procedure that has bee correctly fixed up.
4867         (g95_code, g95_expr): Point to a g95_symtree, not a g95_symbol.
4869 2003-01-24  Paul Brook  <paul@nowt.org>
4871         * trans-array.c (g95_walk_expr): Function result attributes are in
4872         sym->result.
4873         * trans-expr.c (g95_conv_function_call,
4874         g95_trans_arrayfunc_assign): Ditto.
4875         * trans-decl.c (g95_get_symbol_for_expr): Set sym->result.
4877 2003-01-23  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4879         * expr.c (check_restricted): Fix error message.
4880         * symbol.c (free_st_labels): Plug memleak.
4882 2003-01-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4884         * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
4885         reduce_binary_aa, reduce_binary, eval_intrinsic,
4886         eval_intrinsic_f2): Use typesafe prototypes for eval functions.
4887         * g95.h (g95_check_f, g95_simplify_f, g95_resolve_f): New unions
4888         for typesafe intrinsics helper functions.
4889         (g95_intrinsic_sym): Use them.
4890         * intrinsic.c (do_check, add_sym, add_sym_0, add_sym_1,
4891         add_sym_1s, add_sym_1m, add_sym_2, add_sym_3, add_sym_4,
4892         add_sym_5, add_conv, resolve_intrinsic, do_simplify,
4893         check_specific, g95_intrinsic_func_interface,
4894         g95_intrinsic_sub_interface): Adjust all calls to intrinsics
4895         helper functions.
4896         * trans-decl.c (g95_get_extern_function_decl): Likewise.
4897         * Make-lang.in: Don't disable warnings for strict prototypes
4898         any longer, everything is typesafe now.
4900 2003-01-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4902         * bbt.c (duplicate_node): Make static.
4903         * module.c (module_name): Make static.
4904         * scanner.c (include_dirs): Make static.
4906 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4908         Hard coded _gfor_'s should not show up anymore.
4909         * g95.h (PREFIX): New macro.
4910         * iresolve.c (g95_resolve_cpu_time): Use PREFIX, not
4911         hard-coded "_gfor".
4912         (g95_resolve_random_number): Likewise.
4913         * trans-decl.c (g95_build_intrinsic_function_decls): Likewise.
4914         * trans-io.c: Remove 'prefix' macro.  Replace all uses with
4915         the new PREFIX macro from g95.h.
4917 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4919         The troubles of forking... Andy implemented this just now too.
4920         Let's stick to that and keep the trees close.
4921         * g95.h (g95_st_label): 'format' member is now a g95_expr.
4922         * io.c: Revert previous changes.
4923         (g95_match_format): Match the format string as a character
4924         literal expression.
4925         * match.h (g95_statement_label): Declare external.
4926         * parse.c: Revert previous changes.
4927         * symbol.c (g95_free_st_label): Free a g95_expr instead
4928         if a 'char *'.
4929         * trans-io.c: Revert previous changes.
4930         (build_dt): Use set_string to set the format string.
4932 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4934         * io.c (format_string): Make non-static.
4935         (g95_match_format): Remember the format string.
4936         (terminate_io): Add I/O termination for empty I/O lists.
4937         * match.h: Declare external format_string.
4938         * parse.c (check_statement_label): Attack the format string
4939         to a format label for FORMAT statements.
4940         * trans-io.c (g95_add_field): Define prefix macro.  Replace
4941         all uses of PREFIX define with a use of this macro.
4942         (build_dt): Implement formatted I/O for format labels.
4944 2003-01-20  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4946         * lang-options.h: Kill "-std=F".
4947         * options.c: Remove unimplemented "-std=F".  Modify
4948         web address.
4949         * misc.c (g95_terminal_width): New function.
4950         * error.c (g95_error_init_1): Use g95_terminal_width.
4951         * g95.h: Add prototype for g95_terminal_width, remove
4952         fmode flag.
4954 2003-01-19  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4956         * Make-lang.in: Fix typo.
4958 2003-01-18  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4960         * g95.h (struct g95_case): Remove unused cruft, new member
4961         'where' to keep track of the locus of the default case.
4962         * match.c (g95_match_case): Add locus to the current case.
4963         (match_case_selector): Likewise.
4964         * parse.c (parse_select_block): Move semantics check for
4965         multiple DEFAULT cases out of here to...
4966         * resolve.c (check_case_overlap): ...here.  Return sooner
4967         when possible.
4968         (check_case_expr): Take two g95_cases now, use to sure the
4969         expression kinds are the same.
4970         (resolve_select): Cleanup.
4972 2003-01-18  Paul Brook  <paul@nowt.org>
4974         * trans-io.c: Fix typos in ported IO work (set_fla[tg]).
4975         * trans-decl.c (g95_set_symbol_decl): Handle non-array result
4976         variables.
4977         (g95_get_extern_function_decl): Put decls in the correct context.
4979 2003-01-18  Steven Bosscher  <s.bosscher@student.tudelft.nl>
4981         * trans-io.c: Port changes from Andy to set ERR flag.
4983 2003-01-17  Paul Brook  <paul@nowt.org>
4985         * trans-array.c: Add various comments.
4986         (g95_ss_terminator): Declare as const.
4987         (g95_walk_expr): Remove first parameter and update all callers.
4988         (g95_walk_op_expr): Initialize scalar SS properly.
4989         * trans-array.h (g95_walk_expr): Update prototype.
4990         * trans-expr.c: Update for new g95_walk_expr.
4991         * trans-intrinsic.c: Ditto.
4992         * trans-io.c: Ditto.
4993         * trans.h: Various comments for SS chains.
4995 2003-01-17  Paul Brook  <paul@nowt.org>
4997         * intrinsic.h (g95_generic_isym_id): Add G95_ISYM_S?_KIND, SPACING
4998         and RRSPACING.
4999         * intrinsic.c (add_functions): Use them.
5000         * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto.
5001         * trans-expr.c (g95_conv_expr_lhs): Abort on impossible error.
5003 2003-01-17  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5005         Fallout of a small merge conflict:
5006         * intrinsic.c: Un-revert lost patch (G95_ISYM_SCALE).
5008 2003-01-17  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5010         * initrinsic.c: New add_sym_* functions for strong typing.
5011         (add_conv): Make prototype strict.
5012         * dump-parse-tree.c, dependency.c: Include config.h
5013         * resolve.c, trans-io.c: Fix typos.
5015 2003-01-17  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5017         * dump-parse-tree.c (g95_show_code_node): Show the
5018         condition for a computed GOTO that was transformed
5019         to a SELECT CASE construct.
5020         * resolve.c (check_case_overlap): Revert previous switch
5021         to treaps, it was too slow and didn't catch all trouble.
5022         (resolve_symbol): Be more flexible about module procedures.
5023         * symbol.c (check_conflict): Point to relevant section in
5024         the standard for dubious conflict.  Allow procedure
5025         dummy arguments to be optional again.
5026         * trans-io (add_field): Rename to g95_add_field.  Change
5027         all callers.
5028         * trans-stmt (trans_select): Handle unbounded cases for
5029         integer SELECT CASE constructs.  Fix/add more comment.
5031 2003-01-17  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5033         * g95.h: Uses GCC's function attribute macros.
5034         * error.c, module.c, parse.c, g95.h: More function attributes.
5036 2003-01-16  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5037         Forgot a file...
5038         * trans-decl.c (get_label_decl): Use TREE_LINENO instead
5039         of DECL_SOURCE_LINE, and TREE_FILENAME instead of
5040         DECL_SOURCE_FILE.
5042 2003-01-16  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5044         * f95-lang.c (pushdecl): Use TREE_LINENO instead of
5045         DECL_SOURCE_LINE.
5046         * trans.c (g95_trans_code): Use annotate_all_with_file_line
5047         instead of nowdead wrap_all_with_wfl.
5049 2003-01-14  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5051         * parse.c (g95_parse_file): In verbose mode, dump the parse tree
5052         before generating code, so we can still see it even if the code
5053         generation phase dies.
5055 2003-01-14  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5057         * decl.c (build_sym): Split out initialization expression parts...
5058         (add_init_expr_to_sym): ...to here.
5059         (variable_decl): Add the symbol following an attribute list to the
5060         symbol tree before parsing the optional initialization expression
5061         if the symbol is not of a derived type.
5062         * primary.c (g95_match_rvalue): Don't assume a symbol always has
5063         a value if it is a PARAMETER.
5065 2003-01-14  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5067         * misc.c: Don't #include <mcheck.h>
5068         * module.c: Ditto.  Kill uses of mtrace, muntrace.  If there
5069         ever was a glibc bug, then either this was never reported to
5070         glibc people, or it has been fixed for so long that there's
5071         no information you can find about it, anywhere.
5073 2003-01-14  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5075         Fix warnings:
5076         * module.c (attr_bits, bt_types, array_spec_types):
5077         Switch 'const' and 'static'.
5078         * iresolve.c (g95_resolve_reshape): Make __resolve0 non-'const'.
5080         GNU'ify source code:
5081         * trans-io.c: Numerous fixes, one fixed warning and a few
5082         TODO markers so that we don't forget about them.
5084 2003-01-13  Paul Brook  <paul@nowt.org>
5086         * intrinsic.c (add_functions): Add G95_ISYM_SCALE.
5087         * intrinsic.h (g95_generic_isym_id): Remove bogus G95_ISYM_ANINIT.
5088         Add G95_ISYM_SCALE.
5089         * trans-intrinsic.c (g95_conv_intrinsic_function): Ditto
5090         * match.c (g95_match_stop): Fix dumb == -> != error.
5092 2003-01-13  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5094         * dump-parse-tree.c (show_indent): Add line breaks.  This
5095         whole dumping process needs cleanups.
5096         * f95-lang.c (g95_mark_addressable): Fix prototype to match
5097         the langhook.  Fix 'return's accordingly.
5098         * g95-support.h: Adjust prototype.
5099         * g95.h: Add 'no_backend' member to 'g95_option_t' struct.
5100         * lang-options.h: Add '-fsyntax-only'.
5101         * options.c (g95_init_options): Init 'no_backend'.
5102         (g95_parse_arg): Deal with '-fsyntax-only'.
5103         * parse.c (g95_parse_file): Do not generate code if 'no_backend'
5104         is set.
5106 2003-01-13  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5107         Patch from Arnaud
5108         * resolve.c (resolve_symbol): Assumed shape arrays must be dummy
5109         arguments.  Also make sure that if a symbol is marked INTRINSIC,
5110         an intrinsic with the symbol's name actually exists.
5111         (check_conflict): Make EXTERNAL and DIMENSION attributes conflict.
5112         Do not allow PROCEDURES to have the SAVE, POINTER, TARGET,
5113         ALLOCATABLE, RESULT, IN_NAMESPACE, OPTIONAL or FUNCTION attribute.
5115 2003-01-13  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5117         * resolve.c (resolve_contained_functions): Fix condition, don't
5118         throw internal_error if a child namespace has no name.  Apparently
5119         this can be the case?
5121 2003-01-11  Paul Brook  <paul@nowt.org>
5123         Port changes from Andy's tree:
5124         * g95.h (g95_code): Add stop_code.
5125         * match.c (g95_match_stop): Detter syntax checking.
5126         * resolve.c (resolve_generic_f0): Return match type.
5127         (resolve_generic_f): Remove dead/duplicated code.
5128         (resolve_specific_f): Ditto.
5129         * dump-parse-tree.c (g95_show_code_node): Handle new STOP format.
5130         * trans-decl.c (gfor_fndel_stop_*): New fndecl nodes.
5131         * trans-stmt.c (g95_trans_stop): Handle new STOP format.
5133 2003-01-11  Paul Brook  <paul@nowt.org>
5135         * trans-array.c: Various documentation/comment changes.
5136         * trans-stmt.c: Ditto.
5139 2003-01-10  Paul Brook  <paul@nowt.org>
5141         * options.c/h: Add -fdump-parse-tree as alias of -v.
5143 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5145         * dump-parse-tree.c (g95_show_namespace): Fixed another
5146         typo.  Sorry, it's Friday...
5148 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5150         Spotted by Tobi:
5151         * trans-array.c, trans-array.h, trans.c, trans-const.c,
5152         trans-const.h, trans-decl.c, trans-expr.c, trans.h
5153         trans-intrinsic.c, trans-io.c, trans-stmt.c, trans-stmt.h
5154         trans-types.c: Fix bogus copyright years, add 2003.
5155         * trans-types.h: Give copyright header.
5157 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5159         * dump-parse-tree.c (g95_show_namespace): Fixed typo.
5160         * expr.c, options.c, scanner.c: Add some more 'const' markers.
5161         * intrinsic.c: Some constant strings moved to read-only memory.
5162         * io.c (format_asterisk): Move to...
5163         * g95.h: ...here.
5165 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5167         * dump-parse-tree.c (g95_show_namespace): Dump implicit
5168         types for ranges instead of per-letter.  Indent the
5169         'CONTAINS' just like everything else.
5170         * resolve.c (resolve_contained_functions): Clarify comment.
5171         Explain non-obvious conditional expression.  Improve
5172         diagnostics if tyoe cannot be resolved.
5173         Port semi-fix from Andy's tree:
5174         (was_declared): Move up before first use.
5175         (generic_sym, specific_sym): New functions.  Code moved
5176         out if procedure_kind.
5177         (procedure_kind): Simplify using new functions.
5178         (resolve_generic_f): Make sure the functions we find in
5179         a parent namespace is generic.
5180         (resolve_specific_f): Ditto for specific functions.
5182 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5184         * trans-stmt.c, trans.c: Fix some code style issues. Add
5185         some more comment (but still not enough!).
5187 2003-01-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5189         * symbol.c (flavors, procedures, intents, acces_types,
5190         access_types, ifsrc_types): Make const.
5191         * misc.c (g95_string2code): Make 'm' param 'const'.
5192         * module.c (find_enum, write_atom, mio_name): Make
5193         'm' param 'const'.
5194         (attr_bits, bt_types, array_spec_types, array_ref_types,
5195         ref_types, expr_types): Make const.
5196         * g95.h: Adjust external decls.
5198 2003-01-09  Paul Brook  <paul@nowt.org>
5200         * Testsuite: Add a load of new cases.
5202 2003-01-08  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5204         * Make-file.in: Add dependency on back end header files;
5205         a parallel build should work now.
5206         * f95-lang-c (lang_identifier): Remove bogus comment.
5207         (g95_be_parse_file): Fix prototype.
5208         (g95_init): Make static.
5209         (g95_finish): Make static.
5210         * error.c (g95_syntax_error): Kill. Make define in...
5211         * g95.h (g95_syntax_error): Define.
5212         (g95.options): Make 'source' member 'const'.
5213         * interface.c (g95_match_interface): Explain
5214         hard-to-read condition.
5215         (g95_match_end_interface): Ditto.
5216         * trans_const.c (g95_build_string_const): Make 's' parameter
5217         'const'.
5218         * trans_const.h: Adjust protoype accordingly.
5219         * trans-decl.c: Include tree-dump.h
5220         (g95_generate_function_code): Build fixes for recent changes
5221         in the tree-ssa branch.
5223 2003-01-08  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5225         * format.c: Kill, move code from here...
5226         * io.c: ...to here.
5227         * Make-lang.in: Adjust.
5228         * MANIFEST: Ditto.
5229         * match.h: Ditto.
5230         * BUGS: Mention where to submit bugs.  Move old content...
5231         * TODO: ...to here.  New file.
5233 2003-01-08  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5234         Fix most warnings, and suppress the ones we can't fix for now.
5235         * Make-lang.in: Suppress warnings about bad proto's in g95.h,
5236         these warnings just clutter the screen and there's not much
5237         we can do about them for now anyway.
5238         * check.c, iresolve.c: Mark unused function parameters.
5239         * dump-parse-tree.c (g95_show_array_spec): Punt on AS_UNKNOWN,
5240         they should be resolved before they get here.
5241         * error.c: Remove unused FILE *status_out.
5242         * f95-lang.c (g95_init): Remove bogus cast.
5243         * Many files: Make things 'const' where required.
5244         * g95.h: Fix prototypes for all modified functions above.
5245         (g95_options): Remove 'object' member.
5247 2003-01-07  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5249         * Make-file.in: Cleanup bogus targets.  Add more comment.
5250         * lang-options.h: New option '-w'.
5251         * g95.h: add no_options field to struct g95_options.
5252         * options.c (g95_init_options): Default no_warnings to off.
5253         (g95_parse_arg): Recognise the '-w' switch and its alias,
5254         '-fno-warnings'.
5255         * error.c (g95_warning, g95_warning_now): Don't emit warning if
5256         no_warning option is set.
5257         * iresolve.c (g95_resolve_shape): Fix warning.
5259 2003-01-07  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5261         * primary.c (g95_next_string_char): Rename next_string_char, and
5262         make static.  Adjust callers accordingly.
5263         * resolve.c (resolve_generic_f0): Return try, not match.  Adjust
5264         callers accordingly.
5265         * g95.h: Split out all g95_match* functions to...
5266         * match.h: ...here. New file.
5267         * array.c, decl.c, expr.c, format.c, interface.c, io.c, match.c,
5268         matchexp.c, module.c, parse.c, primary.c: Inlcude match.h
5270 2003-01-07  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5272         * symbol.c (g95_clear_new_implicit, g95_add_new_implicit_range,
5273         g95_merge_new_implicit): New functions.
5274         (g95_match_implicit_none, g95_match_implicit): Move from here...
5275         * match.c (g95_match_implicit_none, g95_match_implicit): ... to here.
5276         Modify to use the new functions in symbol.c.
5277         * g95.h: Add and move prototypes.
5279 2003-01-06  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5281         * bbt.c (insert): Use a typedef'ed compare_fn prototype for the
5282         node compare function.
5283         (g95_insert_bbt): Likewise.
5284         (g95_insert_bbt_with_overlap): Likewise.
5285         (g95_delete_bbt): Likewise.
5286         (delete_treap): Likewise. Also fix a potential bug when calling it.
5287         * module.c (compare_pointers): Change proto to compare_fn.
5288         (compare_integers): Likewise.
5289         (compare_true_names): Likewise.
5290         (find_true_name): Adjust call to compare_true_names to match proto.
5291         (require_atom, write_atom, mio_name): Fix 'const' warnings.
5292         (init_pi_tree): Make compare a compare_fn instead of (int *).
5293         * resolve.c (compare_cases): Change proto to compare_fn.
5294         * symbol.c (g95_compare_symtree): Change proto to compare_fn, make
5295         it static, and rename to compare_symtree.
5296         (delete_symtree, g95_undo_symbols, g95_new_symtree): Use renamed
5297         function.
5298         * g95.h: Kill g95_compare_symtree prototype. Adjust prototypes
5299         of g95_insert_bbt, g95_insert_bbt_with_overlap, and g95_delete_bbt.
5301 2003-01-06  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5302         * Make-lang.in: Fix spaces/tabs issues from previous patch.
5303         * patch.options: Blow away Paul's checkin mistake :-)
5304         * io.c (terminate_io): Fix memory leak (Arnaud).
5306 2003-01-06  Steven Bosscher  <s.bosscher@student.tudelft.nl>
5308         * Make-lang.in: Teach about building DVI, info manual.
5309         * g95.texi: New file.
5311 2003-01-02  Paul Brook  <paul@nowt.org>
5313         * trans-array.c (g95_reverse_ss): Make static and don't use.
5314         (g95_conv_ss_descriptor): Don't use g95_loopinfo
5315         (g95_conv_array_parameters): Modify for pointer assignments.
5316         (g95_walk_subexpr): New function.
5317         (g95_walk_expr*): Use it.
5318         * trans-array.h (g95_reverse_ss): Remove prototype.
5319         * trans-expr.c (g95_trans_pointer_assign): Implement.
5320         (Many): Set se.want_pointer before calling g95_conv_array_parameter.
5321         * trans-intrinsic.c: Sync with scalarizer changes.
5322         * trans-io.c: Ditto.
5324 2002-12-29  Paul Brook  <paul@nowt.org>
5326         * trans-array.c: Document calling convention for arrays.
5328 2002-12-19  Paul Brook  <paul@nowt.org>
5330         * trans-intrinsic.c (g95_conv_intrsinsic_function): Remove incorrect
5331         assertion. Remove intrinsic subroutine G95_ISYM_* cases. Always pass
5332         optional parameters for some intrinsics.
5333         (g95_is_intrinsic_libcall): Add G95_ISYM_RESHAPE.
5334         * trans-expr.c (g95_conv_function_call): Pass NULL for absent
5335         optional parameters.
5336         * trans.h (g95_se): Add ignore_optional flag.
5338 2002-12-15  Paul Brook  <paul@nowt.org>
5340         * trans-array.c (g95_conv_array_parameter): Fix partial rank sections.
5341         * trans-decl.c (g95_generate_function_code): Use TDI_original.
5343 2002-12-14  Paul Brook  <paul@nowt.org>
5345         * trans-stmt.c (g95_trans_call): Use resolved symbol name.
5347 2002-12-12  Paul Brook  <paul@nowt.org>
5349         * trans-array.c (g95_trans_array_constructor_subarray): Fully
5350         initialize the scalarizer.
5351         (various): Update to new format of g95_expr->value.constructor.
5353 2002-12-08  Paul Brook  <paul@nowt.org>
5355         * trans-array.c (g95_put_offset_into_var): New function.
5356         (g95_trans_array_constructor_subarray): New function.
5357         (g95_trans_array_constructor_value): Use it.
5358         (g95_array_cons_size): Don't abort() on array components.
5360 2002-12-08  Paul Brook  <paul@nowt.org>
5362         * Make-lang.in (F95_ADDITIONAL_OBJS): Remove tree-dchain.o.
5363         * support.c: Update #includes.
5364         (statement_code_p, c_size_in_bytes, s_size_type_node): Remove.
5365         * trans-array.c: Update #includes.
5366         * trans.c: Ditto.
5367         * trans-const.c: Ditto.
5368         * trans-io.c: Ditto.
5369         * trans-types.c: Ditto.
5370         (g95_init_types): Set size_type_node.
5371         * trans-decl.c: Update #includes.
5372         (gfor_fndecl_adjust{l,r}): Declare and initialize.
5373         * trans-stmt.c: Update #includes.
5374         (g95_trans_do_while): Generate LABEL_EXPR, not GOTO_EXPR.
5375         (g95_trans_select): Fix check for unbounded ranges.
5376         * trans-expr.c: Update #includes.
5377         (g95_conv_string_tmp): New function.
5378         (g95_conv_concat_op): Use it.
5379         * trans.h (g95_conv_string_tmp, gfor_fndecl_adjust{l,r}): Declare.
5380         * Trans-intrisic.c: Update #includes.
5381         (g95_conv_intrinsic_strcmp): New function.
5382         (g95_conv_intrinsic_adjust): Ditto.
5383         (g95_conv_intrinsic_function: Use them.
5385 2002-11-30  Paul Brook  <paul@nowt.org>
5387         * trans-array.c (g95_walk_function_expr): Handle non-array return by
5388         reference.
5389         * trans-dec.c (g95_build_function_decl): Handle character return
5390         parammeters.
5391         (g95_get_fake_result_decl): Ditto.
5392         (g95_trans_deferred_vars): Ditto.
5393         * trans-expr.c (g95_conv_function_call): Ditto.
5394         (g95_trans_arrayfunc_assign) Limit to array valued functions.
5395         * trans-intrinsic.c (g95_conv_intrinsic_char): New function.
5396         (g95_conv_intrinsic_function): Use it.
5397         * trans-types.c (g95_sym_type): Handle functions returning strings.
5398         (g95_return_by_reference): Ditto.
5399         (g95_get_function_type): Ditto.
5401 2002-11-18  Paul Brook  <paul@nowt.org>
5403         * trans-stmt.c (g95_trans_if): Fix IF statements when the condition
5404         requires a temporary.
5405         (g95_trans_select): Handle computed gotos.
5406         * trans-types.c (g95_build_array_type): Warn about non-functional
5407         assumed shape arrays.
5408         * trans-expr.c (g95_trans_scalar_assign): Correctly handle post
5409         blocks.
5410         * trans-intrinsic.c (g95_conv_intrinsic_round): New function.
5411         (g95_conv_intrinsic_int): New function.
5412         (g95_conv_intrinsic_mod): New function.
5413         (g95_conv_intrinsic_ichar): New function.
5414         (g95_conv_intrinsic_function): Use them.
5415         (g95_conv_intrinsic_dim): Use g95_evaluate_now.
5417 2002-11-17  Toon Moene  <toon@moene.indiv.nluug.nl>
5419         * trans-types.c (g95_build_array_type): Assumed
5420         sized arrays can have rank > 1.
5421         * trans.c (g95_trans_code): Remove erroneous
5422         warning about CONTINUE.
5423         * trans-expr.c (g95_conv_variable): Remove
5424         erroneous assert.
5426 2002-11-15  Paul Brook  <paul@nowt.org>
5428         * trans-array.c (g95_conv_array_parameter): Check for NULL stride.
5430 2002-10-31  Paul Brook  <paul@nowt.org>
5432         * f95-tree.c: Remove tree copying stuff that's now in gimple.c
5433         * trans-expr.c (g95_conv_component_ref): Handle character string
5434         components.
5435         (g95_conv_string_parameter): Ditto.
5436         * trans-types.c (g95_get_derived_type): Add length decl to caracter
5437         string components.
5439 2002-10-10  Paul Brook  <paul@nowt.org>
5441         * trans-decl.c (gfor_fndecl_size?): Declare and initialize.
5442         * trans-expr.c (g95_conv_function_call): Remove unreliable return value
5443         check.
5444         * trans-intrinsic.c (g95_conv_intrinsic_size): New function.
5445         (g95_conv_intrinsic_function): Handle size and shape intrinsics.
5446         (g95_is_intrinsic_libcall): Add G95_ISYM_SHAPE.
5447         * trans-types.c (pvoid_type_node): Declare and initialize.
5448         * trans-array.c: Fix typo COMPONENT_REF->REF_COMPONENT
5449         (g95_array_allocate): Fix when base==data.
5450         (g95_conv_array_parameter): Correctly handle reduced rank sections.
5451         * trans-io.c (g95_trans_write): Correctly handle string modifiers.
5453 2002-10-09  Paul Brook  <paul@nowt.org>
5455         * (g95_conv_expr_reference): Handle character strings correctly.
5457 2002-10-07  Paul Brook  <paul@nowt.org>
5459         (g95_expand_decl): Rename from f95_expand_decl_stmt and use as
5460         langhook.
5461         * trans-array.c (g95_build_array_initializer): Remove.
5462         (g95_conv_array_initializer): New Function.
5463         (g95_trans_auto_arry_allocation): Cleanup.
5464         (g95_trans_init_character_array): Remove.
5465         * g95spec.c: Link in libgforbegin.
5466         * trans.c (g95_generate_code): Rename main function to MAIN__.
5467         (g95_create_var): New function.
5468         (g95_create_var_np): New function.
5469         (g95_evaluate_now): New function.
5470         (g95_start_block): New function.
5471         (g95_finish_block): New function.
5472         (g95_add_expr_to_block): New function.
5473         (g95_add_block_to_block): New function.
5474         * trans-expr.c (g95_conv_componen_ref): New function.
5475         * Make-lang.in (F95_ADDITIONAL_OBJS): Add gimplify.o.
5476         (F95_OBJS): Add dependency.o.
5477         * f95-lang.c (g95_is_simple_stmt): Remove.
5478         * f95-tree.c (mark_not_simple): New function.
5479         (unshare_all_trees): New function.
5480         (create_tmp_var, create_tmp_alias_var): Remove.
5481         * support.c (declare_tmp_vars, tree_last_decl): Remove.
5482         * trans*: Convert to new IR using GENERIC trees.  Don't bother about
5483         SIMPLE/GIMPLE rules, this is now done by Lang-independant code.
5485 2002-10-01  Paul Brook  <paul@nowt.org>
5487         * trans-array.c: Add support for descriptorless arrays.
5488         (g95_conv_array_data): New function.
5489         (g95_conv_array_base): New function.
5490         * trans-array.h: Declare these here.
5491         * trans-decl.c(g95_create_mopdule_variable): Perform variable
5492         initialization and creation here.
5493         (g95_create_module_vars): Instead of here.
5494         * trans.h (G95_TYPE_ARRAY_*: Rename from G95_TYPE_DESCRIPTOR_*.
5495         * trans-intrinsic.c: Ditto.
5496         * trans-types.c (g95_is_nodesc_array): New function.
5497         (g95_get_nodesc_array_type): New function.
5498         (g95_sym_type, g95_get_derived_type): Use them.
5499         * trans-const.c (g95_conv_mpf_to_tree): Remove workaround.
5501 2002-09-28  Paul Brook  <paul@nowt.org>
5503         * trans-const.c (g95_conv_mpf_to_tree): Work around backend bug.
5504         * trans-intrinsic.c (g95_conv_intrinsic_abs): Correctly detect complex
5505         parameters.
5507 2002-09-24  Paul Brook  <paul@nowt.org>
5509         * f95-lang.c (listify): Remove declaration.
5510         (expand_function_body): Use optimize >=1 instead of flag_tree_saa.
5511         (listify)
5512         * f95-tree.c (get_name): New function.
5513         * trans.c (module_namespace): Remove.
5514         * trans-decl.c: Use g95_chainon_list rather than chainon(listify()).
5515         * trans-types.c: Ditto.
5517 2002-09-19  Paul Brook  <paul@nowt.org>
5519         * trans-array.c (g95_get_array_cons_size): New Function.
5520         (g95_con_ss_startstride): Handle Array constructors.
5521         (g95_conv_loop_setup): Ditto.
5522         (g95_conv_array_parameter): Ditto.
5523         * tras-decl.c (g95_finish_var_decl): Make initializes variables
5524         static.
5526 2002-09-19  Paul Brook  <paul@nowt.org>
5528         * trans.c (g95_simple_fold_tmp): Detect variables inside
5529         NON_LVALUE_EXPR.
5530         * trans-stmt.c (g95_trans_arithmetic_if): Implement this.
5532 2002-09-18  Steven Bosscher <s.bosscher@student.tudelft.nl>
5534         * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree-ssa-dce.o
5536 2002-09-14  Paul Brook  <paul@nowt.org>
5538         * trans.c (g95_create_module_variable): Move to trans-decl.c.
5539         * trans-const.c (g95_conv_string_init): New Function.
5540         * trans-const.h: Declare it.
5541         * trans-decl.c (g95_get_symbol_decl): Handle initializers for static
5542         variables. Don't bail on intrinsic symbols.
5543         (get_extern_function_decl): Handle specific intrinsic functions.
5544         * trans-types.c (g95_sym_type): Dummy functions don't return
5545         reference types.
5546         * trans-array.c (g95_build_array_initializer): New Function.
5547         (g95_trans_auto_array_allocation): Build initializer for static decls.
5548         Don't use mpz_addmul, it's GMP4 only.
5550 2002-09-12  Paul Brook  <paul@nowt.org>
5552         * trans-decl.c (g95_generate_code): Fix thinko with return variable.
5553         (g95_get_extern_function_decl, g95_build_function_decl): Mangle
5554         assembler names for module procedures.
5556 2002-09-11  Tobias Schlueter  <Tobias.Schlueter@physik.uni-muenchen.de>
5558         * trans-array.c,h trans-expr.c, trans-stmt.c: Correct spelling of
5559         dependency/
5561 2002-09-10  Paul Brook  <paul@nowt.org>
5563         * trans-array.c: Change format of G95_SS_TEMP strictures.
5564         (g95_check_fncall_dependancy): New function.
5565         (trans_dummy_array_bias): stride[n], not stride[n-1]. for calculating
5566         offsets.
5567         * trans-decl.c (g95_get_symbol_decl): move assertion after handling of
5568         result variables.
5569         (g95_build_function_decl): Don't assume result arrays are packed.
5570         (g95_trans-deferred-vars): Handle array result variables.
5571         (g95_generate_fuction_code): Clear saved_function_decls.
5572         * trans-expr.c (g95_conv_fnction_call): Handle direct array return by
5573         reference.
5574         (g95_trans_arrayfunc_assign): New function.
5575         (g95_trans_assignment): Use it.
5576         * trans.h (g95_ss): Add temp struct for G95_SS_TEMP.
5577         (g95_se): Add direct_byref.
5578         * trans-types.c: Use sym->result rather than sym where appropriate.
5579         * trans-intrinsic.c (g95_conv_intrinsic_funcall): New function.
5580         Update other functions to use this.
5581         (g95_is_intrinsic_libcall): New function.
5582         (g95_conv_intrinsic_function): Add MATMUL and PRODUCT intrinsics.
5583         (g95_walk_intrinsic_function): Ditto.
5585 2002-09-08  Paul Brook  <paul@nowt.org>
5587         * trans-types.c: Change rank field to dtype field in array descriptor.
5588         * trans-array.c: Implement filling of dtype array descriptor field.
5589         * trans-intrinsic.c: Fix broken LEN intrinsic.
5591 2002-09-07  Paul Brook  <paul@nowt.org>
5593         * trans-intrinsic.c: Remove outdated todo intrinsic list.
5594         (g95_get_symbol_for_expr): Remove hack for fortran based intrinsics.
5595         (g95_walk_intrinsic_function): Add MINLOC and MAXLOC.
5597 2002-09-06  Paul Brook  <paul@nowt.org>
5599         * Make-lang.in (F95_ADDITIONAL_OBJS): Add tree_alias_comon.o.
5600         (gt-f95-trans-types.h): Add dependancy information.
5601         * config-lang.in (gtfiles): Add trans-types.c
5602         * f95-lang.c (g95_be_parse_file): Pass error and warning counts
5603         back to top-level code.
5604         * trans-array.c, trans-types.c: Change format of array descriptor.
5605         (g95_conv_descriptor_dimension): New function.
5606         * trans-types.h (g95_conv_descriptor_rank): define.
5607         * trans-intrinsic.c: Implement PRODUCT, COUNT. MINLOC and MAXLOC
5608         intrinsics.
5610 2002-09-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
5612         * trans-array.c, trans-types.c: Add rank information to descriptor.
5614 2002-09-06  Tobias Schlueter  <Tobias.Schlueter@physik.uni-muenchen.de>
5616         * trans-stmt.c (g95_trans_allocate): Fix when ref==NULL.
5618 2002-09-04  Paul Brook  <paul@nowt.org>
5620         * f95-lang.c (g95_create_decls): New function.
5621         (g95_init):  Move initialization of external decls to above, and call
5622         from g95_be_parse_file.
5623         * trans.c (g95_finish_stmt): Don't amputate the decl chain.
5624         * trans-types.c (g95_init_types): Always name integer and char types.
5625         (g95_get_array_type_bounds): TYPE_NAME may be a TYPE_DECL.
5627 2002-09-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
5629         * Make-lang.in: Add options.c to F95_PARSER_OBJS
5631 2002-09-02  Paul Brook  <paul@nowt.org>
5633         * g95_generate_code: Clear the attr for __fortran_main.
5634         * trans-types.c (g95_finish_type): New function.
5635         * g95_init_io_state_type: Use g95_finish_type.
5636         * g95_conv_intrinsic_anyall: Fix thinko in result initialization.
5638 2002-09-01  Paul Brook  <paul@nowt.org>
5640         * README.backend: Warn about the dangers of extra config.h files.
5641         Remove obsolete libgfor stuff.
5642         * config-lang.in: Add target-libgfor dependancy.
5643         * g95_conv_mpf_to_tree: Use & free allocated buffer p rather than buff.
5645 2002-09-01  Toon Moene  <toon@moene.indiv.nluug.nl>
5647         * g95_conv_mpz_to_tree: Free storage pointed to by q,
5648         not by buff.
5650 2002-08-30  Paul Brook  <paul@nowt.org>
5652         * trans-intrinsic.c (g95_conv_intrinsic_function,
5653         g95_walk_intrinsic_function): Added ANY and ALL.
5654         (g95_conv_intrinsic_anyall): New function.
5655         * iresolve.c (g95_resolve_any, g95_resolve_all): Include rank in
5656         mangled name