OSDN Git Service

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