OSDN Git Service

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