OSDN Git Service

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