OSDN Git Service

3206979dd591df21c37420dc4fea4694b6715531
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2006-11-15  Bud Davis <bdavis9659@sbcglobal.net>
2
3         PR fortran/28974
4         * gfortran.h (gfc_expr): Add element which holds a splay-tree
5         for the exclusive purpose of quick access to a constructor by
6         offset.
7         * data.c (find_con_by_offset): Use the splay tree for the search.
8         (gfc_assign_data_value): Use the splay tree.
9         (gfc_assign_data_value_range): ditto.
10         * expr.c (gfc_get_expr): Initialize new element to null.
11         (gfc_free_expr): Delete splay tree when deleting gfc_expr.
12
13 2006-11-14  Brooks Moses  <brooks.moses@codesourcery.com>
14
15         PR fortran/29702
16         * error.c (show_loci): Move column-offset calculation to
17         show_locus.
18         (show_locus): Remove blank lines before "Included in"
19         lines, clean up code, calculate column-offsets, print
20         column number is error-header lines as appropriate.
21         (error_integer): (new function) Print integer to error
22         buffer.
23         (error_print): Use error_integer, avoid possible buffer
24         overflows from buggy error formats.
25
26 2006-11-14  Brooks Moses  <brooks.moses@codesourcery.com>
27  
28         * gfortran.h (GFC_MAX_LINE): Remove constant definition.
29         (gfc_option_t): Clarify comments.
30         * options.c: Set default line length limits to actual default
31         values, rather than flag values.
32         * scanner.c: Eliminate checking and handling of the
33         fixed/free_line_length flag values.
34
35 2006-11-14  Brooks Moses  <brooks.moses@codesourcery.com>
36  
37         * lang.opt: Remove -fno-backend option.
38         * gfortran.h (gfc_option_t): Remove flag_no_backend.
39         * options.c (gfc_init_options): Remove flag_no_backend.
40         (gfc_handle_option): Remove -fno-backend option handler.
41         * parse.c (gfc_parse_file): Remove references to
42         gfc_option.flag_no_backend.
43
44 2006-11-14  Tobias Burnus  <burnus@net-b.de>
45
46         * match.c (gfc_match_namelist): Add missing space to
47           error message.
48
49 2006-11-14  Tobias Burnus  <burnus@net-b.de>
50
51         PR fortran/29657
52         * symbol.c (check_conflict): Add further conflicts.
53
54 2006-11-13  Jakub Jelinek  <jakub@redhat.com>
55
56         PR fortran/29759
57         * fortran/scanner.c (skip_free_comments): Clear openmp_flag
58         before returning true.
59
60 2006-11-12  Andrew Pinski  <andrew_pinski@playstation.sony.com>
61
62         PR fortran/26994
63         * trans-expr.c (gfc_conv_expr_reference): Set TREE_STATIC on the
64         new CONST_DECL.
65
66 2006-11-11  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
67
68         * array.c: Add 2006 to copyright years.
69         * data.c: Same.
70         * interface.c: Same.
71         * misc.c: Same.
72         * trans-io.c: Same.
73
74 2006-11-11  Richard Guenther  <rguenther@suse.de>
75
76         * trans-intrinsic.c (enum rounding_mode): New enum.
77         (build_fix_expr, gfc_conv_intrinsic_aint, gfc_conv_intrinsic_mod,
78         gfc_conv_intrinsic_function): Use it instead of FIX_CEIL_EXPR,
79         FIX_FLOOR_EXPR, FIX_ROUND_EXPR and FIX_TRUNC_EXPR.
80
81 2006-11-10  Brooks Moses  <brooks.moses@codesourcery.com>
82
83         * lang.opt (-fmodule-private): Remove option.
84         * gfortran.h (gfc_option_t): Remove module_access_private flag.
85         * options.c (gfc_init_options): Remove initialization for it.
86         (gfc_handle_option): Remove handling for -fmodule-private.
87         * module.c (gfc_check_access): Add comments, remove check for
88         gfc_option.flag_module_access_private.
89
90 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
91
92         PR fortran/29758
93         * check.c (gfc_check_reshape): Check that there are enough
94         elements in the source array as to be able to fill an array
95         defined by shape, when pad is absent.
96
97 2006-11-10 Paul Thomas <pault@gcc.gnu.org>
98
99         PR fortran/29315
100         * trans-expr.c (is_aliased_array): Treat correctly the case where the
101         component is itself and array or array reference.
102
103 2006-11-09  Brooks Moses  <brooks.moses@codesourcery.com>
104
105         * check.c (same_type_check): Typo fix in comment.
106
107 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
108
109         PR fortran/29431
110         * trans-array.c    (get_array_ctor_strlen): If we fall through to
111         default, use a constant character length if it is available.
112
113 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
114
115         PR fortran/29744
116         * trans-types.c (gfc_get_derived_type): Ensure that the
117         proc_name namespace is not the same as the owner namespace and
118         that identical derived types in the same namespace share the
119         same backend_decl.
120
121 2006-11-09 Paul Thomas <pault@gcc.gnu.org>
122
123         PR fortran/29699
124         * trans-array.c (structure_alloc_comps): Detect pointers to
125         arrays and use indirect reference to declaration.
126         * resolve.c (resolve_fl_variable): Tidy up condition.
127         (resolve_symbol): The same and only add initialization code if
128         the symbol is referenced.
129         * trans-decl.c (gfc_trans_deferred_vars): Call gfc_trans_
130         deferred_array before gfc_trans_auto_array_allocation.
131
132         PR fortran/21370
133         * symbol.c (check_done): Remove.
134         (gfc_add_attribute): Remove reference to check_done and remove
135         the argument attr_intent.
136         (gfc_add_allocatable, gfc_add_dimension, gfc_add_external,
137         gfc_add_intrinsic, gfc_add_optional, gfc_add_pointer,
138         gfc_add_cray_pointer, gfc_add_cray_pointee, gfc_add_result,
139         gfc_add_target, gfc_add_in_common, gfc_add_elemental,
140         gfc_add_pure, gfc_add_recursive, gfc_add_procedure,
141         gfc_add_type): Remove references to check_done.
142         * decl.c (attr_decl1): Eliminate third argument in call to
143         gfc_add_attribute.
144         * gfortran.h : Change prototype for gfc_add_attribute.
145
146 2006-11-08  Brooks Moses  <brooks.moses@codesourcery.com>
147
148         * invoke.texi: Added documentation for -fmax-errors option.
149
150 2006-11-08  Brooks Moses  <brooks.moses@codesourcery.com>
151
152         * lang.opt: Add -fmax-errors= option.
153         * gfortran.h (gfc_option_t): Add max_errors element.
154         * options.c (gfc_init_options): Set max_errors default value
155         to 25.
156         (gfc_handle_options): Assign -fmax_errors value to
157         gfc_option.max_errors.
158         * error.c (gfc_increment_error_count): New function, which
159         also checks whether the error count exceeds max_errors.
160         (gfc_warning): Use it.
161         (gfc_warning_now): Use it.
162         (gfc_notify_std): Use it.
163         (gfc_error): Use it.
164         (gfc_error_now): Use it.
165         (gfc_error_check): Use it.
166
167 2006-11-08  Brooks Moses  <brooks.moses@codesourcery.com>
168
169         * lang.opt: Remove non-working -qkind= option.
170         * gfortran.h (gfc_option_t): Remove q_kind member.
171         * options.c (gfc_init_options): Remove q_kind initialization.
172         (gfc_handle_option): Remove -qkind= option handling.
173         * primary.c: (match_real_constant): Remove 'Q' exponent.
174
175 2006-11-08  Tobias Burnus  <burnus@net-b.de>
176
177         * gfortran.texi: Add volatile and internal-file
178           namelist to Fortran 2003 status.
179         * intrinsic.texi: Correct CHMOD entry.
180
181 2006-11-07  Paul Thomas  <pault@gcc.gnu.org>
182
183         PR fortran/29539
184         PR fortran/29634
185         * decl.c (variable_decl): Add test for presence of proc_name.
186         * error.c (gfc_error_flag_test): New function.
187         * gfortran.h : Prototype for gfc_error_flag_test.
188
189 2006-11-07  Tobias Burnus  <burnus@net-b.de>
190
191         PR fortran/29601
192         * symbol.c (check_conflict, gfc_add_volatile): Add volatile support.
193         * decl.c (match_attr_spec, gfc_match_volatile): Add volatile support.
194         * gfortran.h (symbol_attribute): Add volatile_ to struct.
195         * resolve.c (was_declared): Add volatile support.
196         * trans-decl.c (gfc_finish_var_decl): Add volatile support.
197         * match.h: Declare gfc_match_volatile.
198         * parse.c (decode_statement): Recognize volatile.
199         * modules.c (ab_attribute, attr_bits, mio_symbol_attribute):
200           Add volatile support.
201         * dump-parse-tree.c (gfc_show_attr): Add volatile support.
202
203 2006-11-06  Tobias Burnus  <burnus@net-b.de>
204
205         * decl.c (match_attr_spec, gfc_match_enum): Unify gfc_notify_std
206           message for GFC_STD_F2003.
207         * array.c (gfc_match_array_constructor): Unify gfc_notify_std
208           message for GFC_STD_F2003.
209         * io.c (check_io_constraints): Unify gfc_notify_std message for
210           GFC_STD_F2003.
211         * resolve.c (resolve_actual_arglist): Unify gfc_notify_std message
212           for GFC_STD_F2003.
213
214 2006-11-06  Brooks Moses  <brooks.moses@codesourcery.com>
215
216         * intrinsic.texi: Added documentation for FTELL, GETLOG, and
217         HOSTNM intrinsics.
218
219 2006-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
220
221         PR fortran/29630
222         PR fortran/29679
223         * expr.c (find_array_section): Support vector subscripts.  Don't
224           add sizes for dimen_type == DIMEN_ELEMENT to the shape array.
225
226 2006-11-05  Bernhard Fischer  <aldot@gcc.gnu.org>
227
228         PR fortran/21061
229         * error.c (gfc_warning): If warnings_are_errors then treat
230         warnings as errors with respect to the exit code.
231         (gfc_notify_std): Ditto.
232         (gfc_warning_now): Ditto.
233
234 2006-11-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu,org>
235             Paul Thomas  <pault@gcc.gnu.org>
236
237         PR fortran/24518
238         * trans-intrinsic.c (gfc_conv_intrinsic_mod): Use built_in fmod
239         for both MOD and MODULO, if it is available.
240
241         PR fortran/29565
242         * trans-expr.c (gfc_conv_aliased_arg): For an INTENT(OUT), save
243         the declarations from the unused loops by merging the block
244         scope for each; this ensures that the temporary is declared.
245
246 2006-11-04  Brooks Moses  <brooks.moses@codesourcery.com>
247
248         * error.c (show_locus): Add trailing colon in error messages.
249         (error_print): Avoid leading space in error lines.
250
251 2006-11-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
252
253         PR fortran/29713
254         * expr.c (gfc_simplify_expr): Correct memory allocation.
255
256 2006-11-02  Brooks Moses  <brooks.moses@codesourcery.com>
257
258         * error.c (show_locus): Remove "In file" from error messages.
259
260 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
261
262         * trans-decl.c (gfc_generate_constructors): Update for removal
263         of get_file_function_name.
264
265 2006-11-01  Bernhard Fischer  <aldot@gcc.gnu.org>
266
267         PR fortran/29537
268         * trans-common.c (gfc_trans_common): If the blank common is
269         in a procedure or program without a name then proc_name is null, so
270         use the locus of the common.
271         (gfc_sym_mangled_common_id): Fix whitespace.
272         * match.c (gfc_match_common): Emit warning about blank common in
273         block data.
274
275 2006-10-31  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
276
277         PR fortran/29067
278         * decl.c (gfc_set_constant_character_len): NULL-terminate the
279         character constant string.
280         * data.c (create_character_intializer): Likewise.
281         * expr.c (gfc_simplify_expr): NULL-terminate the substring
282         character constant.
283         * primary.c (match_hollerith_constant): NULL-terminate the
284         character constant string.
285
286 2006-10-31  Paul Thomas  <pault@gcc.gnu.org>
287
288         PR fortran/29387
289         * trans-intrinsic.c (gfc_conv_intrinsic_len): Rearrange to have
290         a specific case for EXPR_VARIABLE and, in default, build an ss
291         to call gfc_conv_expr_descriptor for array expressions..
292
293         PR fortran/29490
294         * trans-expr.c (gfc_set_interface_mapping_bounds): In the case
295         that GFC_TYPE_ARRAY_LBOUND is not available, use descriptor
296         values for it and GFC_TYPE_ARRAY_UBOUND.
297
298         PR fortran/29641
299         * trans-types.c (gfc_get_derived_type): If the derived type
300         namespace has neither a parent nor a proc_name, set NULL for
301         the search namespace.
302
303 2006-10-30  Tobias Burnus  <burnus@net-b.de>
304
305         PR fortran/29452
306         * io.c (check_io_constraints): Fix keyword string comparison.
307
308 2006-10-30  Andrew Pinski  <pinskia@gmail.com>
309
310         PR fortran/29410
311         * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer):
312         Change over to create VIEW_CONVERT_EXPR instead of using an
313         ADDR_EXPR, a cast and then an indirect reference
314
315 2006-10-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
316
317         * trans-intrinsic.c (gfc_conv_intrinsic_loc): Make LOC return a
318         signed integer node.
319
320 2006-10-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
321
322         PR fortran/17741
323         * decl.c (get_proc_name): Bump current namespace refs count.
324
325 2006-10-29  Jakub Jelinek  <jakub@redhat.com>
326
327         PR fortran/29629
328         * trans-openmp.c (gfc_trans_omp_array_reduction): Set attr.flavor
329         of init_val_sym and outer_sym to FL_VARIABLE.
330
331 2006-10-29  Kazu Hirata  <kazu@codesourcery.com>
332
333         * intrinsic.texi: Fix a typo.
334
335 2006-10-27  Steven G. Kargl  <kargl@gcc.gnu.org>
336
337         * gfortran.h: Remove GFC_MPFR_TOO_OLD.
338         * arith.c (arctangent2): Remove function
339         (gfc_check_real_range): Remove subnormal kludge.
340         * arith.h: Remove arctangent2 prototype.
341         * simplify.c: (gfc_simplify_atan2): Remove use of arctangent2.
342         (gfc_simplify_exponent, gfc_simplify_log, gfc_simplify_nearest,
343         gfc_simplify_rrspacing, gfc_simplify_spacing): Remove mpfr kludges.
344
345 2006-10-28  Tobias Burnus  <burnus@net-b.de>
346
347         PR fortran/28224
348         * io.c (check_io_constraints): Allow namelists
349           for internal files for Fortran 2003.
350
351 2006-10-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
352
353         PR fortran/27954
354         * decl.c (gfc_free_data_all): New function to free all data structures
355         after errors in DATA statements and declarations.
356         (top_var_list): Use new function.(top_val_list): Use new function.
357         (gfc_match_data_decl): Use new function.
358         * misc.c (gfc_typename): Fixed incorrect function name in error text. 
359
360 2006-10-24  Erik Edelmann  <eedelman@gcc.gnu.org>
361
362         PR fortran/29393
363         * expr.c (simplify_parameter_variable): Keep rank of original
364         expression.
365
366 2006-10-23 Rafael Avila de Espindola  <rafael.espindola@gmail.com>
367
368         * Make-lang.in (f951$(exeext)): Depend on and link with attribs.o.
369         * trans.h (builtin_function): Rename to gfc_builtin_function.
370         Change the signature.
371         * 95-lang.c (LANG_HOOKS_BUILTIN_FUNCTION): Define as
372         gfc_builtin_function.
373         (builtin_function): Rename to gfc_builtin_function. Move common
374         code to builtin_function.
375         (gfc_define_builtin): Replace calls to builtin_function with
376         gfc_define_builtin.
377
378 2006-10-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
379
380         PR fortran/26025
381         * lang.opt: Add -fexternal-blas and -fblas-matmul-limit options.
382         * options.c (gfc_init_options): Initialize new flags.
383         (gfc_handle_option): Handle new flags.
384         * gfortran.h (gfc_option): Add flag_external_blas and
385         blas_matmul_limit flags.
386         * trans-expr.c (gfc_conv_function_call): Use new argument
387         append_args, appending it at the end of the argument list
388         built for a function call.
389         * trans-stmt.c (gfc_trans_call): Use NULL_TREE for the new
390         append_args argument to gfc_trans_call.
391         * trans.h (gfc_conv_function_call): Update prototype.
392         * trans-decl.c (gfc_build_intrinsic_function_decls): Add
393         prototypes for BLAS ?gemm routines.
394         * trans-intrinsic.c (gfc_conv_intrinsic_funcall): Generate the
395         extra arguments given to the library matmul function, and give
396         them to gfc_conv_function_call.
397         * invoke.texi: Add documentation for -fexternal-blas and
398         -fblas-matmul-limit.
399
400 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
401
402         * Make-lang.in (F95_LIBS): Delete.
403         * f951$(exeext): Use $(LIBS) instead of $(F95_LIBS).
404         * config-lang.in (need_gmp): Delete.
405
406 2006-10-19  Brooks Moses  <bmoses@stanford.edu>
407
408         * invoke.texi: Fixed "denormal" typo.
409
410 2006-10-19  Paul Thomas <pault@gcc.gnu.org>
411
412         PR fortran/29216
413         PR fortran/29314
414         * gfortran.h : Add EXEC_INIT_ASSIGN.
415         * dump-parse-tree.c (gfc_show_code_node): The same.
416         * trans-openmp.c (gfc_trans_omp_array_reduction): Set new
417         argument for gfc_trans_assignment to false.
418         * trans-stmt.c (gfc_trans_forall_1): The same.
419         * trans-expr.c (gfc_conv_function_call, gfc_trans_assign,
420         gfc_trans_arrayfunc_assign, gfc_trans_assignment): The
421         same. In the latter function, use the new flag to stop
422         the checking of the lhs for deallocation.
423         (gfc_trans_init_assign): New function.
424         * trans-stmt.h : Add prototype for gfc_trans_init_assign.
425         * trans.c (gfc_trans_code): Implement EXEC_INIT_ASSIGN.
426         * trans.h : Add new boolean argument to the prototype of
427         gfc_trans_assignment.
428         * resolve.c (resolve_allocate_exp): Replace EXEC_ASSIGN by
429         EXEC_INIT_ASSIGN.
430         (resolve_code): EXEC_INIT_ASSIGN does not need resolution.
431         (apply_default_init): New function.
432         (resolve_symbol): Call it for derived types that become
433         defined but which do not already have an initialization
434         expression..
435         * st.c (gfc_free_statement): Include EXEC_INIT_ASSIGN.
436
437 2006-10-16  Tobias Burnus  <burnus@net-b.de>
438
439         * primary.c: Revert 'significand'-to-'significant' comment change.
440         * invoke.texi (Warning Options): Minor cleanup for
441           -Wimplicit-interface.
442
443 2006-10-17  Paul Thomas <pault@gcc.gnu.org>
444
445         PR fortran/29451
446         * trans-array.c (gfc_trans_array_bounds): Test for and set
447         negative stride of a non-constant bound array to zero.
448
449         PR fortran/29392
450         * data.c (create_character_intializer): Copy and simplify
451         the expressions for the start and end of a sub-string
452         reference.
453
454 2006-10-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
455
456         * io.c (gfc_match_close): Ensure that status is terminated by
457         a NULL element.
458
459 2006-10-16  Tobias Burnus  <burnus@net-b.de>
460
461         * trans-stmt.c: Fix a typo
462         * invoke.texi: Fix typos
463         * resolve.c: Fix a comment typo
464         * trans-decl.c: Fix a comment typo
465         * primary.c: Fix a comment typo
466
467 2006-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>
468
469         PR fortran/29403
470         * io.c (match_io):  Check for a default-char-expr for PRINT format.
471
472 2006-10-15  Bernhard Fischer  <aldot@gcc.gnu.org>
473
474         PR fortran/24767
475         * lang.opt (Wunused-labels): Remove.
476         * options.c: Remove references to gfc_option.warn_unused_labels.
477         * gfortran.h: Remove variable warn_unused_labels.               
478         * resolve.c (warn_unused_fortran_label) : Use warn_unused_label
479         instead of gfc_option.warn_unused_labels.
480         * invoke.texi: Remove documentation of -Wunused-labels.
481
482 2006-10-14  Tobias Burnus  <burnus@net-b.de>
483
484         * gfortran.texi: Add link to GFortran apps
485         * intrinsic.texi: Updated documentation of ACCESS and CHMOD
486
487 2006-10-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
488
489         PR fortran/19261
490         * scanner.c (load_line): Add checks for illegal use of '&' and issue
491         warnings.  Issue errors with -pedantic.
492
493 2006-10-14 Paul Thomas <pault@gcc.gnu.org>
494
495         PR fortran/29371
496         * trans-expr.c (gfc_trans_pointer_assignment): Add the expression
497         for the assignment of null to the data field to se->pre, rather
498         than block.     
499
500 2006-10-14  Kazu Hirata  <kazu@codesourcery.com>
501
502         * intrinsic.texi: Fix typos.
503         * trans-array.c: Fix a comment typo.
504
505 2006-10-13  Brooks Moses  <bmoses@stanford.edu>
506
507         * intrinsic.texi (STAT): Reverted a format in example code to
508         octal; noted this in accompanying string.
509
510 2006-10-13 Paul Thomas <pault@gcc.gnu.org>
511
512         PR fortran/29373
513         * decl.c (get_proc_name, gfc_match_function_decl): Add
514         attr.implicit_type to conditions that throw error for
515         existing explicit interface and that allow new type-
516         spec to be applied.
517
518         PR fortran/29407
519         * resolve.c (resolve_fl_namelist): Do not check for
520         namelist/procedure conflict, if the symbol corresponds
521         to a good local variable declaration.
522
523         PR fortran/27701
524         * decl.c (get_proc_name): Replace the detection of a declared
525         procedure by the presence of a formal argument list by the
526         attributes of the symbol and the presence of an explicit
527         interface.
528
529         PR fortran/29232
530         * resolve.c (resolve_fl_variable): See if the host association
531         of a derived type is blocked by the presence of another type I
532         object in the current namespace.
533
534         PR fortran/29364
535         * resolve.c (resolve_fl_derived): Check for the presence of
536         the derived type for a derived type component.
537
538         PR fortran/24398
539         * module.c (gfc_use_module): Check that the first words in a
540         module file are 'GFORTRAN module'.
541
542         PR fortran/29422
543         * resolve.c (resolve_transfer): Test functions for suitability
544         for IO, as well as variables.
545
546         PR fortran/29428
547         * trans-expr.c (gfc_trans_scalar_assign): Remove nullify of
548         rhs expression.
549
550 2006-10-13  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
551
552         PR fortran/29391
553         * trans-intrinsic.c (gfc_conv_intrinsic_bound): Generate correct
554         code for LBOUND and UBOUND intrinsics.
555
556 2006-10-13  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
557
558         PR fortran/21435
559         * io.c (compare_to_allowed_values): New function.
560         (gfc_match_open): Add checks for constant values of specifiers.
561         (gfc_match_close): Add checks for constant values of the STATUS
562         specifier.
563
564 2006-10-12  Brooks Moses  <bmoses@stanford.edu>
565
566         * intrinsic.texi (STAT): Fixed a format typo in sample code.
567
568 2006-10-12  Brooks Moses  <bmoses@stanford.edu>
569
570         * intrinsic.texi (STAT): Shortened lines in sample code.
571
572 2006-10-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
573
574         * gfortran.h (gfc_show_actual_arglist, gfc_show_array_ref,
575         gfc_show_array_spec, gfc_show_attr, gfc_show_code,
576         gfc_show_components, gfc_show_constructor, gfc_show_equiv,
577         gfc_show_expr, gfc_show_namelist, gfc_show_ref, gfc_show_symbol,
578         gfc_show_typespec): Add prototypes.
579         * dump-parse-tree.c (gfc_show_actual_arglist, gfc_show_array_ref,
580         gfc_show_array_spec, gfc_show_attr, gfc_show_code,
581         gfc_show_components, gfc_show_constructor, gfc_show_equiv,
582         gfc_show_expr, gfc_show_namelist, gfc_show_ref, gfc_show_symbol,
583         gfc_show_typespec): Remove 'static' from declaration.
584
585 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
586
587         * invoke.texi, gfortran.texi: Corrected erronous dashes.
588
589 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
590
591         * Make-lang.in: Added "fortran.pdf", "gfortran.pdf" target
592         support.
593
594 2006-10-10  Daniel Franke  <franke.daniel@gmail.com>
595
596         * intrinsic.texi: added documentation for FSTAT, GETARG,GET_COMMAND,
597         GET_COMMAND_ARGUMENT, GETENV, GET_ENVIRONMENT_VARIABLE, IAND, IARGC,
598         LSTAT and STAT, removed the reference to PR19292 from ACCESS, CHMOD,
599         GMTIME, LSHIFT, LTIME, RSHIFT.
600
601 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
602
603         * gfortran.texi (Standards): Update to current status.
604
605 2006-10-09  Brooks Moses  <bmoses@stanford.edu>
606
607         * Make-lang.in: Added intrinsic.texi to GFORTRAN_TEXI
608         dependences.
609
610 2006-10-09  Brooks Moses  <bmoses@stanford.edu>
611
612         * intrinsic.texi (MOVE_ALLOC): changed "Options" to "Standards".
613
614 2006-10-09  Steven G. Kargl  <kargl@gcc.gnu.org>
615
616         * gfortran.h: Define GFC_MPFR_TOO_OLD via mpfr version info.
617         * arith.c (arctangent, gfc_check_real_range): Use it.   
618         * simplify.c (gfc_simplify_atan2, gfc_simplify_exponent,
619         gfc_simplify_log, gfc_simplify_nearest): Use it.
620
621         PR fortran/15441
622         PR fortran/29312
623         * iresolve.c (gfc_resolve_rrspacing): Give rrspacing library
624         routine hidden precision argument.
625         (gfc_resolve_spacing): Give spacing library routine hidden
626         precision, emin - 1, and tiny(x) arguments.
627         * simplify.c (gfc_simplify_nearest): Remove explicit subnormalization.
628         (gfc_simplify_rrspacing): Implement formula from Fortran 95 standard.
629         (gfc_simplify_spacing): Implement formula from Fortran 2003 standard.
630         * trans-intrinsic.c (gfc_intrinsic_map_t) Declare rrspacing and
631         spacing via LIBF_FUNCTION
632         (prepare_arg_info, call_builtin_clz, gfc_conv_intrinsic_spacing,
633         gfc_conv_intrinsic_rrspacing): Remove functions.
634         (gfc_conv_intrinsic_function): Remove calls to
635         gfc_conv_intrinsic_spacing and gfc_conv_intrinsic_rrspacing.
636         * f95-lang.c (gfc_init_builtin_functions): Remove __builtin_clz,
637         __builtin_clzl and __builtin_clzll
638
639 2006-10-09  Richard Henderson  <rth@redhat.com>
640
641         Revert emutls patch.
642
643 2006-10-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
644
645         * intrinsic.c (add_sym_0s, add_sym_1s, add_sym_2s, add_sym_3s,
646         add_sym_4s, add_sym_5s, add_functions): Use macro ACTUAL_NO,
647         ACTUAL_YES, NOT_ELEMENTAL and ELEMENTAL instead of constants
648         0 and 1 as second and third arguments to add_sym* functions.
649
650 2006-10-08  Erik Edelmann <edelmann@gcc.gnu.org>
651             Paul Thomas <pault@gcc.gnu.org>
652
653         PR fortran/20541
654         * interface.c (gfc_compare_derived_types): Add comparison of
655         the allocatable field.
656         * intrinsic.c (add_subroutines): Add MOVE_ALLOC.
657         * trans-expr.c (gfc_conv_aliased_arg, gfc_trans_subarray_assign,
658         gfc_trans_subcomponent_assign, gfc_conv_string_parameter,
659         gfc_trans_scalar_assign): Add extra arguments l_is_temp
660         and r_is_var to references to latter function.
661         (gfc_conv_function_call): Add enum for types of argument and
662         an associated variable parm_kind. Deallocate components of
663         INTENT(OUT) and non-variable arrays.
664         (gfc_trans_subcomponent_assign): Add block to assign arrays
665         to allocatable components.
666         (gfc_trans_scalar_assign): Add block to handle assignments of
667         derived types with allocatable components, using the above new
668         arguments to control allocation/deallocation of memory and the
669         copying of allocated arrays.
670         * trans-array.c (gfc_array_allocate): Remove old identification 
671         of pointer and replace with that of an allocatable array. Add
672         nullify of structures with allocatable components. 
673         (gfc_conv_array_initializer): Treat EXPR_NULL.
674         (gfc_conv_array_parameter): Deallocate allocatable components
675         of non-variable structures.
676         (gfc_trans_dealloc_allocated): Use second argument of library
677         deallocate to inhibit, without error, freeing NULL pointers.
678         (get_full_array_size): New function to return the size of a
679         full array.
680         (gfc_duplicate_allocatable): New function to allocate and copy
681         allocated data.
682         (structure_alloc_comps): New recursive function to deallocate,
683         nullify or copy allocatable components.
684         (gfc_nullify_alloc_comp, gfc_deallocate_alloc_comp,
685         gfc_copy_alloc_comp): New interface functions to call previous.
686         (gfc_trans_deferred_array): Add the code to nullify allocatable
687         components, when entering scope, and to deallocate them on
688         leaving. Do not call gfc_trans_static_array_pointer and return
689         for structures with allocatable components and default
690         initializers.
691         * symbol.c (gfc_set_component_attr): Set allocatable field.
692         (gfc_get_component_attr): Set the allocatable attribute.
693         * intrinsic.h : Prototype for gfc_check_move_alloc.
694         * decl.c (build_struct): Apply TR15581 constraints for
695         allocatable components.
696         (variable_decl): Default initializer is always NULL for
697         allocatable components.
698         (match_attr_spec): Allow, or not, allocatable components,
699         according to the standard in force.
700         * trans-array.h : Prototypes for gfc_nullify_alloc_comp,
701         gfc_deallocate_alloc_comp, gfc_copy_alloc_comp and
702         gfc_duplicate_allocatable.
703         * gfortran.texi : Add mention of TR15581 extensions.
704         * gfortran.h : Add attribute alloc_comp, add
705         gfc_components field allocatable and add the prototype
706         for gfc_expr_to_initialize.
707         * trans-stmt.c (generate_loop_for_temp_to_lhs,
708         generate_loop_for_rhs_to_temp, gfc_trans_where_assign,
709         gfc_trans_where_3): Add extra arguments to calls to
710         gfc_trans_scalar_assign and set appropriately.
711         (gfc_trans_allocate): Nullify allocatable components.
712         (gfc_trans_deallocate): Deallocate to ultimate allocatable
713         components but stop at ultimate pointer components.
714         * module.c (mio_symbol_attribute, mio_symbol_attribute,
715         mio_component): Add module support for allocatable
716         components.
717         * trans-types.c (gfc_get_derived_type): Treat allocatable
718         components.
719         * trans.h : Add two boolean arguments to
720         gfc_trans_scalar_assign.
721         * resolve.c (resolve_structure_cons): Check conformance of
722         constructor element and the component.
723         (resolve_allocate_expr): Add expression to nullify the
724         constructor expression for allocatable components.
725         (resolve_transfer): Inhibit I/O of derived types with
726         allocatable components.
727         (resolve_fl_derived): Skip check of bounds of allocatable
728         components.
729         * trans-decl.c (gfc_get_symbol_decl): Add derived types
730         with allocatable components to deferred variable.
731         (gfc_trans_deferred_vars): Make calls for derived types
732         with allocatable components to gfc_trans_deferred_array.
733         (gfc_generate_function_code): Nullify allocatable
734         component function result on entry.
735         * parse.c (parse_derived): Set symbol attr.allocatable if
736         allocatable components are present.
737         * check.c (gfc_check_allocated): Enforce attr.allocatable
738         for intrinsic arguments.
739         (gfc_check_move_alloc): Check arguments of move_alloc.
740         * primary.c (gfc_variable_attr): Set allocatable attribute.
741         * intrinsic.texi : Add index entry and section for
742         for move_alloc.
743
744 2006-10-08  Paul Thomas <pault@gcc.gnu.org>
745
746         PR fortran/29115
747         * resolve.c (resolve_structure_cons): It is an error if the
748         pointer component elements of a derived type constructor are
749         not pointer or target.
750
751
752         PR fortran/29211
753         * trans-stmt.c (generate_loop_for_temp_to_lhs,
754         generate_loop_for_rhs_to_temp): Provide a string length for
755         the temporary by copying that of the other side of the scalar
756         assignment.
757
758 2006-10-08  Tobias Burnus  <burnus@net-b.de>
759
760         PR fortran/28585
761         * intrinsic.c (add_functions): Add new_line Fortran 2003 intrinsic.
762         * intrinsic.h: Add gfc_simplify_new_line and gfc_check_new_line
763         prototypes.
764         * check.c (gfc_check_new_line): New function.
765         * simplify.c (gfc_simplify_new_line): New function.
766         * intrinsic.texi: Document new_line intrinsic.
767
768 2006-10-07  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
769
770         PR fortran/16580
771         PR fortran/29288
772         * gcc/fortran/intrinsic.c (add_sym): Define the actual_ok when a
773         gfc_intrinsic_sym structure is filled.
774         (gfc_intrinsic_actual_ok): New function.
775         (add_sym_0s, add_sym_1s, add_sym_2s, add_sym_3s, add_sym_4s,
776         add_sym_5s): Intrinsic subroutines are not allowed as actual
777         arguments, so we remove argument actual_ok.
778         (add_functions): Correct the values for actual_ok of all intrinsics.
779         Add comments for gfc_check_access_func and gfc_resolve_index_func.
780         (add_subroutines): Remove the actual_ok argument, which was never used.
781         * gcc/fortran/intrinsic.h (gfc_intrinsic_actual_ok): New prototype.
782         * gcc/fortran/gfortran.h (gfc_resolve_index_func): New prototype.
783         * gcc/fortran/resolve.c (resolve_actual_arglist): Check whether
784         an intrinsic used as an argument list is allowed there.
785         * gcc/fortran/iresolve.c (gfc_resolve_index_func): New function.
786         (gfc_resolve_len): Change intrinsic function name to agree with
787         libgfortran.
788         * gcc/fortran/trans-decl.c (gfc_get_extern_function_decl): Add
789         new case, because some specific intrinsics take 3 arguments.
790         * gcc/fortran/intrinsic.texi: DIMAG is a GNU extension.
791
792 2006-10-06  Jakub Jelinek  <jakub@redhat.com>
793
794         PR fortran/28415
795         * trans-decl.c (gfc_finish_var_decl): With -fno-automatic, don't
796         make artificial variables or pointer to variable automatic array
797         TREE_STATIC.
798
799         * scanner.c (skip_free_comments): Return bool instead of void.
800         (gfc_next_char_literal): Don't return ' ' if & is missing after
801         !$omp or !$.  Use skip_{free,fixed}_comments directly instead
802         of gfc_skip_comments.
803
804 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
805
806         * gfortran.texi: (Current Status): update and rewrite to reflect
807         actual status more accurately.
808
809 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
810
811         * gfortran.texi: Consistently refer to the compiler as "GNU
812         Fortran".
813         * intrinsic.texi: Ditto.
814         * invoke.texi: Ditto.
815
816 2006-10-04  Richard Henderson  <rth@redhat.com>
817             Jakub Jelinek  <jakub@redhat.com>
818
819         * f95-lang.c (gfc_init_builtin_functions): Add __emutls_get_address
820         and __emutls_register_common.
821         * openmp.c (gfc_match_omp_threadprivate): Don't error if !have_tls.
822         * trans-common.c (build_common_decl): Don't check have_tls.
823         * trans-decl.c (gfc_finish_var_decl): Likewise.
824         * types.def (BT_WORD, BT_FN_PTR_PTR): New.
825         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
826
827 2006-10-04  Paul Thomas <pault@gcc.gnu.org>
828
829         PR fortran/29343
830         * resolve.c (resolve_allocate_expr): Exclude derived types from
831         search for dependences between allocated variables and the
832         specification expressions for other allocations in the same
833         statement.
834
835 2006-10-04  Paul Thomas  <pault@gcc.gnu.org>
836
837         PR fortran/29098
838         * resolve.c (resolve_structure_cons): Do not return FAILURE if
839         component expression is NULL.
840
841 2006-10-03  Paul Thomas  <pault@gcc.gnu.org>
842
843         PR fortran/20779
844         PR fortran/20891
845         * resolve.c (find_sym_in_expr): New function that returns true
846         if a symbol is found in an expression.
847         (resolve_allocate_expr): Check whether the STAT variable is
848         itself allocated in the same statement.  Use the call above to
849         check whether any of the allocated arrays are used in array
850         specifications in the same statement.
851
852 2006-10-03  Steven G. Kargl  <kargl@gcc.gnu.org>
853
854         * arith.c (gfc_check_real_range):  Use correct exponent range for
855         subnormal numbers.
856
857 2006-10-03  Paul Thomas  <pault@gcc.gnu.org>
858
859         PR fortran/29284
860         PR fortran/29321
861         PR fortran/29322
862         * trans-expr.c (gfc_conv_function_call): Check the expression
863         and the formal symbol are present when testing the actual
864         argument.
865
866         PR fortran/25091
867         PR fortran/25092
868         * resolve.c (resolve_entries): It is an error if the entries
869         of an array-valued function do not have the same shape.
870
871 2006-10-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
872
873         PR middle-end/27478
874         * trans-decl.c (gfc_get_fake_result_decl): Mark var as
875         TREE_ADDRESSABLE.
876
877 2006-10-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
878
879         PR fortran/19262
880         * gfortran.h (gfc_option_t): Add max_continue_fixed and
881         max_continue_free.
882         * options.c (gfc_init_options): Initialize fixed form and free form
883         consecutive continuation line limits.
884         * scanner.c (gfc_scanner_init_1): Initialize continue_line
885         and continue_count. (gfc_next_char_literal): Count the number of
886         continuation lines in the current statement and warn if limit
887         is exceeded.
888
889 2006-10-02  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
890
891         PR fortran/19260
892         * scanner.c (gfc_next_char_literal): Add check for missing '&'
893         and warn if in_string, otherwise return ' '.
894
895 2006-10-02  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
896
897         PR fortran/29210
898         * primary.c (match_sym_complex_part): Named constants as real or
899         imaginary part of complex a named constant are only allowed in
900         Fortran 2003.
901
902 2006-10-01  Brooks Moses  <bmoses@stanford.edu>
903
904         * gfortran.texi: Corrected references to MALLOC intrinsic.
905         * invoke.texi: Minor cleanup and clarification to the Dialect
906         Options section.
907
908 2006-09-30  Brooks Moses  <bmoses@stanford.edu>
909
910         * invoke.texi:  Add mention of BOZ constants and integer
911         overflow to -fno-range-check.
912         * gfortran.texi:  Add mention of -fno-range-check to
913         section on BOZ contants.
914
915 2006-09-30  Bernhard Fischer  <aldot@gcc.gnu.org>
916
917         * resolve.c: Fix commentary typo.  Fix whitespace.
918
919 2006-09-28  Steven G. Kargl  <kargl@gcc.gnu.org>
920
921         fortran/29147
922         * arith.c (gfc_check_integer_range): Disable range checking via
923         -fno-range-check.
924
925 2006-09-28  Steven G. Kargl <kargl@gcc.gnu.org>
926
927         * arith.c: Change conditional test for inclusion of arctangent().
928         (gfc_check_real_range): Change conditional test for use of
929         mpfr_subnormalize.
930         * simplify.c (gfc_simplify_atan2): Fix conditional for use of
931         mpfr_atan2() instead of arctangent().
932         (gfc_simplify_exponent): Fix conditional for use of mpfr_get_exp().
933         (gfc_simplify_log): Fix conditional for use of mpfr_atan2() instead
934          of arctangent().
935         (gfc_simplify_nearest): Fix conditional for use of mpfr_nextafter(). 
936
937 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
938
939         * arith.c: Conditionally include arctangent2().
940         (gfc_check_real_range): Use mpfr_subnormalize in preference to local
941         hack.
942         * trans-intrinsic.c (gfc_get_intrinsic_lib_fndecl): Append
943         l for long double functions.
944         * simplify.c: Wrap Copyright to new line.
945         (gfc_simplify_atan2): Use mpfr_atan2 in preference to arctangent2().
946         (gfc_simplify_log): Ditto.
947
948
949         PR fortran/28276
950         * simplify.c (gfc_simplify_exponent): Use mpfr_get_exp in
951         preference to broken local hack.
952
953         PR fortran/27021
954         * simplify.c (gfc_simplify_nearest): Use mpfr_nexttoward and
955         mpfr_subnormalize to handle numbers near zero in preference to broken
956          local hack.
957
958 2006-09-26  Jakub Jelinek  <jakub@redhat.com>
959
960         PR fortran/29097
961         * scanner.c (include_line): Handle conditional include.
962
963 2006-09-25  Tobias Schluter  <tobias.schlueter@physik.uni-muenchen.de>
964
965         PR fortran/21203
966         * error.c (show_loci): No need to risk an ICE to output a
967         slightly nicer error message.
968
969 2006-09-19 Paul Thomas <pault@gcc.gnu.org>
970            Steven Bosscher  <steven@gcc.gnu.org>
971
972         PR fortran/29101
973         * trans-stmt.c (gfc_trans_character_select): Store the label
974         from select_string and then clean up any temporaries from the
975         conversion of the select expression, before branching to the
976         selected case.
977
978 2006-09-18 Paul Thomas <pault@gcc.gnu.org>
979
980         PR fortran/28526
981         * primary.c (match_variable): If the compiler is in a module
982         specification block, an interface block or a contains section,
983         reset host_flag to force the changed symbols mechanism.
984
985         PR fortran/29101
986         * trans-stmt.c (gfc_trans_character_select): Add the post block
987         for the expression to the main block, after the call to
988         select_string and the last label.
989
990 2006-09-18  Paul Thomas  <pault@gcc.gnu.org>
991
992         PR fortran/29060
993         * iresolve.c (resolve_spread): Build shape for result if the
994         source shape is available and dim and ncopies are constants.
995
996 2006-09-18  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
997
998         PR fortran/28817
999         PR fortran/21918
1000         * trans-decl.c (generate_local_decl): Change from 'warning' to
1001         'gfc_warning' to have line numbers correctly reported.
1002
1003 2006-09-15  Paul Thomas  <pault@gcc.gnu.org>
1004
1005         PR fortran/29051
1006         * decl.c (match_old_style_init): Set the 'where' field of the
1007         gfc_data structure 'newdata'.
1008
1009         * match.c (match_case_eos): Add a comprehensible error message.
1010
1011 2006-09-13  Wolfgang Gellerich  <gellerich@de.ibm.com>
1012
1013         * trans-expr.c (gfc_add_interface_mapping): For characters, dereference
1014         pointer if necessary and then perform the cast.
1015
1016 2006-09-11  Steven G. Kargl  <kargl@gcc.gnu.org>
1017
1018         * intrinsic.c: Update Copyright date.
1019         * intrinsic.h: Ditto.
1020
1021 2006-09-11  Paul Thomas  <pault@gcc.gnu.org>
1022
1023         PR fortran/28890
1024         * trans-expr.c (gfc_conv_function_call): Obtain the string length
1025         of a dummy character(*) function from the symbol if it is not
1026         already translated.  For a call to a character(*) function, use
1027         the passed, hidden string length argument, which is available
1028         from the backend_decl of the formal argument.
1029         * resolve.c (resolve_function): It is an error if a function call
1030         to a character(*) function is other than a dummy procedure or
1031         an intrinsic.
1032
1033 2006-09-10  Paul Thomas  <pault@gcc.gnu.org>
1034
1035         PR fortran/28959
1036         * trans-types.c (gfc_get_derived_type): Use the parent namespace of
1037         the procedure if the type's own namespace does not have a parent.
1038
1039 2006-09-10  Paul Thomas  <pault@gcc.gnu.org>
1040
1041         PR fortran/28923
1042         * expr.c (find_array_section): Only use the array lower and upper
1043         bounds for the start and end of the sections, where the expr is
1044         NULL.
1045
1046 2006-09-10  Paul Thomas <pault@gcc.gnu.org>
1047
1048         PR fortran/28914
1049         * trans-array.c (gfc_trans_array_constructor_value): Create a temporary
1050         loop variable to hold the current loop variable in case it is modified
1051         by the array constructor.
1052
1053 2006-09-07  Steven G. Kargl  <kargls@comcast.net>
1054
1055         * gfortran.h (gfc_integer_info): Eliminate max_int.
1056         * arith.c (gfc_arith_init_1): Remove initialization of max_int.
1057         (gfc_arith_done_1): Remove clearing of max_int.
1058         (gfc_check_integer_range): Fix range chekcing of overflow.
1059         * simplify.c (gfc_simplify_not): Construct mask that was max_int.
1060
1061 2006-09-05  Paul Thomas <pault@gcc.gnu.org>
1062
1063         PR fortran/28908
1064         * gfortran.h : Restore the gfc_dt_list structure and reference
1065         to it in gfc_namespace.
1066         * resolve.c (resolve_fl_derived): Restore the building of the
1067         list of derived types for the current namespace. Modify the
1068         restored code so that a check is made to see if the symbol is
1069         already in the list.
1070         (resolve_fntype): Make sure that the specification block
1071         version of the derived type is used for a module function that
1072         returns that type. 
1073         * symbol.c (gfc_free_dt_list): Restore.
1074         (gfc_free_namespace): Restore call to previous.
1075         * trans-types.c (copy_dt_decls_ifequal): Restore.
1076         (gfc_get_derived_type): Restore all the paraphenalia for
1077         association of derived types, including calls to previous.
1078         Modify the restored code such that all derived types are built
1079         if their symbols are found in the parent namespace; not just
1080         non-module types.  Add backend_decls to like derived types in
1081         sibling namespaces, as well as that of the derived type.
1082
1083 2006-08-30  Kazu Hirata  <kazu@codesourcery.com>
1084
1085         * match.c: Fix a comment typo.
1086
1087 2006-08-30  Paul Thomas  <pault@gcc.gnu.org>
1088
1089         PR fortran/28885
1090         * trans-expr.c (gfc_conv_aliased_arg): Ensure that the temp
1091         declaration is retained for INTENT(OUT) arguments.
1092
1093         PR fortran/28873
1094         PR fortran/20067
1095         * resolve.c (resolve_generic_f): Make error message more
1096         comprehensible.
1097         (resolve_generic_s): Restructure search for specific procedures
1098         to be similar to resolve_generic_f and change to similar error
1099         message.  Ensure that symbol reference is refreshed, in case
1100         the search produces a NULL.
1101         (resolve_specific_s): Restructure search, as above and as
1102         resolve_specific_f. Ensure that symbol reference is refreshed,
1103         in case the search produces a NULL.
1104
1105         PR fortran/25077
1106         PR fortran/25102
1107         * interface.c (check_operator_interface): Throw error if the
1108         interface assignment tries to change intrinsic type assigments
1109         or has less than two arguments.  Also, it is an error if an
1110         interface operator contains an alternate return.
1111
1112         PR fortran/24866
1113         * parse.c (gfc_fixup_sibling_symbols): Do not modify the symbol
1114         if it is a dummy in the contained namespace.
1115
1116 2006-08-29  Steven G. Kargl  <kargls@comcast.net>
1117
1118         PR fortran/28866
1119         * match.c: Wrap copyright.
1120         (gfc_match_assignment):  Return MATCH_NO for failed lvalue.  Remove
1121         gotos.  Move error handling of FL_PARAMETER to ...
1122         * gfc_match_if: Deal with MATCH_NO from above.
1123         * primary.c: Wrap copyright.
1124         (match_variable): ... here.  Improve error messages.
1125
1126 2006-08-29  Paul Thomas  <pault@gcc.gnu.org>
1127
1128         PR fortran/28788
1129         * symbol.c (gfc_use_derived): Never eliminate the symbol,
1130         following reassociation of use associated derived types.
1131
1132 2006-08-26  Steven G. Kargl  <kargls@comcast.net>
1133
1134         * arith.h: Update Copyright dates.  Fix whitespace.
1135         * arith.c: Update Copyright dates.  Fix whitespace.  Fix comments.
1136         (gfc_arith_done_1): Clean up pedantic_min_int and subnormal.
1137
1138 2006-08-26  Tobias Burnus  <burnus@net-b.de>
1139
1140         * gfortran.texi: Note variable initialization causes SAVE attribute.
1141         * intrinsic.texi: Clarify support for KIND=16 and KIND=10.
1142         Mention -std=f2003.  Cross reference INQUIRE from ACCESS intrinsic.
1143         Add missing ) in ACOS.
1144
1145 2006-08-26  Daniel Franke  <franke.daniel@gmail.com>
1146
1147         * intrinsic.texi: Update Copyright date.  Added documentation
1148         for ACOSH, AND, ASINH, ATANH, CHDIR, FGET, FGETC, FPUT, FPUTC,
1149         GETCWD, OR and XOR intrinsics, removed inadvertently introduced
1150         doc-stubs for EQV and NEQV, corrected some typographical errors.
1151
1152 2006-08-24  Daniel Franke  <franke.daniel@gmail.com>,
1153             Brooks Moses  <bmoses@stanford.edu>
1154
1155         * intrinsic.texi: Added doc-stubs for undocumented intrinsics,
1156         added a "See Also" section, renamed the "Options" section to
1157         "Standard", improved the index, and made numerous minor
1158         typo corrections and grammatical fixes.
1159
1160 2006-08-24  Paul Thomas  <pault@gcc.gnu.org>
1161
1162         PR fortran/28788
1163         * symbol.c (shift_types): Shift the derived type references in
1164         formal namespaces.
1165         (gfc_use_derived): Return if the derived type symbol is already
1166         in another namspace.  Add searches for the derived type in
1167         sibling namespaces.
1168
1169         PR fortran/28771
1170         * decl.c (add_init_expr_to_sym): Restore the original but
1171         restricted to parameter arrays to fix a regression.
1172
1173 2006-08-23  Steven G. Kargl  <kargls@comcast.net>
1174
1175         * gfortran.texi:  Fix last commit where a "no" was deleted and
1176         a grammatical error was introduced.
1177
1178 2006-08-23  Steven G. Kargl  <kargls@comcast.net>
1179
1180         * gfortran.texi:  Spell check.  Add a few contributors to
1181         Chapter 9.  Expand the description of BOZ constant handling.
1182
1183 2006-08-20  Janne Blomqvist  <jb@gcc.gnu.org>
1184
1185         PR fortran/25828
1186         * gfortran.texi: Mention STREAM I/O among supported F2003
1187         features.
1188
1189 2006-08-20  Paul Thomas  <pault@gcc.gnu.org>
1190
1191         PR fortran/28601
1192         PR fortran/28630
1193         * gfortran.h : Eliminate gfc_dt_list structure and reference
1194         to it in gfc_namespace.
1195         * resolve.c (resolve_fl_derived): Remove the building of the
1196         list of derived types for the current namespace.
1197         * symbol.c (find_renamed_type): New function to find renamed
1198         derived types by symbol name rather than symtree name.
1199         (gfc_use_derived): Search parent namespace for identical
1200         derived type and use it, even if local version is complete,
1201         except in interface bodies. Ensure that renamed derived types
1202         are found by call to find_renamed_type. Recurse for derived
1203         type components.
1204         (gfc_free_dt_list): Remove.
1205         (gfc_free_namespace): Remove call to previous.
1206         * trans-types.c (copy_dt_decls_ifequal): Remove.
1207         (gfc_get_derived_type): Remove all the paraphenalia for
1208         association of derived types, including calls to previous.
1209         * match.c (gfc_match_allocate): Call gfc_use_derived to
1210         associate any derived types that are being allocated.
1211
1212         PR fortran/20886
1213         * resolve.c (resolve_actual_arglist): The passing of
1214         a generic procedure name as an actual argument is an
1215         error.
1216
1217         PR fortran/28735
1218         * resolve.c (resolve_variable): Check for a symtree before
1219         resolving references.
1220
1221         PR fortran/28762
1222         * primary.c (match_variable): Return MATCH_NO if the symbol
1223         is that of the program.
1224
1225         PR fortran/28425
1226         * trans-expr.c (gfc_trans_subcomponent_assign): Translate
1227         derived type component expressions other than another derived
1228         type constructor.
1229
1230         PR fortran/28496
1231         * expr.c (find_array_section): Correct errors in
1232         the handling of a missing start value for the
1233         index triplet in an array reference.
1234
1235         PR fortran/18111
1236         * trans-decl.c (gfc_build_dummy_array_decl): Before resetting
1237         reference to backend_decl, set it DECL_ARTIFICIAL.
1238         (gfc_get_symbol_decl): Likewise for original dummy decl, when
1239         a copy is made of an array.
1240         (create_function_arglist): Likewise for the _entry paramter
1241         in entry_masters.
1242         (build_entry_thunks): Likewise for dummies in entry thunks.
1243
1244         PR fortran/28600
1245         * trans-decl.c (gfc_get_symbol_decl): Ensure that the
1246         DECL_CONTEXT of the length of a character dummy is the
1247         same as that of the symbol declaration.
1248
1249         PR fortran/28771
1250         * decl.c (add_init_expr_to_sym): Remove setting of charlen for
1251         an initializer of an assumed charlen variable.
1252
1253         PR fortran/28660
1254         * trans-decl.c (generate_expr_decls): New function.
1255         (generate_dependency_declarations): New function.
1256         (generate_local_decl): Call previous if not either a dummy or
1257         a declaration in an entry master.
1258
1259 2006-08-19  Erik Edelmann  <eedelman@gcc.gnu.org>
1260
1261         PR fortran/25217
1262         * resolve.c (resolve_fl_variable): Set a default initializer for
1263         derived types with INTENT(OUT) even if 'flag' is true.
1264         * trans-expr.c (gfc_conv_function_call): Insert code to
1265         reinitialize INTENT(OUT) arguments of derived type with default
1266         initializers.
1267
1268 2006-08-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1269
1270         PR fortran/25828
1271         * gfortran.h: Add new pointer for stream position to st_inquire.
1272         Rename gfc_large_io_int_kind to gfc_intio_kind.
1273         * trans-types.c (gfc_init_kinds): use gfc_intio_kind.
1274         * io.c: Add new IO tag for file position going in and another for out.
1275         (match_dt_element): Match new tag_spos.
1276         (gfc_resolve_dt): Resolve new tag_spos.
1277         (gfc_free_inquire): Free inquire->strm_pos.
1278         (match_inquire_element): Match new tag_strm_out.
1279         (gfc_resolve_inquire): Resolve new tag_strm_out.
1280         * trans-io.c: Rename IOPARM_type_large_io_int to IOPARM_type_intio.
1281         (gfc_build_st_parameter): Same.
1282         (gfc_build_io_library_fndecls) Same. and add build pointer type pintio.
1283         (gfc_trans_inquire): Translate strm_pos for inquire.
1284         * ioparm.def: Reorder flags to accomodate addition of new inquire
1285         flag for strm_pos_out and add it in.
1286
1287 2006-08-06  Paul Thomas  <pault@gcc.gnu.org>
1288
1289         PR fortran/28590
1290         * parse.c (parse_derived): Remove the test for sequence type
1291         components of a sequence type.
1292         * resolve.c (resolve_fl_derived): Put the test here so that
1293         pointer components are tested.
1294
1295 2006-08-05  Steven G. Kargl <kargls@comcast.nt>
1296
1297         PR fortran/28548
1298         * resolve.c(resolve_elemental_actual): Add flags.h to use -pedantic
1299         and exclude conversion functions in conditional.  Change gfc_error
1300         to gfc_warning.
1301         (warn_unused_label) Rename to ...
1302         (warn_unused_fortran_label) avoid warn_unused_label in flags.h.
1303
1304 2006-07-30  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1305
1306         * intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.
1307         (add_subroutines): Add LTIME, GMTIME and CHMOD.
1308         * intrinsic.h (gfc_check_access_func, gfc_check_chmod,
1309         gfc_check_chmod_sub, gfc_check_ltime_gmtime, gfc_simplify_rshift,
1310         gfc_simplify_lshift, gfc_resolve_access, gfc_resolve_chmod,
1311         gfc_resolve_rshift, gfc_resolve_lshift, gfc_resolve_chmod_sub,
1312         gfc_resolve_gmtime, gfc_resolve_ltime): Add prototypes.
1313         * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_ACCESS,
1314         GFC_ISYM_CHMOD, GFC_ISYM_LSHIFT, GFC_ISYM_RSHIFT.
1315         * iresolve.c (gfc_resolve_access, gfc_resolve_chmod,
1316         gfc_resolve_rshift, gfc_resolve_lshift, gfc_resolve_chmod_sub,
1317         gfc_resolve_gmtime, gfc_resolve_ltime): New functions.
1318         * check.c (gfc_check_access_func, gfc_check_chmod,
1319         gfc_check_chmod_sub, gfc_check_ltime_gmtime): New functions.
1320         * trans-intrinsic.c (gfc_conv_intrinsic_rlshift): New function.
1321         (gfc_conv_intrinsic_function): Add cases for the new GFC_ISYM_*.
1322
1323 2006-07-28  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1324
1325         * Make-lang.in: Use $(HEADER_H) instead of header.h in dependencies.
1326
1327 2006-07-26  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1328
1329         * intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG,
1330         LSTAT, MCLOCK and MCLOCK8 intrinsic functions.
1331         (add_subroutines): Add LSTAT intrinsic subroutine.
1332         * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_INT2,
1333         GFC_ISYM_INT8, GFC_ISYM_LONG, GFC_ISYM_LSTAT, GFC_ISYM_MCLOCK
1334         and GFC_ISYM_MCLOCK8.
1335         * iresolve.c (gfc_resolve_int2, gfc_resolve_int8,
1336         gfc_resolve_long, gfc_resolve_lstat, gfc_resolve_mclock,
1337         gfc_resolve_mclock8, gfc_resolve_lstat_sub): New functions.
1338         * check.c (gfc_check_intconv): New function.
1339         * trans-intrinsic.c (gfc_conv_intrinsic_function): Add cases for
1340         the added GFC_ISYM_*.
1341         * simplify.c (gfc_simplify_intconv, gfc_simplify_int2,
1342         gfc_simplify_int8, gfc_simplify_long): New functions.
1343         * intrinsic.h (gfc_check_intconv, gfc_simplify_int2,
1344         gfc_simplify_int8, gfc_simplify_long, gfc_resolve_int2,
1345         gfc_resolve_int8, gfc_resolve_long, gfc_resolve_lstat,
1346         gfc_resolve_mclock, gfc_resolve_mclock8, gfc_resolve_lstat_sub):
1347         Add prototypes.
1348
1349 2006-07-24  Erik Edelmann  <eedelman@gcc.gnu.org>
1350
1351         PR fortran/28416
1352         * trans-array.c (gfc_conv_array_parameter): Give special treatment for
1353         ALLOCATABLEs if they are themselves dummy variables.
1354
1355 2006-07-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1356
1357         PR fortran/25289
1358         * gfortran.h: Declare gfc_large_io_int_kind.
1359         * trans-types.c (gfc_init_kinds): Set gfc_large_io_int_kind
1360         to size 8 or 4.
1361         * trans-io.c (enum iofield_type): Add large_io_int type.
1362         (gfc_build_st_parameter): Same.
1363         (gfc_build_io_library_fndecls): Same.
1364         * ioparm_def: Use large_io_int to define rec.
1365
1366 2006-07-22  Steven Bosscher  <steven@gcc.gnu.org> 
1367
1368         PR fortran/28439
1369         * trans-stmt.c (gfc_trans_arithmetic_if): Evaluate the condition once.
1370
1371 2006-07-16  Jakub Jelinek  <jakub@redhat.com>
1372
1373         PR fortran/28390
1374         * trans-openmp.c (gfc_trans_omp_do): Look for LASTPRIVATE in
1375         code->exp.omp_clauses rather than in the 3rd function argument.
1376
1377 2006-07-16  Paul Thomas  <pault@gcc.gnu.org>
1378
1379         PR fortran/28384
1380         * trans-common.c (translate_common): If common_segment is NULL
1381         emit error that common block does not exist.
1382
1383         PR fortran/20844
1384         * io.c (check_io_constraints): It is an error if an ADVANCE
1385         specifier appears without an explicit format.
1386
1387         PR fortran/28201
1388         * resolve.c (resolve_generic_s): For a use_associated function,
1389         do not search for an alternative symbol in the parent name
1390         space.
1391
1392         PR fortran/20893
1393         * resolve.c (resolve_elemental_actual): New function t combine
1394         all the checks of elemental procedure actual arguments. In
1395         addition, check of array valued optional args(this PR) has
1396         been added.
1397         (resolve_function, resolve_call): Remove parts that treated
1398         elemental procedure actual arguments and call the above.
1399
1400 2006-07-14  Steven G. Kargl  <kargls@comcast.net>
1401
1402         * trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths
1403
1404 006-07-13  Paul Thomas  <pault@gcc.gnu.org>
1405
1406         PR fortran/28353
1407         * trans-expr.c (gfc_conv_aliased_arg): Missing formal arg means
1408         that intent is INOUT (fixes regression).
1409
1410         PR fortran/25097
1411         * check.c (check_present): The only permitted reference is a
1412         full array reference.
1413
1414         PR fortran/20903
1415         * decl.c (variable_decl): Add error if a derived type is not
1416         from the current namespace if the namespace is an interface
1417         body.
1418
1419 2006-07-12  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1420
1421         PR fortran/28163
1422         * trans-expr.c (gfc_trans_string_copy): Generate inline code
1423         to perform string copying instead of calling a library function.
1424         * trans-decl.c (gfc_build_intrinsic_function_decls): Don't build
1425         decl for copy_string.
1426         * trans.h (gfor_fndecl_copy_string): Remove prototype.
1427
1428 2006-07-11  Feng Wang  <fengwang@nudt.edu.cn>
1429
1430         PR fortran/28213
1431         * trans-io.c (transfer_expr): Deal with Hollerith constants used in
1432         I/O list.
1433
1434 2006-07-07  Kazu Hirata  <kazu@codesourcery.com>
1435
1436         * intrinsic.texi: Fix typos.
1437
1438 2006-07-07  Paul Thomas  <pault@gcc.gnu.org>
1439
1440         PR fortran/28237
1441         PR fortran/23420
1442         * io.c (resolve_tag): Any integer that is not an assigned
1443         variable is an error.
1444
1445 2006-07-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1446
1447         PR fortran/28129
1448         * trans-array.c (gfc_trans_array_bound_check): Add a locus
1449         argument, and use it in the error messages.
1450         (gfc_conv_array_index_offset): Donc perform bounds checking on
1451         the last dimension of assumed-size arrays.
1452
1453 2006-07-06  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1454
1455         PR fortran/27874
1456         * trans-stmt.c (compute_inner_temp_size): Don't perform bounds
1457         checking when calculating the bounds of scalarization.
1458
1459 2006-07-05  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1460
1461         PR fortran/20892
1462         * interface.c (gfc_match_interface): Don't allow dummy procedures
1463         to have a generic interface.
1464
1465 2006-07-04  Paul Thomas  <pault@gcc.gnu.org>
1466
1467         PR fortran/28174
1468         * trans-array.c (gfc_conv_expr_descriptor): When building temp,
1469         ensure that the substring reference uses a new charlen.
1470         * trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
1471         the argument list, lift the treatment of missing string lengths
1472         from the above and implement the use of the intent.
1473         (gfc_conv_function_call): Add the extra argument to the call to
1474         the above.
1475
1476         PR fortran/28167
1477         * trans-array.c (get_array_ctor_var_strlen): Treat a constant
1478         substring reference.
1479         * array.c (gfc_resolve_character_array_constructor): Remove 
1480         static attribute and add the gfc_ prefix, make use of element
1481         charlens for the expression and pick up constant string lengths
1482         for expressions that are not themselves constant.
1483         * gfortran.h : resolve_character_array_constructor prototype
1484         added.
1485         * resolve.c (gfc_resolve_expr): Call resolve_character_array_
1486         constructor again after expanding the constructor, to ensure
1487         that the character length is passed to the expression.
1488
1489 2006-07-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1490             Daniel Franke  <franke.daniel@gmail.com>
1491
1492         * intrinsic.c (add_subroutines): Add ITIME and IDATE.
1493         * intrinsic.h (gfc_check_itime_idate,gfc_resolve_idate,
1494         fc_resolve_itime): New protos.
1495         * iresolve.c (gfc_resolve_itime, gfc_resolve_idate): New functions.
1496         * check.c (gfc_check_itime_idate): New function.
1497         * intrinsic.texi: Document the new intrinsics.
1498
1499 2006-07-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1500
1501         * intrinsics/date_and_time.c (itime0,idate0,itime_i4,itime_i8,
1502         idate_i4,idate_i8): New functions.
1503
1504
1505 2006-07-03  Asher Langton  <langton2@llnl.gov>
1506
1507         * decl.c (match_old_style_init): Add data attribute to symbol.
1508
1509 2006-07-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1510
1511         * iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
1512         Remove ATTRIBUTE_UNUSED for used argument.
1513
1514 2006-07-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1515
1516         * intrinsic.texi: Document new intrinsics.
1517
1518 2006-07-01  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
1519
1520         PR fortran/19259
1521         * parse.c (next_free): Error out on line starting with semicolon.
1522         (next_fixed): Fix formatting.  Error out on line starting with
1523         semicolon.
1524
1525 2006-06-30  Kazu Hirata  <kazu@codesourcery.com>
1526
1527         * check.c: Fix a comment typo.
1528
1529 2006-06-25  Paul Thomas  <pault@gcc.gnu.org>
1530
1531         PR fortran/25056
1532         * interface.c (compare_actual_formal): Signal an error if the formal
1533         argument is a pure procedure and the actual is not pure.
1534
1535         PR fortran/27554
1536         * resolve.c (resolve_actual_arglist): If the type of procedure
1537         passed as an actual argument is not already declared, see if it is
1538         an intrinsic.
1539
1540         PR fortran/25073
1541         * resolve.c (resolve_select): Use bits 1 and 2 of a new int to
1542         keep track of  the appearance of constant logical case expressions.
1543         Signal an error is either value appears more than once.
1544
1545         PR fortran/20874
1546         * resolve.c (resolve_fl_procedure): Signal an error if an elemental
1547         function is not scalar valued.
1548
1549         PR fortran/20867
1550         * match.c (recursive_stmt_fcn): Perform implicit typing of variables.
1551
1552         PR fortran/22038
1553         * match.c (match_forall_iterator): Mark new variables as
1554         FL_UNKNOWN if the match fails.
1555
1556         PR fortran/28119
1557         * match.c (gfc_match_forall): Remove extraneous call to
1558         gfc_match_eos.
1559
1560         PR fortran/25072
1561         * resolve.c (resolve_code, resolve_function): Rework
1562         forall_flag scheme so that it is set and has a value of
1563         2, when the code->expr (ie. the forall mask) is resolved.
1564         This is used to change "block" to "mask" in the non-PURE
1565         error message.
1566
1567 2006-06-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1568
1569         PR fortran/28081
1570         * resolve.c (resolve_substring): Don't issue out-of-bounds
1571         error messages when the range has zero size.
1572
1573 2006-06-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1574
1575         PR fortran/23862
1576         * lang-specs.h (f95-cpp-input): Pass -ffree-form to f951 unless
1577         -ffixed-form is explicitly specified.
1578
1579 2006-06-24  Paul Thomas  <pault@gcc.gnu.org>
1580
1581         PR fortran/28118
1582         * trans-array.c (gfc_conv_expr_descriptor): When building temp,
1583         use the substring reference to calculate the length if the
1584         expression does not have a charlen.
1585
1586 2006-06-24  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1587
1588         PR fortran/28094
1589         * trans-intrinsic.c (gfc_conv_intrinsic_mod): Support cases where
1590         there is no integer kind equal to the resulting real kind.
1591         * intrinsic.c (add_functions): MODULO is not allowed as an actual
1592         argument.
1593
1594 2006-06-23  Steven G. Kargl  <kargls@comcast.net>
1595
1596         PR fortran/27981
1597         * match.c (gfc_match_if):  Handle errors in assignment in simple if.
1598
1599 2006-06-22  Asher Langton  <langton2@llnl.gov>
1600
1601         PR fortran/24748
1602         * primary.c (gfc_match_rvalue): Don't call match_substring for
1603         implicit non-character types.
1604
1605 2006-06-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1606
1607         PR libfortran/26769
1608         * iresolve.c (gfc_resolve_reshape): Call reshape_r4 and
1609         reshape_r8 instead of reshape_4 and reshape_8.
1610         (gfc_resolve_transpose): Likewise for transpose.
1611
1612 2006-06-21  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1613
1614         * trans-expr.c (gfc_conv_missing_dummy, gfc_conv_unary_op,
1615         gfc_conv_cst_int_power, gfc_conv_string_tmp,
1616         gfc_conv_function_call): Replace calls to convert on constant
1617         integer nodes by build_int_cst.
1618         * trans-stmt.c (gfc_trans_do): Likewise.
1619         * trans-io.c (set_internal_unit, transfer_namelist_element):
1620         Likewise.
1621         * trans-decl.c (build_entry_thunks): Likewise.
1622
1623 2006-06-20  Steven G. Kargl  <kargls@comcast.net>
1624
1625         * simplify.c (gfc_simplify_rrspacing): Initialize and clear mpfr_t
1626         variable.
1627
1628 2006-06-20  Paul Thomas  <pault@gcc.gnu.org>
1629
1630         PR fortran/25049
1631         PR fortran/25050
1632         * check.c (non_init_transformational): New function.
1633         (find_substring_ref): New function to signal use of disallowed
1634         transformational intrinsic in an initialization expression.
1635         (gfc_check_all_any): Call previous if initialization expr.
1636         (gfc_check_count): The same.
1637         (gfc_check_cshift): The same.
1638         (gfc_check_dot_product): The same.
1639         (gfc_check_eoshift): The same.
1640         (gfc_check_minloc_maxloc): The same.
1641         (gfc_check_minval_maxval): The same.
1642         (gfc_check_gfc_check_product_sum): The same.
1643         (gfc_check_pack): The same.
1644         (gfc_check_spread): The same.
1645         (gfc_check_transpose): The same.
1646         (gfc_check_unpack): The same.
1647
1648         PR fortran/18769
1649         *intrinsic.c (add_functions): Add gfc_simplify_transfer.
1650         *intrinsic.h : Add prototype for gfc_simplify_transfer.
1651         *simplify.c (gfc_simplify_transfer) : New function to act as
1652         placeholder for eventual implementation.  Emit error for now.
1653
1654         PR fortran/16206
1655         * expr.c (find_array_element): Eliminate condition on length of
1656         offset. Add bounds checking. Rearrange exit. Return try and
1657         put gfc_constructor result as an argument.
1658         (find_array_section): New function.
1659         (find_substring_ref): New function.
1660         (simplify_const_ref): Add calls to previous.
1661         (simplify_parameter_variable): Return on NULL expr.
1662         (gfc_simplify_expr): Only call gfc_expand_constructor for full
1663         arrays.
1664
1665         PR fortran/20876
1666         * match.c (gfc_match_forall): Add missing locus to gfc_code.
1667
1668 2006-06-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1669
1670         PR fortran/26801
1671         * trans-intrinsic.c (gfc_conv_associated): Use pre and post blocks
1672         of the scalarization expression.
1673
1674 2006-06-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1675
1676         PR fortran/19310
1677         PR fortran/19904
1678         * arith.c (gfc_range_check): Return ARITH_OK if -fno-range-check. Add
1679         return of ARITH_NAN, ARITH_UNDERFLOW, and ARITH_OVERFLOW.
1680         (gfc_arith_divide): If -fno-range-check allow mpfr to divide by zero.
1681         * gfortran.h (gfc_option_t): Add new flag.
1682         * invoke.texi: Document new flag.
1683         * lang.opt: Add option -frange-check.
1684         * options.c (gfc_init_options): Initialize new flag.
1685         (gfc_handle_options): Set flag if invoked.
1686         * simplify.c (range_check): Add error messages for
1687         overflow, underflow, and other errors.
1688         * trans-const.c (gfc_conv_mpfr_to_tree): Build NaN and Inf from mpfr
1689         result.
1690
1691 2006-06-17  Karl Berry  <karl@gnu.org>
1692
1693         * gfortran.texi (@dircategory): Use "Software development"
1694         instead of "Programming", following the Free Software Directory.
1695
1696 2006-06-16  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1697
1698         PR fortran/27965
1699         * trans-array.c (gfc_conv_ss_startstride): Correct the runtime
1700         conditions for bounds-checking. Check for nonzero stride.
1701         Don't check the last dimension of assumed-size arrays. Fix the
1702         dimension displayed in the error message.
1703
1704 2006-06-15  Thomas Koenig <Thomas.Koenig@online.de>
1705
1706         * trans-array.h (gfc_trans_create_temp_array):  Add bool
1707         argument.
1708         * trans-arrray.c (gfc_trans_create_temp_array): Add extra
1709         argument "function" to show if we are translating a function.
1710         If we are translating a function, perform checks whether
1711         the size along any argument is negative.  In that case,
1712         allocate size 0.
1713         (gfc_trans_allocate_storage):  Add function argument (as
1714         false) to gfc_trans_create_temp_array call.
1715         * trans-expr.c (gfc_conv_function_call):  Add function
1716         argument (as true) to gfc_trans_create_temp_array call.
1717         * trans-stmt.c (gfc_conv_elemental_dependencies): Add
1718         function argument (as false) to gfc_trans_create_temp_array
1719         call.
1720         * trans-intrinsic.c:  Likewise.
1721
1722 2006-06-10  Paul Thomas  <pault@gcc.gnu.org>
1723
1724         PR fortran/24558
1725         PR fortran/20877
1726         PR fortran/25047
1727         * decl.c (get_proc_name): Add new argument to flag that a
1728         module function entry is being treated. If true, correct
1729         error condition, add symtree to module namespace and add
1730         a module procedure.
1731         (gfc_match_function_decl, gfc_match_entry,
1732         gfc_match_subroutine): Use the new argument in calls to
1733         get_proc_name.
1734         * resolve.c (resolve_entries): ENTRY symbol reference to
1735         to master entry namespace if a module function.
1736         * trans-decl.c (gfc_create_module_variable): Return if
1737         the symbol is an entry.
1738         * trans-exp.c (gfc_conv_variable): Check that parent_decl
1739         is not NULL.
1740
1741 2006-06-09  Jakub Jelinek  <jakub@redhat.com>
1742
1743         PR fortran/27916
1744         * trans-openmp.c (gfc_omp_clause_default_ctor): New function.
1745         * trans.h (gfc_omp_clause_default_ctor): New prototype.
1746         * f95-lang.c (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): Define.
1747
1748 2006-06-08  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1749
1750         PR fortran/27958
1751         * trans-expr.c (gfc_conv_substring): If the substring start is
1752         greater than its end, the length of the substring is zero, and
1753         not negative.
1754         (gfc_trans_string_copy): Don't generate a call to
1755         _gfortran_copy_string when destination length is zero.
1756
1757 2006-06-08  Asher Langton  <langton2@llnl.gov>
1758         
1759         PR fortran/27786
1760         * trans-array.c (gfc_conv_array_ref): Eliminate bounds checking
1761         for assumed-size Cray pointees.
1762
1763 2006-06-08  Steven G. Kargl  <kargls@comcat.net>
1764
1765         * intrinsic.c (add_subroutine):  Make make_noreturn() conditional on
1766         the appropriate symbol name.
1767         
1768 2006-06-07  Paul Thomas  <pault@gcc.gnu.org>
1769
1770         PR fortran/23091
1771         * resolve.c (resolve_fl_variable): Error if an automatic
1772         object has the SAVE attribute.
1773
1774         PR fortran/24168
1775         * expr.c (simplify_intrinsic_op): Transfer the rank and
1776         the locus to the simplified expression.
1777
1778         PR fortran/25090
1779         PR fortran/25058
1780         * gfortran.h : Add int entry_id to gfc_symbol.
1781         * resolve.c : Add static variables current_entry_id and
1782         specification_expr.
1783         (resolve_variable): During code resolution, check if a
1784         reference to a dummy variable in an executable expression
1785         is preceded by its appearance as a parameter in an entry.
1786         Likewise check its specification expressions.
1787         (resolve_code): Update current_entry_id on EXEC_ENTRY.
1788         (resolve_charlen, resolve_fl_variable): Set and reset
1789         specifiaction_expr.
1790         (is_non_constant_shape_array): Do not return on detection
1791         of a variable but continue to resolve all the expressions.
1792         (resolve_codes): set current_entry_id to an out of range
1793         value.
1794
1795 2006-06-06  Mike Stump  <mrs@apple.com>
1796
1797         * Make-lang.in: Rename to htmldir to build_htmldir to avoid
1798         installing during build.
1799
1800 2006-06-06  Paul Thomas  <pault@gcc.gnu.org>
1801
1802         PR fortran/27897
1803         * match.c (gfc_match_common):  Fix code typo.  Remove
1804         sym->name, since sym is NULL, and replace with name.
1805
1806 2006-06-05  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1807
1808         PR libfortran/27895
1809         * resolve.c (compute_last_value_for_triplet): New function.
1810         (check_dimension): Correctly handle zero-sized array sections.
1811         Add checking on last element of array sections.
1812
1813 2006-06-05  Steven G. Kargl  <kargls@comcast.net>
1814
1815         * data.c (gfc_assign_data_value):  Fix comment typo.  Remove
1816         a spurious return.
1817
1818 2006-06-05  Paul Thomas  <pault@gcc.gnu.org>
1819
1820         PR fortran/14067
1821         * data.c (create_character_intializer): Add warning message
1822         for truncated string.
1823
1824         PR fortran/16943
1825         * symbol.c : Include flags.h.
1826         (gfc_add_type): If a procedure and types are the same do not
1827         throw an error unless standard is less than gnu or pedantic.
1828
1829         PR fortran/20839
1830         * parse.c (parse_do_block): Error if named block do construct
1831         does not have a named enddo.
1832
1833         PR fortran/27655
1834         * check.c (gfc_check_associated): Pick up EXPR_NULL for pointer
1835         as well as target and put error return at end of function.
1836
1837 2006-06-03  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1838
1839         * trans.c (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return):
1840         Add strings for common runtime error messages.
1841         (gfc_trans_runtime_check): Add a locus argument, use a string
1842         and not a string tree for the message.
1843         * trans.h (gfc_trans_runtime_check): Change prototype accordingly.
1844         (gfc_msg_bounds, gfc_msg_fault, gfc_msg_wrong_return): Add proto.
1845         * trans-const.c (gfc_strconst_bounds, gfc_strconst_fault,
1846         gfc_strconst_wrong_return, gfc_strconst_current_filename): Remove.
1847         (gfc_init_constants): Likewise.
1848         * trans-const.h: Likewise.
1849         * trans-decl.c (gfc_build_builtin_function_decls): Call to
1850         _gfortran_runtime_error has only one argument, the message string.
1851         * trans-array.h (gfc_conv_array_ref): Add a symbol argument and a
1852         locus.
1853         * trans-array.c (gfc_trans_array_bound_check): Build precise
1854         error messages.
1855         (gfc_conv_array_ref): Use the new symbol argument and the locus
1856         to build more precise error messages.
1857         (gfc_conv_ss_startstride): More precise error messages.
1858         * trans-expr.c (gfc_conv_variable): Give symbol reference and
1859         locus to gfc_conv_array_ref.
1860         (gfc_conv_function_call): Use the new prototype for
1861         gfc_trans_runtime_check.
1862         * trans-stmt.c (gfc_trans_goto): Build more precise error message.
1863         * trans-io.c (set_string): Likewise.
1864         * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use new prototype
1865         for gfc_trans_runtime_check.
1866
1867 2006-06-01  Thomas Koenig  <Thomas.Koenig@online.de>
1868
1869         PR fortran/27715
1870         * arith.c:  Cast the characters from the strings to unsigned
1871         char to avoid values less than 0 for extended ASCII.
1872
1873 2006-06-01  Per Bothner  <bothner@bothner.com>
1874
1875         * data.c (gfc_assign_data_value): Handle USE_MAPPED_LOCATION.
1876         * scanner.c (gfc_gobble_whitespace): Likewise.
1877
1878 2006-06-01  Paul Thomas  <pault@gcc.gnu.org>
1879
1880         PR fortran/25098
1881         PR fortran/25147
1882         * interface.c (compare_parameter): Return 1 if the actual arg
1883         is external and the formal is a procedure.
1884         (compare_actual_formal): If the actual argument is a variable
1885         and the formal a procedure, this an error.  If a gsymbol exists
1886         for a procedure of the same name, this is not yet resolved and
1887         the error is cleared.
1888
1889         * trans-intrinsic.c (gfc_conv_associated): Make provision for
1890         zero array length or zero string length contingent on presence
1891         of target, for consistency with standard.
1892
1893 2006-05-30  Asher Langton  <langton2@llnl.gov>
1894
1895         * symbol.c (check_conflict): Allow external, function, and
1896         subroutine attributes with Cray pointees.
1897         * trans-expr.c (gfc_conv_function_val): Translate Cray pointees
1898         that point to procedures.
1899         * gfortran.texi: Document new feature.
1900
1901 2006-05-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1902
1903         PR fortran/27634
1904         * io.c (check_format): Add error for missing period in format
1905         specifier unless -std=legacy.
1906         * gfortran.texi: Add description of expanded namelist read and
1907         missing period in format extensions.
1908
1909 2006-05-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1910
1911         PR fortran/19777
1912         * trans-array.c (gfc_conv_array_ref): Perform out-of-bounds
1913         checking for assumed-size arrrays for all but the last dimension.
1914
1915 2006-05-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1916
1917         * invoke.texi: Change -fpackderived into -fpack-derived.
1918
1919 2006-05-29  Kazu Hirata  <kazu@codesourcery.com>
1920
1921         * options.c, primary.c, resolve.c, trans-common.c: Fix typos
1922         in error messages.
1923
1924 2006-05-28  Kazu Hirata  <kazu@codesourcery.com>
1925
1926         * check.c, expr.c, resolve.c, trans-common.c,
1927         trans-intrinsic.c, trans-stmt.c, trans-types.c: Fix comment typos.
1928
1929 2006-05-27  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1930
1931         PR fortran/19777
1932         * trans-array.c (gfc_conv_array_ref): Don't perform out-of-bounds
1933         checking for assumed-size arrrays.
1934
1935 2006-05-27  Paul Thomas  <pault@gcc.gnu.org>
1936
1937         * trans-intrinsic.c (gfc_conv_associated): If pointer in first
1938         arguments has zero array length of zero string length, return
1939         false.
1940
1941 2006-05-26  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1942
1943         PR fortran/27524
1944         * trans-array.c (gfc_trans_dummy_array_bias): Don't use stride as
1945         a temporary variable when -fbounds-check is enabled, since its
1946         value will be needed later.
1947
1948 2006-05-26  Thomas Koenig  <Thomas.Koenig@online.de>
1949
1950         PR fortran/23151
1951         * io.c (match_io):  print (1,*) is an error.
1952
1953 2006-05-26  Paul Thomas  <pault@gcc.gnu.org>
1954
1955         PR fortran/27709
1956         * resolve.c (find_array_spec): Add gfc_symbol, derived, and
1957         use to track repeated component references.
1958
1959         PR fortran/27155
1960         PR fortran/27449
1961         * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Use
1962         se->string_length throughout and use memcpy to populate the
1963         expression returned to the scalarizer.
1964         (gfc_size_in_bytes): New function.
1965
1966 2006-05-21  Paul Thomas  <pault@gcc.gnu.org>
1967
1968         PR fortran/27613
1969         * primary.c (gfc_match_rvalue): Test if symbol represents a
1970         direct recursive function reference.  Error if array valued,
1971         go to function0 otherwise.
1972
1973 2006-05-21  Paul Thomas  <pault@gcc.gnu.org>
1974
1975         PR fortran/25746
1976         * interface.c (gfc_extend_assign): Use new EXEC_ASSIGN_CALL.
1977         * gfortran.h : Put EXEC_ASSIGN_CALL in enum.
1978         * trans-stmt.c (gfc_conv_elemental_dependencies): New function.
1979         (gfc_trans_call): Call it.  Add new boolian argument to flag
1980         need for dependency checking. Assert intent OUT and IN for arg1
1981         and arg2.
1982         (gfc_trans_forall_1): Use new code EXEC_ASSIGN_CALL.
1983         trans-stmt.h : Modify prototype of gfc_trans_call.
1984         trans.c (gfc_trans_code): Add call for EXEC_ASSIGN_CALL.
1985         st.c (gfc_free_statement): Free actual for EXEC_ASSIGN_CALL.
1986         * dependency.c (gfc_check_fncall_dependency): Don't check other
1987         against itself.
1988
1989         PR fortran/25090
1990         * resolve.c : Remove resolving_index_expr.
1991         (entry_parameter): Remove.
1992         (gfc_resolve_expr, resolve_charlen, resolve_fl_variable): Lift
1993         calls to entry_parameter and references to resolving_index_expr.
1994
1995         PR fortran/27584
1996         * check.c (gfc_check_associated): Replace NULL assert with an
1997         error message, since it is possible to generate bad code that
1998         has us fall through to here..
1999
2000         PR fortran/19015
2001         * iresolve.c (maxloc, minloc): If DIM is not present, pass the
2002         rank of ARRAY as the shape of the result.  Otherwise, pass the
2003         shape of ARRAY, less the dimension DIM.
2004         (maxval, minval): The same, when DIM is present, otherwise no
2005         change.
2006
2007 2006-05-19  H.J. Lu  <hongjiu.lu@intel.com>
2008
2009         PR fortran/27662
2010         * trans-array.c (gfc_conv_expr_descriptor): Don't zero the
2011         first stride to indicate a temporary.
2012         * trans-expr.c (gfc_conv_function_call): Likewise.
2013
2014 2006-05-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2015             Feng Wang  <fengwang@nudt.edu.cn>
2016
2017         PR fortran/27552
2018         * dump-parse-tree.c (gfc_show_expr): Deal with Hollerith constants.
2019         * data.c (create_character_intializer): Set from_H flag if character is
2020         initialized by Hollerith constant.
2021
2022 2006-05-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2023
2024         PR fortran/26551
2025         * resolve.c (resolve_call, resolve_function): Issue an error
2026         if a function or subroutine call is recursive but the function or
2027         subroutine wasn't declared as such.
2028
2029 2006-05-07  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2030
2031         PR fortran/26551
2032         * gfortran.dg/recursive_check_1.f: New test.
2033
2034
2035 2006-05-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2036
2037         PR fortran/27320
2038         * dump-parse-tree.c (gfc_show_code_node): Try harder to find the
2039         called procedure name.
2040
2041 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
2042
2043         PR middle-end/27415
2044         * trans-openmp.c (gfc_trans_omp_parallel_do,
2045         gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare): Set
2046         OMP_PARALLEL_COMBINED flag.
2047
2048 2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2049
2050         PR driver/26885
2051         * Make-lang.in (GFORTRAN_D_OBJS): Replace gcc.o with
2052         $(GCC_OBJS).
2053
2054 2006-05-15  Paul Thomas  <pault@gcc.gnu.org>
2055
2056         PR fortran/25090
2057         * resolve.c: Static resolving_index_expr initialized.
2058         (entry_parameter): New function to emit errors for variables
2059         that are not entry parameters.
2060         (gfc_resolve_expr): Call entry_parameter, when resolving
2061         variables, if the namespace has entries and resolving_index_expr
2062         is set.
2063         (resolve_charlen): Set resolving_index_expr before the call to
2064         resolve_index_expr and reset it afterwards.
2065         (resolve_fl_variable): The same before and after the call to
2066         is_non_constant_shape_array, which ultimately makes a call to
2067         gfc_resolve_expr.
2068
2069         PR fortran/25082
2070         * resolve.c (resolve_code): Add error condition that the return
2071         expression must be scalar.
2072
2073         PR fortran/27411
2074         * matchexp.c (gfc_get_parentheses): New function.
2075         (match_primary): Remove inline code and call above.
2076         * gfortran.h: Provide prototype for gfc_get_parentheses.
2077         * resolve.c (resolve_array_ref): Call the above, when start is a
2078         derived type variable array reference.
2079
2080 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
2081
2082         PR fortran/27446
2083         * trans-openmp.c (gfc_trans_omp_array_reduction): Ensure
2084         OMP_CLAUSE_REDUCTION_{INIT,MERGE} are set to BIND_EXPR.
2085
2086 2006-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2087
2088         * Make-lang.in (fortran/options.o): Depend on $(TARGET_H).
2089
2090 2006-05-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2091
2092         PR fortran/27553
2093         * parse.c (next_free): Return instead of calling decode_statement
2094         upon error.
2095
2096 2005-05-10  Thomas Koenig  <Thomas.Koenig@online.de>
2097
2098         PR fortran/27470
2099         * trans-array.c(gfc_array_allocate):  If ref->next exists
2100         that is if there is a statement like ALLOCATE(foo%bar(2)),
2101         F95 rules require that bar should be a pointer.
2102
2103 2006-05-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2104
2105         PR fortran/20460
2106         * resolve.c (gfc_resolve_index): Make REAL array indices a
2107         GFC_STD_LEGACY feature.
2108
2109 2006-05-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2110
2111         PR fortran/24549
2112         * parse.c (reject_statement): Clear gfc_new_block.
2113
2114 2006-05-09  Steven G. Kargl  <kargls@comcast.net>
2115
2116         * invoke.texi: Missed file in previous commit.  Update
2117          description of -fall-intrinsics
2118
2119 2006-05-07  Steven Boscher  <steven@gcc.gnu.org>
2120
2121         PR fortran/27378
2122         * parse.c (next_statement): Add check to avoid an ICE when
2123         gfc_current_locus.lb is not set.
2124
2125 2006-05-07  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
2126
2127         PR fortran/27457
2128         * match.c (match_case_eos): Error out on garbage following
2129         CASE(...).
2130
2131 2006-05-07  Paul Thomas  <pault@gcc.gnu.org>
2132
2133         PR fortran/24813
2134         * trans-array.c (get_array_ctor_strlen): Remove static attribute.
2135         * trans.h: Add prototype for get_array_ctor_strlen.
2136         * trans-intrinsic.c (gfc_conv_intrinsic_len): Switch on EXPR_ARRAY
2137         and call get_array_ctor_strlen.
2138
2139 2006-05-05  Steven G. Kargl  <kargls@comcast.net>
2140
2141         * invoke.texi: Update description of -fall-intrinsics
2142         * options.c (gfc_post_options): Disable -Wnonstd-intrinsics if
2143         -fall-intrinsics is used.
2144         (gfc_handle_option): Permit -Wno-nonstd-intrinsics.
2145
2146 2006-05-04  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
2147
2148         * simplify.c (ascii_table): Fix wrong entry.
2149
2150 2006-05-02  Steven G. Kargl  <kargls@comcast.net>
2151
2152         PR fortran/26896
2153         * lang.opt: Fix -Wtab description
2154
2155         PR fortran/20248  
2156         * lang.opt: New flag -fall-intrinsics.
2157         * invoke.texi:  Document option.
2158         * gfortran.h (options_t):  New member flag_all_intrinsics.
2159         * options.c (gfc_init_options, gfc_handle_option): Set new option.
2160         sort nearby misplaced options.
2161         * intrinsic.c (add_sym, make_generic, make_alias):  Use it.
2162
2163 2006-05-02 Paul Thomas <pault@gcc.gnu.org>
2164
2165         PR fortran/27269
2166         * module.c: Add static flag in_load_equiv.
2167         (mio_expr_ref): Return if no symtree and in_load_equiv.
2168         (load_equiv): If any of the equivalence members have no symtree, free
2169         the equivalence and the associated expressions.
2170
2171         PR fortran/27324
2172         * trans-common.c (gfc_trans_common): Invert the order of calls to
2173         finish equivalences and gfc_commit_symbols.
2174
2175 2006-04-29  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2176
2177         PR fortran/25681
2178         * simplify.c (simplify_len): Character variables with constant
2179         length can be simplified.
2180
2181 2006-04-29  H.J. Lu  <hongjiu.lu@intel.com>
2182
2183         PR fortran/27351
2184         * trans-array.c (gfc_conv_array_transpose): Move gcc_assert
2185         before gfc_conv_expr_descriptor.
2186
2187 2006-04-23  Paul Thomas  <pault@gcc.gnu.org>
2188
2189         PR fortran/25099
2190         * resolve.c (resolve_call): Check conformity of elemental
2191         subroutine actual arguments.
2192
2193 2006-04-22  Jakub Jelinek  <jakub@redhat.com>
2194
2195         PR fortran/26769
2196         * iresolve.c (gfc_resolve_reshape): Use reshape_r16 for real(16).
2197         (gfc_resolve_transpose): Use transpose_r16 for real(16).
2198
2199 2006-04-21 Paul Thomas <pault@gcc.gnu.org>
2200
2201         PR fortran/27122
2202         * resolve.c (resolve_function): Remove general restriction on auto
2203         character length function interfaces.
2204         (gfc_resolve_uops): Check restrictions on defined operator
2205         procedures.
2206         (resolve_types): Call the check for defined operators.
2207
2208         PR fortran/27113
2209         * trans-array.c (gfc_trans_array_constructor_subarray): Remove
2210         redundant gfc_todo_error.
2211         (get_array_ctor_var_strlen): Remove typo in enum.
2212
2213 2006-04-18  Bernhard Fischer  <aldot@gcc.gnu.org>
2214
2215         * parse.c (next_free): Use consistent error string between
2216         free-form and fixed-form for illegal statement label of zero.
2217         (next_fixed): Use consistent warning string between free-form
2218         and fixed-form for statement labels for empty statements.
2219
2220 2006-04-18  Steve Ellcey  <sje@cup.hp.com>
2221
2222         * trans-io.c (gfc_build_io_library_fndecls): Align pad.
2223
2224 2006-04-16  Thomas Koenig  <Thomas.Koenig@online.de>
2225
2226         PR fortran/26017
2227         * trans-array.c(gfc_array_init_size):  Introduce or_expr
2228         which is true if the size along any dimension
2229         is negative.  Create a temporary variable with base
2230         name size.  If or_expr is true, set the temporary to 0,
2231         to the normal size otherwise.
2232
2233 2006-04-16  Paul Thomas  <pault@gcc.gnu.org>
2234
2235         PR fortran/26822
2236         * intrinsic.c (add_functions): Mark LOGICAL as elemental.
2237
2238         PR fortran/26787
2239         * expr.c (gfc_check_assign): Extend scope of error to include
2240         assignments to a procedure in the main program or, from a
2241         module or internal procedure that is not that represented by
2242         the lhs symbol. Use VARIABLE rather than l-value in message.
2243
2244         PR fortran/27096
2245         * trans-array.c (gfc_trans_deferred_array): If the backend_decl
2246         is not a descriptor, dereference and then test and use the type.
2247
2248         PR fortran/25597
2249         * trans-decl.c (gfc_trans_deferred_vars): Check if an array
2250         result, is also automatic character length.  If so, process
2251         the character length.
2252
2253         PR fortran/18003
2254         PR fortran/25669
2255         PR fortran/26834
2256         * trans_intrinsic.c (gfc_walk_intrinsic_bound): Set
2257         data.info.dimen for bound intrinsics.
2258         * trans_array.c (gfc_conv_ss_startstride): Pick out LBOUND and
2259         UBOUND intrinsics and supply their shape information to the ss
2260         and the loop.
2261
2262         PR fortran/27124
2263         * trans_expr.c (gfc_trans_function_call):  Add a new block, post,
2264         in to which all the argument post blocks are put.  Add this block
2265         to se->pre after a byref call or to se->post, otherwise.
2266
2267 2006-04-14  Roger Sayle  <roger@eyesopen.com>
2268
2269         * trans-io.c (set_string): Use fold_build2 and build_int_cst instead
2270         of build2 and convert to construct "x < 0" rather than "x <= -1".
2271
2272 2006-04-13  Richard Henderson  <rth@redhat.com>
2273
2274         * trans-openmp.c (gfc_trans_omp_sections): Adjust for changed
2275         number of operands to OMP_SECTIONS.
2276
2277 2006-04-08  Kazu Hirata  <kazu@codesourcery.com>
2278
2279         * gfortran.texi: Fix typos.  Follow spelling conventions.
2280         * resolve.c, trans-expr.c, trans-stmt.c: Fix comment typos.
2281         Follow spelling conventions.
2282
2283 2006-04-05  Roger Sayle  <roger@eyesopen.com>
2284
2285         * dependency.c (get_no_elements): Delete function.
2286         (get_deps): Delete function.
2287         (transform_sections): Delete function.
2288         (gfc_check_section_vs_section): Significant rewrite.
2289
2290 2006-04-04  H.J. Lu  <hongjiu.lu@intel.com>
2291
2292         PR fortran/25619
2293         * trans-array.c (gfc_conv_expr_descriptor): Only dereference
2294         character pointer when copying temporary.
2295
2296         PR fortran/23634
2297         * trans-array.c (gfc_conv_expr_descriptor): Properly copy
2298         temporary character with non constant size.
2299
2300 2006-04-03  Paul Thomas  <pault@gcc.gnu.org>
2301
2302         PR fortran/26891
2303         * trans.h: Prototype for gfc_conv_missing_dummy.
2304         * trans-expr (gfc_conv_missing_dummy): New function
2305         (gfc_conv_function_call): Call it and tidy up some of the code.
2306         * trans-intrinsic (gfc_conv_intrinsic_function_args): The same.
2307
2308         PR fortran/26976
2309         * array.c (gfc_array_dimen_size): If available, return shape[dimen].
2310         * resolve.c (resolve_function): If available, use the argument
2311         shape for the function expression.
2312         * iresolve.c (gfc_resolve_transfer): Set shape[0] = size.
2313
2314 2006-04-02  Erik Edelmann  <eedelman@gcc.gnu.org>
2315
2316         * trans-array.c (gfc_trans_dealloc_allocated): Take a
2317         tree representation of the array to be deallocated as argument
2318         instead of its gfc_symbol.
2319         (gfc_trans_deferred_array): Update call to
2320         gfc_trans_dealloc_allocated.
2321         * trans-array.h (gfc_trans_dealloc_allocated): Update
2322         prototype.
2323         * trans-expr.c (gfc_conv_function_call): Update call to
2324         gfc_trans_dealloc_allocated, get indirect reference to dummy
2325         arguments.
2326
2327 2006-04-01  Roger Sayle  <roger@eyesopen.com>
2328
2329         PR fortran/25270
2330         * trans-array.c (gfc_trans_allocate_array_storage): In array index
2331         calculations use gfc_index_zero_node and gfc_index_one_node instead
2332         of integer_zero_node and integer_one_node respectively.
2333         (gfc_conv_array_transpose): Likewise.
2334         (gfc_conv_ss_startstride): Likewise.
2335         (gfc_trans_dummy_array_bias): Likewise.
2336
2337 2006-04-01  Roger Sayle  <roger@eyesopen.com>
2338
2339         * dependency.c (gfc_is_inside_range): Delete.
2340         (gfc_check_element_vs_section): Significant rewrite.
2341
2342 2006-04-01  Roger Sayle  <roger@eyesopen.com>
2343
2344         * dependency.c (gfc_dep_compare_expr): Strip parentheses and unary
2345         plus operators when comparing expressions.  Handle comparisons of
2346         the form "X+C vs. X", "X vs. X+C", "X-C vs. X" and "X vs. X-C" where
2347         C is an integer constant.  Handle comparisons of the form "P+Q vs.
2348         R+S" and "P-Q vs. R-S".  Handle comparisons of integral extensions
2349         specially (increasing functions) so extend(A) > extend(B), when A>B.
2350         (gfc_check_element_vs_element): Move test later, so that we ignore
2351         the fact that "A < B" or "A > B" when A or B contains a forall index.
2352
2353 2006-03-31  Asher Langton  <langton2@llnl.gov>
2354
2355         PR fortran/25358
2356         * expr.c (gfc_check_assign): Allow cray pointee to be assumes-size.
2357         
2358 2006-03-30  Paul Thomas <paulthomas2@wanadoo.fr>
2359             Bud Davis  <bdavis9659@sbcglobal.net>
2360
2361         PR 21130
2362         * module.c (load_needed): Traverse entire tree before returning.
2363
2364 2006-03-30  Roger Sayle  <roger@eyesopen.com>
2365
2366         PR middle-end/22375
2367         * trans.c (gfc_trans_runtime_check): Promote the arguments of
2368         __builtin_expect to the correct types, and the result back to
2369         boolean_type_node.
2370
2371 2006-03-29  Carlos O'Donell  <carlos@codesourcery.com>
2372
2373         * Make-lang.in: Rename docdir to gcc_docdir.
2374
2375 2006-03-28  Steven G. Kargl  <kargls@comcast.net>
2376
2377         * intrinsic.texi: s/floor/float in previous commit.
2378
2379 2006-03-28 Paul Thomas <pault@gcc.gnu.org>
2380
2381         PR fortran/26779
2382         * resolve.c (resolve_fl_procedure): Do not check the access of
2383         derived types for internal procedures.
2384
2385 2006-03-27  Jakub Jelinek  <jakub@redhat.com>
2386
2387         * io.c (check_io_constraints): Don't look at
2388         dt->advance->value.charater.string, unless it is a CHARACTER
2389         constant.
2390
2391         * f95-lang.c (gfc_get_alias_set): New function.
2392         (LANG_HOOKS_GET_ALIAS_SET): Define.
2393
2394 2006-03-25  Steven G. Kargl  <kargls@comcast.net>
2395
2396         PR fortran/26816
2397         * intrinsic.c (add_functions): Allow FLOAT to accept all integer kinds.
2398         * intrinsic.texi: Document FLOAT.
2399
2400 2006-03-25  Thomas Koenig  <Thomas.Koenig@online.de>
2401
2402         PR fortran/26769
2403         * iresolve.c (gfc_resolve_reshape):  Remove doubling of
2404         kind for complex. For real(kind=10), call reshape_r10.
2405         (gfc_resolve_transpose):  For real(kind=10), call
2406         transpose_r10.
2407
2408 2006-03-25  Roger Sayle  <roger@eyesopen.com>
2409
2410         * dependency.c (gfc_check_dependency): Improve handling of pointers;
2411         Two variables of different types can't have a dependency, and two
2412         variables with the same symbol are equal, even if pointers.
2413
2414 2006-03-24  Roger Sayle  <roger@eyesopen.com>
2415
2416         * gfortran.h (gfc_symbol): Add a new "forall_index" bit field.
2417         * match.c (match_forall_iterator): Set forall_index field on
2418         the iteration variable's symbol.
2419         * dependency.c (contains_forall_index_p): New function to
2420         traverse a gfc_expr to check whether it contains a variable
2421         with forall_index set in it's symbol.
2422         (gfc_check_element_vs_element): Return GFC_DEP_EQUAL for scalar
2423         constant expressions that don't variables used as FORALL indices.
2424
2425 2006-03-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2426
2427         PR driver/22600
2428         * error.c (gfc_fatal_error): Return ICE_EXIT_CODE instead of 4.
2429
2430 2006-03-22  Thomas Koenig  <Thomas.Koenig@online.de>
2431
2432         PR fortran/19303
2433         * gfortran.h (gfc_option_t):  Add record_marker.
2434         * lang.opt:  Add -frecord-marker=4 and -frecord-marker=8.
2435         * trans-decl.c:  Add gfor_fndecl_set_record_marker.
2436         (gfc_build_builtin_function_decls): Set
2437         gfor_fndecl_set_record_marker.
2438         (gfc_generate_function_code):  If we are in the main program
2439         and -frecord-marker was provided, call set_record_marker.
2440         * options.c (gfc_handle_option):  Add handling for
2441         -frecord-marker=4 and -frecord-marker=8.
2442         * invoke.texi:  Document -frecord-marker.
2443
2444 2006-03-22  Paul Thomas  <pault@gcc.gnu.org>
2445
2446         PR fortran/17298
2447         * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): New
2448         function to implement array valued TRANSFER intrinsic.
2449         (gfc_conv_intrinsic_function): Call the new function if TRANSFER
2450         and non-null se->ss.
2451         (gfc_walk_intrinsic_function): Treat TRANSFER as one of the
2452         special cases by calling gfc_walk_intrinsic_libfunc directly.
2453
2454 2006-03-21  Toon Moene  <toon@moene.indiv.nluug.nl>
2455
2456         * options.c (gfc_init_options): Initialize
2457         flag_argument_noalias to 3.
2458
2459 2006-03-20  Thomas Koenig  <Thomas.Koenig@online.de>
2460
2461         PR fortran/20935
2462         * iresolve.c (gfc_resolve_maxloc):   If mask is scalar,
2463         prefix the function name with an "s".  If the mask is scalar
2464         or if its kind is smaller than gfc_default_logical_kind,
2465         coerce it to default kind.
2466         (gfc_resolve_maxval):  Likewise.
2467         (gfc_resolve_minloc):  Likewise.
2468         (gfc_resolve_minval):  Likewise.
2469         (gfc_resolve_product):  Likewise.
2470         (gfc_resolve_sum):  Likewise.
2471
2472 2006-03-19  Paul Thomas  <pault@gcc.gnu.org>
2473
2474         PR fortran/26741
2475         *expr.c (external_spec_function): Permit elemental functions.
2476
2477         PR fortran/26716
2478         *interface.c (compare_actual_formal): Detect call for procedure
2479         usage and require rank checking, in this case, for assumed shape
2480         and deferred shape arrays.
2481         (gfc_procedure_use): Revert to pre-PR25070 call to
2482         compare_actual_formal that does not require rank checking..
2483
2484 2006-03-16  Roger Sayle  <roger@eyesopen.com>
2485
2486         * gfortran.h (gfc_equiv_info): Add length field.
2487         * trans-common.c (copy_equiv_list_to_ns): Set the length field.
2488         * dependency.c (gfc_are_equivalenced_arrays): Use both the offset
2489         and length fields to determine whether the two equivalenced symbols
2490         overlap in memory.
2491
2492 2006-03-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2493
2494         PR fortran/19101
2495         * gfortran.h: Add warn_ampersand.
2496         * invoke.texi: Add documentation for new option.
2497         * lang.opt: Add Wampersand.
2498         * options.c (gfc_init_options): Initialize warn_ampersand.
2499         (gfc_post_options): Set the warn if pedantic.
2500         (set_Wall): Set warn_ampersand.
2501         (gfc_handle_option: Add Wampersand for itself, -std=f95, and -std=f2003.
2502         * scanner.c (gfc_next_char_literal): Add test for missing '&' in
2503         continued character constant and give warning if missing.
2504
2505 2006-03-14  Steven G. Kargl  <kargls@comcast.net>
2506
2507         PR 18537
2508         * gfortran.h: Wrap Copyright line.
2509         (gfc_option_t): add warn_tabs member.
2510         * lang.opt: Update Coyright year.  Add the Wtabs.
2511         * invoke.texi: Document -Wtabs.
2512         * scanner.c (gfc_gobble_whitespace): Use warn_tabs.  Add linenum to
2513         suppress multiple warnings.
2514         (load_line): Use warn_tabs.  Add linenum, current_line, seen_comment
2515         to suppress multiple warnings.
2516         * options.c (gfc_init_options): Initialize warn_tabs.
2517         (set_Wall): set warn_tabs for -Wall.
2518         (gfc_post_options): Adjust flag_tabs depending on -pedantic.
2519         (gfc_handle_option):  Process command-line option -W[no-]tabs
2520
2521 2006-03-13  Paul Thomas  <pault@gcc.gnu.org>
2522
2523         PR fortran/25378
2524         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Set the initial position to zero and
2525         modify the condition for updating it, to implement the F2003 requirement for all(mask)
2526         is false.
2527
2528 2006-03-13  Jakub Jelinek  <jakub@redhat.com>
2529
2530         * trans-openmp.c (gfc_trans_omp_variable): Handle references
2531         to parent result.
2532         * trans-expr.c (gfc_conv_variable): Remove useless setting
2533         of parent_flag, formatting.
2534
2535         * trans-decl.c (gfc_get_fake_result_decl): Re-add setting of
2536         GFC_DECL_RESULT flag.
2537
2538 2003-03-11  Roger Sayle  <roger@eyesopen.com>
2539
2540         * dependency.c (gfc_dep_compare_expr) <EXPR_OP>: Allow unary and
2541         binary operators to compare equal if their operands are equal.
2542         <EXPR_FUNCTION>: Allow "constant" intrinsic conversion functions
2543         to compare equal, if their operands are equal.
2544
2545 2006-03-11  Erik Edelmann  <eedelman@gcc.gnu.org>
2546
2547         * symbol.c (check_conflict): Allow allocatable function results,
2548         except for elemental functions.
2549         * trans-array.c (gfc_trans_allocate_temp_array): Rename to ...
2550         (gfc_trans_create_temp_array): ... this, and add new argument
2551         callee_alloc.
2552         (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call
2553         to gfc_trans_allocate_temp_array.
2554         * trans-array.h (gfc_trans_allocate_temp_array): Update prototype.
2555         * trans-expr.c (gfc_conv_function_call): Use new arg of
2556         gfc_trans_create_temp_array avoid pre-allocation of temporary
2557         result variables of pointer AND allocatable functions.
2558         (gfc_trans_arrayfunc_assign): Return NULL for allocatable
2559         functions.
2560         * resolve.c (resolve_symbol): Copy value of 'allocatable' attribute
2561         from sym->result to sym.
2562
2563 2006-03-09  Erik Edelmann  <eedelman@gcc.gnu.org>
2564
2565         * trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable'
2566         attribute from sym to new_sym.  Call build_fold_indirect_ref()
2567         for allocatable arguments.
2568
2569 2006-03-09 Paul Thomas <pault@gcc.gnu.org>
2570
2571         PR fortran/26257
2572         * trans-array.c (gfc_conv_expr_descriptor): Exclude calculation of
2573         the offset and data when se->data_not_needed is set.
2574         * trans.h: Include the data_not_need bit in gfc_se.
2575         * trans-intrinsic.c (gfc_conv_intrinsic_size): Set it for SIZE.
2576
2577 2006-03-06  Paul Thomas  <pault@gcc.gnu.org>
2578             Erik Edelmann  <eedelman@gcc.gnu.org>
2579
2580         * trans-array.c (gfc_trans_dealloc_allocated): New function.
2581         (gfc_trans_deferred_array): Use it, instead of inline code.
2582         * trans-array.h: Prototype for gfc_trans_dealloc_allocated().
2583         * trans-expr.c (gfc_conv_function_call): Deallocate allocated
2584         ALLOCATABLE, INTENT(OUT) arguments upon procedure entry.
2585
2586 2006-03-06  Paul Thomas  <pault@gcc.gnu.org>
2587
2588         PR fortran/26107
2589         * resolve.c (resolve_function): Add name after test for pureness.
2590
2591         PR fortran/19546
2592         * trans-expr.c (gfc_conv_variable): Detect reference to parent result,
2593         store current_function_decl, replace with parent, whilst calls are
2594         made to gfc_get_fake_result_decl, and restore afterwards. Signal this
2595         to gfc_get_fake_result_decl with a new argument, parent_flag.
2596         * trans-stmt.c (gfc_trans_return): gfc_get_fake_result_decl 2nd arg
2597         is set to zero.
2598         * trans.h: Add parent_flag to gfc_get_fake_result_decl prototype.
2599         * trans-decl.c (gfc_get_fake_result_decl): On parent_flag, being set,
2600         add decl to parent function. Replace refs to current_fake_result_decl
2601         with refs to this_result_decl.
2602         (gfc_generate_function_code): Null parent_fake_result_decl before the
2603         translation of code for contained procedures. Set parent_flag to zero
2604         in call to gfc_get_fake_result_decl.
2605         * trans-intrinsic.c (gfc_conv_intrinsic_len): The same.
2606
2607 2006-03-05  Steven G. Kargl  <kargls@comcast.net>
2608
2609         * simplify.c (gfc_simplify_verify):  Fix return when SET=''.
2610
2611 2006-03-05  Erik Edelmann  <eedelman@gcc.gnu.org>
2612
2613         PR fortran/16136
2614         * symbol.c (conf_std): New macro.
2615         (check_conflict): Use it to allow ALLOCATABLE dummy
2616         arguments for F2003.
2617         * trans-expr.c (gfc_conv_function_call): Pass the
2618         address of the array descriptor when dummy argument is
2619         ALLOCATABLE.
2620         * interface.c (compare_allocatable): New function.
2621         (compare_actual_formal): Use it.
2622         * resolve.c (resolve_deallocate_expr,
2623         resolve_allocate_expr): Check that INTENT(IN) variables
2624         aren't (de)allocated.
2625         * gfortran.texi (Fortran 2003 status): List ALLOCATABLE
2626         dummy arguments as supported.
2627
2628 2006-03-03  Roger Sayle  <roger@eyesopen.com>
2629
2630         * dependency.c (gfc_check_element_vs_element): Revert last change.
2631
2632 2006-03-03  Roger Sayle  <roger@eyesopen.com>
2633
2634         * dependency.c (gfc_check_element_vs_element): Consider two
2635         unordered scalar subscripts as (potentially) equal.
2636
2637 2006-03-03  Roger Sayle  <roger@eyesopen.com>
2638
2639         * dependency.c (gfc_check_dependency): Call gfc_dep_resolver to
2640         check whether two array references have a dependency.
2641         (gfc_check_element_vs_element): Assume lref and rref must be
2642         REF_ARRAYs.  If gfc_dep_compare_expr returns -2, assume these
2643         references could potentially overlap.
2644         (gfc_dep_resolver): Whitespace and comment tweaks.  Assume a
2645         dependency if the references have different depths.  Rewrite
2646         final term to clarrify we only have a dependency for overlaps.
2647
2648 2006-03-03  Thomas Koenig  <Thomas.Koenig@online.de>
2649
2650         PR fortran/25031
2651         * trans-array.h:  Adjust gfc_array_allocate prototype.
2652         * trans-array.c (gfc_array_allocate):  Change type of
2653         gfc_array_allocatate to bool.  Function returns true if
2654         it operates on an array.  Change second argument to gfc_expr.
2655         Find last reference in chain.
2656         If the function operates on an allocatable array, emit call to
2657         allocate_array() or allocate64_array().
2658         * trans-stmt.c (gfc_trans_allocate):  Code to follow to last
2659         reference has been moved to gfc_array_allocate.
2660         * trans.h:  Add declaration for gfor_fndecl_allocate_array and
2661         gfor_fndecl_allocate64_array.
2662         (gfc_build_builtin_function_decls):  Add gfor_fndecl_allocate_array
2663         and gfor_fndecl_allocate64_array.
2664
2665 2006-03-01  Roger Sayle  <roger@eyesopen.com>
2666
2667         * trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional
2668         INVERT argument to invert the sense of the WHEREMASK argument.
2669         Remove unneeded code to AND together a list of masks.
2670         (generate_loop_for_rhs_to_temp): Likewise.
2671         (gfc_trans_assign_need_temp): Likewise.
2672         (gfc_trans_forall_1): Likewise.
2673         (gfc_evaluate_where_mask): Likewise, add a new INVERT argument
2674         to specify the sense of the MASK argument.
2675         (gfc_trans_where_assign): Likewise.
2676         (gfc_trans_where_2): Likewise.  Restructure code that decides
2677         whether we need to allocate zero, one or two temporary masks.
2678         If this is a top-level WHERE (i.e. the incoming MASK is NULL),
2679         we only need to allocate at most one temporary mask, and can
2680         invert it's sense to provide the complementary pending execution
2681         mask.  Only calculate the size of the required temporary arrays
2682         if we need any.
2683         (gfc_trans_where): Update call to gfc_trans_where_2.
2684
2685 2006-03-01  Paul Thomas  <pault@gcc.gnu.org>
2686
2687         * iresolve.c (gfc_resolve_dot_product):  Remove any difference in
2688         treatment of logical types.
2689         * trans-intrinsic.c (gfc_conv_intrinsic_dot_product):  New function. 
2690
2691         PR fortran/26393
2692         * trans-decl.c (gfc_get_symbol_decl): Extend condition that symbols
2693         must be referenced to include unreferenced symbols in an interface
2694         body. 
2695
2696         PR fortran/20938
2697         * trans-array.c (gfc_conv_resolve_dependencies): Add call to
2698         gfc_are_equivalenced_arrays.
2699         * symbol.c (gfc_free_equiv_infos, gfc_free_equiv_lists): New
2700         functions. (gfc_free_namespace): Call them.
2701         * trans-common.c (copy_equiv_list_to_ns): New function.
2702         (add_equivalences): Call it.
2703         * gfortran.h: Add equiv_lists to gfc_namespace and define
2704         gfc_equiv_list and gfc_equiv_info.
2705         * dependency.c (gfc_are_equivalenced_arrays): New function.
2706         (gfc_check_dependency): Call it.
2707         * dependency.h: Prototype for gfc_are_equivalenced_arrays.
2708
2709 2006-03-01  Roger Sayle  <roger@eyesopen.com>
2710
2711         * dependency.c (gfc_is_same_range): Compare the stride, lower and
2712         upper bounds when testing array reference ranges for equality.
2713         (gfc_check_dependency): Fix indentation whitespace.
2714         (gfc_check_element_vs_element): Likewise.
2715         (gfc_dep_resolver): Likewise.
2716
2717 2006-02-28  Thomas Koenig  <Thomas.Koenig@online.de>
2718
2719         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc):
2720         If the mask expression exists and has rank 0, enclose the
2721         generated loop in an "if (mask)".  Put the default
2722         initialization into the else branch.
2723
2724 2006-02-25  Thomas Koenig  <Thomas.Koenig@online.de>
2725
2726         PR fortran/23092
2727         * trans-intrinsic.c (gfc_conv_intrinsic_arith):  If the
2728         mask expression exists and has rank 0, enclose the generated
2729         loop in an "if (mask)".
2730         * (gfc_conv_intrinsic_minmaxloc):  Likewise.
2731
2732 2006-02-24  Paul Thomas  <pault@gcc.gnu.org>
2733
2734         PR fortran/26409
2735         * resolve.c (resolve_contained_functions, resolve_types,
2736         gfc_resolve): Revert patch of 2006-02-19.
2737
2738 2006-02-24  Paul Thomas  <pault@gcc.gnu.org>
2739
2740         PR fortran/24519
2741         * dependency.c (gfc_is_same_range): Correct typo.
2742         (gfc_check_section_vs_section): Call gfc_is_same_range.
2743
2744         PR fortran/25395
2745         * trans-common.c (add_equivalences): Add a new flag that is set when
2746         an equivalence is seen that prevents more from being reset until the
2747         start of a new traversal of the list, thus ensuring completion of
2748         all the equivalences.
2749
2750 2006-02-23  Erik Edelmann  <eedelman@gcc.gnu.org>
2751
2752         * module.c (read_module): Remove redundant code lines.
2753
2754 2006-02-20 Rafael \81Ávila de Esp\81índola <rafael.espindola@gmail.com>
2755         * Make-lang.in (FORTRAN): Remove
2756         (.PHONY): Remove F95 and f95. Add fortran
2757
2758 2006-02-20  Roger Sayle  <roger@eyesopen.com>
2759
2760         * trans-stmt.c (gfc_trans_where_2): Avoid updating unused current
2761         execution mask for empty WHERE/ELSEWHERE clauses.  Don't allocate
2762         temporary mask arrays if they won't be used.
2763
2764 2006-02-20  Roger Sayle  <roger@eyesopen.com>
2765
2766         * trans-stmt.c (gfc_trans_where_assign): Remove code to handle
2767         traversing a linked list of MASKs.  The MASK is now always a
2768         single element requiring no ANDing during the assignment.
2769
2770 2006-02-19  Thomas Koenig  <Thomas.Koenig@online.de>
2771
2772         * gfortran.texi:  Document environment variables which
2773         influence runtime behavior.
2774
2775 2006-02-19  H.J. Lu  <hongjiu.lu@intel.com>
2776
2777         * resolve.c (resolve_contained_functions): Call resolve_entries
2778         first.
2779         (resolve_types): Remove calls to resolve_entries and
2780         resolve_contained_functions.
2781         (gfc_resolve): Call resolve_contained_functions.
2782
2783 2006-02-19  Erik Edelmann  <eedelman@gcc.gnu.org>
2784
2785         PR fortran/26201
2786         * intrinsic.c (gfc_convert_type_warn): Call
2787         gfc_intrinsic_symbol() on the newly created symbol.
2788
2789 2006-02-19  Paul Thomas  <pault@gcc.gnu.org>
2790
2791         PR fortran/25054
2792         * resolve.c (is_non_constant_shape_array): New function.
2793         (resolve_fl_variable): Remove code for the new function and call it.
2794         (resolve_fl_namelist): New function.  Add test for namelist array
2795         with non-constant shape, using is_non_constant_shape_array.
2796         (resolve_symbol): Remove code for resolve_fl_namelist and call it.
2797
2798         PR fortran/25089
2799         * match.c (match_namelist): Increment the refs field of an accepted
2800         namelist object symbol.
2801         * resolve.c (resolve_fl_namelist): Test namelist objects for a conflict
2802         with contained or module procedures.
2803
2804 2006-02-18  Roger Sayle  <roger@eyesopen.com>
2805
2806         * trans-stmt.c (struct temporary_list): Delete.
2807         (gfc_trans_where_2): Major reorganization.  Remove no longer needed
2808         TEMP argument.  Allocate and deallocate the control mask and
2809         pending control mask locally.
2810         (gfc_trans_forall_1): Delete TEMP local variable, and update
2811         call to gfc_trans_where_2.  No need to deallocate arrays after.
2812         (gfc_evaluate_where_mask): Major reorganization.  Change return
2813         type to void.  Pass in parent execution mask, MASK, and two
2814         already allocated mask arrays CMASK and PMASK.  On return
2815         CMASK := MASK & COND, PMASK := MASK & !COND.  MASK, CMASK and
2816         CMASK may all be NULL, or refer to the same temporary arrays.
2817         (gfc_trans_where): Update call to gfc_trans_where_2.  We no
2818         longer need a TEMP variable or to deallocate temporary arrays
2819         allocated by gfc_trans_where_2.
2820
2821 2006-02-18   Danny Smith  <dannysmith@users.sourceforeg.net>
2822
2823         * gfortran.h (gfc_add_attribute): Change uint to unsigned int.
2824         * symbol.c (gfc_add_attribute): Likewise for definition.
2825         * resolve.c (resolve_global_procedure): Likewise for variable 'type'.
2826
2827 2006-02-17  Richard Sandiford  <richard@codesourcery.com>
2828
2829         * trans-common.c: Include rtl.h earlier.
2830         * trans-decl.c: Likewise.
2831
2832 2006-02-16  Jakub Jelinek  <jakub@redhat.com>
2833
2834         PR fortran/26224
2835         * parse.c (parse_omp_do, parse_omp_structured_block): Call
2836         gfc_commit_symbols and gfc_warning_check.
2837
2838         * openmp.c (resolve_omp_clauses): Add a dummy case label to workaround
2839         PR middle-end/26316.
2840
2841 2006-02-16  Paul Thomas  <pault@gcc.gnu.org>
2842
2843         PR fortran/24557
2844         * trans-expr.c (gfc_add_interface_mapping): Use the actual argument
2845         for character(*) arrays, rather than casting to the type and kind
2846         parameters of the formal argument.
2847
2848 2006-02-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2849
2850         PR fortran/26054
2851         * options.c: Do not warn for Fortran 2003 features by default.
2852
2853 2006-02-15  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
2854
2855         * check.c: Update copyright years.
2856         
2857         * check.c (gfc_check_minloc_maxloc, check_reduction): Don't call
2858         dim_range_check on not-present optional dim argument.
2859
2860 2006-02-15  Jakub Jelinek  <jakub@redhat.com>
2861
2862         PR libgomp/25938
2863         PR libgomp/25984
2864         * Make-lang.in (install-finclude-dir): New goal.
2865         (fortran.install-common): Depend on install-finclude-dir.
2866         * lang-specs.h: If not -nostdinc, add -I finclude.
2867
2868 2006-02-14  Thomas Koenig  <Thomas.Koenig@online.de>
2869
2870         PR fortran/25045
2871         * check.c (dim_check):  Perform all checks if dim is optional.
2872         (gfc_check_minloc_maxloc):  Use dim_check and dim_rank_check
2873         to check dim argument.
2874         (check_reduction):  Likewise.
2875
2876 2006-02-14  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
2877
2878         PR fortran/26277
2879         * io.c (match_ltag): Mark label as referenced.
2880
2881 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
2882             Richard Henderson  <rth@redhat.com>
2883             Diego Novillo  <dnovillo@redhat.com>
2884
2885         * invoke.texi: Document -fopenmp.
2886         * gfortran.texi (Extensions): Document OpenMP.
2887
2888         Backport from gomp-20050608-branch
2889         * trans-openmp.c: Call build_omp_clause instead of
2890         make_node when creating OMP_CLAUSE_* trees.
2891         (gfc_trans_omp_reduction_list): Remove argument 'code'.
2892         Adjust all callers.
2893
2894         * trans.h (build4_v): Define.
2895         * trans-openmp.c: Call build4_v to create OMP_PARALLEL nodes.
2896         Call build3_v to create OMP_SECTIONS nodes.
2897
2898         PR fortran/25162
2899         * openmp.c (gfc_match_omp_variable_list): Call gfc_set_sym_referenced
2900         on all symbols added to the variable list.
2901
2902         * openmp.c (gfc_match_omp_clauses): Fix check for non-INTRINSIC
2903         procedure symbol in REDUCTION.
2904
2905         * trans-openmp.c (gfc_trans_omp_array_reduction): Use gfc_add
2906         for MINUS_EXPR OMP_CLAUSE_REDUCTION_CODE.
2907
2908         * trans-openmp.c (gfc_trans_omp_do): Add PBLOCK argument.  If PBLOCK
2909         is non-NULL, evaluate INIT/COND/INCR and chunk size expressions in
2910         that statement block.
2911         (gfc_trans_omp_parallel_do): Pass non-NULL PBLOCK to gfc_trans_omp_do
2912         for non-ordered non-static combined loops.
2913         (gfc_trans_omp_directive): Pass NULL PBLOCK to gfc_trans_omp_do.
2914
2915         * openmp.c: Include target.h and toplev.h.
2916         (gfc_match_omp_threadprivate): Emit diagnostic if target does
2917         not support TLS.
2918         * Make-lang.in (fortran/openmp.o): Add dependencies on
2919         target.h and toplev.h.
2920
2921         * trans-decl.c (gfc_get_fake_result_decl): Set GFC_DECL_RESULT.
2922         * trans-openmp.c (gfc_omp_privatize_by_reference): Make
2923         DECL_ARTIFICIAL vars predetermined shared except GFC_DECL_RESULT.
2924         (gfc_omp_disregard_value_expr): Handle GFC_DECL_RESULT.
2925         (gfc_trans_omp_variable): New function.
2926         (gfc_trans_omp_variable_list, gfc_trans_omp_reduction_list): Use it.
2927         * trans.h (GFC_DECL_RESULT): Define.
2928
2929         * trans-openmp.c (gfc_omp_firstprivatize_type_sizes): New function.
2930         * f95-lang.c (LANG_HOOKS_OMP_FIRSTPRIVATIZE_TYPE_SIZES): Define.
2931         * trans.h (gfc_omp_firstprivatize_type_sizes): New prototype.
2932
2933         * trans-openmp.c (gfc_omp_privatize_by_reference): Return
2934         true if a pointer has GFC_DECL_SAVED_DESCRIPTOR set.
2935         (gfc_trans_omp_array_reduction, gfc_trans_omp_reduction_list): New
2936         functions.
2937         (gfc_trans_omp_clauses): Add WHERE argument.  Call
2938         gfc_trans_omp_reduction_list rather than gfc_trans_omp_variable_list
2939         for reductions.
2940         (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
2941         gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
2942         gfc_trans_omp_sections, gfc_trans_omp_single): Adjust
2943         gfc_trans_omp_clauses callers.
2944
2945         * openmp.c (omp_current_do_code): New var.
2946         (gfc_resolve_omp_do_blocks): New function.
2947         (gfc_resolve_omp_parallel_blocks): Call it.
2948         (gfc_resolve_do_iterator): Add CODE argument.  Don't propagate
2949         predetermination if argument is !$omp do or !$omp parallel do
2950         iteration variable.
2951         * resolve.c (resolve_code): Call gfc_resolve_omp_do_blocks
2952         for EXEC_OMP_DO.  Adjust gfc_resolve_do_iterator caller.
2953         * fortran.h (gfc_resolve_omp_do_blocks): New prototype.
2954         (gfc_resolve_do_iterator): Add CODE argument.
2955
2956         * trans.h (gfc_omp_predetermined_sharing,
2957         gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
2958         prototypes.
2959         (GFC_DECL_COMMON_OR_EQUIV, GFC_DECL_CRAY_POINTEE): Define.
2960         * trans-openmp.c (gfc_omp_predetermined_sharing,
2961         gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
2962         functions.
2963         * trans-common.c (build_equiv_decl, build_common_decl,
2964         create_common): Set GFC_DECL_COMMON_OR_EQUIV flag on the decls.
2965         * trans-decl.c (gfc_finish_cray_pointee): Set GFC_DECL_CRAY_POINTEE
2966         on the decl.
2967         * f95-lang.c (LANG_HOOKS_OMP_PREDETERMINED_SHARING,
2968         LANG_HOOKS_OMP_DISREGARD_VALUE_EXPR,
2969         LANG_HOOKS_OMP_PRIVATE_DEBUG_CLAUSE): Define.
2970
2971         * openmp.c (resolve_omp_clauses): Remove extraneous comma.
2972
2973         * symbol.c (check_conflict): Add conflict between cray_pointee and
2974         threadprivate.
2975         * openmp.c (gfc_match_omp_threadprivate): Fail if
2976         gfc_add_threadprivate returned FAILURE.
2977         (resolve_omp_clauses): Diagnose Cray pointees in SHARED,
2978         {,FIRST,LAST}PRIVATE and REDUCTION clauses and Cray pointers in
2979         {FIRST,LAST}PRIVATE and REDUCTION clauses.
2980
2981         * resolve.c (omp_workshare_flag): New variable.
2982         (resolve_function): Diagnose use of non-ELEMENTAL user defined
2983         function in WORKSHARE construct.
2984         (resolve_code): Cleanup forall_save use.  Make sure omp_workshare_flag
2985         is set to correct value in different contexts.
2986
2987         * openmp.c (resolve_omp_clauses): Replace %s with '%s' when printing
2988         variable name.
2989         (resolve_omp_atomic): Likewise.
2990
2991         PR fortran/24493
2992         * scanner.c (skip_free_comments): Set at_bol at the beginning of the
2993         loop, not before it.
2994         (skip_fixed_comments): Handle ! comments in the middle of line here
2995         as well.
2996         (gfc_skip_comments): Use skip_fixed_comments for FIXED_FORM even if
2997         not at BOL.
2998         (gfc_next_char_literal): Fix expected canonicalized *$omp string.
2999
3000         * trans-openmp.c (gfc_trans_omp_do): Use make_node and explicit
3001         initialization to build OMP_FOR instead of build.
3002
3003         * trans-decl.c (gfc_gimplify_function): Invoke
3004         diagnose_omp_structured_block_errors.
3005
3006         * trans-openmp.c (gfc_trans_omp_master): Use OMP_MASTER.
3007         (gfc_trans_omp_ordered): Use OMP_ORDERED.
3008
3009         * gfortran.h (gfc_resolve_do_iterator, gfc_resolve_blocks,
3010         gfc_resolve_omp_parallel_blocks): New prototypes.
3011         * resolve.c (resolve_blocks): Renamed to...
3012         (gfc_resolve_blocks): ... this.  Remove static.
3013         (gfc_resolve_forall): Adjust caller.
3014         (resolve_code): Only call gfc_resolve_blocks if code->block != 0
3015         and not for EXEC_OMP_PARALLEL* directives.  Call
3016         gfc_resolve_omp_parallel_blocks for EXEC_OMP_PARALLEL* directives.
3017         Call gfc_resolve_do_iterator if resolved successfully EXEC_DO
3018         iterator.
3019         * openmp.c: Include pointer-set.h.
3020         (omp_current_ctx): New variable.
3021         (gfc_resolve_omp_parallel_blocks, gfc_resolve_do_iterator): New
3022         functions.
3023         * Make-lang.in (fortran/openmp.o): Depend on pointer-set.h.
3024
3025         * openmp.c (gfc_match_omp_clauses): For max/min/iand/ior/ieor,
3026         look up symbol if it exists, use its name instead and, if it is not
3027         INTRINSIC, issue diagnostics.
3028
3029         * parse.c (parse_omp_do): Handle implied end do properly.
3030         (parse_executable): If parse_omp_do returned ST_IMPLIED_ENDDO,
3031         return it instead of continuing.
3032
3033         * trans-openmp.c (gfc_trans_omp_critical): Update for changed
3034         operand numbering.
3035         (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
3036         gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
3037         gfc_trans_omp_sections, gfc_trans_omp_single): Likewise.
3038
3039         * trans.h (gfc_omp_privatize_by_reference): New prototype.
3040         * f95-lang.c (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Redefine
3041         to gfc_omp_privatize_by_reference.
3042         * trans-openmp.c (gfc_omp_privatize_by_reference): New function.
3043
3044         * trans-stmt.h (gfc_trans_omp_directive): Add comment.
3045
3046         * openmp.c (gfc_match_omp_variable_list): Add ALLOW_COMMON argument.
3047         Disallow COMMON matching if it is set.
3048         (gfc_match_omp_clauses, gfc_match_omp_flush): Adjust all callers.
3049         (resolve_omp_clauses): Show locus in error messages.  Check that
3050         variable types in reduction clauses are appropriate for reduction
3051         operators.
3052
3053         * resolve.c (resolve_symbol): Don't error if a threadprivate module
3054         variable isn't SAVEd.
3055
3056         * trans-openmp.c (gfc_trans_omp_do): Put count into BLOCK, not BODY.
3057         Fix typo in condition.  Fix DOVAR initialization.
3058
3059         * openmp.c (gfc_match_omp_clauses): Match min/iand/ior/ieor
3060         rather than .min. etc.
3061
3062         * trans-openmpc.c (omp_not_yet): Remove.
3063         (gfc_trans_omp_parallel_do): Keep listprivate clause on parallel.
3064         Force creation of BIND_EXPR around the workshare construct.
3065         (gfc_trans_omp_parallel_sections): Likewise.
3066         (gfc_trans_omp_parallel_workshare): Likewise.
3067
3068         * types.def (BT_I16, BT_FN_I16_VPTR_I16,
3069         BT_FN_BOOL_VPTR_I16_I16, BT_FN_I16_VPTR_I16_I16): Add.
3070
3071         * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_DEFAULT.
3072         (gfc_trans_omp_code): New function.
3073         (gfc_trans_omp_do): Use it, remove omp_not_yet uses.
3074         (gfc_trans_omp_parallel, gfc_trans_omp_single): Likewise.
3075         (gfc_trans_omp_sections): Likewise.  Only treat empty last section
3076         specially if lastprivate clause is present.
3077         * f95-lang.c (gfc_init_builtin_functions): Create BUILT_IN_TRAP
3078         builtin.
3079
3080         * trans-openmp.c (gfc_trans_omp_variable_list): Update for
3081         OMP_CLAUSE_DECL name change.
3082         (gfc_trans_omp_do): Likewise.
3083
3084         * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_REDUCTION
3085         clauses.
3086         (gfc_trans_omp_atomic): Build OMP_ATOMIC instead of expanding
3087         sync builtins directly.
3088         (gfc_trans_omp_single): Build OMP_SINGLE statement.
3089
3090         * trans-openmp.c (gfc_trans_add_clause): New.
3091         (gfc_trans_omp_variable_list): Take a tree code and build the clause
3092         node here.  Link it to the head of a list.
3093         (gfc_trans_omp_clauses): Update to match.
3094         (gfc_trans_omp_do): Use gfc_trans_add_clause.
3095
3096         * trans-openmp.c (gfc_trans_omp_clauses): Change second argument to
3097         gfc_omp_clauses *.  Use gfc_evaluate_now instead of creating
3098         temporaries by hand.
3099         (gfc_trans_omp_atomic, gfc_trans_omp_critical): Use buildN_v macros.
3100         (gfc_trans_omp_do): New function.
3101         (gfc_trans_omp_master): Dont' check for gfc_trans_code returning NULL.
3102         (gfc_trans_omp_parallel): Adjust gfc_trans_omp_clauses caller.
3103         Use buildN_v macros.
3104         (gfc_trans_omp_parallel_do, gfc_trans_omp_parallel_sections,
3105         gfc_trans_omp_parallel_workshare, gfc_trans_omp_sections,
3106         gfc_trans_omp_single, gfc_trans_omp_workshare): New functions.
3107         (gfc_trans_omp_directive): Use them.
3108         * parse.c (parse_omp_do): Allow new_st.op == EXEC_NOP.
3109         * openmp.c (resolve_omp_clauses): Check for list items present
3110         in multiple clauses.
3111         (resolve_omp_do): Check that iteration variable is not THREADPRIVATE
3112         and is not present in any clause variable lists other than PRIVATE
3113         or LASTPRIVATE.
3114
3115         * gfortran.h (symbol_attribute): Add threadprivate bit.
3116         (gfc_common_head): Add threadprivate member, change use_assoc
3117         and saved into char to save space.
3118         (gfc_add_threadprivate): New prototype.
3119         * symbol.c (check_conflict): Handle threadprivate.
3120         (gfc_add_threadprivate): New function.
3121         (gfc_copy_attr): Copy threadprivate.
3122         * trans-openmp.c (gfc_trans_omp_clauses): Avoid creating a temporary
3123         if IF or NUM_THREADS is constant.  Create OMP_CLAUSE_SCHEDULE and
3124         OMP_CLAUSE_ORDERED.
3125         * resolve.c (resolve_symbol): Complain if a THREADPRIVATE symbol
3126         outside a module and not in COMMON has is not SAVEd.
3127         (resolve_equivalence): Ensure THREADPRIVATE objects don't get
3128         EQUIVALENCEd.
3129         * trans-common.c: Include target.h and rtl.h.
3130         (build_common_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
3131         * trans-decl.c: Include rtl.h.
3132         (gfc_finish_var_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
3133         * dump-parse-tree.c (gfc_show_attr): Handle THREADPRIVATE.
3134         * Make-lang.in (fortran/trans-decl.o): Depend on $(RTL_H).
3135         (fortran/trans-common.o): Depend on $(RTL_H) and $(TARGET_H).
3136         * openmp.c (gfc_match_omp_variable_list): Ensure COMMON block
3137         is from current namespace.
3138         (gfc_match_omp_threadprivate): Rewrite.
3139         (resolve_omp_clauses): Check some clause restrictions.
3140         * module.c (ab_attribute): Add AB_THREADPRIVATE.
3141         (attr_bits): Add THREADPRIVATE.
3142         (mio_symbol_attribute, mio_symbol_attribute): Handle threadprivate.
3143         (load_commons, write_common, write_blank_common): Adjust for type
3144         change of saved, store/load threadprivate bit from the integer
3145         as well.
3146
3147         * types.def (BT_FN_UINT_UINT): New.
3148         (BT_FN_VOID_UINT_UINT): Remove.
3149
3150         * trans-openmp.c (gfc_trans_omp_clauses, gfc_trans_omp_barrier,
3151         gfc_trans_omp_critical, gfc_trans_omp_flush, gfc_trans_omp_master,
3152         gfc_trans_omp_ordered, gfc_trans_omp_parallel): New functions.
3153         (gfc_trans_omp_directive): Use them.
3154
3155         * openmp.c (expr_references_sym): Add SE argument, don't look
3156         into SE tree.
3157         (is_conversion): New function.
3158         (resolve_omp_atomic): Adjust expr_references_sym callers.  Handle
3159         promoted expressions.
3160         * trans-openmp.c (gfc_trans_omp_atomic): New function.
3161         (gfc_trans_omp_directive): Call it.
3162
3163         * f95-lang.c (builtin_type_for_size): New function.
3164         (gfc_init_builtin_functions): Initialize synchronization and
3165         OpenMP builtins.
3166         * types.def: New file.
3167         * Make-lang.in (f95-lang.o): Depend on $(BUILTINS_DEF) and
3168         fortran/types.def.
3169
3170         * trans-openmp.c: Rename GOMP_* tree codes into OMP_*.
3171
3172         * dump-parse-tree.c (show_symtree): Don't crash if ns->proc_name
3173         is NULL.
3174
3175         * dump-parse-tree.c (gfc_show_namelist, gfc_show_omp_node): New
3176         functions.
3177         (gfc_show_code_node): Call gfc_show_omp_node for EXEC_OMP_* nodes.
3178
3179         * parse.c (parse_omp_do): Call pop_state before next_statement.
3180         * openmp.c (expr_references_sym, resolve_omp_atomic, resolve_omp_do):
3181         New functions.
3182         (gfc_resolve_omp_directive): Call them.
3183         * match.c (match_exit_cycle): Issue error if EXIT or CYCLE statement
3184         leaves an OpenMP structured block or if EXIT terminates !$omp do
3185         loop.
3186
3187         * Make-lang.in (F95_PARSER_OBJS): Add fortran/openmp.o.
3188         (F95_OBJS): Add fortran/trans-openmp.o.
3189         (fortran/trans-openmp.o): Depend on $(GFORTRAN_TRANS_DEPS).
3190         * lang.opt: Add -fopenmp option.
3191         * options.c (gfc_init_options): Initialize it.
3192         (gfc_handle_option): Handle it.
3193         * gfortran.h (ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL,
3194         ST_OMP_END_CRITICAL, ST_OMP_END_DO, ST_OMP_END_MASTER,
3195         ST_OMP_END_ORDERED, ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO,
3196         ST_OMP_END_PARALLEL_SECTIONS, ST_OMP_END_PARALLEL_WORKSHARE,
3197         ST_OMP_END_SECTIONS, ST_OMP_END_SINGLE, ST_OMP_END_WORKSHARE,
3198         ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED,
3199         ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS,
3200         ST_OMP_PARALLEL_WORKSHARE, ST_OMP_SECTIONS, ST_OMP_SECTION,
3201         ST_OMP_SINGLE, ST_OMP_THREADPRIVATE, ST_OMP_WORKSHARE): New
3202         statement codes.
3203         (OMP_LIST_PRIVATE, OMP_LIST_FIRSTPRIVATE, OMP_LIST_LASTPRIVATE,
3204         OMP_LIST_COPYPRIVATE, OMP_LIST_SHARED, OMP_LIST_COPYIN,
3205         OMP_LIST_PLUS, OMP_LIST_REDUCTION_FIRST, OMP_LIST_MULT,
3206         OMP_LIST_SUB, OMP_LIST_AND, OMP_LIST_OR, OMP_LIST_EQV,
3207         OMP_LIST_NEQV, OMP_LIST_MAX, OMP_LIST_MIN, OMP_LIST_IAND,
3208         OMP_LIST_IOR, OMP_LIST_IEOR, OMP_LIST_REDUCTION_LAST, OMP_LIST_NUM):
3209         New OpenMP variable list types.
3210         (gfc_omp_clauses): New typedef.
3211         (gfc_get_omp_clauses): Define.
3212         (EXEC_OMP_CRITICAL, EXEC_OMP_DO, EXEC_OMP_FLUSH, EXEC_OMP_MASTER,
3213         EXEC_OMP_ORDERED, EXEC_OMP_PARALLEL, EXEC_OMP_PARALLEL_DO,
3214         EXEC_OMP_PARALLEL_SECTIONS, EXEC_OMP_PARALLEL_WORKSHARE,
3215         EXEC_OMP_SECTIONS, EXEC_OMP_SINGLE, EXEC_OMP_WORKSHARE,
3216         EXEC_OMP_ATOMIC, EXEC_OMP_BARRIER, EXEC_OMP_END_NOWAIT,
3217         EXEC_OMP_END_SINGLE): New OpenMP gfc_exec_op codes.
3218         (struct gfc_code): Add omp_clauses, omp_name, omp_namelist
3219         and omp_bool fields to ext union.
3220         (flag_openmp): Declare.
3221         (gfc_free_omp_clauses, gfc_resolve_omp_directive): New prototypes.
3222         * scanner.c (openmp_flag, openmp_locus): New variables.
3223         (skip_free_comments, skip_fixed_comments, gfc_next_char_literal):
3224         Handle OpenMP directive lines and conditional compilation magic
3225         comments.
3226         * parse.h (COMP_OMP_STRUCTURED_BLOCK): New compile state.
3227         * parse.c (decode_omp_directive, parse_omp_do, parse_omp_atomic,
3228         parse_omp_structured_block): New functions.
3229         (next_free, next_fixed): Parse OpenMP directives.
3230         (case_executable, case_exec_markers, case_decl): Add ST_OMP_*
3231         codes.
3232         (gfc_ascii_statement): Handle ST_OMP_* codes.
3233         (parse_executable): Rearrange the loop slightly, so that
3234         parse_omp_do can return next_statement.
3235         * match.h (gfc_match_omp_eos, gfc_match_omp_atomic,
3236         gfc_match_omp_barrier, gfc_match_omp_critical, gfc_match_omp_do,
3237         gfc_match_omp_flush, gfc_match_omp_master, gfc_match_omp_ordered,
3238         gfc_match_omp_parallel, gfc_match_omp_parallel_do,
3239         gfc_match_omp_parallel_sections, gfc_match_omp_parallel_workshare,
3240         gfc_match_omp_sections, gfc_match_omp_single,
3241         gfc_match_omp_threadprivate, gfc_match_omp_workshare,
3242         gfc_match_omp_end_nowait, gfc_match_omp_end_single): New prototypes.
3243         * resolve.c (resolve_blocks): Ignore EXEC_OMP_* block directives.
3244         (resolve_code): Call gfc_resolve_omp_directive on EXEC_OMP_*
3245         directives.
3246         * trans.c (gfc_trans_code): Call gfc_trans_omp_directive for
3247         EXEC_OMP_* directives.
3248         * st.c (gfc_free_statement): Handle EXEC_OMP_* statement freeing.
3249         * trans-stmt.h (gfc_trans_omp_directive): New prototype.
3250         * openmp.c: New file.
3251         * trans-openmp.c: New file.
3252
3253 2006-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
3254             Jakub Jelinek  <jakub@redhat.com>
3255
3256         PR fortran/26246
3257         * trans-decl.c (gfc_get_symbol_decl, gfc_get_fake_result_decl): Use
3258         gfc_add_decl_to_function rather than gfc_finish_var_decl on length.
3259
3260 2006-02-13  Paul Thomas  <pault@gcc.gnu.org>
3261
3262         PR fortran/26074
3263         PR fortran/25103
3264         * resolve.c (resolve_symbol): Extend the requirement that module
3265         arrays have constant bounds to those in the main program.  At the
3266         same time simplify the array bounds, to avoiding trapping parameter
3267         array references, and exclude automatic character length from main
3268         and modules. Rearrange resolve_symbol and resolve_derived to put as
3269         each flavor together, as much as is possible and move all specific
3270         code for flavors FL_VARIABLE, FL_PROCEDURE and FL_PARAMETER into new
3271         functions.
3272         (resolve_fl_var_and_proc, resolve_fl_variable, resolve_fl_procedure):
3273         New functions to do work of resolve_symbol.
3274         (resolve_index_expr): New function that is called from resolved_symbol
3275         and is extracted from resolve_charlen.
3276         (resolve_charlen): Call this new function.
3277         (resolve_fl_derived): Renamed resolve_derived to be consistent with
3278         the naming of the new functions for the other flavours.  Change the
3279         charlen checking so that the style is consistent with other similar
3280         checks. Add the generation of the gfc_dt_list, removed from resolve_
3281         symbol.
3282
3283         PR fortran/20861
3284         * resolve.c (resolve_actual_arglist): Prevent internal procedures
3285         from being dummy arguments.
3286
3287         PR fortran/20871
3288         * resolve.c (resolve_actual_arglist): Prevent pure but non-intrinsic
3289         procedures from being dummy arguments.
3290
3291         PR fortran/25083
3292         * resolve.c (check_data_variable): Add test that data variable is in
3293         COMMON.
3294
3295         PR fortran/25088
3296         * resolve.c (resolve_call): Add test that the subroutine does not
3297         have a type.
3298
3299 2006-02-12  Erik Edelmann  <eedelman@gcc.gnu.org>
3300
3301         PR fortran/25806
3302         * trans-array.c (gfc_trans_allocate_array_storage): New argument
3303         dealloc; free the temporary only if dealloc is true.
3304         (gfc_trans_allocate_temp_array): New argument bool dealloc, to be
3305         passed onwards to gfc_trans_allocate_array_storage.
3306         (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call to
3307         gfc_trans_allocate_temp_array.
3308         * trans-array.h (gfc_trans_allocate_temp_array): Update function
3309         prototype.
3310         * trans-expr.c (gfc_conv_function_call): Set new argument 'dealloc'
3311         to gfc_trans_allocate_temp_array to false in case of functions
3312         returning pointers.
3313         (gfc_trans_arrayfunc_assign): Return NULL for functions returning
3314         pointers.
3315
3316 2006-02-10  Steven G. Kargl  <kargls@comcast.net>
3317
3318         PR fortran/20858
3319         *decl.c (variable_decl): Improve error message.  Remove initialization
3320         typespec.  Wrap long line.
3321         *expr.c (gfc_check_pointer_assign): Permit checking of type, kind type,
3322         and rank.
3323         *simplify.c (gfc_simplify_null): Ensure type, kind type, and rank
3324         are set.
3325
3326
3327 2006-02-10  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
3328
3329         PR fortran/14771
3330         * arith.c (eval_intrinsic): Accept INTRINSIC_PARENTHESES.
3331         * expr.c (check_intrinsic_op): Likewise.
3332         * module.c (mio_expr): Likewise.
3333
3334 2006-02-09  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
3335
3336         * dump-parse-tree.c: Update copyright years.
3337         * matchexp.c: Likewise.
3338         * module.c: Likewise.
3339
3340         PR fortran/14771
3341         * gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
3342         * dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
3343         * expr.c (simplify_intrinsic_op): Treat INTRINSIC_PARENTHESES as
3344         if it were INTRINSIC_UPLUS.
3345         * resolve.c (resolve_operator): Handle INTRINSIC_PARENTHESES.
3346         * match.c (intrinsic_operators): Add INTRINSIC_PARENTHESES.
3347         * matchexp.c (match_primary): Record parentheses surrounding
3348         numeric expressions.
3349         * module.c (intrinsics): Add INTRINSIC_PARENTHESES for module
3350         dumping.
3351         * trans-expr.c (gfc_conv_expr_op): Handle INTRINSIC_PARENTHESES.
3352
3353 2006-02-09  Paul Thomas  <pault@gcc.gnu.org>
3354
3355         PR fortran/26038
3356         * trans-stmt.c (gfc_trans_allocate): Provide assumed character length
3357         scalar with missing backend_decl for the hidden dummy charlen.
3358
3359         PR fortran/25059
3360         * interface.c (gfc_extend_assign): Remove detection of non-PURE
3361         subroutine in assignment interface, with gfc_error, and put it in
3362         * resolve.c (resolve_code).
3363
3364         PR fortran/25070
3365         * interface.c (gfc_procedure_use): Flag rank checking for non-
3366         elemental, contained or interface procedures in call to
3367         (compare_actual_formal), where ranks are checked for assumed
3368         shape arrays..
3369
3370 2006-02-08  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
3371
3372         PR libfortran/25425
3373         * trans-decl.c (gfc_generate_function_code): Add new argument,
3374         pedantic, to set_std call.
3375
3376 2006-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
3377
3378         PR libfortran/23815
3379         * gfortran.texi: Document the GFORTRAN_CONVERT_UNIT environment
3380         variable.
3381         * invoke.texi:  Mention the "Runtime" chapter.
3382         Document the -fconvert= option.
3383         * gfortran.h:  Add options_convert.
3384         * lang.opt:  Add fconvert=little-endian, fconvert=big-endian,
3385         fconvert=native and fconvert=swap.
3386         * trans-decl.c (top level):  Add gfor_fndecl_set_convert.
3387         (gfc_build_builtin_function_decls):  Set gfor_fndecl_set_convert.
3388         (gfc_generate_function_code):  If -fconvert was specified,
3389         and this is the main program, add a call to set_convert().
3390         * options.c:  Handle the -fconvert options.
3391
3392 2006-02-06  Roger Sayle  <roger@eyesopen.com>
3393
3394         * trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument
3395         to be NULL to indicate that the not mask isn't required.
3396         (gfc_trans_where_2): Remove PMASK argument.  Avoid calculating the
3397         pending mask for the last clause of a WHERE chain.  Update recursive
3398         call.
3399         (gfc_trans_forall_1): Update call to gfc_trans_where_2.
3400         (gfc_trans_where): Likewise.
3401
3402 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
3403
3404         Backport from gomp-20050608-branch
3405         * trans-decl.c (create_function_arglist): Handle dummy functions.
3406
3407         * trans-decl.c (gfc_get_symbol_decl): Revert explicit setting of
3408         TYPE_SIZE_UNIT.
3409         (gfc_trans_vla_type_sizes): Also "gimplify"
3410         GFC_TYPE_ARRAY_DATAPTR_TYPE for GFC_DESCRIPTOR_TYPE_P types.
3411         * trans-array.c (gfc_trans_deferred_array): Call
3412         gfc_trans_vla_type_sizes.
3413
3414         * trans-decl.c (saved_function_decls, saved_parent_function_decls):
3415         Remove unnecessary initialization.
3416         (create_function_arglist): Make sure __result has complete type.
3417         (gfc_get_fake_result_decl): Change current_fake_result_decl into
3418         a tree chain.  For entry master, create a separate variable
3419         for each result name.  For BT_CHARACTER results, call
3420         gfc_finish_var_decl on length even if it has been already created,
3421         but not pushdecl'ed.
3422         (gfc_trans_vla_type_sizes): For function/entry result, adjust
3423         result value type, not the FUNCTION_TYPE.
3424         (gfc_generate_function_code): Adjust for current_fake_result_decl
3425         changes.
3426         (gfc_trans_deferred_vars): Likewise.  Call gfc_trans_vla_type_sizes
3427         even on result if it is assumed-length character.
3428
3429         * trans-decl.c (gfc_trans_dummy_character): Add SYM argument.
3430         Call gfc_trans_vla_type_sizes.
3431         (gfc_trans_auto_character_variable): Call gfc_trans_vla_type_sizes.
3432         (gfc_trans_vla_one_sizepos, gfc_trans_vla_type_sizes_1,
3433         gfc_trans_vla_type_sizes): New functions.
3434         (gfc_trans_deferred_vars): Adjust gfc_trans_dummy_character
3435         callers.  Call gfc_trans_vla_type_sizes on assumed-length
3436         character parameters.
3437         * trans-array.c (gfc_trans_array_bounds,
3438         gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias): Call
3439         gfc_trans_vla_type_sizes.
3440         * trans.h (gfc_trans_vla_type_sizes): New prototype.
3441
3442         * trans-decl.c (gfc_build_qualified_array): For non-assumed-size
3443         arrays without constant size, create also an index var for
3444         GFC_TYPE_ARRAY_SIZE (type).  If the type is incomplete, complete
3445         it as 0..size-1.
3446         (gfc_create_string_length): Don't call gfc_defer_symbol_init
3447         if just creating DECL_ARGUMENTS.
3448         (gfc_get_symbol_decl): Call gfc_finish_var_decl and
3449         gfc_defer_symbol_init even if ts.cl->backend_decl is already
3450         set to a VAR_DECL that doesn't have DECL_CONTEXT yet.
3451         (create_function_arglist): Rework, so that hidden length
3452         arguments for CHARACTER parameters are created together with
3453         the parameters.  Resolve ts.cl->backend_decl for CHARACTER
3454         parameters.  If the argument is a non-constant length array
3455         or CHARACTER, ensure PARM_DECL has different type than
3456         its DECL_ARG_TYPE.
3457         (generate_local_decl): Call gfc_get_symbol_decl even
3458         for non-referenced non-constant length CHARACTER parameters
3459         after optionally issuing warnings.
3460         * trans-array.c (gfc_trans_array_bounds): Set last stride
3461         to GFC_TYPE_ARRAY_SIZE (type) to initialize it as well.
3462         (gfc_trans_dummy_array_bias): Initialize GFC_TYPE_ARRAY_SIZE (type)
3463         variable as well.
3464
3465         * trans-expr.c (gfc_conv_expr_val): Fix comment typo.
3466
3467         * trans-stmt.c (gfc_trans_simple_do): Fix comment.
3468
3469 2006-02-04  Roger Sayle  <roger@eyesopen.com>
3470
3471         * dependency.c (gfc_check_dependency): Remove unused vars and nvars
3472         arguments.  Replace with an "identical" argument.  A full array
3473         reference to the same symbol is a dependency if identical is true.
3474         * dependency.h (gfc_check_dependency): Update prototype.
3475         * trans-array.h (gfc_check_dependency): Delete duplicate prototype.
3476         * trans-stmt.c: #include dependency.h for gfc_check_dependency.
3477         (gfc_trans_forall_1): Update calls to gfc_check_dependency.
3478         (gfc_trans_where_2): Likewise.  Remove unneeded variables.
3479         (gfc_trans_where_3): New function for simple non-dependent WHEREs.
3480         (gfc_trans_where): Call gfc_trans_where_3 to translate simple
3481         F90-style WHERE statements without internal dependencies.
3482         * Make-lang.in (trans-stmt.o): Depend upon dependency.h.
3483
3484 2006-02-05  H.J. Lu  <hongjiu.lu@intel.com>
3485
3486         PR fortran/26041
3487         PR fortran/26064
3488         * resolve.c (resolve_types): New function.
3489         (resolve_codes): Likewise.
3490         (gfc_resolve): Use them.
3491
3492 2006-02-05  Roger Sayle  <roger@eyesopen.com>
3493
3494         * trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE
3495         masks instead of LOGICAL*4.
3496
3497 2006-02-05  Jakub Jelinek  <jakub@redhat.com>
3498
3499         * resolve.c (resolve_symbol): Initialize constructor_expr to NULL.
3500
3501 2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>
3502
3503         PR fortran/25075
3504         check.c (identical_dimen_shape):  New function.
3505         (check_dot_product):  Use identical_dimen_shape() to check sizes
3506         for dot_product.
3507         (gfc_check_matmul):  Likewise.
3508         (gfc_check_merge):  Check conformance between tsource and fsource
3509         and between tsource and mask.
3510         (gfc_check_pack):  Check conformance between array and mask.
3511
3512 2006-02-03  Steven G. Kargl  <kargls@comcast>
3513             Paul Thomas  <pault@gcc.gnu.org>
3514
3515         PR fortran/20845
3516         * resolve.c (resolve_symbol): Default initialization of derived type
3517         component reguires the SAVE attribute.
3518
3519 2006-02-02  Steven G. Kargl  <kargls@comcast>
3520
3521         PR fortran/24958
3522         match.c (gfc_match_nullify):  Free the list from head not tail.
3523
3524         PR fortran/25072
3525         * match.c (match_forall_header): Fix internal error caused by bogus
3526         gfc_epxr pointers.
3527
3528
3529 2006-01-31  Thomas Koenig  <Thomas.Koenig@online.de>
3530
3531         PR fortran/26039
3532         expr.c (gfc_check_conformance):  Reorder error message
3533         to avoid plural.
3534         check.c(gfc_check_minloc_maxloc):  Call gfc_check_conformance
3535         for checking arguments array and mask.
3536         (check_reduction):  Likewise.
3537
3538 2006-01-30  Erik Edelmann  <eedelman@gcc.gnu.org>
3539
3540         PR fortran/24266
3541         * trans-io.c (set_internal_unit): Check the rank of the
3542         expression node itself instead of its symbol.
3543
3544 2006-01-29  Paul Thomas  <pault@gcc.gnu.org>
3545
3546         PR fortran/18578
3547         PR fortran/18579
3548         PR fortran/20857
3549         PR fortran/20885
3550         * interface.c (compare_actual_formal): Error for INTENT(OUT or INOUT)
3551         if actual argument is not a variable.
3552
3553 2006-01-28  Paul Thomas  <pault@gcc.gnu.org>
3554
3555         PR fortran/17911
3556         * expr.c (gfc_check_assign, gfc_check_pointer_assign): Emit error if
3557         the lvalue is a use associated procedure.
3558
3559         PR fortran/20895
3560         PR fortran/25030
3561         * expr.c (gfc_check_pointer_assign): Emit error if lvalue and rvalue
3562         character lengths are not the same.  Use gfc_dep_compare_expr for the
3563         comparison.
3564         * gfortran.h: Add prototype for gfc_dep_compare_expr.
3565         * dependency.h: Remove prototype for gfc_dep_compare_expr.
3566
3567 2006-01-27  Paul Thomas  <pault@gcc.gnu.org>
3568
3569         PR fortran/25964
3570         * resolve.c (resolve_function): Add GFC_ISYM_LOC to the list of
3571         generic_ids exempted from assumed size checking.
3572
3573 2006-01-27  Jakub Jelinek  <jakub@redhat.com>
3574
3575         PR fortran/25324
3576         * Make-lang.in (fortran/scanner.o): Depend on toplev.h.
3577         * lang.opt (fpreprocessed): New option.
3578         * scanner.c: Include toplev.h.
3579         (gfc_src_file, gfc_src_preprocessor_lines): New variables.
3580         (preprocessor_line): Unescape filename if there were any
3581         backslashes.
3582         (load_file): If initial and gfc_src_file is not NULL,
3583         use it rather than opening the file.  If gfc_src_preprocessor_lines
3584         has non-NULL elements, pass it to preprocessor_line.
3585         (unescape_filename, gfc_read_orig_filename): New functions.
3586         * gfortran.h (gfc_option_t): Add flag_preprocessed.
3587         (gfc_read_orig_filename): New prototype.
3588         * options.c (gfc_init_options): Clear flag_preprocessed.
3589         (gfc_post_options): If flag_preprocessed, call
3590         gfc_read_orig_filename.
3591         (gfc_handle_option): Handle OPT_fpreprocessed.
3592         * lang-specs.h: Pass -fpreprocessed to f951 if preprocessing
3593         sources.
3594
3595 2006-01-27  Erik Edelmann  <eedelman@gcc.gnu.org>
3596
3597         * symbol.c (free_old_symbol): Fix confusing comment, and add code
3598           to free old_symbol->formal.
3599
3600 2006-01-26  Paul Thomas  <pault@gcc.gnu.org>
3601
3602         PR fortran/25964
3603         * resolve.c (resolve_function): Exclude statement functions from
3604         global reference checking.
3605
3606         PR fortran/25084
3607         PR fortran/20852
3608         PR fortran/25085
3609         PR fortran/25086
3610         * resolve.c (resolve_function): Declare a gfc_symbol to replace the
3611         references through the symtree to the symbol associated with the
3612         function expresion. Give error on reference to an assumed character
3613         length function is defined in an interface or an external function
3614         that is not a dummy argument.
3615         (resolve_symbol): Give error if an assumed character length function
3616         is array-valued, pointer-valued, pure or recursive. Emit warning
3617         that character(*) value functions are obsolescent in F95.
3618
3619         PR fortran/25416
3620         * trans-expr.c (gfc_conv_function_call): The above patch to resolve.c
3621         prevents any assumed character length function call from getting here
3622         except intrinsics such as SPREAD. In this case, ensure that no
3623         segfault occurs from referencing non-existent charlen->length->
3624         expr_type and provide a backend_decl for the charlen from the charlen
3625         of the first actual argument.
3626
3627         Cure temp name confusion.
3628         * trans-expr.c (gfc_get_interface_mapping_array): Change name of
3629         temporary from "parm" to "ifm" to avoid clash with temp coming from
3630         trans-array.c.
3631
3632 2006-01-25  Erik Edelmann  <eedelman@gcc.gnu.org>
3633
3634         PR fortran/25716
3635         * symbol.c (free_old_symbol): New function.
3636         (gfc_commit_symbols): Use it.
3637         (gfc_commit_symbol): New function.
3638         (gfc_use_derived): Use it.
3639         * gfortran.h: Add prototype for gfc_commit_symbol.
3640         * intrinsic.c (gfc_find_function): Search in 'conversion'
3641         if not found in 'functions'.
3642         (gfc_convert_type_warn): Add a symtree to the new
3643         expression node, and commit the new symtree->n.sym.
3644         * resolve.c (gfc_resolve_index): Make sure typespec is
3645         properly initialized.
3646
3647 2006-01-23  Paul Thomas  <pault@gcc.gnu.org>
3648
3649         PR fortran/25901
3650         * decl.c (get_proc_name): Replace subroutine and function attributes
3651         in "already defined" test by the formal arglist pointer being non-NULL.
3652
3653         Fix regression in testing of admissability of attributes.
3654         * symbol.c (gfc_add_attribute): If the current_attr has non-zero
3655         intent, do not do the check for a dummy being used.
3656         * decl.c (attr_decl1): Add current_attr.intent as the third argument
3657         in the call to gfc_add_attribute.
3658         * gfortran.h: Add the third argument to the prototype for
3659         gfc_add_attribute.
3660
3661 2006-01-21  Joseph S. Myers  <joseph@codesourcery.com>
3662
3663         * gfortranspec.c (lang_specific_driver): Update copyright notice
3664         date.
3665
3666 2006-01-21  Paul Thomas  <pault@gcc.gnu.org>
3667
3668         PR fortran/25124
3669         PR fortran/25625
3670         * decl.c (get_proc_name): If there is an existing
3671         symbol in the encompassing namespace, call errors
3672         if it is a procedure of the same name or the kind
3673         field is set, indicating a type declaration.
3674
3675         PR fortran/20881
3676         PR fortran/23308
3677         PR fortran/25538
3678         PR fortran/25710
3679         * decl.c (add_global_entry): New function to check
3680         for existing global symbol with this name and to
3681         create new one if none exists.
3682         (gfc_match_entry): Call add_global_entry before
3683         matching argument lists for subroutine and function
3684         entries.
3685         * gfortran.h: Prototype for existing function,
3686         global_used.
3687         * resolve.c (resolve_global_procedure): New function
3688         to check global symbols for procedures.
3689         (resolve_call, resolve_function): Calls to this
3690         new function for non-contained and non-module
3691         procedures.
3692         * match.c (match_common): Add check for existing
3693         global symbol, creat one if none exists and emit
3694         error if there is a clash.
3695         * parse.c (global_used): Remove static and use the
3696         gsymbol name rather than the new_block name, so that
3697         the function can be called from resolve.c.
3698         (parse_block_data, parse_module, add_global_procedure):
3699         Improve checks for existing gsymbols.  Emit error if
3700         already defined or if references were to another type.
3701         Set defined flag.
3702
3703         PR fortran/PR24276
3704         * trans-expr.c (gfc_conv_aliased_arg): New function called by 
3705         gfc_conv_function_call that coverts an expression for an aliased
3706         component reference to a derived type array into a temporary array
3707         of the same type as the component.  The temporary is passed as an
3708         actual argument for the procedure call and is copied back to the
3709         derived type after the call.
3710         (is_aliased_array): New function that detects an array reference
3711         that is followed by a component reference.
3712         (gfc_conv_function_call): Detect an aliased actual argument with
3713         is_aliased_array and convert it to a temporary and back again
3714         using gfc_conv_aliased_arg.
3715
3716 2006-01-19  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
3717
3718         * gfortranspec.c: Update copyright years.
3719         * trans.c: Likewise.
3720         * trans-array.c: Likewise.
3721         * trans-array.h: Likewise.
3722         * trans-decl.c: Likewise.
3723         * trans-stmt.c: Likewise.
3724         * trans-stmt.h: Likewise.
3725         * trans-types.c: Likewise.
3726
3727 2006-01-18  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
3728
3729         PR fortran/18540
3730         PR fortran/18937
3731         * gfortran.h (BBT_HEADER): Move definition up.
3732         (gfc_st_label): Add BBT_HEADER, remove 'prev' and 'next'.
3733         * io.c (format_asterisk): Adapt initializer.
3734         * resolve.c (resolve_branch): Allow FORTRAN 66 cross-block GOTOs
3735         as extension.
3736         (warn_unused_label): Take gfc_st_label label as argument, adapt to
3737         new data structure.
3738         (gfc_resolve): Adapt call to warn_unused_label.
3739         * symbol.c (compare_st_labels): New function.
3740         (gfc_free_st_label, free_st_labels, gfc_get_st_label): Convert to
3741         using balanced binary tree.
3742         * decl.c (match_char_length, gfc_match_old_kind_spec): Do away
3743         with 'cnt'.
3744         (warn_unused_label): Adapt to binary tree.
3745         * match.c (gfc_match_small_literal_int): Only set cnt if non-NULL.
3746         * primary.c (match_kind_param): Do away with cnt.
3747
3748 2006-01-18  Paul Thomas  <pault@gcc.gnu.org>
3749
3750         PR fortran/20869
3751         PR fortran/20875
3752         PR fortran/25024
3753         * symbol.c (check_conflict): Add pointer valued elemental
3754         functions and internal procedures with the external attribute
3755         to the list of conflicts.
3756         (gfc_add_attribute): New catch-all function to perform the
3757         checking of symbol attributes for attribute declaration
3758         statements.
3759         * decl.c (attr_decl1): Call gfc_add_attribute for each of -
3760         (gfc_match_external, gfc_match_intent, gfc_match_intrinsic,
3761         gfc_match_pointer, gfc_match_dimension, gfc_match_target):
3762         Remove spurious calls to checks in symbol.c.  Set the
3763         attribute directly and use the call to attr_decl() for
3764         checking.
3765         * gfortran.h:  Add prototype for gfc_add_attribute.
3766
3767         PR fortran/25785
3768         * resolve.c (resolve_function): Exclude PRESENT from assumed size
3769         argument checking. Replace strcmp's with comparisons with generic
3770         codes.
3771
3772 2006-01-16  Rafael \81Ávila de Esp\81índola  <rafael.espindola@gmail.com>
3773
3774         * gfortranspec.c (lang_specific_spec_functions): Remove.
3775
3776 2006-01-16  Richard Guenther  <rguenther@suse.de>
3777
3778         * trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.
3779         (gfc_trans_arithmetic_if): Likewise.
3780         (gfc_trans_simple_do): Likewise.
3781         (gfc_trans_do): Likewise.
3782         (gfc_trans_do_while): Likewise.
3783         (gfc_trans_logical_select): Likewise.
3784         (gfc_trans_forall_loop): Likewise.
3785         (generate_loop_for_temp_to_lhs): Likewise.
3786         (generate_loop_for_rhs_to_temp): Likewise.
3787         (gfc_trans_allocate): Likewise.
3788         * trans.c (gfc_add_expr_to_block): Do not fold expr again.
3789
3790 2006-01-16  Richard Guenther  <rguenther@suse.de>
3791
3792         * trans-expr.c (gfc_conv_function_call): Use fold_build2.
3793         * trans-stmt.c (gfc_trans_goto): Likewise.  Use build_int_cst.
3794         * trans.c (gfc_trans_runtime_check): Don't fold the condition
3795         again.
3796
3797 2006-01-13  Steven G. Kargl  <kargls@comcast.net>
3798
3799         PR fortran/25756
3800         * symbol.c (gfc_free_st_label): Give variable meaningful name. Remove
3801         unneeded parenthesis. Fix-up the head of the list (2 lines gleaned
3802         from g95).
3803
3804 2006-01-13  Diego Novillo  <dnovillo@redhat.com>
3805
3806         * trans.c (gfc_add_expr_to_block): Do not fold tcc_statement
3807         nodes.
3808
3809 2006-01-11  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
3810
3811         * parse.c (next_fixed): Remove superfluous string concatenation.
3812
3813 2006-01-11  Bernhard Fischer  <rep.nop@aon.at>
3814
3815         PR fortran/25486
3816         * scanner.c (load_line): use maxlen to determine the line-length used
3817         for padding lines in fixed form.
3818
3819 2006-01-11  Paul Thomas  <pault@gcc.gnu.org>
3820
3821         PR fortran/25730
3822         * trans-types.c (copy_dt_decls_ifequal): Copy backend decl for
3823         character lengths.
3824
3825 2006-01-09  Andrew Pinski  <pinskia@physics.uc.edu>
3826
3827         fortran/24936
3828         * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert
3829         to avoid type mismatch.
3830
3831 2006-01-09  Andrew Pinski  <pinskia@physics.uc.edu>
3832
3833         PR fortran/21977
3834         * trans-decl.c (gfc_generate_function_code): Move the NULLing of
3835         current_fake_result_decl down to below generate_local_vars.
3836
3837 2006-01-09  Feng Wang  <fengwang@nudt.edu.cn>
3838
3839         PR fortran/12456
3840         * trans-expr.c (gfc_to_single_character): New function that converts
3841         string to single character if its length is 1.
3842         (gfc_build_compare_string):New function that compare string and handle
3843         single character specially.
3844         (gfc_conv_expr_op): Use gfc_build_compare_string.
3845         (gfc_trans_string_copy): Use gfc_to_single_character.
3846         * trans-intrinsic.c (gfc_conv_intrinsic_strcmp): Use
3847         gfc_build_compare_string.
3848         * trans.h (gfc_build_compare_string): Add prototype.
3849
3850 2006-01-09  Feng Wang  <fengwang@nudt.edu.cn>
3851
3852         * simplify.c (gfc_simplify_char): Use UCHAR_MAX instead of literal
3853         constant.
3854         (gfc_simplify_ichar): Get the result from unsinged char and in the
3855         range 0 to UCHAR_MAX instead of CHAR_MIN to CHAR_MAX.
3856
3857 2006-01-08  Erik Edelmann  <eedelman@gcc.gnu.org>
3858
3859         PR fortran/25093
3860         * resolve.c (resolve_fntype): Check that PUBLIC functions
3861         aren't of PRIVATE type.
3862
3863 2006-01-07  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
3864
3865         * decl.c (gfc_match_function_decl): Correctly error out in case of
3866         omitted function argument list.
3867
3868 2006-01-07  Paul Thomas  <pault@gcc.gnu.org>
3869
3870         PR fortran/22146
3871         * trans-array.c (gfc_reverse_ss): Remove static attribute.
3872         (gfc_walk_elemental_function_args): Replace gfc_expr * argument for
3873         the function call with the corresponding gfc_actual_arglist*.  Change
3874         code accordingly.
3875         (gfc_walk_function_expr): Call to gfc_walk_elemental_function_args
3876         now requires the actual argument list instead of the expression for
3877         the function call.
3878         * trans-array.h: Modify the prototype for gfc_walk_elemental_function_args
3879         and provide a prototype for gfc_reverse_ss.
3880         * trans-stmt.h (gfc_trans_call): Add the scalarization code for the case
3881         where an elemental subroutine has array valued actual arguments.
3882
3883         PR fortran/25029
3884         PR fortran/21256
3885