OSDN Git Service

2006-02-15 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2006-02-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2
3         PR fortran/26054
4         * options.c: Do not warn for Fortran 2003 features by default.
5
6 2006-02-15  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
7
8         * check.c: Update copyright years.
9         
10         * check.c (gfc_check_minloc_maxloc, check_reduction): Don't call
11         dim_range_check on not-present optional dim argument.
12
13 2006-02-15  Jakub Jelinek  <jakub@redhat.com>
14
15         PR libgomp/25938
16         PR libgomp/25984
17         * Make-lang.in (install-finclude-dir): New goal.
18         (fortran.install-common): Depend on install-finclude-dir.
19         * lang-specs.h: If not -nostdinc, add -I finclude.
20
21 2006-02-14  Thomas Koenig  <Thomas.Koenig@online.de>
22
23         PR fortran/25045
24         * check.c (dim_check):  Perform all checks if dim is optional.
25         (gfc_check_minloc_maxloc):  Use dim_check and dim_rank_check
26         to check dim argument.
27         (check_reduction):  Likewise.
28
29 2006-02-14  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
30
31         PR fortran/26277
32         * io.c (match_ltag): Mark label as referenced.
33
34 2006-02-14  Jakub Jelinek  <jakub@redhat.com>
35             Richard Henderson  <rth@redhat.com>
36             Diego Novillo  <dnovillo@redhat.com>
37
38         * invoke.texi: Document -fopenmp.
39         * gfortran.texi (Extensions): Document OpenMP.
40
41         Backport from gomp-20050608-branch
42         * trans-openmp.c: Call build_omp_clause instead of
43         make_node when creating OMP_CLAUSE_* trees.
44         (gfc_trans_omp_reduction_list): Remove argument 'code'.
45         Adjust all callers.
46
47         * trans.h (build4_v): Define.
48         * trans-openmp.c: Call build4_v to create OMP_PARALLEL nodes.
49         Call build3_v to create OMP_SECTIONS nodes.
50
51         PR fortran/25162
52         * openmp.c (gfc_match_omp_variable_list): Call gfc_set_sym_referenced
53         on all symbols added to the variable list.
54
55         * openmp.c (gfc_match_omp_clauses): Fix check for non-INTRINSIC
56         procedure symbol in REDUCTION.
57
58         * trans-openmp.c (gfc_trans_omp_array_reduction): Use gfc_add
59         for MINUS_EXPR OMP_CLAUSE_REDUCTION_CODE.
60
61         * trans-openmp.c (gfc_trans_omp_do): Add PBLOCK argument.  If PBLOCK
62         is non-NULL, evaluate INIT/COND/INCR and chunk size expressions in
63         that statement block.
64         (gfc_trans_omp_parallel_do): Pass non-NULL PBLOCK to gfc_trans_omp_do
65         for non-ordered non-static combined loops.
66         (gfc_trans_omp_directive): Pass NULL PBLOCK to gfc_trans_omp_do.
67
68         * openmp.c: Include target.h and toplev.h.
69         (gfc_match_omp_threadprivate): Emit diagnostic if target does
70         not support TLS.
71         * Make-lang.in (fortran/openmp.o): Add dependencies on
72         target.h and toplev.h.
73
74         * trans-decl.c (gfc_get_fake_result_decl): Set GFC_DECL_RESULT.
75         * trans-openmp.c (gfc_omp_privatize_by_reference): Make
76         DECL_ARTIFICIAL vars predetermined shared except GFC_DECL_RESULT.
77         (gfc_omp_disregard_value_expr): Handle GFC_DECL_RESULT.
78         (gfc_trans_omp_variable): New function.
79         (gfc_trans_omp_variable_list, gfc_trans_omp_reduction_list): Use it.
80         * trans.h (GFC_DECL_RESULT): Define.
81
82         * trans-openmp.c (gfc_omp_firstprivatize_type_sizes): New function.
83         * f95-lang.c (LANG_HOOKS_OMP_FIRSTPRIVATIZE_TYPE_SIZES): Define.
84         * trans.h (gfc_omp_firstprivatize_type_sizes): New prototype.
85
86         * trans-openmp.c (gfc_omp_privatize_by_reference): Return
87         true if a pointer has GFC_DECL_SAVED_DESCRIPTOR set.
88         (gfc_trans_omp_array_reduction, gfc_trans_omp_reduction_list): New
89         functions.
90         (gfc_trans_omp_clauses): Add WHERE argument.  Call
91         gfc_trans_omp_reduction_list rather than gfc_trans_omp_variable_list
92         for reductions.
93         (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
94         gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
95         gfc_trans_omp_sections, gfc_trans_omp_single): Adjust
96         gfc_trans_omp_clauses callers.
97
98         * openmp.c (omp_current_do_code): New var.
99         (gfc_resolve_omp_do_blocks): New function.
100         (gfc_resolve_omp_parallel_blocks): Call it.
101         (gfc_resolve_do_iterator): Add CODE argument.  Don't propagate
102         predetermination if argument is !$omp do or !$omp parallel do
103         iteration variable.
104         * resolve.c (resolve_code): Call gfc_resolve_omp_do_blocks
105         for EXEC_OMP_DO.  Adjust gfc_resolve_do_iterator caller.
106         * fortran.h (gfc_resolve_omp_do_blocks): New prototype.
107         (gfc_resolve_do_iterator): Add CODE argument.
108
109         * trans.h (gfc_omp_predetermined_sharing,
110         gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
111         prototypes.
112         (GFC_DECL_COMMON_OR_EQUIV, GFC_DECL_CRAY_POINTEE): Define.
113         * trans-openmp.c (gfc_omp_predetermined_sharing,
114         gfc_omp_disregard_value_expr, gfc_omp_private_debug_clause): New
115         functions.
116         * trans-common.c (build_equiv_decl, build_common_decl,
117         create_common): Set GFC_DECL_COMMON_OR_EQUIV flag on the decls.
118         * trans-decl.c (gfc_finish_cray_pointee): Set GFC_DECL_CRAY_POINTEE
119         on the decl.
120         * f95-lang.c (LANG_HOOKS_OMP_PREDETERMINED_SHARING,
121         LANG_HOOKS_OMP_DISREGARD_VALUE_EXPR,
122         LANG_HOOKS_OMP_PRIVATE_DEBUG_CLAUSE): Define.
123
124         * openmp.c (resolve_omp_clauses): Remove extraneous comma.
125
126         * symbol.c (check_conflict): Add conflict between cray_pointee and
127         threadprivate.
128         * openmp.c (gfc_match_omp_threadprivate): Fail if
129         gfc_add_threadprivate returned FAILURE.
130         (resolve_omp_clauses): Diagnose Cray pointees in SHARED,
131         {,FIRST,LAST}PRIVATE and REDUCTION clauses and Cray pointers in
132         {FIRST,LAST}PRIVATE and REDUCTION clauses.
133
134         * resolve.c (omp_workshare_flag): New variable.
135         (resolve_function): Diagnose use of non-ELEMENTAL user defined
136         function in WORKSHARE construct.
137         (resolve_code): Cleanup forall_save use.  Make sure omp_workshare_flag
138         is set to correct value in different contexts.
139
140         * openmp.c (resolve_omp_clauses): Replace %s with '%s' when printing
141         variable name.
142         (resolve_omp_atomic): Likewise.
143
144         PR fortran/24493
145         * scanner.c (skip_free_comments): Set at_bol at the beginning of the
146         loop, not before it.
147         (skip_fixed_comments): Handle ! comments in the middle of line here
148         as well.
149         (gfc_skip_comments): Use skip_fixed_comments for FIXED_FORM even if
150         not at BOL.
151         (gfc_next_char_literal): Fix expected canonicalized *$omp string.
152
153         * trans-openmp.c (gfc_trans_omp_do): Use make_node and explicit
154         initialization to build OMP_FOR instead of build.
155
156         * trans-decl.c (gfc_gimplify_function): Invoke
157         diagnose_omp_structured_block_errors.
158
159         * trans-openmp.c (gfc_trans_omp_master): Use OMP_MASTER.
160         (gfc_trans_omp_ordered): Use OMP_ORDERED.
161
162         * gfortran.h (gfc_resolve_do_iterator, gfc_resolve_blocks,
163         gfc_resolve_omp_parallel_blocks): New prototypes.
164         * resolve.c (resolve_blocks): Renamed to...
165         (gfc_resolve_blocks): ... this.  Remove static.
166         (gfc_resolve_forall): Adjust caller.
167         (resolve_code): Only call gfc_resolve_blocks if code->block != 0
168         and not for EXEC_OMP_PARALLEL* directives.  Call
169         gfc_resolve_omp_parallel_blocks for EXEC_OMP_PARALLEL* directives.
170         Call gfc_resolve_do_iterator if resolved successfully EXEC_DO
171         iterator.
172         * openmp.c: Include pointer-set.h.
173         (omp_current_ctx): New variable.
174         (gfc_resolve_omp_parallel_blocks, gfc_resolve_do_iterator): New
175         functions.
176         * Make-lang.in (fortran/openmp.o): Depend on pointer-set.h.
177
178         * openmp.c (gfc_match_omp_clauses): For max/min/iand/ior/ieor,
179         look up symbol if it exists, use its name instead and, if it is not
180         INTRINSIC, issue diagnostics.
181
182         * parse.c (parse_omp_do): Handle implied end do properly.
183         (parse_executable): If parse_omp_do returned ST_IMPLIED_ENDDO,
184         return it instead of continuing.
185
186         * trans-openmp.c (gfc_trans_omp_critical): Update for changed
187         operand numbering.
188         (gfc_trans_omp_do, gfc_trans_omp_parallel, gfc_trans_omp_parallel_do,
189         gfc_trans_omp_parallel_sections, gfc_trans_omp_parallel_workshare,
190         gfc_trans_omp_sections, gfc_trans_omp_single): Likewise.
191
192         * trans.h (gfc_omp_privatize_by_reference): New prototype.
193         * f95-lang.c (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Redefine
194         to gfc_omp_privatize_by_reference.
195         * trans-openmp.c (gfc_omp_privatize_by_reference): New function.
196
197         * trans-stmt.h (gfc_trans_omp_directive): Add comment.
198
199         * openmp.c (gfc_match_omp_variable_list): Add ALLOW_COMMON argument.
200         Disallow COMMON matching if it is set.
201         (gfc_match_omp_clauses, gfc_match_omp_flush): Adjust all callers.
202         (resolve_omp_clauses): Show locus in error messages.  Check that
203         variable types in reduction clauses are appropriate for reduction
204         operators.
205
206         * resolve.c (resolve_symbol): Don't error if a threadprivate module
207         variable isn't SAVEd.
208
209         * trans-openmp.c (gfc_trans_omp_do): Put count into BLOCK, not BODY.
210         Fix typo in condition.  Fix DOVAR initialization.
211
212         * openmp.c (gfc_match_omp_clauses): Match min/iand/ior/ieor
213         rather than .min. etc.
214
215         * trans-openmpc.c (omp_not_yet): Remove.
216         (gfc_trans_omp_parallel_do): Keep listprivate clause on parallel.
217         Force creation of BIND_EXPR around the workshare construct.
218         (gfc_trans_omp_parallel_sections): Likewise.
219         (gfc_trans_omp_parallel_workshare): Likewise.
220
221         * types.def (BT_I16, BT_FN_I16_VPTR_I16,
222         BT_FN_BOOL_VPTR_I16_I16, BT_FN_I16_VPTR_I16_I16): Add.
223
224         * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_DEFAULT.
225         (gfc_trans_omp_code): New function.
226         (gfc_trans_omp_do): Use it, remove omp_not_yet uses.
227         (gfc_trans_omp_parallel, gfc_trans_omp_single): Likewise.
228         (gfc_trans_omp_sections): Likewise.  Only treat empty last section
229         specially if lastprivate clause is present.
230         * f95-lang.c (gfc_init_builtin_functions): Create BUILT_IN_TRAP
231         builtin.
232
233         * trans-openmp.c (gfc_trans_omp_variable_list): Update for
234         OMP_CLAUSE_DECL name change.
235         (gfc_trans_omp_do): Likewise.
236
237         * trans-openmp.c (gfc_trans_omp_clauses): Create OMP_CLAUSE_REDUCTION
238         clauses.
239         (gfc_trans_omp_atomic): Build OMP_ATOMIC instead of expanding
240         sync builtins directly.
241         (gfc_trans_omp_single): Build OMP_SINGLE statement.
242
243         * trans-openmp.c (gfc_trans_add_clause): New.
244         (gfc_trans_omp_variable_list): Take a tree code and build the clause
245         node here.  Link it to the head of a list.
246         (gfc_trans_omp_clauses): Update to match.
247         (gfc_trans_omp_do): Use gfc_trans_add_clause.
248
249         * trans-openmp.c (gfc_trans_omp_clauses): Change second argument to
250         gfc_omp_clauses *.  Use gfc_evaluate_now instead of creating
251         temporaries by hand.
252         (gfc_trans_omp_atomic, gfc_trans_omp_critical): Use buildN_v macros.
253         (gfc_trans_omp_do): New function.
254         (gfc_trans_omp_master): Dont' check for gfc_trans_code returning NULL.
255         (gfc_trans_omp_parallel): Adjust gfc_trans_omp_clauses caller.
256         Use buildN_v macros.
257         (gfc_trans_omp_parallel_do, gfc_trans_omp_parallel_sections,
258         gfc_trans_omp_parallel_workshare, gfc_trans_omp_sections,
259         gfc_trans_omp_single, gfc_trans_omp_workshare): New functions.
260         (gfc_trans_omp_directive): Use them.
261         * parse.c (parse_omp_do): Allow new_st.op == EXEC_NOP.
262         * openmp.c (resolve_omp_clauses): Check for list items present
263         in multiple clauses.
264         (resolve_omp_do): Check that iteration variable is not THREADPRIVATE
265         and is not present in any clause variable lists other than PRIVATE
266         or LASTPRIVATE.
267
268         * gfortran.h (symbol_attribute): Add threadprivate bit.
269         (gfc_common_head): Add threadprivate member, change use_assoc
270         and saved into char to save space.
271         (gfc_add_threadprivate): New prototype.
272         * symbol.c (check_conflict): Handle threadprivate.
273         (gfc_add_threadprivate): New function.
274         (gfc_copy_attr): Copy threadprivate.
275         * trans-openmp.c (gfc_trans_omp_clauses): Avoid creating a temporary
276         if IF or NUM_THREADS is constant.  Create OMP_CLAUSE_SCHEDULE and
277         OMP_CLAUSE_ORDERED.
278         * resolve.c (resolve_symbol): Complain if a THREADPRIVATE symbol
279         outside a module and not in COMMON has is not SAVEd.
280         (resolve_equivalence): Ensure THREADPRIVATE objects don't get
281         EQUIVALENCEd.
282         * trans-common.c: Include target.h and rtl.h.
283         (build_common_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
284         * trans-decl.c: Include rtl.h.
285         (gfc_finish_var_decl): Set DECL_TLS_MODEL if THREADPRIVATE.
286         * dump-parse-tree.c (gfc_show_attr): Handle THREADPRIVATE.
287         * Make-lang.in (fortran/trans-decl.o): Depend on $(RTL_H).
288         (fortran/trans-common.o): Depend on $(RTL_H) and $(TARGET_H).
289         * openmp.c (gfc_match_omp_variable_list): Ensure COMMON block
290         is from current namespace.
291         (gfc_match_omp_threadprivate): Rewrite.
292         (resolve_omp_clauses): Check some clause restrictions.
293         * module.c (ab_attribute): Add AB_THREADPRIVATE.
294         (attr_bits): Add THREADPRIVATE.
295         (mio_symbol_attribute, mio_symbol_attribute): Handle threadprivate.
296         (load_commons, write_common, write_blank_common): Adjust for type
297         change of saved, store/load threadprivate bit from the integer
298         as well.
299
300         * types.def (BT_FN_UINT_UINT): New.
301         (BT_FN_VOID_UINT_UINT): Remove.
302
303         * trans-openmp.c (gfc_trans_omp_clauses, gfc_trans_omp_barrier,
304         gfc_trans_omp_critical, gfc_trans_omp_flush, gfc_trans_omp_master,
305         gfc_trans_omp_ordered, gfc_trans_omp_parallel): New functions.
306         (gfc_trans_omp_directive): Use them.
307
308         * openmp.c (expr_references_sym): Add SE argument, don't look
309         into SE tree.
310         (is_conversion): New function.
311         (resolve_omp_atomic): Adjust expr_references_sym callers.  Handle
312         promoted expressions.
313         * trans-openmp.c (gfc_trans_omp_atomic): New function.
314         (gfc_trans_omp_directive): Call it.
315
316         * f95-lang.c (builtin_type_for_size): New function.
317         (gfc_init_builtin_functions): Initialize synchronization and
318         OpenMP builtins.
319         * types.def: New file.
320         * Make-lang.in (f95-lang.o): Depend on $(BUILTINS_DEF) and
321         fortran/types.def.
322
323         * trans-openmp.c: Rename GOMP_* tree codes into OMP_*.
324
325         * dump-parse-tree.c (show_symtree): Don't crash if ns->proc_name
326         is NULL.
327
328         * dump-parse-tree.c (gfc_show_namelist, gfc_show_omp_node): New
329         functions.
330         (gfc_show_code_node): Call gfc_show_omp_node for EXEC_OMP_* nodes.
331
332         * parse.c (parse_omp_do): Call pop_state before next_statement.
333         * openmp.c (expr_references_sym, resolve_omp_atomic, resolve_omp_do):
334         New functions.
335         (gfc_resolve_omp_directive): Call them.
336         * match.c (match_exit_cycle): Issue error if EXIT or CYCLE statement
337         leaves an OpenMP structured block or if EXIT terminates !$omp do
338         loop.
339
340         * Make-lang.in (F95_PARSER_OBJS): Add fortran/openmp.o.
341         (F95_OBJS): Add fortran/trans-openmp.o.
342         (fortran/trans-openmp.o): Depend on $(GFORTRAN_TRANS_DEPS).
343         * lang.opt: Add -fopenmp option.
344         * options.c (gfc_init_options): Initialize it.
345         (gfc_handle_option): Handle it.
346         * gfortran.h (ST_OMP_ATOMIC, ST_OMP_BARRIER, ST_OMP_CRITICAL,
347         ST_OMP_END_CRITICAL, ST_OMP_END_DO, ST_OMP_END_MASTER,
348         ST_OMP_END_ORDERED, ST_OMP_END_PARALLEL, ST_OMP_END_PARALLEL_DO,
349         ST_OMP_END_PARALLEL_SECTIONS, ST_OMP_END_PARALLEL_WORKSHARE,
350         ST_OMP_END_SECTIONS, ST_OMP_END_SINGLE, ST_OMP_END_WORKSHARE,
351         ST_OMP_DO, ST_OMP_FLUSH, ST_OMP_MASTER, ST_OMP_ORDERED,
352         ST_OMP_PARALLEL, ST_OMP_PARALLEL_DO, ST_OMP_PARALLEL_SECTIONS,
353         ST_OMP_PARALLEL_WORKSHARE, ST_OMP_SECTIONS, ST_OMP_SECTION,
354         ST_OMP_SINGLE, ST_OMP_THREADPRIVATE, ST_OMP_WORKSHARE): New
355         statement codes.
356         (OMP_LIST_PRIVATE, OMP_LIST_FIRSTPRIVATE, OMP_LIST_LASTPRIVATE,
357         OMP_LIST_COPYPRIVATE, OMP_LIST_SHARED, OMP_LIST_COPYIN,
358         OMP_LIST_PLUS, OMP_LIST_REDUCTION_FIRST, OMP_LIST_MULT,
359         OMP_LIST_SUB, OMP_LIST_AND, OMP_LIST_OR, OMP_LIST_EQV,
360         OMP_LIST_NEQV, OMP_LIST_MAX, OMP_LIST_MIN, OMP_LIST_IAND,
361         OMP_LIST_IOR, OMP_LIST_IEOR, OMP_LIST_REDUCTION_LAST, OMP_LIST_NUM):
362         New OpenMP variable list types.
363         (gfc_omp_clauses): New typedef.
364         (gfc_get_omp_clauses): Define.
365         (EXEC_OMP_CRITICAL, EXEC_OMP_DO, EXEC_OMP_FLUSH, EXEC_OMP_MASTER,
366         EXEC_OMP_ORDERED, EXEC_OMP_PARALLEL, EXEC_OMP_PARALLEL_DO,
367         EXEC_OMP_PARALLEL_SECTIONS, EXEC_OMP_PARALLEL_WORKSHARE,
368         EXEC_OMP_SECTIONS, EXEC_OMP_SINGLE, EXEC_OMP_WORKSHARE,
369         EXEC_OMP_ATOMIC, EXEC_OMP_BARRIER, EXEC_OMP_END_NOWAIT,
370         EXEC_OMP_END_SINGLE): New OpenMP gfc_exec_op codes.
371         (struct gfc_code): Add omp_clauses, omp_name, omp_namelist
372         and omp_bool fields to ext union.
373         (flag_openmp): Declare.
374         (gfc_free_omp_clauses, gfc_resolve_omp_directive): New prototypes.
375         * scanner.c (openmp_flag, openmp_locus): New variables.
376         (skip_free_comments, skip_fixed_comments, gfc_next_char_literal):
377         Handle OpenMP directive lines and conditional compilation magic
378         comments.
379         * parse.h (COMP_OMP_STRUCTURED_BLOCK): New compile state.
380         * parse.c (decode_omp_directive, parse_omp_do, parse_omp_atomic,
381         parse_omp_structured_block): New functions.
382         (next_free, next_fixed): Parse OpenMP directives.
383         (case_executable, case_exec_markers, case_decl): Add ST_OMP_*
384         codes.
385         (gfc_ascii_statement): Handle ST_OMP_* codes.
386         (parse_executable): Rearrange the loop slightly, so that
387         parse_omp_do can return next_statement.
388         * match.h (gfc_match_omp_eos, gfc_match_omp_atomic,
389         gfc_match_omp_barrier, gfc_match_omp_critical, gfc_match_omp_do,
390         gfc_match_omp_flush, gfc_match_omp_master, gfc_match_omp_ordered,
391         gfc_match_omp_parallel, gfc_match_omp_parallel_do,
392         gfc_match_omp_parallel_sections, gfc_match_omp_parallel_workshare,
393         gfc_match_omp_sections, gfc_match_omp_single,
394         gfc_match_omp_threadprivate, gfc_match_omp_workshare,
395         gfc_match_omp_end_nowait, gfc_match_omp_end_single): New prototypes.
396         * resolve.c (resolve_blocks): Ignore EXEC_OMP_* block directives.
397         (resolve_code): Call gfc_resolve_omp_directive on EXEC_OMP_*
398         directives.
399         * trans.c (gfc_trans_code): Call gfc_trans_omp_directive for
400         EXEC_OMP_* directives.
401         * st.c (gfc_free_statement): Handle EXEC_OMP_* statement freeing.
402         * trans-stmt.h (gfc_trans_omp_directive): New prototype.
403         * openmp.c: New file.
404         * trans-openmp.c: New file.
405
406 2006-02-13  Andrew Pinski  <pinskia@physics.uc.edu>
407             Jakub Jelinek  <jakub@redhat.com>
408
409         PR fortran/26246
410         * trans-decl.c (gfc_get_symbol_decl, gfc_get_fake_result_decl): Use
411         gfc_add_decl_to_function rather than gfc_finish_var_decl on length.
412
413 2006-02-13  Paul Thomas  <pault@gcc.gnu.org>
414
415         PR fortran/26074
416         PR fortran/25103
417         * resolve.c (resolve_symbol): Extend the requirement that module
418         arrays have constant bounds to those in the main program.  At the
419         same time simplify the array bounds, to avoiding trapping parameter
420         array references, and exclude automatic character length from main
421         and modules. Rearrange resolve_symbol and resolve_derived to put as
422         each flavor together, as much as is possible and move all specific
423         code for flavors FL_VARIABLE, FL_PROCEDURE and FL_PARAMETER into new
424         functions.
425         (resolve_fl_var_and_proc, resolve_fl_variable, resolve_fl_procedure):
426         New functions to do work of resolve_symbol.
427         (resolve_index_expr): New function that is called from resolved_symbol
428         and is extracted from resolve_charlen.
429         (resolve_charlen): Call this new function.
430         (resolve_fl_derived): Renamed resolve_derived to be consistent with
431         the naming of the new functions for the other flavours.  Change the
432         charlen checking so that the style is consistent with other similar
433         checks. Add the generation of the gfc_dt_list, removed from resolve_
434         symbol.
435
436         PR fortran/20861
437         * resolve.c (resolve_actual_arglist): Prevent internal procedures
438         from being dummy arguments.
439
440         PR fortran/20871
441         * resolve.c (resolve_actual_arglist): Prevent pure but non-intrinsic
442         procedures from being dummy arguments.
443
444         PR fortran/25083
445         * resolve.c (check_data_variable): Add test that data variable is in
446         COMMON.
447
448         PR fortran/25088
449         * resolve.c (resolve_call): Add test that the subroutine does not
450         have a type.
451
452 2006-02-12  Erik Edelmann  <eedelman@gcc.gnu.org>
453
454         PR fortran/25806
455         * trans-array.c (gfc_trans_allocate_array_storage): New argument
456         dealloc; free the temporary only if dealloc is true.
457         (gfc_trans_allocate_temp_array): New argument bool dealloc, to be
458         passed onwards to gfc_trans_allocate_array_storage.
459         (gfc_trans_array_constructor, gfc_conv_loop_setup): Update call to
460         gfc_trans_allocate_temp_array.
461         * trans-array.h (gfc_trans_allocate_temp_array): Update function
462         prototype.
463         * trans-expr.c (gfc_conv_function_call): Set new argument 'dealloc'
464         to gfc_trans_allocate_temp_array to false in case of functions
465         returning pointers.
466         (gfc_trans_arrayfunc_assign): Return NULL for functions returning
467         pointers.
468
469 2006-02-10  Steven G. Kargl  <kargls@comcast.net>
470
471         PR fortran/20858
472         *decl.c (variable_decl): Improve error message.  Remove initialization
473         typespec.  Wrap long line.
474         *expr.c (gfc_check_pointer_assign): Permit checking of type, kind type,
475         and rank.
476         *simplify.c (gfc_simplify_null): Ensure type, kind type, and rank
477         are set.
478
479
480 2006-02-10  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
481
482         PR fortran/14771
483         * arith.c (eval_intrinsic): Accept INTRINSIC_PARENTHESES.
484         * expr.c (check_intrinsic_op): Likewise.
485         * module.c (mio_expr): Likewise.
486
487 2006-02-09  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
488
489         * dump-parse-tree.c: Update copyright years.
490         * matchexp.c: Likewise.
491         * module.c: Likewise.
492
493         PR fortran/14771
494         * gfortran.h (gfc_intrinsic_op): Add INTRINSIC_PARENTHESES.
495         * dump-parse-tree (gfc_show_expr): Handle INTRINSIC_PARENTHESES.
496         * expr.c (simplify_intrinsic_op): Treat INTRINSIC_PARENTHESES as
497         if it were INTRINSIC_UPLUS.
498         * resolve.c (resolve_operator): Handle INTRINSIC_PARENTHESES.
499         * match.c (intrinsic_operators): Add INTRINSIC_PARENTHESES.
500         * matchexp.c (match_primary): Record parentheses surrounding
501         numeric expressions.
502         * module.c (intrinsics): Add INTRINSIC_PARENTHESES for module
503         dumping.
504         * trans-expr.c (gfc_conv_expr_op): Handle INTRINSIC_PARENTHESES.
505
506 2006-02-09  Paul Thomas  <pault@gcc.gnu.org>
507
508         PR fortran/26038
509         * trans-stmt.c (gfc_trans_allocate): Provide assumed character length
510         scalar with missing backend_decl for the hidden dummy charlen.
511
512         PR fortran/25059
513         * interface.c (gfc_extend_assign): Remove detection of non-PURE
514         subroutine in assignment interface, with gfc_error, and put it in
515         * resolve.c (resolve_code).
516
517         PR fortran/25070
518         * interface.c (gfc_procedure_use): Flag rank checking for non-
519         elemental, contained or interface procedures in call to
520         (compare_actual_formal), where ranks are checked for assumed
521         shape arrays..
522
523 2006-02-08  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
524
525         PR libfortran/25425
526         * trans-decl.c (gfc_generate_function_code): Add new argument,
527         pedantic, to set_std call.
528
529 2005-02-06  Thomas Koenig  <Thomas.Koenig@online.de>
530
531         PR libfortran/23815
532         * gfortran.texi: Document the GFORTRAN_CONVERT_UNIT environment
533         variable.
534         * invoke.texi:  Mention the "Runtime" chapter.
535         Document the -fconvert= option.
536         * gfortran.h:  Add options_convert.
537         * lang.opt:  Add fconvert=little-endian, fconvert=big-endian,
538         fconvert=native and fconvert=swap.
539         * trans-decl.c (top level):  Add gfor_fndecl_set_convert.
540         (gfc_build_builtin_function_decls):  Set gfor_fndecl_set_convert.
541         (gfc_generate_function_code):  If -fconvert was specified,
542         and this is the main program, add a call to set_convert().
543         * options.c:  Handle the -fconvert options.
544
545 2006-02-06  Roger Sayle  <roger@eyesopen.com>
546
547         * trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument
548         to be NULL to indicate that the not mask isn't required.
549         (gfc_trans_where_2): Remove PMASK argument.  Avoid calculating the
550         pending mask for the last clause of a WHERE chain.  Update recursive
551         call.
552         (gfc_trans_forall_1): Update call to gfc_trans_where_2.
553         (gfc_trans_where): Likewise.
554
555 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
556
557         Backport from gomp-20050608-branch
558         * trans-decl.c (create_function_arglist): Handle dummy functions.
559
560         * trans-decl.c (gfc_get_symbol_decl): Revert explicit setting of
561         TYPE_SIZE_UNIT.
562         (gfc_trans_vla_type_sizes): Also "gimplify"
563         GFC_TYPE_ARRAY_DATAPTR_TYPE for GFC_DESCRIPTOR_TYPE_P types.
564         * trans-array.c (gfc_trans_deferred_array): Call
565         gfc_trans_vla_type_sizes.
566
567         * trans-decl.c (saved_function_decls, saved_parent_function_decls):
568         Remove unnecessary initialization.
569         (create_function_arglist): Make sure __result has complete type.
570         (gfc_get_fake_result_decl): Change current_fake_result_decl into
571         a tree chain.  For entry master, create a separate variable
572         for each result name.  For BT_CHARACTER results, call
573         gfc_finish_var_decl on length even if it has been already created,
574         but not pushdecl'ed.
575         (gfc_trans_vla_type_sizes): For function/entry result, adjust
576         result value type, not the FUNCTION_TYPE.
577         (gfc_generate_function_code): Adjust for current_fake_result_decl
578         changes.
579         (gfc_trans_deferred_vars): Likewise.  Call gfc_trans_vla_type_sizes
580         even on result if it is assumed-length character.
581
582         * trans-decl.c (gfc_trans_dummy_character): Add SYM argument.
583         Call gfc_trans_vla_type_sizes.
584         (gfc_trans_auto_character_variable): Call gfc_trans_vla_type_sizes.
585         (gfc_trans_vla_one_sizepos, gfc_trans_vla_type_sizes_1,
586         gfc_trans_vla_type_sizes): New functions.
587         (gfc_trans_deferred_vars): Adjust gfc_trans_dummy_character
588         callers.  Call gfc_trans_vla_type_sizes on assumed-length
589         character parameters.
590         * trans-array.c (gfc_trans_array_bounds,
591         gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias): Call
592         gfc_trans_vla_type_sizes.
593         * trans.h (gfc_trans_vla_type_sizes): New prototype.
594
595         * trans-decl.c (gfc_build_qualified_array): For non-assumed-size
596         arrays without constant size, create also an index var for
597         GFC_TYPE_ARRAY_SIZE (type).  If the type is incomplete, complete
598         it as 0..size-1.
599         (gfc_create_string_length): Don't call gfc_defer_symbol_init
600         if just creating DECL_ARGUMENTS.
601         (gfc_get_symbol_decl): Call gfc_finish_var_decl and
602         gfc_defer_symbol_init even if ts.cl->backend_decl is already
603         set to a VAR_DECL that doesn't have DECL_CONTEXT yet.
604         (create_function_arglist): Rework, so that hidden length
605         arguments for CHARACTER parameters are created together with
606         the parameters.  Resolve ts.cl->backend_decl for CHARACTER
607         parameters.  If the argument is a non-constant length array
608         or CHARACTER, ensure PARM_DECL has different type than
609         its DECL_ARG_TYPE.
610         (generate_local_decl): Call gfc_get_symbol_decl even
611         for non-referenced non-constant length CHARACTER parameters
612         after optionally issuing warnings.
613         * trans-array.c (gfc_trans_array_bounds): Set last stride
614         to GFC_TYPE_ARRAY_SIZE (type) to initialize it as well.
615         (gfc_trans_dummy_array_bias): Initialize GFC_TYPE_ARRAY_SIZE (type)
616         variable as well.
617
618         * trans-expr.c (gfc_conv_expr_val): Fix comment typo.
619
620         * trans-stmt.c (gfc_trans_simple_do): Fix comment.
621
622 2006-02-04  Roger Sayle  <roger@eyesopen.com>
623
624         * dependency.c (gfc_check_dependency): Remove unused vars and nvars
625         arguments.  Replace with an "identical" argument.  A full array
626         reference to the same symbol is a dependency if identical is true.
627         * dependency.h (gfc_check_dependency): Update prototype.
628         * trans-array.h (gfc_check_dependency): Delete duplicate prototype.
629         * trans-stmt.c: #include dependency.h for gfc_check_dependency.
630         (gfc_trans_forall_1): Update calls to gfc_check_dependency.
631         (gfc_trans_where_2): Likewise.  Remove unneeded variables.
632         (gfc_trans_where_3): New function for simple non-dependent WHEREs.
633         (gfc_trans_where): Call gfc_trans_where_3 to translate simple
634         F90-style WHERE statements without internal dependencies.
635         * Make-lang.in (trans-stmt.o): Depend upon dependency.h.
636
637 2006-02-05  H.J. Lu  <hongjiu.lu@intel.com>
638
639         PR fortran/26041
640         PR fortran/26064
641         * resolve.c (resolve_types): New function.
642         (resolve_codes): Likewise.
643         (gfc_resolve): Use them.
644
645 2006-02-05  Roger Sayle  <roger@eyesopen.com>
646
647         * trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE
648         masks instead of LOGICAL*4.
649
650 2006-02-05  Jakub Jelinek  <jakub@redhat.com>
651
652         * resolve.c (resolve_symbol): Initialize constructor_expr to NULL.
653
654 2006-02-04  Thomas Koenig  <Thomas.Koenig@online.de>
655
656         PR fortran/25075
657         check.c (identical_dimen_shape):  New function.
658         (check_dot_product):  Use identical_dimen_shape() to check sizes
659         for dot_product.
660         (gfc_check_matmul):  Likewise.
661         (gfc_check_merge):  Check conformance between tsource and fsource
662         and between tsource and mask.
663         (gfc_check_pack):  Check conformance between array and mask.
664
665 2006-02-03  Steven G. Kargl  <kargls@comcast>
666             Paul Thomas  <pault@gcc.gnu.org>
667
668         PR fortran/20845
669         * resolve.c (resolve_symbol): Default initialization of derived type
670         component reguires the SAVE attribute.
671
672 2006-02-02  Steven G. Kargl  <kargls@comcast>
673
674         PR fortran/24958
675         match.c (gfc_match_nullify):  Free the list from head not tail.
676
677         PR fortran/25072
678         * match.c (match_forall_header): Fix internal error caused by bogus
679         gfc_epxr pointers.
680
681
682 2006-01-31  Thomas Koenig  <Thomas.Koenig@online.de>
683
684         PR fortran/26039
685         expr.c (gfc_check_conformance):  Reorder error message
686         to avoid plural.
687         check.c(gfc_check_minloc_maxloc):  Call gfc_check_conformance
688         for checking arguments array and mask.
689         (check_reduction):  Likewise.
690
691 2005-01-30  Erik Edelmann  <eedelman@gcc.gnu.org>
692
693         PR fortran/24266
694         * trans-io.c (set_internal_unit): Check the rank of the
695         expression node itself instead of its symbol.
696
697 2006-01-29  Paul Thomas  <pault@gcc.gnu.org>
698
699         PR fortran/18578
700         PR fortran/18579
701         PR fortran/20857
702         PR fortran/20885
703         * interface.c (compare_actual_formal): Error for INTENT(OUT or INOUT)
704         if actual argument is not a variable.
705
706 2006-01-28  Paul Thomas  <pault@gcc.gnu.org>
707
708         PR fortran/17911
709         * expr.c (gfc_check_assign, gfc_check_pointer_assign): Emit error if
710         the lvalue is a use associated procedure.
711
712         PR fortran/20895
713         PR fortran/25030
714         * expr.c (gfc_check_pointer_assign): Emit error if lvalue and rvalue
715         character lengths are not the same.  Use gfc_dep_compare_expr for the
716         comparison.
717         * gfortran.h: Add prototype for gfc_dep_compare_expr.
718         * dependency.h: Remove prototype for gfc_dep_compare_expr.
719
720 2005-01-27  Paul Thomas  <pault@gcc.gnu.org>
721
722         PR fortran/25964
723         * resolve.c (resolve_function): Add GFC_ISYM_LOC to the list of
724         generic_ids exempted from assumed size checking.
725
726 2006-01-27  Jakub Jelinek  <jakub@redhat.com>
727
728         PR fortran/25324
729         * Make-lang.in (fortran/scanner.o): Depend on toplev.h.
730         * lang.opt (fpreprocessed): New option.
731         * scanner.c: Include toplev.h.
732         (gfc_src_file, gfc_src_preprocessor_lines): New variables.
733         (preprocessor_line): Unescape filename if there were any
734         backslashes.
735         (load_file): If initial and gfc_src_file is not NULL,
736         use it rather than opening the file.  If gfc_src_preprocessor_lines
737         has non-NULL elements, pass it to preprocessor_line.
738         (unescape_filename, gfc_read_orig_filename): New functions.
739         * gfortran.h (gfc_option_t): Add flag_preprocessed.
740         (gfc_read_orig_filename): New prototype.
741         * options.c (gfc_init_options): Clear flag_preprocessed.
742         (gfc_post_options): If flag_preprocessed, call
743         gfc_read_orig_filename.
744         (gfc_handle_option): Handle OPT_fpreprocessed.
745         * lang-specs.h: Pass -fpreprocessed to f951 if preprocessing
746         sources.
747
748 2005-01-27  Erik Edelmann  <eedelman@gcc.gnu.org>
749
750         * symbol.c (free_old_symbol): Fix confusing comment, and add code
751           to free old_symbol->formal.
752
753 2005-01-26  Paul Thomas  <pault@gcc.gnu.org>
754
755         PR fortran/25964
756         * resolve.c (resolve_function): Exclude statement functions from
757         global reference checking.
758
759         PR fortran/25084
760         PR fortran/20852
761         PR fortran/25085
762         PR fortran/25086
763         * resolve.c (resolve_function): Declare a gfc_symbol to replace the
764         references through the symtree to the symbol associated with the
765         function expresion. Give error on reference to an assumed character
766         length function is defined in an interface or an external function
767         that is not a dummy argument.
768         (resolve_symbol): Give error if an assumed character length function
769         is array-valued, pointer-valued, pure or recursive. Emit warning
770         that character(*) value functions are obsolescent in F95.
771
772         PR fortran/25416
773         * trans-expr.c (gfc_conv_function_call): The above patch to resolve.c
774         prevents any assumed character length function call from getting here
775         except intrinsics such as SPREAD. In this case, ensure that no
776         segfault occurs from referencing non-existent charlen->length->
777         expr_type and provide a backend_decl for the charlen from the charlen
778         of the first actual argument.
779
780         Cure temp name confusion.
781         * trans-expr.c (gfc_get_interface_mapping_array): Change name of
782         temporary from "parm" to "ifm" to avoid clash with temp coming from
783         trans-array.c.
784
785 2005-01-25  Erik Edelmann  <eedelman@gcc.gnu.org>
786
787         PR fortran/25716
788         * symbol.c (free_old_symbol): New function.
789         (gfc_commit_symbols): Use it.
790         (gfc_commit_symbol): New function.
791         (gfc_use_derived): Use it.
792         * gfortran.h: Add prototype for gfc_commit_symbol.
793         * intrinsic.c (gfc_find_function): Search in 'conversion'
794         if not found in 'functions'.
795         (gfc_convert_type_warn): Add a symtree to the new
796         expression node, and commit the new symtree->n.sym.
797         * resolve.c (gfc_resolve_index): Make sure typespec is
798         properly initialized.
799
800 2005-01-23  Paul Thomas  <pault@gcc.gnu.org>
801
802         PR fortran/25901
803         * decl.c (get_proc_name): Replace subroutine and function attributes
804         in "already defined" test by the formal arglist pointer being non-NULL.
805
806         Fix regression in testing of admissability of attributes.
807         * symbol.c (gfc_add_attribute): If the current_attr has non-zero
808         intent, do not do the check for a dummy being used.
809         * decl.c (attr_decl1): Add current_attr.intent as the third argument
810         in the call to gfc_add_attribute.
811         * gfortran.h: Add the third argument to the prototype for
812         gfc_add_attribute.
813
814 2006-01-21  Joseph S. Myers  <joseph@codesourcery.com>
815
816         * gfortranspec.c (lang_specific_driver): Update copyright notice
817         date.
818
819 2005-01-21  Paul Thomas  <pault@gcc.gnu.org>
820
821         PR fortran/25124
822         PR fortran/25625
823         * decl.c (get_proc_name): If there is an existing
824         symbol in the encompassing namespace, call errors
825         if it is a procedure of the same name or the kind
826         field is set, indicating a type declaration.
827
828         PR fortran/20881
829         PR fortran/23308
830         PR fortran/25538
831         PR fortran/25710
832         * decl.c (add_global_entry): New function to check
833         for existing global symbol with this name and to
834         create new one if none exists.
835         (gfc_match_entry): Call add_global_entry before
836         matching argument lists for subroutine and function
837         entries.
838         * gfortran.h: Prototype for existing function,
839         global_used.
840         * resolve.c (resolve_global_procedure): New function
841         to check global symbols for procedures.
842         (resolve_call, resolve_function): Calls to this
843         new function for non-contained and non-module
844         procedures.
845         * match.c (match_common): Add check for existing
846         global symbol, creat one if none exists and emit
847         error if there is a clash.
848         * parse.c (global_used): Remove static and use the
849         gsymbol name rather than the new_block name, so that
850         the function can be called from resolve.c.
851         (parse_block_data, parse_module, add_global_procedure):
852         Improve checks for existing gsymbols.  Emit error if
853         already defined or if references were to another type.
854         Set defined flag.
855
856         PR fortran/PR24276
857         * trans-expr.c (gfc_conv_aliased_arg): New function called by 
858         gfc_conv_function_call that coverts an expression for an aliased
859         component reference to a derived type array into a temporary array
860         of the same type as the component.  The temporary is passed as an
861         actual argument for the procedure call and is copied back to the
862         derived type after the call.
863         (is_aliased_array): New function that detects an array reference
864         that is followed by a component reference.
865         (gfc_conv_function_call): Detect an aliased actual argument with
866         is_aliased_array and convert it to a temporary and back again
867         using gfc_conv_aliased_arg.
868
869 2006-01-19  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
870
871         * gfortranspec.c: Update copyright years.
872         * trans.c: Likewise.
873         * trans-array.c: Likewise.
874         * trans-array.h: Likewise.
875         * trans-decl.c: Likewise.
876         * trans-stmt.c: Likewise.
877         * trans-stmt.h: Likewise.
878         * trans-types.c: Likewise.
879
880 2006-01-18  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
881
882         PR fortran/18540
883         PR fortran/18937
884         * gfortran.h (BBT_HEADER): Move definition up.
885         (gfc_st_label): Add BBT_HEADER, remove 'prev' and 'next'.
886         * io.c (format_asterisk): Adapt initializer.
887         * resolve.c (resolve_branch): Allow FORTRAN 66 cross-block GOTOs
888         as extension.
889         (warn_unused_label): Take gfc_st_label label as argument, adapt to
890         new data structure.
891         (gfc_resolve): Adapt call to warn_unused_label.
892         * symbol.c (compare_st_labels): New function.
893         (gfc_free_st_label, free_st_labels, gfc_get_st_label): Convert to
894         using balanced binary tree.
895         * decl.c (match_char_length, gfc_match_old_kind_spec): Do away
896         with 'cnt'.
897         (warn_unused_label): Adapt to binary tree.
898         * match.c (gfc_match_small_literal_int): Only set cnt if non-NULL.
899         * primary.c (match_kind_param): Do away with cnt.
900
901 2006-01-18  Paul Thomas  <pault@gcc.gnu.org>
902
903         PR fortran/20869
904         PR fortran/20875
905         PR fortran/25024
906         * symbol.c (check_conflict): Add pointer valued elemental
907         functions and internal procedures with the external attribute
908         to the list of conflicts.
909         (gfc_add_attribute): New catch-all function to perform the
910         checking of symbol attributes for attribute declaration
911         statements.
912         * decl.c (attr_decl1): Call gfc_add_attribute for each of -
913         (gfc_match_external, gfc_match_intent, gfc_match_intrinsic,
914         gfc_match_pointer, gfc_match_dimension, gfc_match_target):
915         Remove spurious calls to checks in symbol.c.  Set the
916         attribute directly and use the call to attr_decl() for
917         checking.
918         * gfortran.h:  Add prototype for gfc_add_attribute.
919
920         PR fortran/25785
921         * resolve.c (resolve_function): Exclude PRESENT from assumed size
922         argument checking. Replace strcmp's with comparisons with generic
923         codes.
924
925 2006-01-16  Rafael \81Ávila de Esp\81índola  <rafael.espindola@gmail.com>
926
927         * gfortranspec.c (lang_specific_spec_functions): Remove.
928
929 2006-01-16  Richard Guenther  <rguenther@suse.de>
930
931         * trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.
932         (gfc_trans_arithmetic_if): Likewise.
933         (gfc_trans_simple_do): Likewise.
934         (gfc_trans_do): Likewise.
935         (gfc_trans_do_while): Likewise.
936         (gfc_trans_logical_select): Likewise.
937         (gfc_trans_forall_loop): Likewise.
938         (generate_loop_for_temp_to_lhs): Likewise.
939         (generate_loop_for_rhs_to_temp): Likewise.
940         (gfc_trans_allocate): Likewise.
941         * trans.c (gfc_add_expr_to_block): Do not fold expr again.
942
943 2006-01-16  Richard Guenther  <rguenther@suse.de>
944
945         * trans-expr.c (gfc_conv_function_call): Use fold_build2.
946         * trans-stmt.c (gfc_trans_goto): Likewise.  Use build_int_cst.
947         * trans.c (gfc_trans_runtime_check): Don't fold the condition
948         again.
949
950 2006-01-13  Steven G. Kargl  <kargls@comcast.net>
951
952         PR fortran/25756
953         * symbol.c (gfc_free_st_label): Give variable meaningful name. Remove
954         unneeded parenthesis. Fix-up the head of the list (2 lines gleaned
955         from g95).
956
957 2006-01-13  Diego Novillo  <dnovillo@redhat.com>
958
959         * trans.c (gfc_add_expr_to_block): Do not fold tcc_statement
960         nodes.
961
962 2006-01-11  Tobias Schl\81üter  <tobias.schlueter@physik.uni-muenchen.de>
963
964         * parse.c (next_fixed): Remove superfluous string concatenation.
965
966 2006-01-11  Bernhard Fischer  <rep.nop@aon.at>
967
968         PR fortran/25486
969         * scanner.c (load_line): use maxlen to determine the line-length used
970         for padding lines in fixed form.
971
972 2005-01-11  Paul Thomas  <pault@gcc.gnu.org>
973
974         PR fortran/25730
975         * trans-types.c (copy_dt_decls_ifequal): Copy backend decl for
976         character lengths.
977
978 2006-01-09  Andrew Pinski  <pinskia@physics.uc.edu>
979
980         fortran/24936
981         * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert
982         to avoid type mismatch.
983
984 2006-01-09  Andrew Pinski  <pinskia@physics.uc.edu>
985
986         PR fortran/21977
987         * trans-decl.c (gfc_generate_function_code): Move the NULLing of
988         current_fake_result_decl down to below generate_local_vars.
989
990 2006-01-09  Feng Wang  <fengwang@nudt.edu.cn>
991
992         PR fortran/12456
993         * trans-expr.c (gfc_to_single_character): New function that converts
994         string to single character if its length is 1.
995         (gfc_build_compare_string):New function that compare string and handle
996         single character specially.
997         (gfc_conv_expr_op): Use gfc_build_compare_string.
998         (gfc_trans_string_copy): Use gfc_to_single_character.
999         * trans-intrinsic.c (gfc_conv_intrinsic_strcmp): Use
1000         gfc_build_compare_string.
1001         * trans.h (gfc_build_compare_string): Add prototype.
1002
1003 2006-01-09  Feng Wang  <fengwang@nudt.edu.cn>
1004
1005         * simplify.c (gfc_simplify_char): Use UCHAR_MAX instead of literal
1006         constant.
1007         (gfc_simplify_ichar): Get the result from unsinged char and in the
1008         range 0 to UCHAR_MAX instead of CHAR_MIN to CHAR_MAX.
1009
1010 2005-01-08  Erik Edelmann  <eedelman@gcc.gnu.org>
1011
1012         PR fortran/25093
1013         * resolve.c (resolve_fntype): Check that PUBLIC functions
1014         aren't of PRIVATE type.
1015
1016 2005-01-07  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
1017
1018         * decl.c (gfc_match_function_decl): Correctly error out in case of
1019         omitted function argument list.
1020
1021 2006-01-07  Paul Thomas  <pault@gcc.gnu.org>
1022
1023         PR fortran/22146
1024         * trans-array.c (gfc_reverse_ss): Remove static attribute.
1025         (gfc_walk_elemental_function_args): Replace gfc_expr * argument for
1026         the function call with the corresponding gfc_actual_arglist*.  Change
1027         code accordingly.
1028         (gfc_walk_function_expr): Call to gfc_walk_elemental_function_args
1029         now requires the actual argument list instead of the expression for
1030         the function call.
1031         * trans-array.h: Modify the prototype for gfc_walk_elemental_function_args
1032         and provide a prototype for gfc_reverse_ss.
1033         * trans-stmt.h (gfc_trans_call): Add the scalarization code for the case
1034         where an elemental subroutine has array valued actual arguments.
1035
1036         PR fortran/25029
1037         PR fortran/21256
1038         PR fortran/20868
1039         PR fortran/20870
1040         * resolve.c (check_assumed_size_reference): New function to check for upper
1041         bound in assumed size array references.
1042         (resolve_assumed_size_actual): New function to do a very restricted scan
1043         of actual argument expressions of those procedures for which incomplete
1044         assumed size array references are not allowed.
1045         (resolve_function, resolve_call): Switch off assumed size checking of
1046         actual arguments, except for elemental procedures and intrinsic
1047         inquiry functions, in some circumstances.
1048         (resolve_variable): Call check_assumed_size_reference.
1049
1050 2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1051
1052         PR fortran/24268
1053         * io.c (next_char_not_space): New function that returns the next
1054         character that is not white space.
1055         (format_lex): Use the new function to skip whitespace within
1056         a format string.
1057
1058 2006-01-05  Erik Edelmann  <eedelman@gcc.gnu.org>
1059
1060         PR fortran/23675
1061         * expr.c (gfc_expr_set_symbols_referenced): New function.
1062         * gfortran.h: Add a function prototype for it.
1063         * resolve.c (resolve_function): Use it for
1064         use associated character functions lengths.
1065         * expr.c, gfortran.h, resolve.c: Updated copyright years.
1066
1067 2006-01-03  Steven G. Kargl  <kargls@comcast.net>
1068
1069         PR fortran/25101
1070         * resolve.c (resolve_forall_iterators):  Check for scalar variables;
1071         Check stride is nonzero.
1072
1073 2006-01-02  Steven G. Kargl  <kargls@comcast.net>
1074
1075         PR fortran/24640
1076         * parse.c (next_free): Check for whitespace after the label.
1077         * match.c (gfc_match_small_literal_int): Initialize cnt variable.
1078
1079 2006-01-01  Steven G. Kargl  <kargls@comcast.net>
1080
1081         * ChangeLog: Split previous years into ...
1082         * ChangeLog-2002: here.
1083         * ChangeLog-2003: here.
1084         * ChangeLog-2004: here.
1085         * ChangeLog-2005: here.