OSDN Git Service

2007-12-10 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2007-12-10  Tobias Burnus  <burnus@net-b.de>
2
3         PR fortran/34425
4         * interface.c (get_expr_storage_size): Use signed integer when
5         obtaining the bounds.
6
7 2007-12-09  Jakub Jelinek  <jakub@redhat.com>
8
9         PR fortran/22244
10         * trans.h (struct array_descr_info): Forward declaration.
11         (gfc_get_array_descr_info): New prototype.
12         (enum gfc_array_kind): New type.
13         (struct lang_type): Add akind field.
14         (GFC_TYPE_ARRAY_AKIND): Define.
15         * trans-types.c: Include dwarf2out.h.
16         (gfc_build_array_type): Add akind argument.  Adjust
17         gfc_get_array_type_bounds call.
18         (gfc_get_nodesc_array_type): Include proper debug info even for
19         assumed-size arrays.
20         (gfc_get_array_type_bounds): Add akind argument, set
21         GFC_TYPE_ARRAY_AKIND to it.
22         (gfc_sym_type, gfc_get_derived_type): Adjust gfc_build_array_type
23         callers.
24         (gfc_get_array_descr_info): New function.
25         * trans-array.c (gfc_trans_create_temp_array,
26         gfc_conv_expr_descriptor): Adjust gfc_get_array_type_bounds
27         callers.
28         * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Likewise.
29         * trans-types.h (gfc_get_array_type_bounds): Adjust prototype.
30         * Make-lang.in (fortran/trans-types.o): Depend on dwarf2out.h.
31         * f95-lang.c (LANG_HOOKS_GET_ARRAY_DESCR_INFO): Define.
32
33 2007-12-09  Paul Thomas  <pault@gcc.gnu.org>
34
35         PR fortran/32129
36         * dump-parse-tree.c (gfc_show_expr_n): New function for
37         debugging.
38         * gfortran.h : Add prototype for gfc_show_expr_n.
39         * expr.c (simplify_constructor): Copy the constructor
40         expression and try to simplify that.  If success, replace the
41         original.  Otherwise discard the copy, keep going through
42         the structure and return success.
43
44         PR fortran/31487
45         * decl.c (build_struct): Pad out default initializers with
46         spaces to the component character length.
47
48 2007-12-08  Tobias Burnus  <burnus@net-b.de>
49
50         PR fortran/34342
51         PR fortran/34345
52         PR fortran/18026
53         PR fortran/29471
54         * gfortran.texi (BOZ literal constants): Improve documentation
55         and adapt for BOZ changes.
56         * Make-lang.ini (resolve.o): Add target-memory.h dependency.
57         * gfortran.h (gfc_expr): Add is_boz flag.
58         * expr.c: Include target-memory.h.
59         (gfc_check_assign): Support transferring BOZ for real/cmlx.
60         * resolve.c: Include target-memory.h
61         (resolve_ordinary_assign): Support transferring BOZ for real/cmlx.
62         * target-memory.c (gfc_convert_boz): New function.
63         * target-memory.c (gfc_convert_boz): Add prototype.
64         * primary.c (match_boz_constant): Set is_boz, enable F95 error
65         also without -pedantic, and allow for Fortran 2003 BOZ.
66         (match_real_constant): Fix comment.
67         * simplify.c (simplify_cmplx,gfc_simplify_dble,gfc_simplify_float,
68         gfc_simplify_real): Support Fortran 2003 BOZ.
69
70 2007-12-08  Jakub Jelinek  <jakub@redhat.com>
71
72         PR fortran/34359
73         * gfortran.h (gfc_file): Remove sibling and down fields.
74         * scanner.c (file_changes, file_changes_cur, file_changes_count,
75         file_changes_allocated): New variables.
76         (add_file_change, report_file_change): New functions.
77         (change_file): Remove.
78         (gfc_start_source_files, gfc_end_source_files): Call
79         report_file_change instead of change_file.
80         (gfc_advance_line): Call report_file_change instead of change_file,
81         call it even if lb->file == lb->next->file.
82         (get_file): Revert last changes.
83         (preprocessor_line): Call add_file_change when entering or leaving
84         a file.
85         (load_file): Likewise.  Set file_change[...].lb for all newly added
86         file changes.
87
88 2007-12-06  Tobias Burnus  <burnus@net-b.de>
89
90         PR fortran/34333
91         * primary.c (match_boz_constant): Add gfc_notify_std diagnostics.
92
93 2007-12-06  Paul Thomas  <pault@gcc.gnu.org>
94
95         PR fortran/34335
96         * module.c (find_symbol): Do not return symtrees with unique
97         names, which shows that they are private.
98
99 2007-12-05  Jakub Jelinek  <jakub@redhat.com>
100
101         PR debug/33739
102         * gfortran.h (gfc_file): Remove included_by field, add sibling and
103         down.
104         (gfc_start_source_files, gfc_end_source_files): New prototypes.
105         * parse.c (gfc_parse_file): Call gfc_start_source_files and
106         gfc_end_source_files instead of calling the debugging hooks directly.
107         * error.c (show_locus): Use up field instead of included_by.
108         * scanner.c (change_file, gfc_start_source_files,
109         gfc_end_source_files): New functions.
110         (gfc_advance_line): Call change_file instead of calling debug hooks
111         directly.
112         (get_file): Set up rather than included_by.  Initialize down and
113         sibling.
114         (preprocessor_line, load_file): Don't set up field here.
115
116 2007-12-05  Tobias Burnus  <burnus@net-b.de>
117
118         PR fortran/34333
119         * arith.h (gfc_compare_expr): Add operator argument, needed
120         for compare_real.
121         * arith.c (gfc_arith_init_1): Use mpfr_min instead of mpfr_cmp/set
122         to account for NaN.
123         (compare_real): New function, as mpfr_cmp but takes NaN into account.
124         (gfc_compare_expr): Use compare_real.
125         (compare_complex): Take NaN into account.
126         (gfc_arith_eq,gfc_arith_ne,gfc_arith_gt,gfc_arith_ge,gfc_arith_lt,
127         gfc_arith_le): Pass operator to gfc_compare_expr.
128         * resolve.c (compare_cases,resolve_select): Pass operator
129         to gfc_compare_expr.
130         * simplify.c (simplify_min_max): Take NaN into account.
131
132 2007-12-04  Tobias Burnus  <burnus@net-b.de>
133
134         PR fortran/34318
135         * module.c (mio_gmp_real): Properly write NaN and Infinity.
136
137 2007-12-02  Tobias Burnus  <burnus@net-b.de>
138
139         PR fortran/34186
140         * symbol.c (generate_isocbinding_symbol): Fix setting string length.
141
142 2007-11-30  Tobias Burnus  <burnus@net-b.de>
143
144         PR fortran/34133
145         * match.h: Add bool allow_binding_name to gfc_match_bind_c.
146         * decl.c (match_attr_spec,gfc_match_bind_c_stmt,gfc_match_entry):
147         Adjust accordingly.
148         (gfc_match_bind_c): Add allow_binding_name argument, reject
149         binding name for dummy arguments.
150         (gfc_match_suffix,gfc_match_subroutine): Make use of
151         allow_binding_name.
152
153 2007-11-30  Tobias Burnus  <burnus@net-b.de>
154
155         PR fortran/34186
156         * symbol.c (generate_isocbinding_symbol): Set string length.
157         * dump-parse-tree.c (gfc_show_attr): Show BIND(C) attribute.
158         * misc.c (gfc_basic_typename): Handle BT_VOID.
159
160 2007-11-29  Steven G. Kargl  <kargls@comcast.net>
161
162         PR fortran/34230
163         * fortran/arith.c (gfc_check_real_range): Set intermediate values
164         to +-Inf and 0 when -fno-range-check is in effect.
165         * fortran/invoke.texi: Improve -fno-range-check description.
166
167         PR fortran/34203
168         * fortran/invoke.texi: Document the C escaped characters activated
169         by -fbackslash.
170
171 2007-11-29  Tobias Burnus  <burnus@net-b.de>
172
173         PR fortran/34248
174         * trans-decl.c (generate_dependency_declarations): Check
175         for NULL pointers before accessing the string length.
176
177 2007-11-29  Tobias Burnus  <burnus@net-b.de>
178
179         PR fortran/34262
180         * intrinsic.c (gfc_get_intrinsic_sub_symbol): Add comment.
181         (gfc_intrinsic_sub_interface): Copy elemental state if needed.
182         * iresolve.c (gfc_resolve_mvbits): Mark procedure as elemental.
183
184 2007-11-28  Jakub Jelinek  <jakub@redhat.com>
185
186         * trans-expr.c (gfc_trans_string_copy): Convert both dest and
187         src to void *.
188
189         PR fortran/34247
190         * trans-openmp.c (gfc_omp_privatize_by_reference): For REFERENCE_TYPE
191         pass by reference only PARM_DECLs or non-artificial decls.
192
193 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
194
195         PR fortran/32928
196         * decl.c (match_data_constant): Use gfc_match_init_expr to match the
197         array spec and set the initializer expression.
198
199 2007-11-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
200
201         PR fortran/34227
202         * match.c (gfc_match_common): Add additional check for BLOCK DATA.
203
204 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
205
206         PR fortran/29389
207         *resolve.c (resolve_ordinary_assign): Use find_sym_in_expr to
208         test if a temporary should be written for a vector subscript
209         on the lhs.
210
211         PR fortran/33850
212         * restore.c (pure_stmt_function): Add prototype and new
213         function. Calls impure_stmt_fcn.
214         (pure_function): Call it.
215         (impure_stmt_fcn): New function.
216
217         * expr.c (gfc_traverse_expr): Call *func for all expression
218         types, not just variables. Add traversal of character lengths,
219         iterators and component character lengths and arrayspecs.
220         (expr_set_symbols_referenced): Return false if not a variable.
221         * trans-stmt.c (forall_replace, forall_restore): Ditto.
222         * resolve.c (forall_index): Ditto.
223         (sym_in_expr): New function.
224         (find_sym_in_expr): Rewrite to traverse expression calling
225         sym_in_expr.
226         *trans-decl.c (expr_decls): New function.
227         (generate_expr_decls): Rewrite to traverse expression calling
228         expr_decls.
229         *match.c (check_stmt_fcn): New function.
230         (recursive_stmt_fcn): Rewrite to traverse expression calling
231         check_stmt_fcn.
232
233 2007-11-27  Paul Thomas  <pault@gcc.gnu.org>
234
235         PR fortran/33541
236         *interface.c (compare_actual_formal): Exclude assumed size
237         arrays from the possibility of scalar to array mapping.
238         * decl.c (get_proc_name): Fix whitespace problem.
239
240         PR fortran/34231
241         * gfortran.h : Add 'use_rename' bit to symbol_attribute.
242         * module.c : Add 'renamed' field to pointer_info.u.rsym.
243         (load_generic_interfaces): Add 'renamed' that is set after the
244         number_use_names is called.  This is used to set the attribute
245         use_rename, which, in its turn identifies those symbols that
246         have not been renamed.
247         (load_needed): If pointer_info.u.rsym->renamed is set, then
248         set the use_rename attribute of the symbol.
249         (read_module): Correct an erroneous use of use_flag. Use the
250         renamed flag and the use_rename attribute to determine which
251         symbols are not renamed.
252
253 2007-11-26  Steven G. Kargl  <kargls@comcast.net>
254
255         PR fortran/34203
256         * options.c:  Change default behavior of backslash processing.
257         * invoke.texi: Update documentation.
258
259 2007-11-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
260
261         PR fortran/33152
262         * decl.c (add_init_expr_to_sym): Remove error message.
263         * resolve.c (check_data_variable): Add new check for a data variable
264         that has an array spec, but no ref and issue an error.
265         * match.c (gfc_match_common): Remove error message.
266
267 2007-11-25  Tobias Burnus  <burnus@net-b.de>
268
269         PR fortran/34079
270         * trans-types.c (gfc_return_by_reference,
271         gfc_get_function_type): Do not return result of
272         character-returning bind(C) functions as argument.
273         * trans-expr.c (gfc_conv_function_call): Ditto.
274
275 2007-11-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
276
277         PR fortran/34175
278         * gfortran.texi: Document default forms assumed for various file
279         extensions.
280
281 2007-11-25  Paul Thomas  <pault@gcc.gnu.org>
282
283         PR fortran/33499
284         * decl.c (get_proc_name): If ENTRY statement occurs before type
285         specification, set the symbol untyped and ensure that it is in
286         the procedure namespace.
287
288 2007-11-24  Paul Thomas  <pault@gcc.gnu.org>
289
290         PR fortran/33541
291         * module.c (find_symtree_for_symbol): Move to new location.
292         (find_symbol): New function.
293         (load_generic_interfaces): Rework completely so that symtrees
294         have the local name and symbols have the use name.  Renamed
295         generic interfaces exclude the use of the interface without an
296         ONLY clause (11.3.2).
297         (read_module): Implement 11.3.2 in the same way as for generic
298         interfaces.
299
300 2007-11-23 Christopher D. Rickett <crickett@lanl.gov>
301
302         * trans-common.c (build_common_decl): Fix the alignment for
303         BIND(C) common blocks.
304
305 2007-11-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
306
307         PR fortran/34209
308         * iresolve.c (gfc_resolve_nearest): If sign variable kind does not match
309         kind of input variable, convert it to match.
310
311         PR fortran/33317
312         * trans.h: Modify prototype for gfc_conv_missing_dummy.
313         * trans-expr.c (gfc_conv_missing_dummy): Modify to pass an integer kind
314         parameter in.  Set the type of the dummy to the kind given.
315         (gfc_conv_function_call): Pass representation.length to
316         gfc_conv_missing_dummy.
317         * iresolve.c (gfc_resolve_cshift): Determine the correct kind to use and
318         if appropriate set representation.length to this kind value.
319         (gfc_resolve_eoshift): Likewise.
320         * check.c (gfc_check_cshift): Enable dim_check to allow DIM as an
321         optional argument. (gfc_check_eoshift): Likewise.
322         * trans_intrinsic.c (gfc_conv_intrinsic_function_args): Update call to
323         gfc_conv_missing_dummy.
324
325 2007-11-23  Tobias Burnus  <burnus@net-b.de>
326
327         PR fortran/34187
328         * module.c (load_needed): Ensure binding_label is not lost.
329
330         * decl.c (set_binding_label,gfc_match_bind_c): Replace
331         strncpy by strcpy.
332
333 2007-11-23  Tobias Burnus  <burnus@net-b.de>
334             Steven G. Kargl  <kargl@gcc.gnu.org>
335
336         PR fortran/34192
337         * simplify.c (gfc_simplify_nearest): Fix NEAREST for
338         subnormal numbers.
339
340 2007-11-23  Aldy Hernandez  <aldyh@redhat.com>
341
342         * trans-expr.c (gfc_trans_string_copy): Use "void *" when building a
343         memset.
344                 
345 2007-11-22  Tobias Burnus  <burnus@net-b.de>
346
347         * primary.c (gfc_match_structure_constructor): Allow
348         constructor for types without components.
349
350 2007-11-22  Tobias Burnus  <burnus@net-b.de>
351
352         PR fortran/34079
353         * trans-expr.c (gfc_conv_function_call): Do not append
354         string length arguments when calling bind(c) procedures.
355         * trans-decl.c (create_function_arglist): Do not append
356         string length arguments when declaring bind(c) procedures.
357
358 2007-11-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
359
360         PR fortran/34083
361         * resolve.c (resolve_structure_cons): Also check for zero rank.
362
363 2007-11-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
364
365         PR fortran/33317
366         * trans-expr.c (gfc_conv_missing_dummy): Revert.
367         * iresolve.c (gfc_resolve_cshift): Revert.
368         (gfc_resolve_eoshift): Likewise.
369         * check.c (gfc_check_cshift): Revert.
370         (gfc_check_eoshift): Likewise.
371
372 2007-11-19  Tobias Burnus  <burnus@net-b.de>
373
374         PR fortran/34079
375         * decl.c (gfc_match_entry): Support BIND(C).
376         (gfc_match_subroutine): Fix comment typo.
377
378 2007-11-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
379
380         PR fortran/33317
381         * trans-expr.c (gfc_conv_missing_dummy): Set the type of the dummy
382         argument to default integer if flagged to do so. Fix typo in comment.
383         * resolve.c (gfc_resolve_dim_arg): Whitespace cleanup.
384         * iresolve.c (gfc_resolve_cshift): Do not convert type, mark attribute
385         for converting the DIM type appropriately in trans-expr.c.
386         (gfc_resolve_eoshift): Likewise.
387         * check.c (dim_check): Remove pre-existing dead code.
388         (gfc_check_cshift): Enable dim_check to allow DIM as an optional.
389         (gfc_check_eoshift): Likewise.
390         * trans_intrinsic.c (gfc_conv_intrinsic_function_args): Fix whitespace.
391
392 2007-11-18  Paul Thomas  <pault@gcc.gnu.org>
393
394         PR fortran/31608
395         * trans-array.c (gfc_conv_expr_descriptor): Remove exception
396         for indirect references in the call to gfc_trans_scalar_assign.
397         * trans-expr.c (gfc_conv_string_parameter): Instead of asserting
398         that the expression is not an indirect reference, cast it to a
399         pointer type of the length given by se->string_length.
400
401 2007-11-18  Tobias Burnus  <burnus@net-b.de>
402
403         PR fortran/34137
404         * primary.c (match_variable): Reject non-result entry symbols.
405         * resolve.c (resolve_contained_fntype): Do not check entry master
406         functions.
407
408 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
409
410         * trans-types.c (gfc_init_types): Use wider buffer.
411
412 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
413
414         * trans-types.c (gfc_init_types): Use Fortran-90-style type
415         names, with kinds.
416
417 2007-11-17  Tobias Burnus  <burnus@net-b.de>
418
419         PR fortran/34133
420         * decl.c (gfc_match_suffix,gfc_match_subroutine): Disallow
421         bind(c) attribute for internal procedures.
422
423 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
424
425         PR fortran/25252
426         * interface.c (gfc_current_interface_head,
427         gfc_set_current_interface_head): New functions.
428         * decl.c (gfc_match_modproc): Move check for syntax error earlier.
429         On syntax error, restore previous state of the interface.
430         * gfortran.h (gfc_current_interface_head,
431         gfc_set_current_interface_head): New prototypes.
432
433 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
434
435         PR fortran/30285
436         * module.c (struct written_common, written_commons): New structure.
437         (compare_written_commons, free_written_common, write_common_0):
438         New functions.
439         (write_common): Call recursive function write_common_0.
440
441 2007-11-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
442
443         PR fortran/34108
444         * io.c (check_format_string): Only check character expressions.
445         (match_dt_format): Return MATCH_ERROR if that is what
446         gfc_match_st_label said.
447
448 2007-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
449
450         PR fortran/33957
451         * expr.c (check_inquiry): Don't call gfc_error now.
452
453 2007-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
454
455         PR fortran/33739
456         PR fortran/34084
457         * scanner.c (start_source_file, end_source_file,
458         exit_remaining_files, gfc_advance_line): Revert rev. 130016.
459
460 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
461
462         PR fortran/34008
463         * trans-stmt.c (gfc_conv_elemental_dependencies): Add check for
464         INTENT_INOUT as well as INTENT_OUT.
465         (gfc_trans_call): Remove redundant gcc_asserts in dependency
466         check.
467
468 2007-11-16  Paul Thomas  <pault@gcc.gnu.org>
469
470         PR fortran/33986
471         * trans-array.c (gfc_conv_array_parameter ): Allow allocatable
472         function results.
473
474 2007-11-15  Tobias Burnus  <burnus@net-b.de>
475  
476         PR fortran/33917
477         * decl.c (match_procedure_decl): Pre-resolve interface.
478         * resolve.c (resolve_symbol): Reject interfaces later
479         declared in procedure statements.
480
481 2007-11-13  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
482
483         PR fortran/33162
484         * decl.c (match_procedure_decl): Remove TODO and allow intrinsics in
485         PROCEDURE declarations.  Set attr.untyped to allow the interface to be
486         resolved later where the symbol type will be set.
487         * interface.c (compare_intr_interfaces): Remove static from pointer
488         declarations.  Add type and kind checks for dummy function arguments.
489         (compare_actual_formal_intr): New function to compare an actual
490         argument with an intrinsic function. (gfc_procedures_use): Add check for
491         interface that points to an intrinsic function, use the new function.
492         * resolve.c (resolve_specific_f0): Resolve the intrinsic interface.
493         (resolve_specific_s0): Ditto.
494
495 2007-11-13  Paul Thomas  <pault@gcc.gnu.org>
496
497         PR fortran/34080
498         * iresolve.c (gfc_resolve_transfer): Do not try to convert
499         to a constant MOLD expression, if it is an assumed size
500         dummy.
501
502 2007-11-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
503
504         * trans-common.c: Remove prototype for gfc_get_common.
505
506 2007-11-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
507
508         PR fortran/33592
509         * trans.c (gfc_call_realloc): Fix the logic and rename variables.
510
511 2007-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
512
513         PR fortran/33739
514         * scanner.c (start_source_file, end_source_file,
515         exit_remaining_files): New functions.
516         (gfc_advance_line): Use the new functions.
517
518 2007-11-08  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
519
520         PR fortran/34028
521         * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use correct type.
522
523 2007-11-08  Tobias Burnus  <burnus@net-b.de>
524
525         PR fortran/33917
526         * interface.c (check_sym_interfaces): Disallow PROCEDURE-declared
527         procedures for MODULE PROCEDURE.
528         * decl.c (match_procedure_in_interface): Do not mark as procedure.
529
530 2007-11-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
531
532         PR fortran/33881
533         * trans-array.c (gfc_conv_array_parameter): Evaluate
534         se->string_length instead of the expr->ts.cl->backend_decl.
535
536 2007-11-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
537
538         * gfortran.h: Shorten comment.
539         * trans-types.c (gfc_get_function_type): Allow argument to have
540         flavor FL_PROGRAM.
541         * trans-decl.c (gfc_sym_mangled_function_id): Mangle main program
542         name into MAIN__.
543         (build_function_decl): Fix comment.
544         * parse.c (main_program_symbol): Give the main program its proper
545         name, if any. Set its flavor to FL_PROGRAM.
546         (gfc_parse_file): Likewise.
547
548 2007-11-02  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
549
550         * intrinsic.texi (ALLOCATED): Fix typo.
551
552 2007-10-31  Tobias Burnus  <burnus@net-b.de>
553
554         PR fortran/33941
555         * modules.c (intrinsics): Use only alphabetic names for
556         intrinsic operators.
557
558 2007-10-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
559
560         PR fortran/33162
561         * interface.c (compare_intr_interfaces): New function to check intrinsic
562         function arguments against formal arguments. (compare_interfaces): Fix
563         logic in comparison of function and subroutine attributes.
564         (compare_parameter): Use new function for intrinsic as argument.
565         * resolve.c (resolve_actual_arglist): Allow an intrinsic without
566         function attribute to be checked further.  Set function attribute if
567         intrinsic symbol is found, return FAILURE if not.
568
569 2007-10-31  Paul Thomas  <pault@gcc.gnu.org>
570
571         PR fortran/33897
572         * decl.c (gfc_match_entry): Do not make ENTRY name
573         global for contained procedures.
574         * parse.c (gfc_fixup_sibling_symbols): Fix code for
575         determining whether a procedure is external.
576
577 2007-10-30  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
578
579         PR fortran/33596
580         * trans-intrinsic.c (gfc_conv_intrinsic_isnan): Strip NOP_EXPR
581         from the result of build_call_expr.
582
583 2007-10-29  Paul Thomas  <pault@gcc.gnu.org>
584
585         PR fortran/31217
586         PR fortran/33811
587         PR fortran/33686
588
589         * trans-array.c (gfc_conv_loop_setup): Send a complete type to
590         gfc_trans_create_temp_array if the temporary is character.
591         * trans-stmt.c (gfc_trans_assign_need_temp): Do likewise for
592         allocate_temp_for_forall_nest.
593         (forall_replace): New function.
594         (forall_replace_symtree): New function.
595         (forall_restore): New function.
596         (forall_restore_symtree): New function.
597         (forall_make_variable_temp): New function.
598         (check_forall_dependencies): New function.
599         (cleanup_forall_symtrees): New function.
600         gfc_trans_forall_1): Add and initialize pre and post blocks.
601         Call check_forall_dependencies to check for all dependencies
602         and either trigger second forall block to copy temporary or
603         copy lval, outside the forall construct and replace all
604         dependent references. After assignment clean-up and coalesce
605         the blocks at the end of the function.
606         * gfortran.h : Add prototypes for gfc_traverse_expr and
607         find_forall_index.
608         expr.c (gfc_traverse_expr): New function to traverse expression
609         and visit all subexpressions, under control of a logical flag,
610         a symbol and an integer pointer. The slave function is caller
611         defined and is only called on EXPR_VARIABLE.
612         (expr_set_symbols_referenced): Called by above to set symbols
613         referenced.
614         (gfc_expr_set_symbols_referenced): Rework of this function to
615         use two new functions above.
616         * resolve.c (find_forall_index): Rework with gfc_traverse_expr,
617         using forall_index.
618         (forall_index): New function used by previous.
619         * dependency.c (gfc_check_dependency): Use gfc_dep_resolver for
620         all references, not just REF_ARRAY.
621         (gfc_dep_resolver): Correct the logic for substrings so that
622         overlapping arrays are handled correctly.
623
624 2007-10-28  Tobias Schlüter  <tobi@gcc.gnu.org>
625
626         PR fortran/32147
627         * module.c (write_symbol): Fix whitespace.
628         (write_symbol0): Walk symtree from left-to-right instead
629         breadth-first.
630         (write_symbol1): Similarly change walk of pointer info tree.
631         (write_module): Insert linebreak.
632         * symbol.c (gfc_traverse_symtree): Change to left-to-right order.
633         (traverse_ns): Likewise.
634
635 2007-10-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
636
637         PR fortran/31306
638         * decl.c (char_len_param_value): Add check for conflicting attributes of
639         function argument.
640
641 2007-10-27  Tobias Burnus  <burnus@net-b.de>
642
643         PR fortran/33862
644         * lang-specs.h: Support .ftn and .FTN extension, use CPP for .FOR.
645         * options.c (form_from_filename): Support .ftn extension.
646         * gfortran.texi: Document support of .for and .ftn file extension.
647
648 2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
649
650         PR fortran/33162
651         * intrinsic.h: Add prototypes for four new functions, gfc_check_datan2,
652         gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd.
653         * intrinsic.c (add_functions): Add double precision checks for dabs,
654         dacos, dacosh, dasin, dasinh, datan, datanh, datan2, dbesj0, dbesj1,
655         dbesy0, dbesy1, dcos, dcosh, ddim, derf, derfc, dexp, dgamma,
656         dlgama, dlog, dlog10, dmod, dsign, dsin, dsinh, dsqrt, dtan, and dtanh.
657         Add real check dprod.
658         * check.c (gfc_check_datan2): New function to check for double precision
659         argumants. (gfc_check_dprod, gfc_check_fn_d, and gfc_check_x_yd): Ditto.
660
661 2007-10-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
662
663         * invoke.texi: Fix typo in -fmax-errors=.
664
665 2007-10-26  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
666
667         PR fortran/29784
668         * gfortran.texi: Document that there is no logical/integer
669         conversion performed during I/O operations.
670
671 2007-10-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
672
673         PR fortran/33849
674         * resolve.c (resolve_actual_arglist): Fix error message text.
675
676 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
677
678         PR fortran/31244
679         * gfortran.h (gfc_data_value): Change repeat from unsigned int
680         to mpz_t.
681         * decl.c(top_val_list): Remove msg variable.  Use mpz_t for
682         repeat count.
683         * resolve.c (values):  Change left from unsigned int to mpz_t.
684         (next_data_value): Change for mpz_t.
685         (check_data_variable): Change ??? to FIXME in a comment.  Use
686         "mpz_t left".
687         (resolve_data ): Use "mpz_t left".
688
689 2007-10-21  Paul Thomas  <pault@gcc.gnu.org>
690
691         PR fortran/33749
692         * resolve.c (resolve_ordinary_assign): New function that takes
693         the code to resolve an assignment from resolve_code. In
694         addition, it makes a temporary of any vector index, on the
695         lhs, using gfc_get_parentheses.
696         (resolve_code): On EXEC_ASSIGN call the new function.
697
698 2007-10-20  Tobias Burnus  <burnus@net-b.de>
699
700         PR fortran/33818
701         * resolve.c (resolve_variable): Check that symbol is in the same
702         namespace as the entry function.
703
704 2007-10-20  Paul Thomas  <pault@gcc.gnu.org>
705             FX Coudert <fxcoudert@gcc.gnu.org>
706
707         PR fortran/31608
708         * trans-array.c (gfc_conv_expr_descriptor): For all except
709         indirect references, use gfc_trans_scalar_assign instead of
710         gfc_add_modify_expr.
711         * iresolve.c (check_charlen_present): Separate creation of cl
712         if necessary and add code to treat an EXPR_ARRAY.
713         (gfc_resolve_char_achar): New function.
714         (gfc_resolve_achar, gfc_resolve_char): Call it.
715         (gfc_resolve_transfer): If the MOLD expression does not have a
716         character length expression, get it from a constant length.
717
718 2007-10-19  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
719
720         PR fortran/33544
721         * simplify.c (gfc_simplify_transfer): Only warn for short transfer when
722         -Wsurprising is given.
723         * invoke.texi: Document revised behavior.
724
725 2007-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
726
727         PR fortran/33795
728         * gfortran.texi: Document GFORTRAN_UNBUFFERED_PRECONNECTED
729         environment variable.  Delete mention of environment variable
730         GFORTRAN_UNBUFFERED_n.
731
732 2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
733
734         PR fortran/33233
735         * resolve.c (check_host_association): Check singly contained
736         namespaces and start search for symbol in current namespace.
737
738 2007-10-18  Paul Thomas  <pault@gcc.gnu.org>
739             Dominique d'Humieres  <dominiq@lps.ens.fr>
740
741         PR fortran/33733
742         * simplify.c (gfc_simplify_transfer): Return null if the source
743         expression is EXPR_FUNCTION.
744
745 2007-10-17 Christopher D. Rickett <crickett@lanl.gov>
746
747         PR fortran/33760
748         * symbol.c (gen_special_c_interop_ptr): Remove code to create
749         constructor for c_null_ptr and c_null_funptr with value of 0.
750         * expr.c (check_init_expr): Prevent check on constructors for
751         iso_c_binding derived types.
752         * resolve.c (resolve_structure_cons): Verify that the user isn't
753         trying to invoke a structure constructor for one of the
754         iso_c_binding derived types.
755
756 2007-10-15 Christopher D. Rickett <crickett@lanl.gov>
757
758         PR fortran/32600
759         * trans-expr.c (gfc_conv_function_call): Generate code to inline
760         c_associated.
761         * symbol.c (get_iso_c_sym): Preserve from_intmod and intmod_sym_id
762         attributes in the resolved symbol.
763         * resolve.c (gfc_iso_c_sub_interface): Remove dead code.
764
765 2007-10-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
766
767         PR fortran/33055
768         * trans-io.c (create_dummy_iostat): New function to create a unique
769         dummy variable expression to use with IOSTAT.
770         (gfc_trans_inquire): Use the new function to pass unit number error info
771         to run-time library if a regular IOSTAT variable was not given.
772
773 2007-10-14  Tobias Burnus  <burnus@net-b.de>
774
775         PR fortran/33745
776         * trans-array.c (gfc_conv_ss_startstride): Fix dimension check.
777         (gfc_trans_array_bound_check, gfc_conv_array_ref,
778         gfc_conv_ss_startstride): Simplify error message.
779         * resolve.c (check_dimension): Fix dimension-type switch;
780         improve error message.
781
782 2007-10-13  Tobias Schlüter  <tobi@gcc.gnu.org>
783             Paul Thomas  <pault@gcc.gnu.org>
784
785         PR fortran/33254
786         PR fortran/33727
787         * trans-array.c (get_array_ctor_var_strlen): Check upper bound for
788         constness instead of lower bound.
789         (get_array_ctor_strlen): Add bounds-checking code.
790
791 2007-10-12  Paul Thomas  <pault@gcc.gnu.org>
792
793         PR fortran/33542
794         * resolve.c (resolve_actual_arglist): If the actual argument is
795         ambiguous, then there is an error.
796
797 2007-10-12  Paul Thomas  <pault@gcc.gnu.org>
798
799         PR fortran/33664
800         * expr.c (gfc_specification_expr): If a function is not
801         external, intrinsic or pure is an error.  Set the symbol pure
802         to prevent repeat errors.
803
804 2007-10-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
805
806         PR fortran/33636
807         * expr.c (find_array_section): Check for constructor constantness.
808
809 2007-10-08  Tobias Schlüter  <tobi@gcc.gnu.org>
810
811         PR fortran/33689
812         * resolve.c (gfc_resolve_expr): Fix indentation.
813         (resolve_fl_variable_derived): Rename argument.
814         (resolve_fl_variable): Fix case in message.  Clarify logic.
815         Correctly simplify array bounds.
816
817 2007-10-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
818
819         PR libfortran/33683
820         * mathbuiltins.def (GAMMA):  Change function name to
821         "tgamma" instad of "gamma".
822
823 2007-10-07  Tobias Schlüter  <tobi@gcc.gnu.org>
824
825         PR fortran/20851
826         * expr.c (check_inquiry): Typo fix in error message.
827         (check_init_expr): Same * 3.
828         (check_restricted): Verify that no dummy arguments appear in
829         restricted expressions in ELEMENTAL procedures.
830         * resolve.c (resolve_fl_variable): Exchange order of checks to
831         avoid side-effect.
832
833 2007-10-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
834
835         PR fortran/33609
836         * simplify.c (range_check): Return gfc_bad_expr if incoming expression 
837         is NULL.
838
839 2007-10-06  Tobias Schlüter  <tobi@gcc.gnu.org>
840
841         * simplify.c (gfc_simplify_size): Fix typo.
842
843 2007-10-06  Tobias Schlüter  <tobi@gcc.gnu.org>
844
845         PR fortran/25076
846         * resolve.c (gfc_find_forall_index): Move towards top,
847         renaming to ...
848         (find_forall_index): ... this.  Add check for NULL expr.
849         (resolve_forall_iterators): Verify additional constraint.
850         (resolve_forall): Remove checks obsoleted by new code in
851         resolve_forall_iterators.
852
853 2007-10-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
854
855         * gfortran.h (gfc_get_data_variable, gfc_get_data_value,
856         gfc_get_data): Move to decl.c.
857         (global_used): Rename into gfc_global_used.
858         (gfc_formalize_init_value, gfc_get_section_index,
859         gfc_assign_data_value, gfc_assign_data_value_range,
860         gfc_advance_section): Move to data.h.
861         (gfc_set_in_match_data): Remove.
862         * decl.c (gfc_get_data_variable, gfc_get_data_value,
863         gfc_get_data): Move here.
864         (gfc_set_in_match_data): Rename into set_in_match_data.
865         (gfc_match_data): Likewise.
866         (add_global_entry): Rename global_used into gfc_global_used.
867         * data.c: Include data.h.
868         * trans.h (gfc_todo_error): Remove.
869         * trans-array.c (gfc_trans_array_constructor,
870         gfc_conv_ss_startstride, gfc_conv_loop_setup): Change
871         gfc_todo_error into assertions.
872         * resolve.c (resolve_global_procedure): Rename global_used into
873         gfc_global_used.
874         * parse.c (gfc_global_used, parse_module, add_global_procedure,
875         add_global_program): Likewise.
876         * trans-intrinsic.c (gfc_walk_intrinsic_function): Rename
877         global_used into gfc_global_used.
878         * Make-lang.in: Add dependencies on fortran/data.h.
879         * data.h: New file.
880
881 2007-10-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
882
883         PR fortran/33529
884         * decl.c (match_char_kind): New function.
885         (match_char_spec): Use match_char_kind.
886
887 2007-10-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
888
889         PR fortran/33502
890         * scanner.c (gfc_advance_line): Call debug_hooks->end_source_file
891         and debug_hooks->start_source_file when appropriate, and set
892         dbg_emitted.
893         (gfc_define_undef_line): New function.
894         (load_file): Don't error out on #define and #undef lines.
895         * parse.c (next_statement): Call gfc_define_undef_line.
896         (gfc_parse_file): Call debug_hooks->start_source_file and
897         debug_hooks->end_source_file for the main source file if
898         required.
899         * gfortran.h (gfc_linebuf): Add dbg_emitted field.
900         (gfc_define_undef_line): New prototype.
901
902 2007-10-04  Tobias Schlüter  <tobi@gcc.gnu.org>
903
904         PR fortran/33626
905         * resolve.c (resolve_operator): Always copy the type for
906         expressions in parentheses.
907
908 2007-10-04  Paul Thomas  <pault@gcc.gnu.org>
909
910         PR fortran/33646
911         PR fortran/33542
912         * interface.c (check_interface1): Revert patch of 10-02.
913
914 2007-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
915
916         PR fortran/26682
917         * trans-decl.c (build_function_decl): Set "externally_visible"
918         attribute on the MAIN program decl.
919
920 2007-10-03  Tobias Schlüter  <tobi@gcc.gnu.org>
921
922         PR fortran/33198
923         * resolve.c (has_default_initializer): Move to top.  Make bool.
924         (resolve_common_blocks): Simplify logic.  Add case for derived
925         type initialization.
926         (resolve_fl_variable_derived): Split out from ...
927         (resolve_fl_variable): ... here, while adapting to new h_d_i
928         interface.
929
930 2007-10-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
931
932         PR fortran/26682
933         * options.c (gfc_post_options): Issue an error when
934         -fwhole-program is used.
935
936 2007-10-02  Paul Thomas  <pault@gcc.gnu.org>
937
938         PR fortran/33542
939         * interface.c (check_interface1): Specific procedures are
940         always ambiguous if they have the same name.
941
942 2007-10-02  Paul Thomas  <pault@gcc.gnu.org>
943
944         PR fortran/33566
945         * primary.c (gfc_match_rvalue): Make all expressions with array
946         references to structure parameters into variable expressions.
947
948 2007-10-02  Paul Thomas  <pault@gcc.gnu.org>
949
950         PR fortran/33554
951         * trans-decl.c (init_intent_out_dt): New function.
952         (gfc_trans_deferred_vars): Remove the code for default
953         initialization of INTENT(OUT) derived types and put it
954         in the new function.  Call it earlier than before, so
955         that array offsets and lower bounds are available.
956
957 2007-10-02  Paul Thomas  <pault@gcc.gnu.org>
958
959         PR fortran/33550
960         * decl.c (get_proc_name): Return rc if rc is non-zero; ie. if
961         the name is a reference to an ambiguous symbol.
962
963 2007-10-02  Paul Thomas  <pault@gcc.gnu.org>
964
965         PR fortran/31154
966         PR fortran/31229
967         PR fortran/33334
968         * decl.c : Declare gfc_function_kind_locs and
969         gfc_function_type_locus.
970         (gfc_match_kind_spec): Add second argument kind_expr_only.
971         Store locus before trying to match the expression. If the
972         current state corresponds to a function declaration and there
973         is no match to the expression, read to the parenthesis, return
974         kind = -1, dump the expression and return.
975         (gfc_match_type_spec): Renamed from match_type_spec and all
976         references changed.  If an interface or an external function,
977         store the locus, set kind = -1 and return.  Otherwise, if kind
978         is already = -1, use gfc_find_symbol to try to find a use
979         associated or imported type.
980         match.h : Prototype for gfc_match_type_spec.
981         * parse.c (match_deferred_characteristics): New function.
982         (parse_spec): If in a function, statement is USE or IMPORT
983         or DERIVED_DECL and the function kind=-1, call
984         match_deferred_characteristics.  If kind=-1 at the end of the
985         specification expressions, this is an error.
986         * parse.h : Declare external gfc_function_kind_locs and
987         gfc_function_type_locus.
988
989 2007-09-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
990
991         * module.c (mio_expr): Avoid -Wcast-qual warning.
992
993 2007-09-27  Tobias Schlüter  <tobi@gcc.gnu.org>
994
995         * arith.c (reduce_binary_aa): Fix capitalization.
996         * check.c (gfc_check_dot_product): Likewise.
997         (gfc_check_matmul): Likewise.
998         * expr.c (gfc_check_conformance): Likewise.
999         (gfc_check_assign): Likewise.
1000         (gfc_default_initializer): Simplify logic.
1001         * trans.c (gfc_msg_bounds): Make const.
1002         (gfc_msg_fault): Likewise.
1003         (gfc_msg_wrong_return): Likewise.
1004         * trans.h: Add const to corresponding extern declarations.
1005
1006 2007-09-27  Paul Thomas  <pault@gcc.gnu.org>
1007
1008         PR fortran/33568
1009         * trans-intrinsic.c (gfc_conv_intrinsic_aint): Allow for the 
1010         possibility of the optional KIND argument by making arg
1011         an array, counting the number of arguments and using arg[0].
1012
1013 2007-09-26  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1014
1015         PR fortran/30780
1016         * invoke.texi: Add note to -ffpe-trap option. Fix typos.
1017
1018 2007-09-23  Tobias Schlüter  <tobi@gcc.gnu.org>
1019
1020         PR fortran/33269
1021         * io.c (check_format_string): Move NULL and constant checks into
1022         this function.
1023         (check_io_constraints): Call gfc_simplify_expr() before calling
1024         check_format_string().  Remove NULL and constant checks.
1025
1026 2007-09-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1027
1028         PR fortran/33538
1029         * scanner.c, parse.c, gfortran.h: Revert revision 128671.
1030
1031 2007-09-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1032
1033         PR fortran/33528
1034         * scanner.c (preprocessor_line): Call linemap_add when exiting
1035         a file.
1036         (gfc_new_file): Adjust debug code for USE_MAPPED_LOCATION.
1037
1038 2007-09-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1039
1040         PR fortran/33522
1041         * trans-types.c (gfc_get_desc_dim_type): Mark artificial
1042         variables with TREE_NO_WARNING.
1043         (gfc_get_array_descriptor_base): Likewise.
1044
1045 2007-09-22  Paul Thomas  <pault@gcc.gnu.org>
1046
1047         PR fortran/33337
1048         PR fortran/33376
1049         * trans-decl.c (gfc_create_module_variable): Output
1050         derived type parameters.
1051         * arith.c (gfc_parentheses): Return the argument if
1052         it is a constant expression.
1053         * primary.c (gfc_match_rvalue): Remove the clearing of
1054         the module name and the use_assoc attribute for derived
1055         type parameter expressions.
1056
1057 2007-09-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1058
1059         PR fortran/33502
1060         * scanner.c (gfc_advance_line): Call debug_hooks->start_source_file
1061         and debug_hooks->end_source_file when entering and exiting
1062         included files.
1063         (gfc_define_undef_line): New function.
1064         (load_file): Ignore #define and #undef preprocessor lines
1065         while reading source files.
1066         * parse.c (next_statement): Handle #define and #undef
1067         preprocessor lines.
1068         (gfc_parse_file): Call debug_hooks->start_source_file and
1069         debug_hooks->end_source_file for the main source file if
1070         requested by the debug format.
1071         * gfortran.h (gfc_define_undef_line): Add prototype.
1072
1073 2007-09-22  Tobias Burnus  <burnus@net-b.de>
1074
1075         PR fortran/33445
1076         * scanner.c (skip_free_comments): Warn if !$OMP& is used
1077         if no OpenMP directive is to be continued.
1078
1079 2007-09-21  Paul Thomas  <pault@gcc.gnu.org>
1080
1081         *trans-expr.c (gfc_trans_pointer_assignment): Convert array
1082         descriptor for subref pointer assignements, rather than using
1083         the loop info version.
1084
1085 2007-09-21  Tobias Burnus  <burnus@net-b.de>
1086
1087         PR fortran/33037
1088         * simplify.c (gfc_simplify_transfer): Warn if source size
1089         is smaller than result size.
1090
1091 2007-09-20  Asher Langton  <langton2@llnl.gov>
1092
1093         PR fortran/20441
1094         * gfortran.h : Add init_local_* enums and init_flag_* flags to
1095         gfc_option_t.
1096         * lang.opt: Add -finit-local-zero, -finit-real, -finit-integer,
1097         -finit-character, and -finit-logical flags.
1098         * invoke.texi: Document new options.
1099         * resolve.c (build_init_assign): New function.
1100         (apply_init_assign): Move part of function into build_init_assign.
1101         (build_default_init_expr): Build local initializer (-finit-*).
1102         (apply_default_init_local): Apply local initializer (-finit-*).
1103         (resolve_fl_variable): Try to add local initializer (-finit-*).
1104         * options.c (gfc_init_options, gfc_handle_option,
1105         gfc_post_options): Handle -finit-local-zero, -finit-real,
1106         -finit-integer, -finit-character, and -finit-logical flags.
1107
1108 2007-09-20  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1109
1110         PR fortran/33221
1111         * gfortran.h (symbol_attribute): Add zero_comp field.
1112         * symbol.c (gfc_use_derived): Handle case of emtpy derived types.
1113         * decl.c (gfc_match_data_decl): Likewise.
1114         (gfc_match_derived_decl): Likewise.
1115         * module.c (ab_attribute, attr_bits): Add AB_ZERO_COMP member.
1116         (mio_symbol_attribute): Write and read AB_ZERO_COMP.
1117         * resolve.c (resolve_symbol): Handle case of emtpy derived types.
1118         * parse.c (parse_derived): Likewise.
1119
1120 2007-09-20  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1121
1122         PR fortran/33288
1123         * arith.c (reduce_unary, reduce_binary_ac, reduce_binary_ca,
1124         reduce_binary_aa): Call ourselves recursively if an element of
1125         the constructor is itself a constant array.
1126
1127 2007-09-20  Tobias Schlüter  <tobi@gcc.gnu.org>
1128
1129         * io.c (resolve_tag_format): New function using code split out
1130         and simplified from ...
1131         (resolve_tag): ... this function.  Simplify logic.  Unify
1132         IOSTAT, IOLENGTH and SIZE handling.
1133
1134 2007-09-20  Christopher D. Rickett  <crickett@lanl.gov>
1135
1136         PR fortran/33497
1137         * resolve.c (gfc_iso_c_func_interface): Use information from
1138         subcomponent if applicable.
1139
1140 2007-09-20  Tobias Burnus  <burnus@net-b.de>
1141
1142         PR fortran/33325
1143         * intrinsic.text: Add documentation of the intrinsic modules.
1144         * gfortran.texi: Link to intrinsic-modules section and to
1145         the GOMP manual.
1146
1147 2007-09-18  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1148
1149         PR fortran/31119
1150         * trans-array.c (gfc_conv_ss_startstride): Only perform bounds
1151         checking for optional args when they are present.
1152
1153 2007-09-18  Tobias Burnus  <burnus@net-b.de>
1154
1155         PR fortran/33231
1156         * resolve.c (resolve_elemental_actual): Check for conformance
1157         of intent out/inout dummies.
1158
1159 2007-09-17  Tobias Burnus  <burnus@net-b.de>
1160
1161         PR fortran/33106
1162         * resolve.c (resolve_symbol): Reject public variable of
1163         private derived-types for Fortran 95.
1164
1165 2007-09-17  Tobias Burnus  <burnus@net-b.de>
1166
1167         * resolve.c (resolve_fl_procedure): Allow private dummies
1168         for Fortran 2003.
1169
1170 2007-09-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1171
1172         * trans-types.c (gfc_get_desc_dim_type): Do not to try
1173         emit debug info.
1174         (gfc_get_array_descriptor_base): Likewise.
1175         (gfc_get_mixed_entry_union): Likewise
1176         (gfc_get_derived_type): Set decl location for fields and
1177         derived type itself.
1178
1179 2007-09-16  Paul Thomas  <pault@gcc.gnu.org>
1180
1181         PR fortran/29396
1182         PR fortran/29606
1183         PR fortran/30625
1184         PR fortran/30871
1185         * trans.h : Add extra argument to gfc_build_array_ref. Rename
1186         gfc_conv_aliased_arg to gfc_conv_subref_array_arg.  Move
1187         prototype of is_aliased_array to gfortran.h and rename it
1188         gfc_is_subref_array.  Add field span to lang_decl, add a new
1189         decl lang specific flag accessed by GFC_DECL_SUBREF_ARRAY_P
1190         and a new type flag GFC_DECL_SUBREF_ARRAY_P.
1191         * trans.c (gfc_build_array_ref): Add the new argument, decl.
1192         If this is a subreference array pointer, use the lang_decl
1193         field 'span' to calculate the offset in bytes and use pointer
1194         arithmetic to address the element.
1195         * trans-array.c (gfc_conv_scalarized_array_ref,
1196         gfc_conv_array_ref): Add the backend declaration as the third
1197         field, if it is likely to be a subreference array pointer.
1198         (gfc_conv_descriptor_dimension, gfc_trans_array_ctor_element,
1199         gfc_trans_array_constructor_element, structure_alloc_comps,
1200         gfc_conv_array_index_offset): For all other references to
1201         gfc_build_array_ref, set the third argument to NULL.
1202         (gfc_get_dataptr_offset): New function.
1203         (gfc_conv_expr_descriptor): If the rhs of a pointer assignment
1204         is a subreference array, then calculate the offset to the
1205         subreference of the first element and set the descriptor data
1206         pointer to this, using gfc_get_dataptr_offset.
1207         trans-expr.c (gfc_get_expr_charlen): Use the expression for the
1208         character length for a character subreference.
1209         (gfc_conv_substring, gfc_conv_subref_array_arg): Add NULL for
1210         third argument in call to gfc_build_array_ref.
1211         (gfc_conv_aliased_arg): Rename to gfc_conv_subref_array_arg.
1212         (is_aliased_array): Remove.
1213         (gfc_conv_function_call): Change reference to is_aliased_array
1214         to gfc_is_subref_array and reference to gfc_conv_aliased_arg to
1215         gfc_conv_subref_array_arg.
1216         (gfc_trans_pointer_assignment): Add the array element length to
1217         the lang_decl 'span' field.
1218         * gfortran.h : Add subref_array_pointer to symbol_attribute and
1219         add the prototype for gfc_is_subref_array.
1220         * trans-stmt.c : Add NULL for third argument in all references
1221         to gfc_build_array_ref.
1222         * expr.c (gfc_is_subref_array): Renamed is_aliased_array.
1223         If this is a subreference array pointer, return true.
1224         (gfc_check_pointer_assign): If the rhs is a subreference array,
1225         set the lhs subreference_array_pointer attribute.
1226         * trans-decl.c (gfc_get_symbol_decl): Allocate the lang_decl
1227         field if the symbol is a subreference array pointer and set an
1228         initial value of zero for the 'span' field.
1229         * trans-io.c (set_internal_unit): Refer to is_subref_array and
1230         gfc_conv_subref_array_arg.
1231         (nml_get_addr_expr): Add NULL third argument to
1232         gfc_build_array_ref. 
1233         (gfc_trans_transfer): Use the scalarizer for a subreference
1234         array.
1235
1236 2007-09-13  Thomas Koenig  <tkoenig@gcc.gnu.org>
1237
1238         * iresolve.c (resolve_mask_arg): If a mask is an array
1239         expression, convert it to kind=1.
1240
1241 2007-09-13  Tobias Burnus  <burnus@net-b.de>
1242
1243         PR fortran/33343
1244         * expr.c (gfc_check_conformance): Print ranks in the error message.
1245         * resolve.c (resolve_elemental_actual): Check also conformance of
1246         the actual arguments for elemental functions.
1247
1248 2007-09-13  Tobias Burnus  <burnus@net-b.de>
1249
1250         * symbol.c (gfc_add_elemental,gfc_add_pure,gfc_add_recursive):
1251         Allow prefixes only to be specified once.
1252
1253 2007-09-13  Tobias Burnus  <burnus@net-b.de>
1254
1255         PR fortran/33412
1256         * symbol.c (check_conflict): Add conflict of ELEMENTAL with Bind(C).
1257
1258 2007-09-12  Tobias Burnus  <burnus@net-b.de>
1259
1260         PR fortran/33297
1261         * check.c (scalar_check): Move up in the file.
1262         (kind_check): Call scalar_check.
1263         (dim_check): If optional, do not call nonoptional_check; use
1264         bool for optional.
1265         (gfc_check_all_any,gfc_check_count,gfc_check_cshift,gfc_check_eoshift,
1266         gfc_check_lbound,gfc_check_minloc_maxloc,check_reduction,
1267         gfc_check_spread,gfc_check_ubound): Use true/false instead of 0/1
1268         for dim_check; honor changed meaning of optional.
1269         (gfc_check_int): Replace checks by kind_check.
1270         (gfc_check_size): Replace checks by dim_check.
1271
1272 2007-09-12  Tobias Burnus  <burnus@net-b.de>
1273
1274         PR fortran/33284
1275         PR fortran/33310
1276         * symbol.c (check_conflict): Add conflict between INTRINSIC and ENTRY
1277         and between BIND(C) and PARAMETER.
1278
1279 2007-09-12  Tobias Burnus  <burnus@net-b.de>
1280
1281         * trans-expr.c (gfc_conv_initializer): Fix expr == NULL check.
1282
1283 2007-09-12  Jan Hubicka  <jh@suse.cz>
1284
1285         * f95-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
1286
1287 2007-09-12  Christopher D. Rickett  <crickett@lanl.gov>
1288
1289         PR fortran/33395
1290         * trans-expr.c (gfc_conv_initializer): Remove unnecessary test for
1291         intmod_sym_id and use derived symbol to set new kind of C_NULL_PTR
1292         and C_NULL_FUNPTR expressions.
1293
1294 2007-09-11  Christopher D. Rickett  <crickett@lanl.gov>
1295
1296         PR fortran/33040
1297         * trans-expr.c (gfc_trans_structure_assign): Convert component
1298         C_NULL_PTR and C_NULL_FUNPTR component initializers to (void *).
1299         * trans-types.c (gfc_get_derived_type): Create a backend_decl for
1300         the c_address field of C_PTR and C_FUNPTR and ensure initializer
1301         is of proper type/kind for (void *).
1302
1303 2007-09-11  Jan Hubicka <jh@suse.cz>
1304
1305         * f95-lang.c (gfc_expand_function): Kill.
1306         (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
1307
1308 2007-09-08  Tobias Burnus  <burnus@net-b.de>
1309
1310         PR fortran/31547
1311         * gfortran.texi: Document when CPP is called.
1312
1313         * intrinsic.texi (IOR): Fix typos.
1314
1315 2007-09-10  Paul Thomas  <pault@gcc.gnu.org>
1316
1317         PR fortran/33370
1318         * trans-expr.c (copyable_array_p):  Add tests that expression
1319         is a variable, that it has no subreferences and that it is a
1320         full array.
1321         (gfc_trans_assignment): Change conditions to suit modifications
1322         to copyable_array_p.
1323
1324 2007-09-06  Tom Tromey  <tromey@redhat.com>
1325
1326         * scanner.c (get_file): Update.
1327         (load_file): Update.
1328         (gfc_next_char_literal): Use gfc_linebuf_linenum.
1329         * f95-lang.c (gfc_init): Update.
1330         * gfortran.h (gfc_linebuf_linenum): New macro.
1331
1332 2007-09-05  Sandra Loosemore  <sandra@codesourcery.com>
1333
1334         * trans-decl.c (build_entry_thunks): Use set_cfun.
1335         (gfc_generate_function_code): Likewise.
1336
1337 2007-09-05  Paul Thomas  <pault@gcc.gnu.org>
1338
1339         PR fortran/31564
1340         * primary.c (gfc_match_rvalue): Make expressions that refer
1341         to derived type parameters that have array references into
1342         variable expressions.  Remove references to use association
1343         from the symbol.
1344
1345         PR fortran/33241
1346         * decl.c (add_init_expr_to_sym): Provide assumed character
1347         length parameters with the length of the initialization
1348         expression, if a constant, or that of the first element of
1349         an array.
1350
1351 2007-09-04  Janus Weil  <jaydub66@gmail.com>
1352             Paul Thomas  <pault@gcc.gnu.org>
1353
1354         * decl.c (match_procedure_decl,match_procedure_in_interface,
1355         gfc_match_procedure): Handle PROCEDURE statements.
1356         * gfortran.h (struct gfc_symbol): New member "gfc_symbol *interface".
1357         (enum gfc_statement): New element "ST_PROCEDURE".
1358         (strcut symbol_attribute): New member "unsigned procedure".
1359         * interface.c (check_interface0): Extended error checking.
1360         * match.h: Add gfc_match_procedure prototype.
1361         * parse.c (decode_statement,next_statement,gfc_ascii_statement,
1362         parse_derived,parse_interface): Implement PROCEDURE statements.
1363         * resolve.c (resolve_symbol): Ditto.
1364         * symbol.c (check_conflict): Ditto.
1365         (gfc_add_proc): New function for setting the procedure attribute.
1366         (copy_formal_args): New function for copying formal argument lists.
1367
1368 2007-09-03  Daniel Jacobowitz  <dan@codesourcery.com>
1369
1370         * Make-lang.in (gfortranspec.o): Remove SHLIB_MULTILIB.
1371
1372 2007-09-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1373
1374         * gfortranspec.c (lang_specific_driver): Use CONST_CAST2.
1375         * options.c (gfc_post_options): Supply a TYPE for CONST_CAST.
1376         * parse.c (parse_omp_structured_block): Likewise,
1377         * st.c (gfc_free_statement): Likewise,
1378
1379 2007-09-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1380
1381         PR fortran/31675
1382         * libgfortran.h: New file.
1383         * iso-fortran-env.def: Use macros in the new header instead of
1384         hardcoded integer constants.
1385         * Make-lang.in (F95_PARSER_OBJS, GFORTRAN_TRANS_DEPS): Add
1386         fortran/libgfortran.h.
1387         * gfortran.h (GFC_STD_*, GFC_FPE_*, options_convert,
1388         ioerror_codes): Remove.
1389         * trans.c (ERROR_ALLOCATION): Remove.
1390         (gfc_call_malloc, gfc_allocate_with_status,
1391         gfc_allocate_array_with_status): Use LIBERROR_ALLOCATION.
1392         * trans-types.h (GFC_DTYPE_*): Remove.
1393         * trans-decl.c (gfc_generate_function_code): Use
1394         GFC_CONVERT_NATIVE instead of CONVERT_NATIVE.
1395         * trans-io.c (set_parameter_value, set_parameter_ref): Use
1396         LIBERROR_* macros instead of IOERROR_ macros.
1397         * trans-intrinsic.c (gfc_conv_intrinsic_function): Use
1398         LIBERROR_END and LIBERROR_EOR instead of hardcoded constants.
1399         * options.c (gfc_init_options): Use GFC_CONVERT_NATIVE instead of
1400         CONVERT_NATIVE.
1401         (gfc_handle_option): Use GFC_CONVERT_* macros instead of CONVERT_*.
1402
1403 2007-09-02  Steven G. Kargl  <kargl@gcc.gnu.org>
1404
1405         * invoke.texi: Fix the -frange-checking option entry.
1406
1407 2007-09-02  Roger Sayle  <roger@eyesopen.com>
1408
1409         * decl.c (match_string_p): New helper function to explicitly match
1410         a string of characters.
1411         (match_attr_spec): Remove no longer needed DECL_COLON from decl_types.
1412         Delete decls array and peek_char.  Rewrite decl attribute parser to
1413         avoid calling gfc_match_strings.
1414         * match.c (gfc_match_strings): Delete unused function.
1415         * match.h (gfc_match_strings): Delete prototype.
1416
1417 2007-09-02  Tobias Schlüuter  <tobi@gcc.gnu.org>
1418
1419         * dump-parse-tree.c (show_char_const): New function.
1420         (gfc_show_expr): Use it.
1421         * expr.c (find_substring_ref): Rework to not keep characters
1422         dangling beyond end of string.
1423
1424 2007-09-02  H.J. Lu  <hongjiu.lu@intel.com>
1425
1426         PR fortran/33276
1427         * array.c (expand_iterator): Initialize frame.prev.
1428
1429 2007-08-31  Tobias Burnus  <burnus@net-b.de>
1430
1431         PR fortran/33232
1432         * io.c (match_io): Also diagnose extra comma for READ.
1433
1434 2007-08-31  Joseph Myers  <joseph@codesourcery.com>
1435
1436         * intrinsic.texi (LGAMMA): Remove empty @cindex line.
1437
1438 2007-08-31  Paul Thomas  <pault@gcc.gnu.org>
1439
1440         PR fortran/31879
1441         PR fortran/31197
1442         PR fortran/31258
1443         PR fortran/32703
1444         * gfortran.h : Add prototype for gfc_resolve_substring_charlen.
1445         * resolve.c (gfc_resolve_substring_charlen): New function.
1446         (resolve_ref): Call gfc_resolve_substring_charlen.
1447         (gfc_resolve_character_operator): New function.
1448         (gfc_resolve_expr): Call the new functions in cases where the
1449         character length is missing.
1450         * iresolve.c (cshift, eoshift, merge, pack, reshape, spread,
1451         transpose, unpack): Call gfc_resolve_substring_charlen for
1452         source expressions that are character and have a reference.
1453         * trans.h (gfc_trans_init_string_length) Change name to
1454         gfc_conv_string_length; modify references in trans-expr.c,
1455         trans-array.c and trans-decl.c.
1456         * trans-expr.c (gfc_trans_string_length): Handle case of no
1457         backend_decl.
1458         (gfc_conv_aliased_arg): Remove code for treating substrings
1459         and replace with call to gfc_trans_string_length.
1460         * trans-array.c (gfc_conv_expr_descriptor): Remove code for
1461         treating strings and call gfc_trans_string_length instead.
1462
1463 2007-08-30  Tobias Burnus  <burnus@net-b.de>
1464
1465         PR fortran/33228
1466         * interface.c (check_interface0): Improve error for external procs.
1467         (check_sym_interfaces): Fix checking of module procedures.
1468
1469 2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1470
1471         PR fortran/32989
1472         * iresolve.c (gfc_resolve_getarg): Handle non-default integer
1473         kinds.
1474         * check.c (gfc_check_getarg): New function
1475         * intrinsic.h: Add prototype for gfc_check_getarg.
1476         * intrinsic.c (add_subroutines): Add reference to gfc_check_getarg.
1477         * intrinsic.texi (GETARG): Adjust documentation.
1478
1479 2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1480             Tobias Burnus  <burnus@gcc.gnu.org>
1481
1482         PR fortran/33105
1483         * intrinsic.c (add_functions): Add IS_IOSTAT_END and
1484         IS_IOSTAT_EOR intrinsics.
1485         * gfortran.h (gfc_isym_id): Add GFC_ISYM_IS_IOSTAT_END and
1486         GFC_ISYM_IS_IOSTAT_EOR.
1487         * trans-intrinsic.c (gfc_conv_has_intvalue): New function.
1488         (gfc_conv_intrinsic_function): Call gfc_conv_has_intvalue for
1489         GFC_ISYM_IS_IOSTAT_END and GFC_ISYM_IS_IOSTAT_EOR.
1490         * intrinsic.texi: Add IS_IOSTAT_END and IS_IOSTAT_EOR.
1491
1492 2007-08-28  Christopher D. Rickett  <crickett@lanl.gov>
1493
1494         PR fortran/33215
1495         * decl.c (build_sym): Pass number of identifiers on line to
1496         set_binding_label.
1497         (set_binding_label): Verify that only one identifier given if
1498         NAME= specified, even if the given binding label has zero length.
1499         (gfc_match_bind_c): Remove declaration for has_name_equals because
1500         it hides the static global one that is needed.
1501
1502 2007-08-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1503
1504         * trans-array.c (gfc_grow_array): Use gfc_call_realloc.
1505         (gfc_array_allocate): Use gfc_allocate_with_status and
1506         gfc_allocate_array_with_status.
1507         (gfc_array_deallocate): Use gfc_deallocate_with_status.
1508         (gfc_trans_dealloc_allocated): Use gfc_deallocate_with_status.
1509         * trans-stmt.c (gfc_trans_allocate): Use gfc_allocate_with_status.
1510         (gfc_trans_deallocate): Use gfc_deallocate_with_status.
1511         * trans.c (gfc_allocate_with_status, gfc_allocate_array_with_status,
1512         gfc_deallocate_with_status, gfc_call_realloc): New functions.
1513         * trans.h (gfc_allocate_with_status, gfc_allocate_array_with_status,
1514         gfc_deallocate_with_status, gfc_call_realloc): New prototypes.
1515         (gfor_fndecl_internal_realloc, gfor_fndecl_allocate,
1516         gfor_fndecl_allocate_array, gfor_fndecl_deallocate): Remove.
1517         * f95-lang.c (gfc_init_builtin_functions): Create decl for
1518         BUILT_IN_REALLOC.
1519         * trans-decl.c (gfor_fndecl_internal_realloc,
1520         gfor_fndecl_allocate, gfor_fndecl_allocate_array,
1521         gfor_fndecl_deallocate): Remove function decls.
1522         (gfc_build_builtin_function_decls): Likewise.
1523
1524 2007-08-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1525
1526         PR fortran/33055
1527         Revert previous patch.
1528
1529 2007-08-28  Jakub Jelinek  <jakub@redhat.com>
1530
1531         PR fortran/22244
1532         * Make-lang.in (fortran/trans-types.o): Depend on $(FLAGS_H).
1533         * trans-types.c: Include flags.h.
1534         (gfc_get_nodesc_array_type): Add TYPE_DECL TYPE_NAME with
1535         correct bounds and dimensions for packed arrays.
1536
1537 2007-08-27  Tobias Burnus  <burnus@net-b.de>
1538
1539         * simplify.c (gfc_simplify_lgamma): Fix mpfr_lgamma call.
1540
1541 2007-08-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1542
1543         PR fortran/33055
1544         * trans-io.c (create_dummy_iostat): New function to create a unique
1545         dummy variable expression to use with IOSTAT.
1546         (gfc_trans_inquire): Use the new function to pass unit number error info
1547         to run-time library if a regular IOSTAT variable was not given.
1548
1549 2007-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1550
1551         * gfortran.h (gfc_isym_id): Add GFC_ISYM_GAMMA and
1552         GFC_ISYM_LGAMMA.
1553
1554 2007-08-26  Asher Langton  <langton2@llnl.gov>
1555             Tobias Burnus  <burnus@net-b.de>
1556
1557         * gfortran.h (gfc_option_t): Add flag_recursive.
1558         * lang.opt: Add -frecursive option and update -fopenmp.
1559         * invoke.texi (-frecursive): Document new option.
1560         (-fopenmp,-fno-automatic,-fmax-stack-var-size): Update.
1561         * options.c (gfc_init_options, gfc_post_options,
1562         gfc_handle_option): Add -frecursive and modify -fopenmp.
1563         (gfc_post_options): Add warning for conflicting flags.
1564
1565 2007-08-26  Tobias Burnus  <burnus@net-b.de>
1566
1567         PR fortran/31298
1568         * module.c (mio_symbol_ref,mio_interface_rest):  Return pointer_info.
1569         (load_operator_interfaces): Support multible loading of an operator.
1570
1571 2007-08-26  Tobias Burnus  <burnus@net-b.de>
1572
1573         PR fortran/32985
1574         * match.c (gfc_match_common): Remove SEQUENCE diagnostics.
1575         * resolve.c (resolve_common_blocks): Add SEQUENCE diagnostics;
1576         fix walking through the tree.
1577
1578 2007-08-26  Tobias Burnus  <burnus@net-b.de>
1579
1580         PR fortran/32980
1581         * intrinsic.h (gfc_simplify_gamma,gfc_simplify_lgamma,
1582         gfc_resolve_gamma,gfc_resolve_lgamma): New function declations.
1583         * mathbuiltins.def: Define GAMMA and LGAMMA.
1584         * intrinsic.c (add_functions): Add GAMMA, DGAMMA, LGAMMA, ALGAMA
1585         and DLGAMA.
1586         * simplify.c (gfc_simplify_gamma,gfc_simplify_lgamma): New functions.
1587         * iresolve.c (gfc_resolve_gamma,gfc_resolve_lgamma): New functions.
1588         * intrinsic.texi: Add documentation for GAMMA and LGAMMA.
1589
1590 2007-08-26  Tobias Burnus  <burnus@net-b.de>
1591
1592         PR fortran/33188
1593         * parse.c (parse_derived): Support empty derived type
1594         definitions for Fortran 2003.
1595
1596 2007-08-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1597
1598         * trans-openmp.c (gfc_omp_privatize_by_reference): Constify.
1599         * trans.h (gfc_omp_privatize_by_reference): Likewise.
1600
1601 2007-08-24  Tobias Burnus  <burnus@net-b.de>
1602
1603         PR fortran/33178
1604         * intrinsic.c (gfc_intrinsic_func_interface): Fix initialization
1605         expression check.
1606
1607 2007-08-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
1608
1609         PR fortran/32972
1610         * iresolve.c:  Don't convert array masks.
1611
1612 2007-08-24  Tobias Burnus  <burnus@net-b.de>
1613
1614         PR fortran/33139
1615         * trans-array.c (gfc_conv_expr_descriptor): Copy bounds for
1616         whole-array pointer assignments.
1617
1618 2007-08-23  Jakub Jelinek  <jakub@redhat.com>
1619
1620         * decl.c (variable_decl): Don't share charlen structs if
1621         length == NULL.
1622         * trans-decl.c (create_function_arglist): Assert
1623         f->sym->ts.cl->backend_decl is NULL instead of unsharing
1624         charlen struct here.
1625
1626 2007-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1627
1628         PR fortran/33095
1629         * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Remove
1630         runtime error checking.
1631
1632 2007-08-22  Roger Sayle  <roger@eyesopen.com>
1633             Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
1634
1635         * match.c (intrinsic_operators): Delete.
1636         (gfc_match_intrinsic_op): Rewrite matcher to avoid calling
1637         gfc_match_strings.
1638
1639 2007-08-22  Christopher D. Rickett  <crickett@lanl.gov>
1640
1641         PR fortran/33020
1642         * resolve.c (gfc_iso_c_sub_interface): Remove setting of type and
1643         kind for optional SHAPE parameter of C_F_POINTER.
1644
1645 2007-08-22  Janus Weil  <jaydub66@gmail.com>
1646
1647         * decl.c (match_attr_spec): Pass on errors from gfc_match_bind_c.
1648         (gfc_match_bind_c): Bugfix in check for NAME= with abstract interfaces.
1649         (gfc_match_mopdproc): Bugfix to reject module procedures in
1650         abstract interfaces.
1651
1652 2007-08-22  Kai Tietz  <kai.tietz@onevision.com>
1653
1654         * f95-lang.c: (gfc_init_decl_processing): Choose sizetype by using
1655         Pmode.
1656
1657 2007-08-21  Paul Brook  <paul@codesourcery.com>
1658             Nathan Sidwell  <nathan@codesourcery.com>
1659             Mark Mitchell  <mark@codesourcery.com>
1660             Joseph Myers  <joseph@codesourcery.com>
1661
1662         * gfortranspec.c (lang_specific_driver): Use pkgversion_string.
1663         * Make-lang.in (gfortran.pod): Define BUGURL.
1664         * invoke.texi: Use BUGURL for bug-reporting instructions.
1665
1666 2007-08-19  Roger Sayle  <roger@eyesopen.com>
1667
1668         * match.c (intrinsic_operators): Make static.
1669         (gfc_op2string): New function for converting a gfc_intrinsic_op to
1670         to a "const char*", replacing the macro of the same name.
1671         * gfortran.h (intrinsic_operators): Delete prototype.
1672         (gfc_op2string): Replace macro with function prototype.
1673
1674 2007-08-18  Tobias Burnus  <burnus@net-b.de>
1675
1676         * gfortran.h (gfc_is_intrinsic_typename): Add declaration.
1677         * symbol.c (gfc_is_intrinsic_typename): New function.
1678         * parse.c (decode_statement): Check for space in ABSTRACT INTERFACE.
1679         (parse_interface): Use gfc_is_intrinsic_typename.
1680         * decl.c (gfc_match_derived_decl): Ditto.
1681         * module.c (gfc_match_use): Use gcc_unreachable() for
1682         INTERFACE_ABSTRACT in switch().
1683
1684 2007-08-18  Roger Sayle  <roger@eyesopen.com>
1685
1686         * primary.c (match_logical_constant_string): New function to match
1687         a ".true." or a ".false.".
1688         (match_logical_constant): Use it instead of gfc_match_strings.
1689
1690 2007-08-18  Paul Thomas  <pault@gcc.gnu.org>
1691             Janus Weil  <jaydub66@gmail.com>
1692
1693         * interface.c (gfc_match_interface,gfc_match_abstract_interface,
1694         gfc_match_end_interface,gfc_add_interface): Add abstract interface.
1695         * dump-parse-tree.c (gfc_show_attr): Ditto.
1696         * gfortran.h (interface_type,symbol_attribute): Ditto.
1697         * module.c (gfc_match_use,ab_attribute,attr_bits,
1698         mio_symbol_attribute): Ditto.
1699         * resolve.c (resolve_function): Ditto.
1700         * match.h: Ditto.
1701         * parse.c (decode_statement): Ditto.
1702         (parse_interface): Ditto, check for C1203 (name of abstract interface
1703         cannot be the same as an intrinsic type).
1704         * decl.c (gfc_match_bind_c): Check for NAME= with abstract interfaces.
1705         (access_attr_decl): Handle Abstract interfaces.
1706
1707 2007-08-18  Paul Thomas  <pault@gcc.gnu.org>
1708
1709         PR fortran/32881
1710         * expr.c (gfc_check_pointer_assign): If the rhs is the
1711         initialization expression for the rhs, there is no error.
1712
1713 2007-08-18  Paul Thomas  <pault@gcc.gnu.org>
1714
1715         PR fortran/32875
1716         * trans-array.c (get_array_ctor_strlen): Set the character
1717         length of a zero length array to zero.
1718
1719 2007-08-16  Tobias Burnus  <burnus@net-b.de>
1720
1721         PR fortran/33072
1722         * module.c (gfc_match_use): Mark user operators as such.
1723         (find_use_name_n): Distinguish between operators and other symbols.
1724         (find_use_name,number_use_names,mio_namelist,
1725          load_operator_interfaces,load_generic_interfaces,read_module,
1726          write_generic): Update find_use_name_n calls.
1727
1728 2007-08-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1729
1730         PR fortran/29459
1731         * trans.c (gfc_create_var_np): Do not emit warnings for
1732         anonymous variables.
1733
1734 2007-08-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1735
1736         PR fortran/33066
1737         * decl.c (gfc_get_type_attr_spec): Fix whitespace.
1738         (gfc_match_derived_decl): Fix logic.
1739
1740 2007-08-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1741
1742         PR fortran/33073
1743         * trans-intrinsic.c (build_fixbound_expr): Convert to result type
1744         in all cases.
1745
1746 2007-08-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1747
1748         PR fortran/32594
1749         * trans-expr.c (gfc_conv_substring_expr): Only call
1750         gfc_conv_substring if expr->ref is not NULL.
1751         * expr.c (gfc_is_constant_expr): If e->ref is NULL, the substring
1752         expression might be a constant.
1753         (gfc_simplify_expr): Handle missing start and end, as well as
1754         missing ref.
1755
1756 2007-08-13  Paul Thomas  <pault@gcc.gnu.org>
1757
1758         PR fortran/32926
1759         * match.c (gfc_match_call): Do not create a new symtree in the
1760         case where the existing symbol is external and not referenced.
1761
1762 2007-08-13  Paul Thomas  <pault@gcc.gnu.org>
1763
1764         PR fortran/32827
1765         * decl.c (variable_decl): Check for an imported symbol
1766         by looking for its symtree and testing for the imported
1767         attribute.
1768         (gfc_match_import): Remove change of symbol's namespace
1769         and set the attribute imported instead.
1770         * symbol.c (gfc_get_sym_tree): It is not an error if a
1771         symbol is imported.
1772         * gfortran.h : Add the 'imported' to symbol_attribute.
1773
1774 2007-08-13  Paul Thomas  <pault@gcc.gnu.org>
1775
1776         PR fortran/32962
1777         * trans-array.c (gfc_conv_array_transpose): Set the offset
1778         of the destination to zero if the loop is zero based.
1779
1780 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1781
1782         PR fortran/29600
1783         * intrinsic.c (add_functions): Add optional KIND argument to ACHAR.
1784         * iresolve.c (gfc_resolve_achar): Handle the KIND argument.
1785         * check.c (gfc_check_achar): Check for the optional KIND argument.
1786         * simplify.c (gfc_simplify_achar): Use KIND argument.
1787         * intrinsic.h (gfc_check_achar, gfc_simplify_achar,
1788         gfc_resolve_achar): Adjust prototypes.
1789
1790 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1791
1792         PR fortran/30964
1793         PR fortran/33054
1794         * trans-expr.c (gfc_conv_function_call): When no formal argument
1795         list is available, we still substitute missing optional arguments.
1796         * check.c (gfc_check_random_seed): Correct the check on the
1797         number of arguments to RANDOM_SEED.
1798         * intrinsic.c (add_subroutines): Add a resolution function to
1799         RANDOM_SEED.
1800         * iresolve.c (gfc_resolve_random_seed): New function.
1801         * intrinsic.h (gfc_resolve_random_seed): New prototype.
1802
1803 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1804
1805         PR fortran/32860
1806         * error.c (error_uinteger): New function.
1807         (error_integer): Call error_uinteger.
1808         (error_print): Handle %u, %lu, %li and %ld format specifiers.
1809         * interface.c (compare_actual_formal): Use the new %lu specifier.
1810
1811 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1812
1813         PR fortran/31629
1814         * lang.opt (-fmodule-private): New option.
1815         * gfortran.h (gfc_option_t): Add flag_module_private member.
1816         * invoke.texi (-fmodule-private): Document the new option.
1817         * module.c (gfc_check_access): Allow the -fmodule-private option
1818         to modify the default behaviour.
1819         * options.c (gfc_init_options): Initialize flag_module_private.
1820         (gfc_handle_option): Handle -fmodule-private.
1821
1822 2007-08-12  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1823
1824         PR fortran/29600
1825         * intrinsic.c (add_functions): Add KIND arguments to COUNT,
1826         IACHAR, ICHAR, INDEX, LBOUND, LEN, LEN_TRIM, SCAN, SIZE, UBOUND
1827         and VERIFY.
1828         * iresolve.c (gfc_resolve_count): Add kind argument.
1829         (gfc_resolve_iachar): New function.
1830         (gfc_resolve_ichar): Add kind argument.
1831         (gfc_resolve_index_func): Likewise.
1832         (gfc_resolve_lbound): Likewise.
1833         (gfc_resolve_len): Likewise.
1834         (gfc_resolve_len_trim): Likewise.
1835         (gfc_resolve_scan): Likewise.
1836         (gfc_resolve_size): New function.
1837         (gfc_resolve_ubound): Add kind argument.
1838         (gfc_resolve_verify): Likewise.
1839         * trans-decl.c (gfc_get_extern_function_decl): Allow specific
1840         intrinsics to have 4 arguments.
1841         * check.c (gfc_check_count): Add kind argument.
1842         (gfc_check_ichar_iachar): Likewise.
1843         (gfc_check_index): Likewise.
1844         (gfc_check_lbound): Likewise.
1845         (gfc_check_len_lentrim): New function.
1846         (gfc_check_scan): Add kind argument.
1847         (gfc_check_size): Likewise.
1848         (gfc_check_ubound): Likewise.
1849         (gfc_check_verify): Likewise.
1850         * intrinsic.texi: Update documentation for COUNT, IACHAR, ICHAR,
1851         INDEX, LBOUND, LEN, LEN_TRIM, SCAN, SIZE, UBOUND and VERIFY.
1852         * simplify.c (get_kind): Whitespace fix.
1853         (int_expr_with_kind): New function.
1854         (gfc_simplify_iachar): Add kind argument.
1855         (gfc_simplify_iachar): Likewise.
1856         (gfc_simplify_ichar): Likewise.
1857         (gfc_simplify_index): Likewise.
1858         (simplify_bound_dim): Likewise.
1859         (simplify_bound): Likewise.
1860         (gfc_simplify_lbound): Likewise.
1861         (gfc_simplify_len): Likewise.
1862         (gfc_simplify_len_trim): Likewise.
1863         (gfc_simplify_scan): Likewise.
1864         (gfc_simplify_shape): Pass NULL as kind argument to gfc_simplify_size.
1865         (gfc_simplify_size): Add kind argument.
1866         (gfc_simplify_ubound): Likewise.
1867         (gfc_simplify_verify): Likewise.
1868         * intrinsic.h: Update prototypes and add new ones.
1869         * trans-intrinsic.c (gfc_conv_intrinsic_index): Rename into
1870         gfc_conv_intrinsic_index_scan_verify.
1871         (gfc_conv_intrinsic_scan, gfc_conv_intrinsic_verify): Remove.
1872         (gfc_conv_intrinsic_function): Call
1873         gfc_conv_intrinsic_index_scan_verify to translate the INDEX,
1874         SCAN and VERIFY intrinsics.
1875
1876 2007-08-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1877
1878         PR fortran/31189
1879         * invoke.texi (-fbacktrace): Document the new behaviour.
1880
1881 2007-08-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1882
1883         PR fortran/32937
1884         * trans-array.c (gfc_conv_expr_descriptor): Use
1885         gfc_conv_const_charlen to generate backend_decl of right type.
1886         * trans-expr.c (gfc_conv_expr_op): Use correct return type.
1887         (gfc_build_compare_string): Use int type instead of default
1888         integer kind for single character comparison.
1889         (gfc_conv_aliased_arg): Give backend_decl the right type.
1890         * trans-decl.c (gfc_build_intrinsic_function_decls): Make
1891         compare_string return an int.
1892
1893 2007-08-11  Ian Lance Taylor  <iant@google.com>
1894
1895         * f95-lang.c (gfc_get_alias_set): Change return type to
1896         alias_set_type.
1897
1898 2007-08-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1899
1900         PR fortran/31270
1901         * trans.c (gfc_trans_runtime_check): Reorder arguments and
1902         add extra variable arguments. Hand them to the library function.
1903         * trans.h (gfc_trans_runtime_check): Update prototype.
1904         * trans-array.c (gfc_trans_array_bound_check): Issue more
1905         detailled error messages.
1906         (gfc_conv_array_ref): Likewise.
1907         (gfc_conv_ss_startstride): Likewise.
1908         (gfc_trans_dummy_array_bias): Reorder arguments to
1909         gfc_trans_runtime_check.
1910         * trans-expr.c (gfc_conv_substring): Issue more detailled
1911         error messages.
1912         (gfc_conv_function_call): Reorder arguments to gfc_trans_runtime_check.
1913         * trans-stmt.c (gfc_trans_goto): Likewise.
1914         * trans-io.c (set_string): Reorder arguments to
1915         gfc_trans_runtime_check and issue a more detailled error message.
1916         * trans-decl.c (gfc_build_builtin_function_decls): Make
1917         runtime_error and runtime_error_at handle a variable number of
1918         arguments.
1919         * trans-intrinsic.c (gfc_conv_intrinsic_bound): Reorder arguments
1920         to gfc_trans_runtime_check.
1921         (gfc_conv_intrinsic_minmax): Likewise.
1922         (gfc_conv_intrinsic_repeat): Issue more detailled error messages.
1923
1924 2007-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1925
1926         * gfortranspec.c (lang_specific_driver): Use CONST_CAST.
1927         * options.c (gfc_post_options): Likewise.
1928         * parse.c (parse_omp_structured_block): Likewise.
1929         * st.c (gfc_free_statement): Likewise.
1930
1931 2007-08-10  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1932
1933         PR fortran/32933
1934         * trans-decl.c (gfc_build_builtin_function_decls): Change
1935         prototype for associated.
1936         * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Convert the
1937         result of __builtin_isnan into a boolean.
1938         (gfc_conv_intrinsic_strcmp): Cleanup.
1939         (gfc_conv_associated): Convert the result of the associated
1940         function into a boolean.
1941
1942 2007-08-09  Tobias Burnus  <burnus@net-b.de>
1943
1944         PR fortran/32987
1945         * io.c (format_token): Add FMT_ERROR.
1946         (next_char_not_space): Print error/warning when
1947         '\t' are used in format specifications.
1948         (format_lex): Propagate error.
1949         (check_format): Ditto.
1950
1951 2007-08-09  Tobias Burnus  <burnus@net-b.de>
1952
1953         PR fortran/33001
1954         * arith.c (arith_error): Point in the error message
1955         to -fno-range-check.
1956
1957 2007-08-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1958
1959         PR fortran/32902
1960         * intrinsic.texi (SIZEOF): Add mention to C_SIZE_T.
1961
1962 2007-08-06  Christopher D. Rickett  <crickett@lanl.gov>
1963
1964         PR fortran/32732
1965         * trans-expr.c (gfc_conv_scalar_char_value): Convert the tree and
1966         actual arg expressions for scalar characters passed by-value to
1967         bind(c) routines.
1968         (gfc_conv_function_call): Call gfc_conv_scalar_char_value.
1969         * trans.h: Add prototype for gfc_conv_scalar_char_value.
1970         * trans-decl.c (generate_local_decl): Convert by-value character
1971         dummy args of bind(c) procedures using
1972         gfc_conv_scalar_char_value.
1973
1974 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1975
1976         PR fortran/30947
1977         * iresolve.c (gfc_resolve_alarm_sub): Suffix the subroutine name
1978         with the kind of the STATUS argument.
1979
1980 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1981
1982         PR fortran/30948
1983         * intrinsic.c (add_functions): Fix name of argument to CHDIR.
1984
1985 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1986
1987         PR fortran/30933
1988         * iresolve.c (gfc_resolve_exit): Convert argument to default
1989         integer kind.
1990
1991 2007-08-06  Daniel Franke  <franke.daniel@gmail.com>
1992
1993         * resolve.c (derived_pointer): Removed, replaced callers by access 
1994         to appropiate attribute bit.
1995         (derived_inaccessable): Shortcut recursion depth.
1996         (resolve_fl_namelist): Fixed checks for private components in namelists.
1997
1998 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1999
2000         PR fortran/29828
2001         * trans.h (gfor_fndecl_string_minmax): New prototype.
2002         * trans-decl.c (gfor_fndecl_string_minmax): New variable.
2003         (gfc_build_intrinsic_function_decls): Create gfor_fndecl_string_minmax.
2004         * check.c (gfc_check_min_max): Allow for character arguments.
2005         * trans-intrinsic.c (gfc_conv_intrinsic_minmax_char): New function.
2006         (gfc_conv_intrinsic_function): Add special case for MIN and MAX
2007         intrinsics with character arguments.
2008         * simplify.c (simplify_min_max): Add simplification for character
2009         arguments.
2010
2011 2007-08-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2012
2013         PR fortran/31612
2014         * invoke.texi: Adjust documentation for option -fsyntax-only.
2015
2016 2007-08-05  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2017             Tobias Burnus  <burnus@gcc.gnu.org>
2018
2019         PR fortran/32979
2020         * intrinsic.h (gfc_check_isnan): Add prototype.
2021         * gfortran.h (gfc_isym_id): Add GFC_ISYM_ISNAN.
2022         * intrinsic.c (add_functions): Add ISNAN intrinsic.
2023         * check.c (gfc_check_isnan): New function.
2024         * trans-intrinsic.c (gfc_conv_intrinsic_isnan): New function.
2025         (gfc_conv_intrinsic_function): Call gfc_conv_intrinsic_isnan
2026         to translate ISNAN.
2027         * intrinsic.texi: Document ISNAN.
2028
2029 2007-08-04  Paul Thomas  <pault@gcc.gnu.org>
2030
2031         PR fortran/31214
2032         * symbol.c (get_unique_symtree): Moved from module.c.
2033         * module.c (get_unique_symtree): Moved to symbol.c.
2034         * decl.c (get_proc_name): Transfer the typespec from the local
2035         symbol to the module symbol, in the case that an entry is also
2036         a module procedure.  Ensure the local symbol is cleaned up by
2037         pointing to it with a unique symtree.
2038
2039         * dump_parse_tree (gfc_show_code_node): Add EXEC_ASSIGN_CALL.
2040
2041 2008-08-04  Steven G. Kargl  <kargl@gcc.gnu.org>
2042
2043         PR fortran/32969
2044         * iresolve.c (gfc_resolve_rrspacing): Convert argument(s) to
2045         expected KIND.
2046         (gfc_resolve_scale): Ditto.
2047         (gfc_resolve_set_exponent): Ditto.
2048         (gfc_resolve_spacing): Ditto.
2049  
2050         PR fortran/32968
2051         * trans-intrinsic.c (gfc_conv_intrinsic_si_kind,
2052         gfc_conv_intrinsic_sr_kind): Convert the argument(s) to the
2053         expected KIND, and fold the result to the expected KIND.
2054
2055 2007-08-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2056
2057         PR fortran/31202
2058         * f95-lang.c (gfc_init_builtin_functions): Defin builtins for 
2059         lround{f,,l} and llround{f,,l}.
2060         * trans-intrinsic.c (build_fix_expr): Generate calls to the
2061         {l,}round{f,,l} functions.
2062
2063 2007-08-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
2064
2065         PR libfortran/32954
2066         * intrinsic.c (resolve_mask_arg):  New function.
2067         (gfc_resolve_maxloc):  Use resolve_mask_arg for mask resolution.
2068         (gfc_resolve_maxval):  Likewise.
2069         (gfc_resolve_minloc):  Likewise.
2070         (gfc_resolve_minval):  Likewise.
2071         (gfc_resolve_pack):  Likewise.
2072         (gfc_resolve_product):  Likewise.
2073         (gfc_resolve_sum):  Likewise.
2074         (gfc_resolve_unpack):  Likewise.
2075
2076 2007-08-01  Tobias Burnus  <burnus@net-b.de>
2077
2078         PR fortran/32936
2079         * match.c (gfc_match_allocate): Better check that STAT is
2080         a variable.
2081
2082         * check.c (gfc_check_allocated): Reorder checks to improve
2083         error message.
2084
2085 2007-08-01  Nick Clifton  <nickc@redhat.com>
2086
2087         * arith.c: Change copyright header to refer to version 3 of the
2088         GNU General Public License and to point readers at the COPYING3
2089         file and the FSF's license web page.
2090         * openmp.c, interface.c, intrinsic.c, trans-array.c, trans-expr.c,
2091         symbol.c, iso-fortran-env.def, intrinsic.h, decl.c, trans-array.h,
2092         matchexp.c, dump-parse-tree.c, trans-common.c, array.c,
2093         Make-lang.in, trans-openmp.c, gfortran.h, error.c,
2094         iso-c-binding.def, lang.opt, data.c, trans-const.c, trans-stmt.c,
2095         expr.c, trans-const.h, trans-stmt.h, module.c, trans.c, scanner.c,
2096         trans-types.c, trans.h, gfortranspec.c, trans-types.h,
2097         lang-specs.h, io.c, bbt.c, resolve.c, f95-lang.c, st.c,
2098         iresolve.c, match.c, trans-decl.c, trans-io.c, target-memory.c,
2099         match.h, target-memory.h, parse.c, arith.h, check.c, dependency.c,
2100         parse.h, types.def, convert.c, dependency.h, primary.c,
2101         trans-intrinsic.c, options.c, misc.c, simplify.c: Likewise.
2102
2103 2007-08-01  Daniel Franke  <franke.daniel@gmail.com>
2104
2105         * trans-decl.c (generate_local_decl): Emit warning on unused parameter
2106         on "-Wall -Wextra" or "-Wunused-parameter" but not on "-Wall", changed
2107         messages that start with lower case to upper case.
2108         * invoke.texi (-Wparameter-unused): Document differences between gcc
2109         and gfortran regarding this option.
2110
2111 2007-08-01  Daniel Franke  <franke.daniel@gmail.com>
2112
2113         PR fortran/32945
2114         * expr.c (check_specification_function): Skip check if no symtree 
2115         is available.
2116
2117 2007-08-01  Paul Thomas  <pault@gcc.gnu.org>
2118
2119         PR fortran/31609
2120         * resolve.c (resolve_entries): Entries declared to be module
2121         procedures must point to the function namespace.
2122
2123 2007-07-31  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2124
2125         PR fortran/32938
2126         * trans-stmt.c (gfc_trans_return): Convert to correct type.
2127
2128 2007-07-31  Steven G. Kargl  <kargl@gcc.gnu.org>
2129
2130         PR fortran/32942
2131         * trans-intrinsic.c (gfc_conv_intrinsic_exponent): Convert to correct
2132         type.
2133
2134 2007-07-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2135
2136         * invoke.texi: Document -fsign-zero flag.
2137
2138 2007-07-29  Paul Thomas  <pault@gcc.gnu.org>
2139
2140         PR fortran/31211
2141         * trans-expr.c (gfc_conv_expr_reference): Add block for case of
2142         scalar pointer functions so that NULL result is correctly
2143         handled.
2144
2145         PR fortran/32682
2146         * trans-array.c (gfc_trans_array_constructor): On detecting a
2147         multi-dimensional parameter array, set the loop limits.
2148
2149 2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
2150
2151         PR fortran/32906
2152         * resolve.c (resolve_fl_parameter): Check for constant shape arrays,
2153         adjusted error message.
2154
2155 2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
2156
2157         * invoke.texi: Removed -w from option summary.
2158
2159 2007-07-29  Daniel Franke  <franke.daniel@gmail.com>
2160
2161         PR fortran/32879
2162         * intrinsic.texi (IRAND, RAND, RANDOM_NUMBER): Document algorithm
2163         used for random number generator.
2164
2165 2007-07-28  Kazu Hirata  <kazu@codesourcery.com>
2166
2167         * gfortran.h, interface.c, resolve.c, symbol.c: Fix comment
2168         typos.
2169         * intrinsic.texi, invoke.texi: Fix typos.
2170
2171 2007-07-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2172
2173         PR fortran/31609
2174         * resolve.c (generic_sym): Check for a same symbol and if so, return to
2175         avoid infinite recursion.
2176
2177 2007-07-28  Daniel Franke  <franke.daniel@gmail.com>
2178
2179         PR fortran/31818
2180         PR fortran/32876
2181         PR fortran/32905
2182         * gfortran.h (symbol_attribute): Added bits for pointer_comp, 
2183         private_comp.
2184         * parse.c (parse_derived): Set pointer_comp/private_comp bits if 
2185         the derived type ultimately contains pointer components or private 
2186         components.
2187         * module.c (ab_attribute): New values AB_POINTER_COMP, AB_PRIVATE_COMP.
2188         (attr_bits): Added names for new ab_attributes.
2189         (mio_symbol_attribute): Save/restore new attribute bits in modules.
2190         * match.c (gfc_match_namelist): Removed check for namelist objects
2191         of assumed shape.
2192         * resolve.c (resolve_fl_namelist): Added check for pointer or
2193         private components in nested types. Added check for namelist objects
2194         of assumed shape.
2195
2196 2007-07-28  Paul Thomas  <pault@gcc.gnu.org>
2197
2198         PR fortran/32880
2199         * trans-expr.c (gfc_trans_scalar_assign): Revert to fixed order
2200         for lse and rse pre expressions, for derived types with
2201         allocatable components.  Instead, assign the lhs to a temporary
2202         and deallocate after the assignment.
2203
2204 2007-07-28  Janne Blomqvist  <jb@gcc.gnu.org>
2205
2206         PR fortran/32909
2207         * trans-stmt.c (gfc_trans_character_select): Replace occurrences
2208         of gfc_c_int_type_node with integer_type_node.
2209         * trans-decl.c (gfc_build_intrinsic_function_decls): Likewise.
2210         (gfc_build_builtin_function_decls): Likewise.
2211         (gfc_generate_function_code): Likewise.
2212         * trans-io.c (gfc_build_io_library_fndecls): Likewise.
2213
2214 2007-07-27  Janne Blomqvist  <jb@gcc.gnu.org>
2215
2216         * trans-decl.c (gfc_build_builtin_function_decls): Use existing
2217         gfc_array_index_type rather than creating another typenode for
2218         gfc_index_integer_kind.
2219
2220 2007-07-27  Janne Blomqvist  <jb@gcc.gnu.org>
2221
2222         * trans-io.c (gfc_build_io_library_fndecls): Change to use
2223         gfc_array_index_type for array descriptor triplets instead of
2224         gfc_int4_type_node.
2225
2226 2007-07-26  Steven G. Kargl  <kargl@gcc.gnu.org>
2227
2228         PR fortran/32899
2229         * resolve.c (resolve_operator): Add INTRINSIC_EQ_OS comparison.
2230
2231 2007-07-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2232             Daniel Franke  <franke.daniel@gmail.com>
2233
2234         PR fortran/32760
2235         * primary.c (match_variable): Do not call gfc_add_flavor if symbol has
2236         attribute of ACCESS_PUBLIC or ACCESS_PRIVATE already marked.
2237
2238 2007-07-27  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2239
2240         PR fortran/32035
2241         * trans-stmt.c (gfc_trans_character_select): Replace the
2242         mechanism with labels by a SWITCH_EXPR.
2243         * trans-decl.c (gfc_build_builtin_function_decls): Change
2244         return type for select_string.
2245
2246 2007-07-27  Paul Thomas  <pault@gcc.gnu.org>
2247
2248         PR fortran/32903
2249         * trans-decl.c (gfc_trans_deferred_vars): Set intent(out)
2250         derived types as referenced, if they have the the default
2251         initializer set.
2252
2253 2007-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2254
2255         * gfortran.h (generate_isocbinding_symbol): Constify.
2256         * symbol.c (gen_special_c_interop_ptr, gen_cptr_param,
2257         generate_isocbinding_symbol): Likewise.
2258
2259 2007-07-24  Paul Thomas  <pault@gcc.gnu.org>
2260
2261         PR fortran/31205
2262         PR fortran/32842
2263         * trans-expr.c (gfc_conv_function_call): Remove the default
2264         initialization of intent(out) derived types.
2265         * symbol.c (gfc_lval_expr_from_sym): New function.
2266         * matchexp.c (gfc_get_parentheses): Return argument, if it is
2267         character and posseses a ref.
2268         * gfortran.h : Add prototype for gfc_lval_expr_from_sym.
2269         * resolve.c (has_default_initializer): Move higher up in file.
2270         (resolve_code): On detecting an interface assignment, check
2271         if the rhs and the lhs are the same symbol.  If this is so,
2272         enclose the rhs in parenetheses to generate a temporary and
2273         prevent any possible aliasing.
2274         (apply_default_init): Remove code making the lval and call
2275         gfc_lval_expr_from_sym instead.
2276         (resolve_operator): Give a parentheses expression a type-
2277         spec if it has no type.
2278         * trans-decl.c (gfc_trans_deferred_vars): Apply the a default
2279         initializer, if any, to an intent(out) derived type, using
2280         gfc_lval_expr_from_sym and gfc_trans_assignment.  Check if
2281         the dummy is present.
2282
2283 2007-07-24  Daniel Franke  <franke.daniel@gmail.com>
2284
2285         PR fortran/32867
2286         * expr.c (check_init_expr): Simplify matched functions.
2287
2288 2007-07-24  Daniel Franke  <franke.daniel@gmail.com>
2289
2290         PR fortran/32778
2291         * intrinsic.c (add_sym): Do not exclude any symbols, even if not part
2292         of the selected standard.
2293         (make generic): Likewise.
2294         (make alias): Likewise, set standard the alias belongs to.
2295         (add_subroutines): Call make_noreturn unconditionally.
2296         (check_intrinsic_standard): Change return value to try.
2297         (gfc_intrinsic_func_interface): Check return value of above function.
2298         (gfc_intrinsic_sub_interface): Likewise.
2299
2300 2007-07-24  Thomas Koenig  <tkoenig@gcc.gnu.org>
2301
2302         PR fortran/30814
2303         * trans-decl.c (generate_function_code):  Add argument
2304         for flag_bounds_check to the array for set_options.
2305         * invoke.texi (-fbounds-check): Document new libarary run-time
2306         behaviour.
2307
2308 2007-07-23  Daniel Franke  <franke.daniel@gmail.com>
2309
2310         PR fortran/25104
2311         PR fortran/31639
2312         * expr.c (check_transformational): Reject valid transformational
2313         intrinsics to avoid ICE.
2314         (check_inquiry): Report error for assumed character lengths for
2315         all supported standards.
2316         (check_init_expr): Whitespace fix.
2317
2318 2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>
2319
2320         PR fortran/32797
2321         PR fortran/32800
2322         * decl.c (verify_bind_c_sym): Use the result symbol for functions
2323         with a result clause.  Warn if implicitly typed.  Verify the type
2324         and rank of the SHAPE argument, if given.
2325         * resolve.c (gfc_iso_c_sub_interface): Use gfc_procedure_use to
2326         check the actual args against the formal, sorting them if
2327         necessary.
2328         * symbol.c (gen_shape_param): Initialize type of SHAPE param to
2329         BT_VOID.
2330
2331 2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>
2332
2333         PR fortran/32732
2334         * trans-decl.c (generate_local_decl): Convert the TREE_TYPE for by
2335         value character dummy args of BIND(C) procedures.
2336         * trans-expr.c (gfc_conv_variable): Do not build address
2337         expression for BT_CHARACTER dummy args.
2338
2339 2007-07-23  Christopher D. Rickett  <crickett@lanl.gov>
2340             Tobias Burnus  <burnus@net-b.de>
2341
2342         PR fortran/32600
2343         * trans-expr.c (gfc_conv_function_call): Handle c_funloc.
2344         * trans-types.c: Add pfunc_type_node.
2345         (gfc_init_types,gfc_typenode_for_spec): Use it.
2346         * resolve.c (gfc_iso_c_func_interface): Fix whitespace and
2347         improve error message.
2348
2349 2007-07-22  Daniel Franke  <franke.daniel@gmail.com>
2350
2351         PR fortran/32710
2352         * parse.c (gfc_fixup_sibling_symbols): No replacement of symbols if
2353         the current is a namelist.
2354
2355 2007-07-22  Daniel Franke  <franke.daniel@gmail.com>
2356
2357         PR fortran/29962
2358         PR fortran/31253
2359         PR fortran/31265
2360         PR fortran/31639
2361         * gfortran.h (gfc_intrinsic_sym): Changed members elemental, pure,
2362         generic, specific, actual_ok, noreturn into bits of a bitfield, 
2363         added bits for inquiry, transformational, conversion.
2364         * check.c (non_init_transformational): Removed, removed all callers.
2365         * intrinsic.c (enum class): New.
2366         (add_sym*): Replaced argument elemetal by enum class. Changed all
2367         callers.
2368         (add_functions): Assign appropriate classes to intrinsic functions.
2369         (add_subroutines): Assign appropriate classes to intrinsic subroutines.
2370         (add_conv): Set conversion attribute.
2371         (gfc_init_expr_extensions): Removed, removed all callers.
2372         (gfc_intrinsic_func_interface): Reimplemented check for non-standard
2373         initializatione expressions.
2374         * expr.c (check_specification_function): New.
2375         (gfc_is_constant_expr): Added check for specification functions.
2376         (check_init_expr_arguments): New.
2377         (check_inquiry): Changed return value to MATCH, added checks for
2378         inquiry functions defined by F2003.
2379         (check_transformational): New.
2380         (check_null): New.
2381         (check_elemental): New.
2382         (check_conversion): New.
2383         (check_init_expr): Call new check functions, add more specific error
2384         messages.
2385
2386 2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>
2387
2388         PR fortran/32627
2389         * resolve.c (set_name_and_label): Set kind number for character
2390         version of c_f_pointer.
2391         (gfc_iso_c_sub_interface): Set the kind of the SHAPE formal arg to
2392         that of the actual SHAPE arg.
2393         * symbol.c (gen_shape_param): Initialize kind for SHAPE arg.
2394
2395 2007-07-21  Christopher D. Rickett  <crickett@lanl.gov>
2396
2397         PR fortran/32801
2398         * symbol.c (generate_isocbinding_symbol): Remove unnecessary
2399         conditional.
2400
2401         PR fortran/32804
2402         * resolve.c (gfc_iso_c_func_interface): Reject assumed-shape and
2403         deferred-shape arrays as args to C_LOC.  Fix bug in testing
2404         character args to C_LOC.
2405
2406 2007-07-21  Lee Millward  <lee.millward@gmail.com>
2407
2408         PR fortran/32823
2409         * trans-intrinsic.c (gfc_conv_intrinsic_int): Evaluate all
2410         arguments passed, not just the first one. Adjust code to 
2411         refer to "args[0]" instead of "arg" as a result.
2412         
2413 2007-07-19  Christopher D. Rickett  <crickett@lanl.gov>
2414
2415         PR fortran/32600
2416         * trans-expr.c (gfc_conv_function_call): Inline C_LOC.
2417
2418 2007-07-18  Christopher D. Rickett  <crickett@lanl.gov>
2419
2420         PR fortran/32801
2421         * symbol.c (generate_isocbinding_symbol): Fix bug where
2422         ISOCBINDING_FUNPTR was generated for C_LOC instead of the needed
2423         ISOCBINDING_PTR.
2424
2425 2007-07-17  Janus Weil  <jaydub66@gmail.com> 
2426
2427         PR fortran/32535
2428         * resolve.c (resolve_fl_namelist): Check for namelist private 
2429         components in contained subprograms.
2430
2431 2007-07-17  Paul Thomas  <pault@gcc.gnu.org>
2432
2433         PR fortran/31320
2434         PR fortran/32665
2435         * trans-expr.c (gfc_trans_subcomponent_assign): Ensure that
2436         renormalization unity base is done independently of existing
2437         lbound value.
2438         (gfc_trans_scalar_assign): If rhs is not a variable, put
2439         lse->pre after rse->pre to ensure that de-allocation of lhs
2440         occurs after evaluation of rhs.
2441
2442 2007-07-16  Lee Millward  <lee.millward@gmail.com>
2443
2444         PR fortran/32222
2445         PR fortran/32238
2446         PR fortran/32242        
2447         * trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust
2448         to operate on a stack allocated array for the intrinsic arguments
2449         instead of creating a TREE_LIST. Add two new parameters for the
2450         array and the number of elements. Update all callers to allocate
2451         an array of the correct length to pass in. Update comment.
2452         (gfc_intrinsic_argument_list_length): New function.
2453         (gfc_conv_intrinsic_conversion): Call it.
2454         (gfc_conv_intrinsic_mnimax): Likewise.
2455         (gfc_conv_intrinsic_merge): Likewise.
2456         (gfc_conv_intrinsic_lib_function): Call it. Use new CALL_EXPR
2457         constructors.
2458         (gfc_conv_intrinsic_cmplx): Likewise.
2459         (gfc_conv_intrinsic_ctime): Likewise.
2460         (gfc_covn_intrinsic_fdate): Likewise.
2461         (gfc_conv_intrinsic_ttynam): Likewise.
2462         (gfc_conv_intrinsic_ishftc): Likewise.
2463         (gfc_conv_intrinsic_index): Likewise.
2464         (gfc_conv_intrinsic_scan): Likewise.
2465         (gfc_conv_intrinsic_verify): Likewise.
2466         (gfc_conv_intrinsic_trim): Likewise.
2467         (gfc_conv_intrinsic_aint): Use new CALL_EXPR constructors.
2468         (gfc_conv_intrinsic_exponent): Likewise.
2469         (gfc_conv_intrinsic_bound): Likewise.
2470         (gfc_conv_intrinsic_abs): Likewise.
2471         (gfc_conv_intrinsic_mod): Likewise.
2472         (gfc_conv_intrinsic_sign): Likewise.
2473         (gfc_conv_intrinsic_len): Likewise.
2474         (gfc_conv_intrinsic_adjust): Likewise.
2475         (gfc_conv_intrinsic_si_kind): Likewise. 
2476         
2477 2007-07-16  Janne Blomqvist  <jb@gcc.gnu.org>
2478
2479         PR fortran/32748
2480         * trans-decl.c (gfc_build_builtin_function_decls): Remove
2481         DECL_IS_MALLOC attribute from internal_realloc, thus reverting
2482         part of my 2007-07-03 patch.
2483
2484 2007-07-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2485             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2486
2487         PR fortran/32611
2488         * gfortran.h (gfc_option_t): Add flag_sign_zero field.
2489         * lang.opt (-fsign-zero): New option.
2490         * trans.h: Rename gfor_fndecl_set_std into gfor_fndecl_set_options.
2491         * trans-decl.c (gfc_build_builtin_function_decls): Build the function
2492         declaration to pass an array containing the options to be used by the
2493         runtime library. (gfc_generate_function_code): Build an array that
2494         contains option values to be passed to the runtime library and the call
2495         to the function. 
2496         * options.c (gfc_init_options): Initialize the flag_sign_zero field.
2497         (gfc_handle_option): Handle the -fsign-zero option.
2498
2499 2007-07-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2500
2501         PR fortran/32036
2502         * trans-array.c (gfc_conv_array_ref): Only evaluate index once.
2503
2504 2007-07-15  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2505
2506         PR fortran/32357
2507         * iresolve.c (gfc_resolve_mvbits): Convert FROMPOS, LEN and TOPOS
2508         to C int.
2509
2510 2007-07-14  Thomas Koenig  <tkoenig@gcc.gnu.org>
2511
2512         PR libfortran/32731
2513         * iresolve.c(gfc_resolve_pack):  A scalar mask has
2514         to be kind=4, an array mask with kind<4 is converted
2515         to gfc_default_logical_kind automatically.
2516         (gfc_resolve_unpack):  Convert mask to gfc_default_lotical_kind
2517         if it has a kind<4.
2518
2519 2007-07-14  Paul Thomas  <pault@gcc.gnu.org>
2520
2521         PR fortran/32724
2522         * parse.c (parse_spec): Emit error on unexpected statement
2523         function.
2524
2525 2007-07-13  Daniel Franke  <franke.daniel@gmail.com>
2526
2527         * invoke.texi: Unified upper- and lower-case in menus.
2528         (-w, -W): Removed, documented by gcc.
2529         * intrinsic.texi: Unified Class-section entries, added
2530         subroutine/function warning where appropiate.
2531
2532 2007-07-12  Daniel Franke  <franke.daniel@gmail.com>
2533
2534         PR fortran/31639
2535         * decl.c (gfc_match_suffix): Removed surplus general error that hides
2536         a more specific message.
2537         * resolve.c (resolve_fl_variable): Reject illegal initializiers only
2538         if not already done.
2539         (resolve_fl_procedure): Added check for initializers of functions.
2540
2541 2007-07-12  Daniel Franke  <franke.daniel@gmail.com>
2542
2543         PR fortran/32704
2544         * invoke.texi (-static-libgfortran): Document new option.
2545
2546 2007-07-12  Paul Thomas  <pault@gcc.gnu.org>
2547
2548         PR fortran/32634
2549         PR fortran/32727
2550         * module.c (write_generic): Restore patch of 2007-07-10 and use
2551         symbol name if there are no use names. 
2552
2553 2007-07-12  Christopher D. Rickett  <crickett@lanl.gov>
2554
2555         PR fortran/32599
2556         * decl.c (verify_c_interop_param): Require character string dummy
2557         args to BIND(C) procedures to have length 1.
2558         * resolve.c (resolve_fl_procedure): Modify parameter checking for
2559         BIND(C) procedures.
2560
2561         PR fortran/32601
2562         * resolve.c (gfc_iso_c_func_interface): Verify that a valid
2563         expression is given as an argument to C_LOC and C_ASSOCIATED.
2564         * trans-io.c (transfer_expr): Add argument for code block.  Add
2565         standards check to determine if an error message should be
2566         reported for printing C_PTR or C_FUNPTR.
2567         (transfer_array_component): Update arguments to transfer_expr.
2568         (gfc_trans_transfer): Ditto.
2569
2570         * symbol.c (gen_cptr_param): Fix whitespace.
2571
2572 2007-07-12  Jakub Jelinek  <jakub@redhat.com>
2573
2574         PR fortran/32550
2575         * trans.h (GFC_POINTER_TYPE_P): Define.
2576         * trans-types.c (gfc_sym_type): Set it for types on attr->sym.pointer.
2577         * trans-openmp.c (gfc_omp_privatize_by_reference): Return false
2578         if GFC_POINTER_TYPE_P is set on the type.
2579
2580 2007-07-12  Richard Guenther  <rguenther@suse.de>
2581
2582         * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Convert
2583         arguments to gfc_charlen_type_node.
2584         * trans-io.c (gfc_convert_array_to_string): Convert type
2585         size to gfc_array_index_type.
2586
2587 2007-07-12  Daniel Franke  <franke.daniel@gmail.com>
2588
2589         PR fortran/32634
2590         PR fortran/32727
2591         * module.c: Reverted Paul's patch from 2007-07-10.
2592
2593 2007-07-11  Richard Guenther  <rguenther@suse.de>
2594
2595         * trans-array.c (gfc_conv_array_parameter): Use correct
2596         types for comparison.
2597         * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Use
2598         correct types for POINTER_PLUS_EXPR.
2599         * trans-stmt.c (gfc_trans_forall_loop): Use correct type
2600         for integer one constant.
2601
2602 2007-07-10  Paul Thomas  <pault@gcc.gnu.org>
2603
2604         PR fortran/32157
2605         * resolve.c (is_external_proc): New function.  Adds test that
2606         the symbol is not an intrinsic procedure.
2607         * (resolve_function, resolve_call): Replace logical statements
2608         with call to is_external_proc.
2609
2610         PR fortran/32689
2611         * simplify.c (gfc_simplify_transfer): If mold has rank, the
2612         result is an array.
2613
2614         PR fortran/32634
2615         * module.c (write_generic): Write the local name of the
2616         interface. 
2617
2618 2007-07-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2619
2620         PR fortran/29459
2621         * trans-array.c (gfc_trans_array_constructor): Mark offset field
2622         with TREE_NO_WARNING.
2623         * trans-decl.c (gfc_build_qualified_array): Mark lbound, ubound,
2624         stride and size variables with TREE_NO_WARNING.
2625
2626 2007-07-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2627
2628         * trans-decl.c (set_tree_decl_type_code): Remove function.
2629         (generate_local_decl): Remove reference to set_tree_decl_type_code.
2630
2631 2007-07-09  Daniel Franke  <franke.daniel@gmail.com>
2632
2633         PR fortran/31129
2634         * trans-decl.c (generate_local_decl) Emit a warning if an unused
2635         parameter is found.
2636
2637 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
2638
2639         PR fortran/29876
2640         * module.c (gfc_match_use): Do not set an non-existant 
2641         intrinsic operator if a user-defined operator is found.
2642
2643 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
2644
2645         PR fortran/24784
2646         PR fortran/28004
2647         * trans-decl.c (generate_local_decl): Adjusted warning on unused 
2648         dummy arguments, tell middle-end not to emit additional warnings.
2649
2650 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
2651             Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
2652
2653         PR fortran/17711
2654         * gfortran.h (gfc_intrinsic_op): Added INTRINSIC_EQ_OS,
2655         INTRINSIC_NE_OS, INTRINSIC_GT_OS, INTRINSIC_GE_OS, 
2656         INTRINSIC_LT_OS and INTRINSIC_LE_OS.
2657         * arith.c (eval_intrinsic, eval_type_intrinsic0): Likewise.
2658         * arith.h (gfc_eq, gfc_ne, gfc_gt, gfc_ge, gfc_lt, gfc_le):
2659         Added gfc_intrinsic_op as third argument type.
2660         * dump-parse-tree.c (gfc_show_expr): Account for new enum values.
2661         * expr.c (simplify_intrinsic_op, check_intrinsic_op): Likewise.
2662         * interface.c (check_operator_interface): Likewise.
2663         (gfc_check_interfaces): Added cross-checks for FORTRAN 77 and 
2664         Fortran 90 style operators using new enum values.
2665         (gfc_extend_expr): Likewise.
2666         (gfc_add_interface): Likewise.
2667         * match.c (intrinsic_operators): Distinguish FORTRAN 77 style
2668         operators from Fortran 90 style operators using new enum values.
2669         * matchexp.c (match_level_4): Account for new enum values.
2670         * module.c (mio_expr): Likewise.
2671         * resolve.c (resolve_operator): Deal with new enum values, fix
2672         inconsistent error messages.
2673         * trans-expr.c (gfc_conv_expr_op): Account for new enum values.
2674
2675 2007-07-08  Tobias Burnus  <burnus@net-b.de>
2676
2677         PR fortran/32669
2678         * interface.c (get_expr_storage_size): Properly obtain lower bound.
2679         (compare_actual_formal): Add space before parenthesis.
2680
2681 2007-07-08  Daniel Franke  <franke.daniel@gmail.com>
2682
2683         PR fortran/25094
2684         * resolve.c (resolve_fl_procedure): Added check for PRIVATE types 
2685         in PUBLIC interfaces.
2686
2687 2007-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2688
2689         PR fortran/32644
2690         * decl.c (match_attr_spec): Don't return MATCH_ERROR if comma found and
2691         gfc_match_bind_c does not return MATCH_YES.
2692
2693 2007-07-07  Kazu Hirata  <kazu@codesourcery.com>
2694
2695         * decl.c, gfortran.h, interface.c, module.c, resolve.c,
2696         trans-array.c, trans-decl.c: Fix comment typos.  Follow
2697         spelling conventions.
2698         * intrinsic.texi: Fix typos.  Follow spelling conventions.
2699
2700 2007-05-06  Daniel Franke  <franke.daniel@gmail.com>
2701
2702         PR fortran/32633
2703         * symbol.c (save_status): New.
2704         * gfortran.h (save_status): Added external declaration.
2705         (check_conflict): Check for conflicting explicite SAVE statements
2706         only.
2707         (gen_special_c_interop_ptr): Use SAVE_EXPLICIT constant.
2708         * module.c (ab_attribute, attr_bits): Removed enumerator value 
2709         AB_SAVE for save attribute.
2710         (mio_symbol_attribute): Import/export the full SAVE status, 
2711         removed usage of AB_SAVE.
2712         * dump-parse-tree.c (gfc_show_attr): Dump full SAVE status.
2713         * decl.c (add_init_expr_to_sym): Set SAVE_IMPLICIT only if not
2714         already explicit.
2715
2716 2007-07-05  Daniel Franke  <franke.daniel@gmail.com>
2717             Tobias Burnus  <burnus@net-b.de>
2718
2719         PR fortran/32359
2720         * gfortran.h (symbol_attribute): Change save attribute into an enum.
2721         * decl.c (add_init_expr_to_sym): Set it to SAVE_IMPLICIT.
2722         * symbol.c (gfc_add_save): Check for SAVE_EXPLICIT.
2723         * resolve.c (resolve_fl_variable): Check for SAVE_EXPLICIT.
2724         (resolve_symbol): Allow OMP threadprivate with
2725         initialization SAVEd and save_all variable.
2726         * trans-decl.c (gfc_finish_var_decl): Remove obsolete sym->value check.
2727
2728 2007-07-05  Paul Thomas  <pault@gcc.gnu.org>
2729
2730         PR fortran/32526
2731         * match.c (gfc_match_call): Check, in all cases, that a symbol
2732         is neither generic nor a subroutine before trying to add it as
2733         a subroutine.
2734
2735         PR fortran/32613
2736         * match.c (gfc_match_do): Reset the implied_index attribute.
2737
2738 2007-07-04  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2739
2740         PR fortran/31198
2741         * trans-intrinsic.c (trans-intrinsic.c): Handle optional
2742         arguments correctly for MIN and MAX intrinsics.
2743
2744 2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2745
2746         PR fortran/32545
2747         * io.c (check_format): Always call gfc_error for errors.
2748         (check_format_string): Change type of this function to try and
2749         return the result of check_format.
2750         (check_io_constraints): Return MATCH_ERROR if check_format_string
2751         returns FAILURE.
2752
2753 2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2754
2755         PR fortran/32612
2756         * decl.c (get_proc_name): Include attr->mod_proc in check for error.
2757
2758 2007-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2759
2760         PR fortran/32432
2761         * gfortran.h: Change type of gfc_assign_data_value from void to try.
2762         * data.c (gfc_assign_data_value): Return FAILURE if error found.
2763         * resolve.c (check_data_variable): If gfc_assign_data_value returns
2764         failure, break out of loop and return failure.
2765
2766 2007-07-03  Christopher D. Rickett  <crickett@lanl.gov>
2767
2768         PR fortran/32579
2769         * symbol.c (gen_cptr_param): Generate C_PTR and C_FUNPTR if necessary.
2770         (build_formal_args): Pass intrinsic module symbol id to
2771         gen_cptr_param.
2772
2773 2007-07-03  Tobias Burnus  <burnus@net-b.de>
2774
2775         PR fortran/25062
2776         * resolve.c (resolve_common_blocks): New check function.
2777         (resolve_types): Use it.
2778
2779 2007-07-03  Tobias Burnus  <burnus@net-b.de>
2780
2781         PR fortran/30940
2782         * interface.c (get_sym_storage_size): New function.
2783         (get_sym_storage_size): New function.
2784         (compare_actual_formal): Enhance sequence association
2785         support and improve checking.
2786
2787 2007-07-03  Janne Blomqvist  <jb@gcc.gnu.org>
2788
2789         * trans-decl.c (gfc_build_builtin_function_decls): Mark
2790         internal_realloc as a malloc function.
2791
2792 2007-07-03  Tobias Burnus  <burnus@net-b.de>
2793
2794         PR fortran/20888
2795         * resolve.c (resolve_operator): Check for NULL as operand.
2796
2797 2007-07-02  Tobias Burnus  <burnus@net-b.de>
2798
2799         * gfortran.texi (Fortran 2003): Add ISO Bind C.
2800         * intrinsic.texi (C_ASSOCIATED,C_F_POINTER,C_F_PROCPOINTER,
2801         C_FUNLOC,C_LOC): Document new ISO Bind C intrinsics.
2802
2803 2007-07-01  Christopher D. Rickett  <crickett@lanl.gov>
2804
2805         * interface.c (gfc_compare_derived_types): Special case for comparing
2806         derived types across namespaces.
2807         (gfc_compare_types): Deal with BT_VOID.
2808         (compare_parameter): Use BT_VOID to accept ISO C Binding pointers.
2809         * trans-expr.c (gfc_conv_function_call): Remove setting parm_kind
2810         to SCALAR
2811         (gfc_conv_initializer): Deal with ISO C Binding NULL_PTR and 
2812         NULL_FUNPTR.
2813         (gfc_conv_expr): Convert expressions for ISO C Binding derived types.
2814         * symbol.c (gfc_set_default_type): BIND(C) variables should not be
2815         Implicitly declared.
2816         (check_conflict): Add BIND(C) and check for conflicts.
2817         (gfc_add_explicit_interface): Whitespace.       
2818         (gfc_add_is_bind_c): New function.  
2819         (gfc_copy_attr): Use it.
2820         (gfc_new_symbol): Initialize ISO C Binding objects.
2821         (get_iso_c_binding_dt):  New function.
2822         (verify_bind_c_derived_type): Ditto.
2823         (gen_special_c_interop_ptr): Ditto.
2824         (add_formal_arg): Ditto.
2825         (gen_cptr_param): Ditto.
2826         (gen_fptr_param): Ditto.
2827         (gen_shape_param): Ditto.
2828         (add_proc_interface): Ditto.
2829         (build_formal_args): Ditto.
2830         (generate_isocbinding_symbol):  Ditto.
2831         (get_iso_c_sym):  Ditto.
2832         * decl.c (num_idents_on_line, has_name_equals): New variables.
2833         (verify_c_interop_param): New function.
2834         (build_sym): Finish binding labels and deal with COMMON blocks.
2835         (add_init_expr_to_sym): Check if the initialized expression is
2836         an iso_c_binding named constants
2837         (variable_decl): Set ISO C Binding type_spec components.
2838         (gfc_match_kind_spec): Check match for C interoperable kind.
2839         (match_char_spec): Fix comment. Chnage gfc_match_small_int
2840         to gfc_match_small_int_expr.  Check for C interoperable kind.
2841         (match_type_spec): Clear the current binding label.
2842         (match_attr_spec): Add DECL_IS_BIND_C.  If BIND(C) is found, use it
2843         to set attributes.
2844         (set_binding_label): New function.
2845         (set_com_block_bind_c): Ditto.
2846         (verify_c_interop): Ditto.
2847         (verify_com_block_vars_c_interop): Ditto.
2848         (verify_bind_c_sym): Ditto.
2849         (set_verify_bind_c_sym): Ditto.
2850         (set_verify_bind_c_com_block): Ditto.
2851         (get_bind_c_idents): Ditto.
2852         (gfc_match_bind_c_stmt): Ditto.
2853         (gfc_match_data_decl): Use num_idents_on_line.
2854         (match_result): Deal with right paren in BIND(C).
2855         (gfc_match_suffix): New function.
2856         (gfc_match_function_decl): Use it.  Code is re-arranged to deal with
2857         ISO C Binding result clauses.
2858         (gfc_match_subroutine):  Deal with BIND(C).
2859         (gfc_match_bind_c): New function.
2860         (gfc_get_type_attr_spec): New function.  Code is re-arranged in and
2861         taken from gfc_match_derived_decl.
2862         (gfc_match_derived_decl): Add check for BIND(C).
2863         * trans-common.c: Forward declare gfc_get_common.
2864         (gfc_sym_mangled_common_id): Change arg from 'const char *name' to
2865         'gfc_common_head *com'.  Check for ISO C Binding of the common block.
2866         (build_common_decl): 'com->name' to 'com in SET_DECL_ASSEMBLER_NAME.
2867         * gfortran.h: Add GFC_MAX_BINDING_LABEL_LEN
2868         (bt): Add BT_VOID
2869         (sym_flavor): Add FL_VOID.
2870         (iso_fortran_env_symbol, iso_c_binding_symbol, intmod_id): New enum
2871         (CInteropKind_t): New struct.
2872         (c_interop_kinds_table): Use it.  Declare an array of structs.
2873         (symbol_attribute): Add is_bind_c, is_c_interop, and is_iso_c
2874         bitfields.
2875         (gfc_typespec): Add is_c_interop; is_iso_c, and f90_type members.
2876         (gfc_symbol): Add from_intmod, intmod_sym_id, binding_label, and
2877         common_block members.
2878         (gfc_common_head): Add binding_label and is_bind_c members.
2879         (gfc_gsymbol): Add sym_name, mod_name, and binding_label members.
2880         Add prototypes for get_c_kind, gfc_validate_c_kind, 
2881         gfc_check_any_c_kind, gfc_add_is_bind_c, gfc_add_value,
2882         verify_c_interop, verify_c_interop_param, verify_bind_c_sym,
2883         verify_bind_c_derived_type, verify_com_block_vars_c_interop,
2884         generate_isocbinding_symbol, get_iso_c_sym, gfc_iso_c_sub_interface
2885         * iso-c-binding.def: New file. This file contains the definitions
2886         of the types provided by the Fortran 2003 ISO_C_BINDING intrinsic
2887         module.
2888         * trans-const.c (gfc_conv_constant_to_tree): Deal with C_NULL_PTR
2889          or C_NULL_FUNPTR expressions.
2890         * expr.c (gfc_copy_expr): Add BT_VOID case.  For BT_CHARACTER, the
2891         ISO C Binding requires a minimum string length of 1 for '\0'.  
2892         * module.c (intmod_sym): New struct.
2893         (pointer_info): Add binding_label member.
2894         (write_atom): Set len to 0 for NULL pointers. Check for NULL p and *p.
2895         (ab_attribute): Add AB_IS_BIND_C, AB_IS_C_INTEROP and AB_IS_ISO_C.
2896         (attr_bits): Add "IS_BIND_C", "IS_C_INTEROP", and "IS_ISO_C".
2897         (mio_symbol_attribute): Deal with ISO C Binding attributes.
2898         (bt_types): Add "VOID".
2899         (mio_typespec): Deal with ISO C Binding components.
2900         (mio_namespace_ref): Add intmod variable. 
2901         (mio_symbol): Check for symbols from an intrinsic module.
2902         (load_commons): Check for BIND(C) common block.
2903         (read_module): Read binding_label and use it.
2904         (write_common): Add label.  Write BIND(C) info.
2905         (write_blank_common): Blank commons are not BIND(C).  Explicitly
2906         set is_bind_c=0.
2907         (write_symbol): Deal with binding_label.
2908         (sort_iso_c_rename_list): New function.
2909         (import_iso_c_binding_module): Ditto.
2910         (create_int_parameter): Add to args.
2911         (use_iso_fortran_env_module): Adjust to deal with iso_c_binding
2912         intrinsic module.
2913         * trans-types.c (c_interop_kinds_table): new array of structs. 
2914         (gfc_validate_c_kind): New function.
2915         (gfc_check_any_c_kind): Ditto.
2916         (get_real_kind_from_node): Ditto.
2917         (get_int_kind_from_node): Ditto.
2918         (get_int_kind_from_width): Ditto.
2919         (get_int_kind_from_minimal_width): Ditto.
2920         (init_c_interop_kinds): Ditto.
2921         (gfc_init_kinds): call init_c_interop_kinds.
2922         (gfc_typenode_for_spec): Adjust for BT_VOID and ISO C Binding pointers.
2923         Adjust handling of BT_DERIVED.
2924         (gfc_sym_type): Whitespace.
2925         (gfc_get_derived_type):  Account for iso_c_binding derived types
2926         * resolve.c (is_scalar_expr_ptr): New function.
2927         (gfc_iso_c_func_interface): Ditto.
2928         (resolve_function): Use gfc_iso_c_func_interface. 
2929         (set_name_and_label): New function.
2930         (gfc_iso_c_sub_interface): Ditto.
2931         (resolve_specific_s0): Use gfc_iso_c_sub_interface.
2932         (resolve_bind_c_comms): New function.
2933         (resolve_bind_c_derived_types): Ditto.
2934         (gfc_verify_binding_labels): Ditto.
2935         (resolve_fl_procedure): Check for ISO C interoperability.
2936         (resolve_symbol): Check C interoperability.
2937         (resolve_types): Walk the namespace.  Check COMMON blocks.
2938         * trans-decl.c (gfc_sym_mangled_identifier):  Prevent the mangling
2939         of identifiers that have an assigned binding label.
2940         (gfc_sym_mangled_function_id): Use the binding label rather than
2941         the mangled name.
2942         (gfc_finish_var_decl): Put variables that are BIND(C) into a common
2943         segment of the object file, because this is what C would do.
2944         (gfc_create_module_variable): Conver to proper types
2945         (set_tree_decl_type_code): New function.
2946         (generate_local_decl): Check dummy variables and derived types for
2947         ISO C Binding attributes.
2948         * match.c (gfc_match_small_int_expr): New function.
2949         (gfc_match_name_C): Ditto.
2950         (match_common_name): Deal with ISO C Binding in COMMON blocks
2951         * trans-io.c (transfer_expr):  Deal with C_NULL_PTR or C_NULL_FUNPTR
2952         expressions
2953         * match.h: Add prototypes for gfc_match_small_int_expr,
2954         gfc_match_name_C, match_common_name, set_com_block_bind_c,
2955         set_binding_label, set_verify_bind_c_sym,
2956         set_verify_bind_c_com_block, get_bind_c_idents,
2957         gfc_match_bind_c_stmt, gfc_match_suffix, gfc_match_bind_c,
2958         gfc_get_type_attr_spec
2959         * parse.c (decode_statement): Use gfc_match_bind_c_stmt
2960         (parse_derived): Init *derived_sym = NULL, and gfc_current_block
2961         later for valiadation.
2962         * primary.c (got_delim): Set ISO C Binding components of ts.
2963         (match_logical_constant): Ditto.
2964         (match_complex_constant): Ditto.
2965         (match_complex_constant): Ditto.
2966         (gfc_match_rvalue): Check for existence of at least one arg for
2967         C_LOC, C_FUNLOC, and C_ASSOCIATED.
2968         * misc.c (gfc_clear_ts): Clear ISO C Bindoing components in ts.
2969         (get_c_kind): New function.
2970
2971 2007-07-01  Janne Blomqvist  <jb@gcc.gnu.org>
2972
2973         PR fortran/32239
2974         * trans-expr.c (gfc_conv_power_op): Use builtin_powi for
2975         real**int4 powers.
2976         * f95-lang.c (gfc_init_builtin_functions): Add builtin_powi to the
2977         builtins table.
2978
2979 2007-07-01  Janne Blomqvist  <jb@gcc.gnu.org>
2980
2981         * trans.h: Remove decls for 64-bit allocation functions.
2982         * trans-array.c (gfc_grow_array): Always pick the standard realloc
2983         function decl.
2984         (gfc_array_allocate): Likewise.
2985         * trans-decl.c: Remove trees for 64-bit allocation functions.
2986         (gfc_build_builtin_function_decls): Don't build fndecls for 64-bit
2987         allocations functions, use index_int_type for normal allocation
2988         functions.
2989
2990 2007-06-30  Daniel Franke  <franke.daniel@gmail.com>
2991
2992         PR fortran/20373
2993         * intrinsic.c (add_functions): Additional function types.
2994         (gfc_convert_type_warn): Remove intrinsic-flag from
2995         conversion functions.
2996         * resolve.c (resolve_symbol): Added type checks to 
2997         explicitly defined intrinsics.
2998
2999 2007-06-30  Tobias Burnus  <burnus@net-b.de>
3000
3001         PR fortran/32555
3002         * io.c (check_format): Allow zero to precede the
3003         P edit descriptor.
3004
3005 2007-06-30  Paul Thomas  <pault@gcc.gnu.org>
3006
3007         PR fortran/32472
3008         * simplify.c (gfc_simplify_repeat): Add handling of character
3009         literal for first argument.
3010
3011 2007-06-29  Daniel Franke  <franke.daniel@gmail.com>
3012
3013         * resolve.c (resolve_operator): Added check whether a user
3014         defined operator is available.
3015
3016 2007-06-29  Daniel Franke <franke.daniel@gmail.com>
3017
3018         * openmp.c (resolve_omp_clauses): Adjust error message to
3019         better reflect the actual requirement.
3020
3021 2007-06-29  Tobias Burnus  <burnus@net-b.de>
3022
3023         PR fortran/32483
3024         * io.c (format_lex): Fix FMT_ZERO.
3025         (check_format,check_format_string,gfc_match_format,
3026         check_io_constraints) Additional checking for READ.
3027
3028 2007-06-28 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3029
3030         PR other/31400
3031         * lang.opt (static-libgfortran): New option.
3032         * gfortranspec.c (ADD_ARG_LIBGFORTRAN): New macro.
3033         (Option): Add OPTION_static and OPTION_static_libgfortran.
3034         (lookup_option): Handle the new -static-libgfortran option.
3035         (lang_specific_driver): Check whether -static is passed.
3036         Handle the new -static-libgfortran option.
3037         * options.c (gfc_handle_option): If -static-libgfortran is
3038         passed and isn't supported on this configuration, error out.
3039
3040 2007-06-27  Daniel Franke  <franke.daniel@gmail.com>
3041
3042         PR fortran/32467
3043         * openmp.c (resolve_omp_clauses): Emit error on allocatable
3044         components in COPYIN, COPYPRIVATE, FIRSTPRIVATE and LASTPRIVATE
3045         clauses.
3046
3047 2007-06-25  Paul Thomas  <pault@gcc.gnu.org>
3048
3049         PR fortran/32464
3050         * resolve.c (check_host_association): Return if the old symbol
3051         is use associated.  Introduce retval to reduce the number of
3052         evaluations of the first-order return value.
3053
3054         PR fortran/31494
3055         * match.c (gfc_match_call): If a host associated symbol is not
3056         a subroutine, build a new symtree/symbol in the current name
3057         space.
3058
3059 2007-06-24  Tobias Burnus  <burnus@net-de>
3060
3061         PR fortran/32460
3062         * interface.c (gfc_compare_derived_types): Add access check.
3063         * symbol.c (gfc_find_component): Ditto.
3064         (gfc_set_component_attr,gfc_get_component_attr) Copy access state.
3065         * dump-parse-tree.c (gfc_show_components): Dump access state.
3066         * gfortran.h (struct gfc_component): Add gfc_access.
3067         * module.c (mio_component): Add access state.
3068         * (gfc_match_structure_constructor): Check for private access state.
3069
3070 2007-06-24  Paul Thomas  <pault@gcc.gnu.org>
3071
3072         PR fortran/32298
3073         PR fortran/31726
3074         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): Calculate
3075         the offset between the loop counter and the position as
3076         defined. Add the offset within the loop so that the mask acts
3077         correctly.  Do not advance the location on the basis that it
3078         is zero.
3079
3080 2007-06-22  Daniel Franke  <franke.daniel@gmail.com>
3081
3082         PR fortran/31473
3083         * symbol.c (gfc_copy_attr): Emit errors for duplicate 
3084         EXTERNAL/INTRINSIC statements.
3085
3086 2007-06-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3087
3088         PR fortran/32360
3089         * expr.c (gfc_check_assign): If the rvalue expression type is NULL_EXPR,
3090         check to see if the lvalue has attribute pointer and data.  
3091
3092 2007-06-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3093
3094         PR fortran/31162
3095         * resolve.c (gfc_resolve_iterator_expr): Add check for REAL using
3096         gfc_notify_standard. (gfc_resolve_iterator): Remove check.
3097         (resolve_branch): Change "Obsolete" to "Deleted feature".
3098         * io.c (resolve_tag): Ditto.
3099         * match.c (gfc_match_pause, gfc_match_assign, gfc_match_goto): Ditto.
3100
3101 2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3102
3103         PR fortran/32361
3104         * match.c (gfc_match_common): If the symbol value expression type is
3105         NULL_EXPR, don't error if previously initialized.
3106
3107 2007-06-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3108
3109         PR fortran/25061
3110         * decl.c (get_proc_name) Check symbol for generic interface
3111         and issue an error.
3112
3113 2007-06-20  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3114         Richard Guenther  <rguenther@suse.de>
3115
3116         PR fortran/32140
3117         * trans.c (gfc_build_addr_expr): Use the correct types.
3118
3119 2007-06-19  Paul Thomas  <pault@gcc.gnu.org>
3120
3121         PR fortran/20863
3122         PR fortran/20882
3123         * resolve.c (resolve_code): Use gfc_impure_variable as a
3124         condition for rejecting derived types with pointers, in pure
3125         procedures.
3126         (gfc_impure_variable): Add test for dummy arguments of pure
3127         procedures; any for functions and INTENT_IN for subroutines.
3128
3129         PR fortran/32236
3130         * data.c (gfc_assign_data_value): Change the ICE on an array
3131         reference initializer not being an array into an error and
3132         clear init to prevent a repetition of the error.
3133
3134 2007-06-17  Janne Blomqvist  <jb@gcc.gnu.org>
3135
3136         * gfortran.texi: Add documentation for GFORTRAN_UNBUFFERED_n
3137         environment variables. Fix documentation for
3138         GFORTRAN_UNBUFFERED_ALL environment variable.
3139
3140 2007-06-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3141
3142         * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Use
3143         POINTER_PLUS_EXPR instead of PLUS_EXPR for pointer addition.
3144         * trans-expr.c (gfc_trans_string_copy): Create
3145         POINTER_PLUS_EXPR instead of a PLUS_EXPR
3146         for pointer types.
3147
3148 2007-06-14  Paul Thomas  <pault@gcc.gnu.org>
3149
3150         PR fortran/32302
3151         * trans-common.c (build_common_decl): If resizing of common
3152         decl is needed, update the TREE_TYPE.
3153
3154 2007-06-13  Tobias Burnus  <burnus@net-b.de>
3155
3156         PR fortran/32323
3157         * interface.c (has_vector_section): New.
3158         (compare_actual_formal): Check for array sections with vector subscript.
3159
3160 2007-06-12  Dirk Mueller  <dmueller@suse.de>
3161
3162         * trans-stmt.c (gfc_trans_call): fix gcc_assert to
3163         a comparison, not an assignment.
3164
3165 2007-06-12  Paul Thomas  <pault@gcc.gnu.org>
3166
3167         * trans-common.c (create_common): Initialize 'field_init'.
3168
3169 2007-06-12  Paul Thomas  <pault@gcc.gnu.org>
3170
3171         PR fortran/29786
3172         PR fortran/30875
3173         * trans-common.c (get_init_field): New function.
3174         (create_common): Call get_init_field for overlapping
3175         initializers in equivalence blocks.
3176         * resolve.c (resolve_equivalence_derived, resolve_equivalence):
3177         Remove constraints on initializers in equivalence blocks.
3178         * target-memory.c (expr_to_char, gfc_merge_initializers):
3179         New functions.
3180         (encode_derived): Add the bit offset to the byte offset to get
3181         the total offset to the field.
3182         * target-memory.h : Add prototype for gfc_merge_initializers.
3183
3184 2007-06-11  Rafael Avila de Espindola  <espindola@google.com>
3185
3186         * trans-types.c (gfc_signed_type): Remove.
3187         * trans-types.h (gfc_signed_type): Remove.
3188         * f95-lang.c (LANG_HOOKS_SIGNED_TYPE): Remove.
3189
3190 2007-06-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3191
3192         * trans-intrinsic.c: Revert Lee's 2007-06-04 patch.
3193
3194 2007-06-07  Steven G. Kargl  <kargl@gcc.gnu.org>
3195             Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3196
3197         PR fortran/32223
3198         * match.c (gfc_match_special_char): New function.  Match special char.
3199         Add handling '\0'.
3200         * match.h: Add prototype.
3201         * io.c (next_char): Use it.
3202         * primary.c (next_string_char): Ditto.
3203
3204 2007-06-06  Steven G. Kargl  <kargl@gcc.gnu.org>
3205
3206         * decl.c: Miscellaneous whitespace fixes.
3207         * expr.c: Likewise.
3208         * gfortran.h: Likewise.
3209         * interface.c : Likewise.
3210         * io.c: Likewise.
3211         * match.c: Likewise.
3212         * match.h: Likewise.
3213         * module.c: Likewise.
3214         * parse.c: Likewise.
3215         * resolve.c: Likewise.
3216         * symbol.c: Likewise.
3217         * trans-array.c: Likewise.
3218         * trans-common.c: Likewise.
3219         * trans-decl.c: Likewise.
3220         * trans-intrinsic.c: Likewise.
3221         * trans-io.c: Likewise.
3222         * trans-stmt.c: Likewise.
3223         * trans-types.c: Likewise.
3224
3225 2007-06-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3226
3227         PR fortran/18923
3228         * parse.c (decode_statement): Don't call gfc_undo_symbols on MATCH_ERROR
3229         for ST_FUNCTION since it is called in reject_statement.
3230         (parse_contained): If error, loop back after reject_statement and try
3231         again.  Free the namespace if an error occured.
3232
3233 2007-06-04 Lee Millward <lee.millward@codesourcery.com>
3234
3235         * trans-intrinsic.c (gfc_conv_intrinsic_function_args): Adjust
3236         to operate on a stack allocated array for the intrinsic arguments
3237         instead of creating a TREE_LIST. Add two new parameters for the
3238         array and the number of elements. Update all callers to allocate
3239         an array of the correct length to pass in. Update comment.
3240         (gfc_intrinsic_argument_list_length): New function.
3241         (gfc_conv_intrinsic_mnimax): Call it.
3242         (gfc_conv_intrinsic_merge): Likewise.
3243         (gfc_conv_intrinsic_lib_function): Call it. Use new CALL_EXPR
3244         constructors.
3245         (gfc_conv_intrinsic_cmplx): Likewise.
3246         (gfc_conv_intrinsic_ctime): Likewise.
3247         (gfc_covn_intrinsic_fdate): Likewise.
3248         (gfc_conv_intrinsic_ttynam): Likewise.
3249         (gfc_conv_intrinsic_ishftc): Likewise.
3250         (gfc_conv_intrinsic_index): Likewise.
3251         (gfc_conv_intrinsic_scan): Likewise.
3252         (gfc_conv_intrinsic_verify): Likewise.
3253         (gfc_conv_intrinsic_trim): Likewise.
3254         (gfc_conv_intrinsic_aint): Use new CALL_EXPR constructors.
3255         (gfc_conv_intrinsic_exponent): Likewise.
3256         (gfc_conv_intrinsic_bound): Likewise.
3257         (gfc_conv_intrinsic_abs): Likewise.
3258         (gfc_conv_intrinsic_mod): Likewise.
3259         (gfc_conv_intrinsic_sign): Likewise.
3260         (gfc_conv_intrinsic_len): Likewise.
3261         (gfc_conv_intrinsic_adjust): Likewise.
3262         (gfc_conv_intrinsic_si_kind): Likewise.
3263
3264 2007-06-04  Steve Ellcey  <sje@cup.hp.com>
3265
3266         * trans-array.c (gfc_conv_array_parameter): Initialize tmp.
3267
3268 2007-05-31  Richard Guenther  <rguenther@suse.de>
3269
3270         * trans-expr.c (gfc_conv_expr_op): Use zero constant
3271         that matches the lse type.
3272         (gfc_trans_string_copy): Use sizetype zero constant.
3273         * intrinsic.c (add_functions): The sizeof intrinsic has
3274         index type result.
3275         * trans-types.c (gfc_get_dtype): Convert size to index
3276         type before shifting.
3277         * trans-array.c (gfc_trans_array_constructor_value): Use
3278         index type for offset computation.
3279         * trans-intrinsic.c (gfc_conv_associated): Use correct type
3280         for zero constant.
3281
3282 2007-05-31  Paul Thomas  <pault@gcc.gnu.org>
3283
3284         PR fortran/32156
3285         * trans-array.c (gfc_trans_array_constructor): Treat the case
3286         where the ss expression charlen is missing.
3287
3288 22007-05-31  Paul Thomas  <pault@gcc.gnu.org>
3289
3290         PR fortran/32103
3291         * module.c (mio_symtree_ref): If an equivalence group member
3292         is not used, give it a hidden symbol and set the pointer_info.
3293         (load_equiv): Only free the equivalence if none of the members
3294         are used.
3295
3296 2007-05-29  Daniel Franke  <franke.daniel@gmail.com>
3297
3298         * gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id',
3299         added missing GFC_ISYM_* enumerators, ordered alphabetically.
3300         (struct gfc_intrinsic_sym): Renamed 'generic_id' to 'id'.
3301         (gfc_find_subroutine): New prototype.
3302         * intrinsic.c (add_sym, add_sym_*): Added argument 'id' and changed all callers.
3303         (find_subroutine): Renamed to 'gfc_find_subroutine', removed static.  
3304         * dependency.c: Changed usage of isym->generic_id to isym->id.  
3305         * openmp.c: Likewise.  
3306         * resolve.c: Likewise.  
3307         * trans-array.c: Likewise.  
3308         * trans-expr.c: Likewise.  
3309         * trans-intrinsic.c: Likewise.  
3310         * trans-openmp.c: Likewise.
3311
3312 2007-05-28  Tobias Schlüter  <tobi@gcc.gnu.org>
3313
3314         * gfortran.h (gfc_generic_isym_id): Add GFC_ISYM_SIZEOF.
3315         * intrinsic.c (add_functions): Add stuff for SIZEOF intrinsic.
3316         * intrinsic.h (gfc_check_sizeof): Add prototype of ...
3317         * check.c (gfc_check_sizeof): .. new function.
3318         * trans-intrinsic.c (gfc_conv_intrinsic_sizeof): New function.
3319         (gfc_conv_intrinsic_strcmp): Whitespace fix.
3320         (gfc_conv_intrinsic_array_transfer): Remove double initialization,
3321         use fold_build. where appropriate.
3322         (gfc_conv_intrinsic_function): Add case for SIZEOF.
3323         * intrinsic.texi: Add documentation for SIZEOF.
3324
3325 2007-05-28  Brooks Moses  <brooks.moses@codesourcery.com>
3326
3327         * trans-array.c (gfc_conv_expr_descriptor): Edit comment.
3328
3329 2007-05-28  Brooks Moses  <brooks.moses@codesourcery.com>
3330
3331         PR fortran/31972
3332         * target-memory.c (gfc_target_expr_size): Add handling
3333         for size of BT_HOLLERITH variables.
3334         * check.c (gfc_check_transfer): Reject BT_HOLLERITH
3335         variables in MOLD argument of TRANSFER.
3336
3337 2007-05-28  Brooks Moses  <brooks.moses@codesourcery.com>
3338
3339         * gfortran.h (gfc_expr): Remove from_H, add "representation"
3340         struct.
3341         * primary.c (match_hollerith_constant): Store the representation
3342         of the Hollerith in representation, not in value.character.
3343         * arith.c: Add dependency on target-memory.h.
3344         (eval_intrinsic): Remove check for from_H.
3345         (hollerith2representation): New function.
3346         (gfc_hollerith2int): Determine value of the new constant.
3347         (gfc_hollerith2real): Likewise.
3348         (gfc_hollerith2complex): Likewise.
3349         (gfc_hollerith2logical): Likewise.
3350         (gfc_hollerith2character): Point both representation.string and
3351         value.character.string at the value string.
3352         * data.c (create_character_initializer): For BT_HOLLERITH
3353         rvalues, get the value from the representation rather than
3354         value.character.
3355         * expr.c (free_expr0): Update handling of BT_HOLLERITH values
3356         and values with representation.string.
3357         (gfc_copy_expr): Likewise.
3358         * intrinsic.c (do_simplify): Remove special treatement of
3359         variables resulting from Hollerith constants.
3360         * dump-parse-trees.c (gfc_show_expr): Update handling of
3361         Holleriths.
3362         * trans-const.c (gfc_conv_constant_to_tree): Replace from_H
3363         check with check for representation.string; get Hollerith
3364         representation from representation.string, not value.character.
3365         * trans-expr.c (is_zero_initializer_p): Replace from_H check
3366         with check for representation.string.
3367         * trans-stmt.c (gfc_trans_integer_select): Use
3368         gfc_conv_mpz_to_tree for case values, so as to avoid picking up
3369         the memory representation if the case is given by a transfer
3370         expression.
3371         * target-memory.c (gfc_target_encode_expr): Use the known memory
3372         representation rather than the value, if it exists.
3373         (gfc_target_interpret_expr): Store the memory representation of
3374         the interpreted expression as well as its value.
3375         (interpret_integer): Move to gfc_interpret_integer, make
3376         non-static.
3377         (interpret_float): Move to gfc_interpret_float, make non-static.
3378         (interpret_complex): Move to gfc_interpret_complex, make
3379         non-static.
3380         (interpret_logical): Move to gfc_interpret_logical, make
3381         non-static.
3382         (interpret_character): Move to gfc_interpret_character, make
3383         non-static.
3384         (interpret_derived): Move to gfc_interpret_derived, make
3385         non-static.
3386         * target-memory.h: Add prototypes for newly-exported
3387         gfc_interpret_* functions.
3388
3389 2007-05-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3390
3391         PR fortran/31812
3392         * parse.c (next_statement): Warn for truncated lines if source is free
3393         form.
3394
3395 2007-05-27 Paul Thomas  <pault@gcc.gnu.org>
3396            Tobias Burnus  <burnus@net-b.de>
3397
3398         PR fortran/32088
3399         * symbol.c (gfc_check_function_type): Copy dimensions of
3400           result variable.
3401         * resolve.c (resolve_contained_fntype): Improve symbol output in
3402           the error message.
3403
3404 2007-05-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3405
3406         PR fortran/31813
3407         * io.c (check_format): Add warning for H specifier in format.
3408         
3409 2007-05-26  Tobias Burnus  <burnus@net-b.de>
3410
3411         * gfortran.texi: Document the GFORTRAN_ERROR_DUMPCORE and
3412         GFORTRAN_ERROR_BACKTRACE environment variables.
3413
3414 2007-05-26  Paul Thomas  <pault@gcc.gnu.org>
3415
3416         PR fortran/31219
3417         * trans.h : Add no_function_call bitfield to gfc_se structure.
3418         Add stmtblock_t argument to prototype of get_array_ctor_strlen.
3419         * trans-array.c (get_array_ctor_all_strlen): New function.
3420         (get_array_ctor_strlen): Add new stmtblock_t argument and call
3421         new function for character elements that are not constants,
3422         arrays or variables.
3423         (gfc_conv_array_parameter): Call get_array_ctor_strlen to get
3424         good string length.
3425         * trans-intrinsic (gfc_conv_intrinsic_len): Add new argument
3426         to call of get_array_ctor_strlen.
3427
3428 2007-05-25  Kazu Hirata  <kazu@codesourcery.com>
3429
3430         * intrinsic.texi: Fix typos.
3431
3432 2007-05-25  Paul Thomas  <pault@gcc.gnu.org>
3433
3434         PR fortran/32047
3435         * trans-expr.c (gfc_apply_interface_mapping_to_expr): Change
3436         order in logic under EXPR_FUNCTION to handle functions with
3437         no arguments.
3438
3439 2007-05-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3440
3441         PR fortran/31716
3442         * array.c (spec_dimen_size): Test for correct BT_INTEGER type. 
3443
3444 2007-05-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3445
3446         PR fortran/32046
3447         * trans-expr.c (gfc_trans_zero_assign): Convert the result of
3448         TYPE_SIZE_UNIT into a signed type.
3449         (gfc_trans_array_copy):  Likewise.
3450         (gfc_trans_array_constructor_copy): Likewise.
3451         * trans-array.c (gfc_trans_create_temp_array): Likewise.
3452         (gfc_grow_array): Likewise.
3453         (gfc_array_init_size): Likewise.
3454         (gfc_duplicate_allocatable): Likewise.
3455         * trans-stmt.c (allocate_temp_for_forall_nest_1): Likewise.
3456
3457 2007-05-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3458
3459         PR fortran/18923
3460         * resolve.c (resolve_function): Don't call resolve_global_procedure if
3461         there is no name. Delete duplicated statement in ELSE clause.
3462
3463 2007-05-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3464
3465         PR fortran/31627
3466         * trans-array.c (gfc_trans_array_bound_check): Take extra argument to
3467         indicate whether we should check the upper bound in that dimension.
3468         (gfc_conv_array_index_offset): Check only the lower bound of the
3469         last dimension for assumed-size arrays.
3470         (gfc_conv_array_ref): Likewise.
3471         (gfc_conv_ss_startstride): Likewise.
3472
3473 2007-05-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3474             Daniel Franke  <franke.daniel@gmail.com>
3475
3476         PR fortran/32002
3477         * resolve.c (resolve_actual_arglist): Resolve actual argument after
3478         being identified as variable.
3479
3480 2007-05-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3481
3482         PR fortran/32027
3483         * trans-stmt.c (gfc_trans_do): Fix the value of loop variable
3484         when the loop ends.
3485
3486 2007-05-21  H.J. Lu  <hongjiu.lu@intel.com>
3487
3488         * trans-stmt.c (gfc_trans_do): Fix a typo in comment.
3489
3490 2007-05-21  Paul Thomas  <pault@gcc.gnu.org>
3491
3492         PR fortran/31867
3493         PR fortran/31994
3494         * trans-array.c (gfc_conv_expr_descriptor): Obtain the stored
3495         offset for non-descriptor, source arrays and correct for stride
3496         not equal to one before writing to field of output descriptor.
3497
3498 2007-05-20  Daniel Franke  <franke.daniel@gmail.com>
3499
3500         PR fortran/32001
3501         * check.c (check_rest): Improved argument conformance check and 
3502         fixed error message generation.
3503
3504 2007-05-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3505
3506         PR fortran/30820
3507         * Make-lang.in: Remove use of -Wno-error for expr.o, resolve.o,
3508         simplify.o and trans-common.o.
3509
3510 2007-05-19  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3511
3512         PR fortran/31974
3513         * trans-array.c (gfc_trans_auto_array_allocation): Avoid
3514         multiplication of mismatched types.
3515
3516 2007-05-18  Daniel Franke  <franke.daniel@gmail.com>
3517
3518         PR fortran/24633
3519         * symbol.c (gfc_add_flavor): Add the NAME to error message if
3520         available.
3521
3522 2007-05-15  Daniel Franke  <franke.daniel@gmail.com>
3523
3524         PR fortran/31919
3525         PR fortran/31929
3526         PR fortran/31930
3527         * intrinsic.c (check_specific): Check elemental intrinsics for
3528         rank and shape.
3529         (add_functions): Fixed dummy argument names of BESJN and BESYN.
3530         Fixed elemental status of MCLOCK and MCLOCK8.
3531         * check.c (check_rest): Added check for array conformance.
3532         (gfc_check_merge): Removed check for array conformance.
3533         (gfc_check_besn): Removed check for scalarity.
3534         * intrinsic.texi (CSHIFT, EOSHIFT): Fixed typos.
3535         (BESJN, BESYN): Clarified documentation.
3536
3537 2007-05-17  Tobias Burnus  <burnus@net-b.de>
3538
3539         * gfortran.texi (GFORTRAN_CONVERT_UNIT): Improve documentation.
3540
3541 2007-05-16  Brooks Moses  <brooks.moses@codesourcery.com>
3542
3543         PR fortran/18769
3544         PR fortran/30881
3545         PR fortran/31194
3546         PR fortran/31216
3547         PR fortran/31427
3548         * target-memory.c: New file.
3549         * target-memory.h: New file.
3550         * simplify.c: Add #include "target-memory.h".
3551         (gfc_simplify_transfer): Implement constant-
3552         folding for TRANSFER intrinsic.
3553         * Make-lang.in: Add dependencies on new target-memory.* files.
3554
3555 2007-05-15  Paul Brook  <paul@codesourcery.com>
3556
3557         * trans-types.c (gfc_type_for_size): Handle signed TImode.
3558
3559 2007-05-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3560
3561         PR fortran/30723
3562         * trans.h (gfor_fndecl_internal_malloc, gfor_fndecl_internal_malloc64,
3563         gfor_fndecl_internal_free): Remove prototypes.
3564         (gfor_fndecl_os_error, gfc_call_free, gfc_call_malloc): Add prototypes.
3565         * trans.c (gfc_call_malloc, gfc_call_free): New functions.
3566         * f95-lang.c (gfc_init_builtin_functions): Add __builtin_free
3567         and __builtin_malloc builtins.
3568         * trans-decl.c (gfor_fndecl_internal_malloc,
3569         gfor_fndecl_internal_malloc64, gfor_fndecl_internal_free): Remove.
3570         (gfor_fndecl_os_error): Add.
3571         (gfc_build_builtin_function_decls): Don't create internal_malloc,
3572         internal_malloc64 and internal_free library function declaration.
3573         Create os_error library call function declaration.
3574         * trans-array.c (gfc_trans_allocate_array_storage,
3575         gfc_trans_auto_array_allocation, gfc_trans_dummy_array_bias,
3576         gfc_conv_array_parameter, gfc_duplicate_allocatable): Use
3577         gfc_call_malloc and gfc_call_free instead of building calls to
3578         internal_malloc and internal_free.
3579         * trans-expr.c (gfc_conv_string_tmp): Likewise.
3580         * trans-stmt.c (gfc_do_allocate, gfc_trans_assign_need_temp,
3581         gfc_trans_pointer_assign_need_temp, gfc_trans_forall_1,
3582         gfc_trans_where_2: Likewise.
3583         * trans-intrinsic.c (gfc_conv_intrinsic_ctime,
3584         gfc_conv_intrinsic_fdate, gfc_conv_intrinsic_ttynam,
3585         gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_trim): Likewise.
3586
3587 2007-05-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3588
3589         PR fortran/31725
3590         * trans-expr.c (gfc_conv_substring): Evaluate substring bounds
3591         only once.
3592
3593 2007-05-14  Rafael Avila de Espindola  <espindola@google.com>
3594
3595         * f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
3596         * trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for
3597         instead of gfc_unsigned_type.
3598         * trans-stmt.c (gfc_trans_do): Use unsigned_type_for instead of
3599         gfc_unsigned_type.
3600         * trans-types.c (gfc_unsigned_type): Remove.
3601         * trans-types.h (gfc_unsigned_type): Remove.
3602
3603 2007-05-12  Paul Thomas  <pault@gcc.gnu.org>
3604
3605         PR fortran/30746
3606         * resolve.c (check_host_association): New function that detects
3607         incorrect host association and corrects it.
3608         (gfc_resolve_expr): Call the new function for variables and
3609         functions.
3610         * match.h : Remove prototype for gfc_match_rvalue.
3611         * gfortran.h : Add prototype for gfc_match_rvalue.
3612
3613 2007-05-11 Paul Thomas <pault@gcc.gnu.org>
3614
3615         PR fortran/30876
3616         * trans-expr.c (gfc_conv_function_call): Reduce indirection for
3617         direct assignments of recursive array valued functions.
3618         * primary.c (gfc_match_rvalue): Correct error for recursive
3619         function calls such that directly recursive calls of scalar
3620         function without an explicit result are disallowed.
3621
3622 2007-05-11 Paul Thomas <pault@gcc.gnu.org>
3623
3624         PR fortran/30878
3625         * resolve.c (resolve_fl_namelist): It is not an error if the
3626         namelist element is the result variable of the enclosing
3627         function.  Search for the symbol in current and all parent
3628         namespaces for a potential conflict.
3629         * symbol.c (check_conflict): Remove the conflict between
3630         'in_namelist' and 'FL_PROCEDURE' because the symbol info
3631         is not available to exclude function result variables.
3632         * trans-io.c (nml_get_addr_expr): Use the fake result decl
3633         if the symbol is an implicit result variable.
3634
3635 2007-05-11  Paul Thomas  <pault@gcc.gnu.org>
3636
3637         PR fortran/31474
3638         * decl.c (get_proc_name): If an entry has already been declared
3639         as a module procedure, pick up the symbol and the symtree and
3640         use them for the entry.
3641
3642 2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
3643
3644         PR fortran/31630
3645         * resolve.c (resolve_symbol): Remove the flagging mechanism from the
3646         formal namespace resolution and instead check that the formal
3647         namespace is not the current namespace.
3648
3649 2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
3650
3651         PR fortran/31692
3652         * trans-array.c (gfc_conv_array_parameter): Convert full array
3653         references to the result of the procedure enclusing the call.
3654
3655 2007-05-08  Paul Thomas  <pault@gcc.gnu.org>
3656
3657         PR fortran/29397
3658         PR fortran/29400
3659         * decl.c (add_init_expr_to_sym): Expand a scalar initializer
3660         for a parameter array into an array expression with the right
3661         shape.
3662         * array.c (spec_dimen_size): Remove static attribute.
3663         * gfortran.h : Prototype for spec_dimen_size.
3664
3665 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3666
3667         PR fortran/31399
3668         * trans-stmt.c (gfc_trans_do): Handle large loop counts.
3669
3670 2007-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3671
3672         PR fortran/31764
3673         * simplify.c (gfc_simplify_new_line): NEW_LINE can be simplified
3674         even for non constant arguments.
3675
3676 2007-05-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3677             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3678
3679         PR fortran/31201
3680         * gfortran.h: Add runtime error codes from libgfortran.h. Define
3681         MAX_UNIT_NUMBER.
3682         * trans.c (gfc_trans_runtime_check): Update the format of runtime error
3683         messages to match library runtime errors.  Use call to new library
3684         function runtime_error_at().
3685         * trans.h: Add prototype for new function gfc_trans_io_runtime_check.
3686         Add declaration for library functions runtime_error_at and
3687         generate_error.
3688         * trans_io.c (gfc_trans_io_runtime_check): New function.
3689         (set_parameter_value): Add error checking for UNIT numbers.
3690         (set_parameter_ref): Initialize the users variable to zero. 
3691         (gfc_trans_open): Move setting of unit number to after setting of common
3692         flags so that runtime error trapping can be detected.
3693         (gfc_trans_close): Likewise. (build_filepos): Likewise.
3694         (gfc_trans_inquire): Likewise. (build_dt): Likewise.
3695         * trans-decl.c: Add declarations for runtime_error_at and
3696         generate_error. (gfc_build_builtin_function_decls): Build function
3697         declarations for runtime_error_at and generate_error.
3698
3699 2007-05-06  Paul Thomas  <pault@gcc.gnu.org>
3700
3701         PR fortran/31540
3702         * resolve.c (resolve_fl_procedure): Resolve constant character
3703         lengths.
3704
3705 2007-05-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3706
3707         PR fortran/31251
3708         * decl.c (match_char_spec): Add check for invalid character lengths.
3709
3710 2007-05-04  Brooks Moses  <brooks.moses@codesourcery.com>
3711
3712         * intrinsic.texi (CMPLX): Document result kind.
3713         (COMPLEX): Add documentation.
3714
3715 2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
3716
3717         PR fortran/31760
3718         * intrinsic.c (add_functions): Replaced calls to gfc_check_g77_math1
3719         by gfc_check_fn_r to avoid checks for scalarity.
3720         * check.c (gfc_check_besn): Removed check for scalarity.
3721         (gfc_check_g77_math1): Removed.
3722         * intrinsic.h (gfc_check_g77_math1): Removed.
3723
3724 2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
3725
3726         * check.c (gfc_check_fseek_sub): Fixed typo.
3727
3728 2007-05-04  Daniel Franke  <franke.daniel@gmail.com>
3729
3730         PR fortran/22359
3731         * intrinsic.c (add_subroutines): Added FSEEK.
3732         * intrinsic.h (gfc_resolve_fseek_sub, gfc_check_fseek_sub): New.
3733         * iresolve.c (gfc_resolve_fseek_sub): New.
3734         * check.c (gfc_check_fseek_sub): New.
3735         * intrinsic.texi (FSEEK): Updated.
3736
3737 2007-05-04  Tobias Burnus  <burnus@net-b.de>
3738
3739         PR fortran/31803
3740         * expr.c (gfc_check_pointer_assign): Check for NULL pointer.
3741
3742 2007-05-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3743
3744         PR fortran/31251
3745         * simplify.c (gfc_simplify_len): Only simplify integer lengths.
3746
3747 2007-05-04  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3748
3749         PR fortran/31781
3750         * simplify.c (gfc_simplify_repeat): Don't put function call with
3751         side effect in a gcc_assert().
3752
3753 2007-05-04  Tobias Burnus  <burnus@net-b.de>
3754
3755         PR fortran/25071
3756         * interface.c (compare_actual_formal): Check character length.
3757
3758 2007-05-01  Thomas Koenig  <tkoenig@gcc.gnu.org>
3759
3760         PR fortran/31732
3761         * dependency.c (gfc_full_array_ref_p):  If the reference is
3762         to a single element, check that the array has a single
3763         element and that the correct element is referenced.
3764
3765 2007-05-01  Daniel Franke  <franke.daniel@gmail.com>
3766
3767         * intrinsic.c (add_functions): Fixed ELEMENTAL specifications.
3768         (add_subroutines): Replaced magic numbers in function calls by
3769         ELEMENTAL and NOT_ELEMENTAL respectively.
3770         * intrinsic.texi (MVBITS): Changed class to elemental subroutine.
3771         (RANDOM_NUMBER): Changed class to subroutine.
3772         (HUGE, TINY): Changed class to inquiry function.
3773
3774 2007-04-30  Brooks Moses  <brooks.moses@codesourcery.com>
3775
3776         * trans-const.c (gfc_conv_mpz_to_tree): Use mpz_get_double_int.
3777         (gfc_conv_tree_to_mpz): New function.
3778         (gfc_conv_mpfr_to_tree): Use real_from_mpfr.
3779         (gfc_conv_tree_to_mpfr): New function.
3780         * trans-const.h: (gfc_conv_tree_to_mpz): New prototype.
3781         (gfc_conv_tree_to_mpfr): New prototype.
3782
3783 2007-04-30  Daniel Franke  <franke.daniel@gmail.com>
3784
3785         * intrinsic.texi (IERRNO): Changed class to non-elemental function.
3786         (LOG10): Removed COMPLEX as accepted argument type.
3787         (NEW_LINE): Changed class from elemental to inquiry function.
3788         (SIGN): Removed requirement of scalar arguments.
3789         (SNGL): Changed class to elemental function.
3790
3791 2007-04-29  Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3792
3793         PR fortran/31591
3794         * simplify.c (simplify_bound_dim): New function.
3795         (simplify_bound): Use the above. Perform simplification of LBOUND
3796         and UBOUND when DIM argument is not present.
3797
3798 2007-04-29  Daniel Franke  <franke.daniel@gmail.com>
3799
3800         * gfortran.texi: Cleaned up keyword index.
3801         * invoke.texi: Likewise.
3802         * intrinsic.texi: Likewise.
3803                         
3804 2007-04-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3805
3806         PR fortran/31645
3807         * scanner.c (load_file): Discard the byte order mark if one is
3808         found on the first non-preprocessor line of a file.
3809
3810 2007-04-29  Paul Thomas  <pault@gcc.gnu.org>
3811
3812         PR fortran/31711
3813         * trans-array.c (gfc_conv_resolve_dependencies): Create a temp
3814         whenever a dependency is found.
3815
3816 2007-04-28  Tobias Schlüter  <tobi@gcc.gnu.org>
3817
3818         * options.c (gfc_handle_option): Ensure requested free form line
3819         length is not too small.
3820
3821 2007-04-27  Brooks Moses  <brooks.moses@codesourcery.com>
3822
3823         * intrinsic.texi (Transfer): Improve documentation.
3824
3825 2007-04-27  Brooks Moses  <brooks.moses@codesourcery.com>
3826
3827         * gfortran.texi (Option Index): Add @samp as needed.
3828
3829 2007-04-27  Daniel Franke  <franke.daniel@gmail.com>
3830
3831         * gfortran.texi: Added node and menu entry for an option index.
3832         * invoke.texi: Moved command line option related entries of the concept 
3833         index to the option index.
3834
3835 2007-04-27  Daniel Franke  <franke.daniel@gmail.com>
3836
3837         * intrinsic.texi (AND, FPUT, FPUTC, MODULO, OR, SET_EXPONENT,
3838         XOR): Fixed examples.
3839
3840 2007-04-27  Daniel Franke  <franke.daniel@gmail.com>
3841
3842         * intrinsic.texi (PRODUCT, RESHAPE, SPACING, SPREAD, SUM, 
3843         SYSTEM_CLOCK, TRANSFER, UNPACK): New.
3844         (DATE_AND_TIME, CPU_TIME, RRSPACING): Added cross references.
3845
3846 2007-04-26  Daniel Franke  <franke.daniel@gmail.com>
3847
3848         * intrinsic.texi (NULL, PACK, PRESENT, REPEAT, SCAN, SHAPE, 
3849         SIZE, TRANSPOSE, TRIM, VERIFY): New.
3850         (ADJUSTL, ADJUSTR, INDEX): Added cross references.
3851         (INT, INT2, INT8, LONG): Enabled section header.
3852
3853 2007-04-25  Janne Blomqvist  <jb@gcc.gnu.org>
3854
3855         * module.c (module_char): Replace fgetc() with
3856         getc(). 
3857         (write_char): Replace fputc() with putc().
3858         * scanner.c (load_line): Replace fgetc() with getc().
3859         (gfc_read_orig_filename): Likewise.
3860
3861 2007-04-25  Tobias Burnus  <burnus@net-b.de>
3862
3863         PR fortran/31668
3864         * error.c (error_print): Fix %% support.
3865         * intrinsic.c (sort_actual): Improve error message.
3866         * resolve.c (resolve_actual_arglist): Allow %VAL for
3867         interfaces defined in the module declaration part.
3868
3869 2007-04-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3870
3871         PR libfortran/31299
3872         * intrinsic.texi (GETLOG): Update documentation to reflect
3873         library changes.
3874
3875 2007-04-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3876
3877         PR fortran/31587
3878         * module.c (write_char): Add character to the MD5 buffer.
3879         (read_md5_from_module_file): New function.
3880         (gfc_dump_module): Compute MD5 for new module file. Call
3881         read_md5_from_module_file. Only overwrite old module file
3882         if the new MD5 is different.
3883
3884 2007-04-23  Paul Thomas  <pault@gcc.gnu.org>
3885
3886         PR fortran/31630
3887         * resolve.c (resolve_symbol): Allow resolution of formal
3888         namespaces nested within formal namespaces coming from modules.
3889
3890         PR fortran/31620
3891         * trans-expr.c (gfc_trans_assignment): Make the call to
3892         gfc_trans_zero_assign conditional on the lhs array ref being
3893         the only reference.
3894
3895 2007-04-23  Tobias Burnus  <burnus@net-b.de>
3896
3897         * primary.c (match_integer_constant): Mention -fno-range-check
3898         in the error message.
3899
3900 2007-04-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
3901
3902         PR fortran/31495
3903         * scanner.c (load_line):  Remove check for comment after ampersand and
3904         adjust tracking of ampersand.
3905
3906 2007-04-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
3907
3908         * f95-lang.c (lang_tree_node): Use GENERIC_NEXT
3909         instead of checking GIMPLE_STMT_P in chain_next.
3910
3911 2007-04-17  Tobias Schlüter  <tobi@gcc.gnu.org>
3912
3913         * trans-types.h (gfc_packed): New enum.
3914         (gfc_get_nodesc_array_type): Change prototype to use new enum.
3915         * trans-types.c (gfc_get_nodesc_array): Use gfc_packed for
3916         argument packed.  Adapt all references to values accordingly.
3917         (gfc_sym_type): Use enum values in call to gfc_get_nodesc_array.
3918         (gfc_get_derived_type): Likewise.
3919         * trans-array.c (gfc_build_constant_array_constructor): Likewise.
3920         * trans-expr.c (gfc_get_interface_mapping_charlen): Changed packed
3921         argument to type gfc_packed.
3922         (gfc_add_interface_mapping): Use enum values in call to
3923         gfc_get_interface_mapping.
3924         * trans-decl.c (gfc_build_dummy_array_decl): Adapt to use enum
3925         values when determining packing.
3926
3927         * trans-decl.c (gfc_finish_decl): Remove unused second argument
3928         'init'.  Simplify code accordingly.  Remove calls to
3929         gfc_fatal_error in favor of gcc_assert.
3930         (create_function_arglist): Remove second argument from calls to
3931         gfc_finish-decl.
3932         (gfc_trans_dummy_character): Likewise.
3933
3934         * arith.h: Update copyright years.
3935         * dependency.h: Likewise.
3936         * gfortran.h: Likewise.
3937         * lang-specs.h: Likewise.
3938         * parse.h: Likewise.
3939         * symbol.c: Likewise.
3940         * trans.h: Likewise.
3941         * trans.c: Likewise.
3942         * trans-array.c: Likewise.
3943         * trans-common.c: Likewise.
3944         * trans-const.h: Likewise.
3945         * trans-const.c: Likewise.
3946         * trans-decl.c: Likewise.
3947         * trans-expr.c: Likewise.
3948         * trans-io.c: Likewise.
3949         * trans-openmp.c: Likewise.
3950         * trans-types.h: Likewise.
3951         * types.def: Likewise.
3952
3953 2007-04-17  Tobias Schlüter  <tobi@gcc.gnu.org>
3954
3955         PR fortran/31144
3956         * decl.c (gfc_sym_mangled_identifier): Use capital letters in name
3957         mangling.
3958         (gfc_sym_mangled_function_id): Likewise.
3959
3960 2007-04-15  Paul Thomas  <pault@gcc.gnu.org>
3961
3962         PR fortran/31204
3963         * primary.c (check_for_implicit_index): New function to check
3964         that a host associated variable is not an undeclared implied
3965         do loop index.
3966         (gfc_match_rvalue, match_variable): Use it and reset the
3967         implied_index attribute.
3968         * gfortran.h : Add the implied_index field to symbol_attribute.
3969         * match.c (gfc_match_iterator): Mark the iterator variable
3970         with the new attribute.
3971         * decl.c (build_sym): Reset the new attribute.
3972
3973 2007-04-15  Kazu Hirata  <kazu@codesourcery.com>
3974
3975         * gfc-internals.texi: Fix typos.
3976         * simplify.c: Fix a comment typo.
3977
3978 2007-04-14  Bernhard Fischer  <aldot@gcc.gnu.org>
3979
3980         * primary.c: Commentary typo fix; Add question about redundant (?)
3981         set.
3982
3983 2007-04-14  Paul Thomas  <pault@gcc.gnu.org>
3984
3985         PR fortran/29507
3986         PR fortran/31404
3987         * expr.c (scalarize_intrinsic_call): New function to
3988         scalarize elemental intrinsic functions in initialization
3989         expressions.
3990         (check_init_expr): Detect elemental intrinsic functions
3991         in initalization expressions and call previous.
3992
3993 2007-04-13  Tobias Burnus  <burnus@net-b.de>
3994
3995         PR fortran/31559
3996         * primary.c (match_variable): External functions
3997         are no variables.
3998
3999 2007-04-13  Paul Thomas  <pault@gcc.gnu.org>
4000
4001         PR fortran/31550
4002         * trans-types.c (copy_dt_decls_ifequal): Do not get pointer
4003         derived type components.
4004
4005 2007-04-13  Tobias Schlüter  <tobi@gcc.gnu.org>
4006
4007         PR fortran/18937
4008         * resolve.c: Include obstack.h and bitmap.h.  New variable
4009         labels_obstack.
4010         (code_stack): Add tail and reachable_labels fields.
4011         (reachable_labels): New function.
4012         (resolve_branch): Rework to use new fields in code_stack.
4013         (resolve_code): Call reachable_labels.
4014         (resolve_codes): Allocate and free labels_obstack.
4015
4016 2007-04-12  Tobias Schlüter  <tobi@gcc.gnu.org>
4017
4018         PR fortran/31250
4019         * decl.c (match_char_spec): Move check for negative CHARACTER
4020         length ...
4021         * resolve.c (resolve_charlen): ... here.
4022         (resolve_types): Resolve CHARACTER lengths earlier.
4023
4024 2007-04-12  Daniel Franke  <franke.daniel@gmail.com>
4025
4026         PR fortran/31234
4027         * intrinsic.texi (RANDOM_SEED, RANDOM_NUMBER): New.
4028
4029 2007-04-12  Tobias Schlüter  <tobi@gcc.gnu.org>
4030
4031         PR fortran/31266
4032         * primary.c (gfc_variable_attr): Don't copy string length if it
4033         doesn't make sense.
4034         * resolve.c (resolve_code): Clarify error message.
4035
4036         PR fortran/31471
4037         * decl.c (gfc_match_end): Also check for construct name in END
4038         FORALL and END WERE statements.
4039         * match.c (match_case_eos): Use uppercase for statement name in
4040         error message.
4041         (match_elsewhere): Construct name may appear iff construct has a
4042         name.
4043
4044         * trans-types.c: Update copyright years.  Reformat long comment
4045         explaining array descriptor format.  Remove obsolete mention of
4046         TYPE_SET.
4047
4048         * arith.c (gfc_arith_uplus): Rename to ...
4049         (gfc_arith_identity): ... this.
4050         (gfc_parentheses): New function.
4051         (gfc_uplus): Adapt to renamed function.
4052         * arith.h (gfc_parentheses): Add prototype.
4053         * expr.c (gfc_copy_expr): Deal with INTRINSIC_PARENTHESES.
4054         (simplifiy_intrinsic_op): Treat INTRINSIC_UPLUS separately from
4055         INTRINSIC_PARENTHESES.
4056
4057 2007-04-12  Tobias Burnus  <burnus@net-b.de>
4058
4059         PR fortran/31472
4060         * decl.c (match_attr_spec): Allow PRIVATE/PUBLIC
4061         attribute in type definitions.
4062         (gfc_match_private): Allow PRIVATE statement only
4063         in specification part of modules.
4064         (gfc_match_public): Ditto for PUBLIC.
4065         (gfc_match_derived_decl): Allow PRIVATE/PUBLIC attribute only in
4066         specificification part of modules.
4067
4068 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4069
4070         PR fortran/31257
4071         * intrinsic.c (add_functions): Add ref. to gfc_resolve_achar.
4072         * intrinsic.h : Add prototype for gfc_resolve_achar.
4073         * iresolve.c (gfc_resolve_achar): New function.
4074
4075 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4076
4077         PR fortran/30880
4078         * resolve.c (resolve_fl_variable): Set flag to 2 for automatic
4079         arrays.  Make condition for automatic array error explicit.
4080         If a dummy, no error on an INTENT(OUT) derived type.
4081
4082 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4083
4084         PR fortran/30872
4085         * expr.c (find_array_element): Correct arithmetic for rank > 1.
4086
4087 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4088
4089         PR fortran/31222
4090         * check.c (numeric_check): If an expresson has not got a type,
4091         see if it is a symbol for which a default type applies.
4092
4093 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4094
4095         PR fortran/31214
4096         * trans-decl.c (gfc_get_symbol_decl): Allow unreferenced use
4097         associated symbols.
4098
4099 2007-04-07  Paul Thomas  <pault@gcc.gnu.org>
4100
4101         PR fortran/31293
4102         * symbol.c (gfc_check_function_type): New function.
4103         * gfortran.h : Add prototype for previous.
4104         * parse.c (parse_progunit): Call it after parsing specification
4105         statements.
4106
4107 2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
4108
4109         PR fortran/31483
4110         * trans-expr.c (gfc_conv_function_call): Give a dummy
4111         procedure the correct type if it has alternate returns.
4112
4113 2007-04-05  Paul Thomas  <pault@gcc.gnu.org>
4114
4115         PR fortran/31292
4116         * decl.c (gfc_match_modproc): Go up to the top of the namespace
4117         tree to find the module namespace for gfc_get_symbol.
4118
4119 2007-04-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4120
4121         PR fortran/31304
4122         * fortran/gfortran.h (gfc_charlen_int_kind): New prototype.
4123         * fortran/trans-types.c (gfc_charlen_int_kind): New variable.
4124         (gfc_init_types): Define gfc_charlen_int_kind. 
4125         * fortran/trans.h (gfor_fndecl_string_repeat): Remove prototype.
4126         * fortran/trans-decl.c (gfor_fndecl_string_repeat): Delete.
4127         (gfc_build_intrinsic_function_decls): Don't set
4128         gfor_fndecl_string_repeat.
4129         * fortran/trans-intrinsic.c (gfc_conv_intrinsic_repeat): Rewrite
4130         so that we don't have to call a library function.
4131         * fortran/simplify.c (gfc_simplify_repeat): Perform the necessary
4132         checks on the NCOPIES argument, and work with arbitrary size
4133         arguments.
4134
4135 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4136
4137         * intrinsic.c (add_functions): Fix name of dummy argument
4138           for new_line and exit intrinsic.
4139
4140 2007-03-31  Paul Thomas  <pault@gcc.gnu.org>
4141
4142         PR fortran/31160
4143         * gfortran.texi: Add a section for the %VAL, %REF and %LOC
4144         extensions.
4145
4146 2007-03-30  Rafael Avila de Espindola  <espindola@google.com>
4147
4148         * trans-types.c (gfc_signed_or_unsigned_type): Remove.
4149         (gfc_unsigned_type): Use get_signed_or_unsigned_type instead of
4150         gfc_signed_or_unsigned_type.
4151         (gfc_signed_type): Ditto.
4152         * trans-types.h (gfc_signed_or_unsigned_type): Remove.
4153         * f95-lang.c (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
4154
4155 2007-03-30  Tobias Schlüter  <tobi@gcc.gnu.org>
4156
4157         * symbol.c (gfc_find_gsymbol): Simplify, don't unconditionally
4158         descend into all branches.
4159
4160 2007-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
4161
4162         * intrinsic.c (conv_name): Let gfc_get_string handle the format.
4163         (find_conv): Compare pointers instead of calling strcmp.
4164         (find_sym): Likewise, but ensure that the compared pointer is in
4165         the global string table.
4166
4167 2007-03-28  Tobias Schlüter  <tobi@gcc.gnu.org>
4168
4169         * gfc-internals.texi: Fix output filename.  Merge type index into
4170         concept index.  Start documentation of gfc_code structure.
4171
4172 2007-03-26  Brooks Moses  <brooks.moses@codesourcery.com>
4173
4174         * gfc-internals.texi: New file,
4175         * Make-lang.in: Add rules to convert it to dvi, pdf, and info.
4176
4177 2007-03-26  Brooks Moses  <brooks.moses@codesourcery.com>
4178  
4179         * error.c (show_locus): Remove always-false test.
4180
4181 2007-03-26  Brooks Moses  <brooks.moses@codesourcery.com>
4182
4183         * lang.opt: Minor edits to descriptions.
4184
4185 2007-03-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4186
4187         PR fortran/30877
4188         * fortran/interface.c (check_operator_interface): Implement
4189         the standard checks on user operators extending intrinsic operators.
4190         * fortran/resolve.c (resolve_operator): If the ranks of operators
4191         don't match, don't error out but try the user-defined ones first.
4192
4193 2007-03-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4194
4195         PR fortran/30655
4196         * expr.c (check_dimension): Fix logic of comparisons.
4197
4198 2007-03-24  Paul Thomas  <pault@gcc.gnu.org>
4199
4200         PR fortran/31215
4201         * trans-expr.c (gfc_apply_interface_mapping_to_expr): Return
4202         int result that is non-zero if the expression is the function
4203         result.  Only the characteristics of the result expression
4204         can be used in a procedure interface, so simplify LEN in situ
4205         using its character length.
4206
4207         PR fortran/31209
4208         PR fortran/31200
4209         * trans-expr.c (gfc_conv_function_call): Do not use
4210         gfc_conv_expr_reference for actual pointer function with formal
4211         target because a temporary is created that does not transfer
4212         the reference correctly.  Do not indirect formal pointer
4213         functions since it is the function reference that is needed.
4214
4215 2007-03-24  Brooks Moses  <brooks.moses@codesourcery.com>
4216
4217         * gfortran.h: Edit comments on GFC_STD_*.
4218
4219 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4220
4221         * invoke.texi: Misc. small typo fixes.
4222         (-Wcharacter-truncation): Add.
4223         (-Wnonstd-intrinsics): Correct spelling.
4224         (-std=): Edit.
4225         (-fintrinsic-modules-path): Add.
4226
4227 2007-03-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4228
4229         PR fortran/30834
4230         * arith.c (complex_pow): Rewrite to handle large power.
4231         (gfc_arith_power): Handle large power in the real and integer
4232         cases.
4233
4234 2007-03-22  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4235
4236         PR fortran/31262
4237         * trans-const.c (gfc_conv_mpz_to_tree): Allow integer constants
4238         larger than twice the width of a HOST_WIDE_INT.
4239
4240 2006-03-22  Paul Thomas  <pault@gcc.gnu.org>
4241
4242         PR fortran/31193
4243         * trans-intrinsic.c (gfc_size_in_bytes): Remove function.
4244         (gfc_conv_intrinsic_array_transfer): Remove calls to previous.
4245         Explicitly extract TREE_TYPEs for source and mold.  Use these
4246         to calculate length of source and mold, except for characters,
4247         where the se string_length is used.  For mold, the TREE_TYPE is
4248         recalculated using gfc_get_character_type_len so that the
4249         result is correctly cast for character literals and substrings.
4250         Do not use gfc_typenode_for_spec for the final cast.
4251
4252 2007-03-22  Tobias Schlüter  <tobi@gcc.gnu.org>
4253
4254         PR fortran/20897
4255         * decl.c (gfc_match_derived_decl): Reliably reject
4256         'doubleprecision' and 'doublecomplex' as type names.
4257
4258 2007-03-19  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4259
4260         PR fortran/31203
4261         * trans-expr.c (gfc_trans_init_string_length): Length should
4262         never be negative.
4263         (gfc_conv_function_call): Likewise.
4264
4265 2007-03-18  Paul Thomas  <pault@gcc.gnu.org>
4266
4267         PR fortran/30531
4268         PR fortran/31086
4269         * symbo.c : Add gfc_derived_types.
4270         (gfc_free_dt_list): Free derived type list gfc_derived_types.
4271         (gfc_free_namespace): Remove call to gfc_free_dt_list.
4272         (gfc_symbol_done_2): Call  gfc_free_dt_list.
4273         * gfortran.h : Declare gfc_derived_types to be external. Remove
4274         derived types field from gfc_namespace.
4275         * resolve.c (resolve_fl_derived): Refer to gfc_derived types
4276         rather than namespace derived_types.
4277         (resolve_fntype): Remove special treatment for module
4278         derived type functions.
4279         * trans-types.c (gfc_get_derived_type): Remove search for like
4280         derived types.  Finish by copying back end declaration to like
4281         derived types in the derived type list gfc_derived_types.
4282
4283         2007-03-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4284
4285         PR fortran/31120
4286         * trans-expr.c (gfc_conv_powi): Make n argument unsigned hwi.
4287         (gfc_conv_cst_int_power): Handle integer exponent with care,
4288         since it might be too large for us.
4289
4290 2007-03-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4291
4292         PR fortran/31184
4293         * invoke.texi: Fix typo.
4294
4295 2007-03-16  Tobias Burnus  <burnus@net-b.de>
4296
4297         * trans-decl.c (gfc_generate_function_code): Use all arguments of
4298           set_std.
4299
4300 2007-03-15  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4301
4302         * gfortran.h (gfc_option_t): Add flag_backtrace field.
4303         * lang.opt: Add -fbacktrace option.
4304         * invoke.texi: Document the new option.
4305         * trans-decl.c (gfc_build_builtin_function_decls): Add new
4306         option to the call to set_std.
4307         * options.c (gfc_init_options, gfc_handle_option): Handle the
4308         new option.
4309
4310 2007-03-15  Tobias Burnus  <burnus@gcc.gnu.org>
4311             Paul Thomas  <pault@gcc.gnu.org>
4312
4313         PR fortran/30922
4314         * decl.c (gfc_match_import): If the parent of the current name-
4315         space is null, try looking for an imported symbol in the parent
4316         of the proc_name interface.
4317         * resolve.c (resolve_fl_variable): Do not check for blocking of
4318         host association by a same symbol, if the symbol is in an
4319         interface body.
4320
4321 2007-03-15  Paul Thomas  <pault@gcc.gnu.org>
4322
4323         PR fortran/30879
4324         * decl.c (match_data_constant): Before going on to try to match
4325         a name, try to match a structure component.
4326
4327
4328         PR fortran/30870
4329         * resolve.c (resolve_actual_arglist): Do not reject a generic
4330         actual argument if it has a same name specific interface.
4331
4332         PR fortran/31163
4333         * trans-array.c (parse_interface): Do not nullify allocatable
4334         components if the symbol has the saved attribute.
4335
4336 2007-03-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4337
4338         * trans-array.c (gfc_trans_auto_array_allocation): Replace
4339         fold(convert()) by fold_convert().
4340         (gfc_duplicate_allocatable): Likewise.
4341         * trans-intrinsic.c (gfc_conv_intrinsic_dot_product): Use
4342         build_int_cst instead of converting an integer_zero_node
4343         to the final type.
4344
4345 2007-03-14  Jakub Jelinek  <jakub@redhat.com>
4346
4347         * module.c (mio_typespec): Don't look at ts->cl if not BT_CHARACTER.
4348
4349 2007-03-13  Brooks Moses  <brooks.moses@codesourcery.com>
4350
4351         PR fortran/30933
4352         PR fortran/30948
4353         PR fortran/30953
4354         * intrinsics.texi (CHDIR): Fix argument names, note
4355         that STATUS must be a default integer.
4356         (CTIME): Fix argument names, note that RESULT must
4357         be a default integer.
4358         (EXIT): Note that STATUS must be a default integer.
4359
4360 2007-03-13  Brooks Moses  <brooks.moses@codesourcery.com>
4361
4362         PR fortran/28068
4363         * intrinsic.texi: General whitespace cleanup, remove
4364         comment about missing intrinsics.
4365         (menu): Add lines for new entries listed below.
4366         (ACOSH): Mention specific function DACOSH, correct
4367         description phrasing.
4368         (ASINH): Mention specific function DASINH, correct
4369         description phrasing.
4370         (ATANH): Mention specific function DATANH, correct
4371         description phrasing.
4372         (COS): Add index entry for CCOS.
4373         (CPU_TIME): Correct "REAL" to "REAL(*)".
4374         (EXP): Add index entry for CEXP.
4375         (INT): Correct argument name to "A".
4376         (INT2): New entry.
4377         (INT8): New entry.
4378         (LONG): New entry.
4379         (MAX): Add index entries for specific variants.
4380         (MCLOCK): New entry.
4381         (MCLOCK8): New entry.
4382         (SECNDS): Adjust to a more standard form.
4383         (SECOND): New entry.
4384         (TIME): Add cross-reference to MCLOCK.
4385         (TIME8): Add cross-reference to MCLOCK8.
4386
4387 2007-03-11  Paul Thomas  <pault@gcc.gnu.org>
4388
4389         PR fortran/30883
4390         * parse.c (parse_interface): Use the default types from the
4391         formal namespace if a function or its result do not have a type
4392         after parsing the specification statements.
4393
4394 2007-03-08  Brooks Moses  <brooks.moses@codesourcery.com>
4395
4396         * intrinsic.texi: (ICHAR) Improve internal I/O note.
4397         (ACHAR): Reference it.
4398         (CHAR): Reference it.
4399         (IACHAR): Reference it.
4400
4401 2007-03-08  Brooks Moses  <brooks.moses@codesourcery.com>
4402
4403         * intrinsic.texi: (LINK) Document function form.
4404         (RENAME): Likewise.
4405         (SYMLNK): Likewise.
4406         (SYSTEM): Likewise.
4407         (UNLINK): Likewise.
4408
4409 2007-03-08  Brooks Moses  <brooks.moses@codesourcery.com>
4410
4411         * intrinsic.texi: minor typo fixes, removed prologue.
4412         (FSEEK): moved to correct place in alphabetical order.
4413
4414 2007-03-08  Daniel Franke  <franke.daniel@gmail.com>
4415
4416         PR fortran/30947
4417         * check.c (gfc_check_alarm_sub): Added check for default integer 
4418         kind of status argument.
4419         * iresolve.c (gfc_resolve_alarm_sub): Removed conversion of 
4420         status argument.
4421         * intrinsic.texi (ALARM): Extended documentation.
4422
4423 2007-03-08  Daniel Franke  <franke.daniel@gmail.com>
4424
4425         * intrinsic.texi (GERROR, ISATTY, TTYNAM): New.
4426         (ABORT, FLUSH, FNUM, IRAND, MALLOC, SIGNAL, SRAND): Fixed typo.
4427         * intrinsic.c (add_subroutines): Adjusted dummy argument names 
4428         of GERROR and TTYNAM.
4429
4430 2007-07-08  Tobias Burnus  <burnus@net-b.de>
4431
4432         * module.c (gfc_match_use): Support renaming of operators
4433         in USE statements.
4434         * gfortran.texi (Fortran 2003 Status): Document support of
4435         renaming of operators.
4436
4437 2007-07-08  Tobias Burnus  <burnus@net-b.de>
4438
4439         PR fortran/30973
4440         * module.c (read_module): Always import module name as symbol.
4441         (gfc_match_use): Disallow module name in the only clause of
4442         a use statement.
4443
4444 2007-03-08  Paul Thomas  <pault@gcc.gnu.org>
4445
4446         PR fortran/31011
4447         * expr.c (find_array_section): Correct arithmetic for section
4448         size.
4449
4450 2007-03-07  Brooks Moses  <brooks.moses@codesourcery.com>
4451
4452         * iresolve.c (gfc_resolve_ishftc): Correct s_kind value.
4453
4454 2007-03-06  Daniel Franke  <franke.daniel@gmail.com>
4455
4456         PR documentation/30950
4457         * intrinsic.texi (AND, CPU_TIME): Fix dummy argument names.
4458         (FREE): Fix call syntax.
4459
4460 2007-03-06  Brooks Moses  <brooks.moses@codesourcery.com>
4461
4462         * intrinsic.texi: Limit column widths to a total of .85.
4463
4464 2007-03-05  Brooks Moses  <brooks.moses@codesourcery.com>
4465
4466         * gfortran.texi (GFortran and G77): Rewrite completely.
4467
4468 2007-03-05  Brooks Moses  <brooks.moses@codesourcery.com>
4469
4470         * match.c (gfc_match_name): Expanded comment.
4471
4472 2007-03-05  Brooks Moses  <brooks.moses@codesourcery.com>
4473
4474         * gfortran.texi (Old-style kind specifications): Document
4475         special handling of old-style kind specifiers for COMPLEX.
4476         * decl.c (gfc_match_old_kind_spec): Document kind/bytesize
4477         assumptions for COMPLEX in comment.
4478
4479 2007-03-05  Brooks Moses  <brooks.moses@codesourcery.com>
4480
4481         PR 31050
4482         * gfortranspec.c (lang_specific_driver): Update program
4483         name and copyright date.
4484
4485 2007-03-03  Paul Thomas  <pault@gcc.gnu.org>
4486
4487         PR fortran/30882
4488         * check.c (dim_rank_check): The shape of subsections of
4489         assumed-size arrays is known.
4490
4491 2007-03-02  Paul Thomas  <pault@gcc.gnu.org>
4492             Tobias Burnus  <burnus@net-b.de>
4493
4494         PR fortran/30873
4495         * decl.c (gfc_match_entry): Remove erroneous entry result check.
4496
4497 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4498
4499         * Make-lang.in: Add install-pdf target as copied from
4500         automake v1.10 rules.
4501
4502 2007-03-01  Tobias Burnus  <burnus@net-b.de>
4503
4504         PR fortran/30865
4505         * trans-intrinsic.c (gfc_conv_intrinsic_size): Compare pointers.
4506
4507 2007-02-28  Tobias Burnus  <burnus@net-b.de>
4508             Paul Thomas  <pault@gcc.gnu.org>
4509
4510         PR fortran/30888
4511         PR fortran/30887
4512         * resolve.c (resolve_actual_arglist): Allow by-value
4513         arguments and non-default-kind for %VAL().
4514         * trans-expr.c (conv_arglist_function): Allow
4515         non-default-kind for %VAL().
4516
4517 2007-02-28  Tobias Burnus  <burnus@net-b.de>
4518
4519         PR fortran/30968
4520         * primary.c (next_string_char): Correct reading a character
4521         after the delimiter.
4522         (match_string_constant): Print warning message only once.
4523
4524 2007-02-27  Richard Guenther  <rguenther@suse.de>
4525
4526         * trans-array.c (structure_alloc_comps): Use correct type
4527         for null pointer constant.
4528
4529 2007-02-26  Brooks Moses  <brooks.moses@codesourcery.com>
4530
4531         * gfortran.texi: Standardize title page, remove version number
4532         from copyright page.
4533
4534 2007-02-26  Thomas Koenig  <Thomas.Koenig@online.de>
4535             Paul Thomas  <pault@gcc.gnu.org>
4536
4537         PR fortran/30865
4538         * trans-intrinsic.c (gfc_conv_intrinsic_size):
4539         If dim is an optional argument, check for its
4540         presence and call size0 or size1, respectively.
4541
4542 2007-02-23  Paul Thomas <pault@gcc.gnu.org>
4543
4544         PR fortran/30660
4545         * resolve.c (has_default_initializer): New function.
4546         (resolve_fl_variable): Call has_default_initializer to determine if
4547         the derived type has a default initializer to its ultimate
4548         components.
4549
4550
4551 2007-02-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
4552
4553         * options.c (set_default_std_flags): New function to consolidate
4554         setting the flags.
4555         (gfc_init_options): Use new function.
4556         (gfc_handle_option): Use new function.
4557
4558 2007-02-22  Brooks Moses  <brooks.moses@codesourcery.com>
4559
4560         * gfortran.texi (Old-style kind specifications): Document
4561         special handling of old-style kind specifiers for COMPLEX.
4562         * decl.c (gfc_match_old_kind_spec): Documented kind/bytesize
4563         assumptions in comment.
4564
4565 2007-02-21  Bernhard Fischer  <aldot@gcc.gnu.org>
4566
4567         * parse.c (next_free): Gooble spaces after OpenMP sentinel.
4568
4569 2007-02-20  Thomas Koenig  <Thomas.Koenig@online.de>
4570
4571         PR fortran/30869
4572         * match.c (gfc_match_iterator): Remove conflict between
4573         loop variable and pointer.
4574
4575 2007-02-20  Tobias Burnus  <burnus@net-b.de>
4576
4577         PR fortran/30522
4578         * symbol.c (gfc_add_volatile): Allow to set VOLATILE
4579           attribute for host-associated variables.
4580         * gfortran.h (symbol_attribute): Save namespace
4581           where VOLATILE has been set.
4582         * trans-decl.c (gfc_finish_var_decl): Move variable
4583           declaration to the top.
4584
4585 2007-02-20  Tobias Burnus  <burnus@net-b.de>
4586
4587         PR fortran/30783
4588         * resolve.c (resolve_symbol): Add character dummy VALUE check.
4589
4590 2007-02-19  Thomas Koenig  <Thomas.Koenig@online.de>
4591
4592         PR libfortran/30533
4593         * fortran/iresolve.c (gfc_resolve_maxloc): Remove coercion of
4594         argument to default integer.
4595         (gfc_resolve_minloc): Likewise.
4596
4597 2007-02-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
4598
4599         PR fortran/30681
4600         * options.c (gfc_init_options): Relax warning level for obsolescent.
4601         * match.c (match_arithmetic_if): Change to obsolescent from deleted.
4602         (gfc_match_if): Same.
4603
4604 2007-02-18  Roger Sayle  <roger@eyesopen.com>
4605
4606         * trans-array.c (gfc_build_constant_array_constructor): When the
4607         shape of the constructor is known, use that to construct the
4608         gfc_array_spec.
4609         (gfc_trans_constant_array_constructor): Initialize the "info"
4610         information for all of the dimensions of the array constructor.
4611         (constant_array_constructor_loop_size): New function.
4612         (gfc_trans_array_constructor): Use it to determine whether a
4613         loop is suitable for "constant array constructor" optimization.
4614
4615         * trans-intrinsic.c (gfc_conv_intrinsic_anyall): Use fold_build2
4616         instead of build2, to avoid conditions like "(a != b) != 0".
4617
4618 2007-02-18  Roger Sayle  <roger@eyesopen.com>
4619             Paul Thomas <pault@gcc.gnu.org>
4620
4621         PR fortran/30400
4622         * match.c (match_forall_iterator): Use gfc_match_expr instead
4623         of gfc_match_variable to match the iterator variable.  Return
4624         MATCH_NO if not a variable.  Remove the reset of the symbol's
4625         flavor in cleanup.
4626
4627 2007-02-16  Tobias Burnus  <burnus@net-b.de>
4628
4629         PR fortran/30793
4630         * trans-decl.c (gfc_generate_function_code): Do not initialize
4631         pointers to derived components.
4632
4633 2007-02-15  Sandra Loosemore  <sandra@codesourcery.com>
4634             Brooks Moses  <brooks.moses@codesourcery.com>
4635             Lee Millward  <lee.millward@codesourcery.com>
4636
4637         * trans-expr.c (gfc_conv_power_op): Use build_call_expr.
4638         (gfc_conv_string_tmp): Likewise.
4639         (gfc_conv_concat_op): Likewise.
4640         (gfc_build_compare_string): Likewise.
4641         (gfc_conv_function_call): Use build_call_list instead of build3.
4642
4643         * trans-array.c (gfc_trans_allocate_array_storage): Use
4644         build_call_expr.
4645         (gfc_grow_array): Likewise.
4646         (gfc_trans_array_ctor_element): Likewise.
4647         (gfc_trans_array_constructor_value): Likewise.
4648         (gfc_array_allocate): Likewise.
4649         (gfc_array_deallocate): Likewise.
4650         (gfc_trans_auto_array_allocation): Likewise.
4651         (gfc_trans_dummy_array_bias): Likewise.
4652         (gfc_conv_array_parameter): Likewise.
4653         (gfc_trans_dealloc_allocated): Likewise.
4654         (gfc_duplicate_allocatable): Likewise.
4655
4656         * trans-openmp.c (gfc_trans_omp_barrier): Use build_call_expr.
4657         (gfc_trans_omp_flush): Likewise.
4658
4659         * trans-stmt.c (gfc_conv_elementel_dependencies): Use build_call_expr.
4660         (gfc_trans_pause): Likewise.
4661         (gfc_trans_stop): Likewise.
4662         (gfc_trans_character_select): Likewise.
4663         (gfc_do_allocate): Likewise.
4664         (gfc_trans_assign_need_temp): Likewise.
4665         (gfc_trans_pointer_assign_need_temp): Likewise.
4666         (gfc_trans_forall_1): Likewise.
4667         (gfc_trans_where_2): Likewise.
4668         (gfc_trans_allocate): Likewise.
4669         (gfc_trans_deallocate): Likewise.
4670
4671         * trans.c (gfc_trans_runtime_check): Use build_call_expr.
4672
4673         * trans-io.c (gfc_trans_open): Use build_call_expr.
4674         (gfc_trans_close): Likewise.
4675         (build_filepos): Likewise.
4676         (gfc_trans_inquire): Likewise.
4677         (NML_FIRST_ARG): Delete.
4678         (NML_ADD_ARG): Delete.
4679         (transfer_namelist_element): Use build_call_expr.
4680         (build_dt): Likewise.
4681         (gfc_trans_dt_end): Likewise.
4682         (transfer_expr): Likewise.
4683         (transfer_array-desc): Likewise.
4684
4685         * trans-decl.c (gfc_generate_function_code): Use build_call_expr.
4686         (gfc_generate_constructors): Likewise.
4687
4688         * trans-intrinsic.c (gfc_conv_intrinsic_ctime): Use build_call_expr.
4689         (gfc_conv_intrinsic_fdate): Likewise.
4690         (gfc_conv_intrinsic_ttynam): Likewise.
4691         (gfc_conv_intrinsic_array_transfer): Likewise.
4692         (gfc_conv_associated): Likewise.
4693         (gfc_conv_intrinsic_si_kind): Likewise.
4694         (gfc_conv_intrinsic_trim): Likewise.
4695         (gfc_conv_intrinsic_repeat: Likewise.
4696         (gfc_conv_intrinsic_iargc): Likewise.
4697
4698 2007-02-14  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
4699
4700         PR fortran/30779
4701         * scanner.c (gfc_next_char_literal): Add check for end of file after
4702         call to advance_line.
4703
4704 2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>
4705
4706         PR fortran/30799
4707         * primary.c (match_logical_constant): Return MATCH_ERROR on invalid
4708         kind.
4709
4710 2007-02-14  Steven G. Kargl  <kargl@gcc.gnu.org>
4711
4712         * misc.c (gfc_typename): Fix potential buffer overflow.
4713
4714 2007-02-13  Paul Thomas  <pault@gcc.gnu.org>
4715
4716         PR fortran/30554
4717         * module.c (read_module): Set pointer_info to referenced if the
4718         symbol has no namespace.
4719
4720 2007-02-12  Nick Clifton  <nickc@redhat.com>
4721
4722         * lang.opt: Add Warning attribute to warning options.
4723
4724 2007-02-11  Daniel Franke  <franke.daniel@gmail.com>
4725
4726         * intrinsic.texi (HOSTNM): Fix typographical error in syntax.
4727         (SLEEP): Added section and documentation.
4728
4729 2007-02-11  Tobias Schlüter  <tobi@gcc.gnu.org>
4730
4731         PR fortran/30478
4732         * decl.c (add_init_expr_to_sym): Remove ENUM specific code.
4733         (variable_decl): Likewise.  Rewrap comment.
4734         (match_attr_spec): Remove ENUM specific code.
4735         (gfc_match_enum): Fix typo in error message.
4736         (enumerator_decl): New function.
4737         (gfc_match_enumerator_def): Use enumerator_decl instead of
4738         variable_decl.  Adapt code accordingly.
4739
4740 2007-02-11  Paul Thomas  <pault@gcc.gnu.org>
4741
4742         PR fortran/30554
4743         * module.c (find_symtree_for_symbol): New function to return
4744         a symtree that is not a "unique symtree" given a symbol.
4745         (read_module): Do not automatically set pointer_info to
4746         referenced because this inhibits the generation of a unique
4747         symtree.  Recycle the existing symtree if possible by calling
4748         find_symtree_for_symbol.
4749
4750         PR fortran/30319
4751         * decl.c (add_init_expr_to_sym): Make new charlen for an array
4752         constructor initializer.
4753
4754 2007-02-10  Richard Henderson  <rth@redhat.com>, Jakub Jelinek  <jakub@redhat.com>
4755
4756         * f95-lang.c (gfc_init_builtin_functions): Add __emutls_get_address
4757         and __emutls_register_common.
4758         * openmp.c (gfc_match_omp_threadprivate): Don't error if !have_tls.
4759         * trans-common.c (build_common_decl): Don't check have_tls.
4760         * trans-decl.c (gfc_finish_var_decl): Likewise.
4761         * types.def (BT_WORD, BT_FN_PTR_PTR): New.
4762         (BT_FN_VOID_PTR_WORD_WORD_PTR): New.
4763
4764 2007-02-09  Tobias Burnus  <burnus@net-b.de>
4765
4766         PR fortran/30512
4767         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc,
4768           gfc_conv_intrinsic_minmaxval): Use HUGE-1 for most negative integer.
4769
4770 2007-02-09  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4771
4772         PR fortran/30720
4773         * trans-array.c (gfc_trans_create_temp_array): Remove use of the
4774         function argument. Always generate code for negative extent.
4775         Simplify said code.
4776         * trans-array.h (gfc_trans_create_temp_array): Change prototype.
4777         * trans-expr.c (gfc_conv_function_call): Remove use of last argument
4778         of gfc_trans_create_temp_array.
4779         * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Likewise.
4780         * trans-stmt.c (gfc_conv_elemental_dependencies): Likewise.
4781
4782 2007-02-08  Roger Sayle  <roger@eyesopen.com>
4783
4784         * trans-stmt.c (gfc_trans_forall_1): Optimize the cases where the
4785         mask expression is a compile-time constant (".true." or ".false.").
4786
4787 2007-02-04  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4788
4789         PR fortran/30611
4790         * trans-intrinsic.c (gfc_conv_intrinsic_repeat): Evaluate
4791         arguments only once. Generate check that NCOPIES argument is not
4792         negative.
4793
4794 2007-02-04  Steven G. Kargl <kargl@gcc.gnu.org>
4795
4796         PR fortran/30605
4797         * fortran/invoke.texi: Update documentation.
4798         * fortran/options.c (gfc_post_options): Deal with tabs with -std=f2003
4799         and -pedantic.
4800
4801 2007-02-03  Kazu Hirata  <kazu@codesourcery.com>
4802
4803         * trans-array.c: Fix a comment typo.
4804
4805 2007-02-03  Paul Thomas  <pault@gcc.gnu.org>
4806
4807         PR fortran/30514
4808         * array.c (match_array_element_spec): If the length of an array is
4809         negative, adjust the upper limit to make it zero length.
4810
4811         PR fortran/30660
4812         * resolve.c (pure_function, resolve_function): Initialize name to
4813         null to clear up build warnings.
4814         (resolve_fl_variable): Look at components explicitly to check for
4815         default initializer, rather than using gfc_default_initializer.
4816
4817 2007-02-02  Steven G. Kargl <kargl@gcc.gnu.org>
4818
4819         PR fortran/30683
4820         * resolve.c (resolve_generic_f): Check for non-NULL sym.
4821
4822 2007-02-02  Roger Sayle  <roger@eyesopen.com>
4823
4824         * trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate
4825         NON_LVALUE_EXPR nodes and useless type conversions.
4826
4827 2007-02-02  Paul Thomas  <pault@gcc.gnu.org>
4828
4829         PR fortran/30284
4830         PR fortran/30626
4831         * trans-expr.c (gfc_conv_aliased_arg): Remove static attribute
4832         from function and make sure that substring lengths are
4833         translated.
4834         (is_aliased_array): Remove static attribute.
4835         * trans.c : Add prototypes for gfc_conv_aliased_arg and
4836         is_aliased_array.
4837         * trans-io.c (set_internal_unit): Add the post block to the
4838         arguments of the function.  Use is_aliased_array to check if
4839         temporary is needed; if so call gfc_conv_aliased_arg.
4840         (build_dt): Pass the post block to set_internal_unit and
4841         add to the block after all io activiy is done.
4842
4843 2007-02-01  Roger Sayle  <roger@eyesopen.com>
4844
4845         * trans-array.c (gfc_conv_expr_descriptor): We don't need to use
4846         a temporary array to pass a constant non-character array constructor.
4847         Generalize the descriptor generation code to handle scalarizer
4848         "info" without an array reference.
4849
4850 2007-02-01  Roger Sayle  <roger@eyesopen.com>
4851
4852         * dependency.c (gfc_check_dependency) <EXPR_ARRAY>: Implement
4853         dependency checking for array constructors.
4854
4855 2007-02-01  Roger Sayle  <roger@eyesopen.com>
4856
4857         * trans-stmt.c (compute_overall_iter_number): Document function
4858         arguments.  Generalize "unconditional forall nest with constant
4859         bounds" optimization to eliminate unconditional inner loops with
4860         constant bounds.
4861
4862 2007-01-31  Tobias Burnus  <burnus@net-b.de>
4863
4864         PR fortran/30520
4865         * interface.c (compare_actual_formal): Check conformance between
4866           actual and VOLATILE dummy arguments.
4867         * symbol.c (gfc_add_volatile): Allow setting of VOLATILE
4868           multiple times in different scopes.
4869         * decl.c (gfc_match_volatile): Search symbol in host association.
4870
4871 2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
4872
4873         * simplify.c, trans-array.c: Fix comment typos.
4874
4875 2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4876
4877         * invoke.texi (Code Gen Options): Fix abbreviation typo.
4878         * intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.
4879
4880 2007-01-30  Steve Ellcey  <sje@cup.hp.com>
4881
4882         PR fortran/30432
4883         * trans-types.c (gfc_get_function_type): Do not add void_type_node
4884         to empty arg list.
4885         * trans-decl.c (create_function_arglist): Change assert.
4886
4887 2007-01-29  Paul Thomas  <pault@gcc.gnu.org>
4888
4889         PR fortran/30554
4890         * module.c (read_module): If a symbol is excluded by an ONLY
4891         clause, check to see if there is a symtree already loaded. If
4892         so, attach the symtree to the pointer_info.
4893
4894 2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>
4895
4896         PR libfortran/30389
4897         * gfortran.h: Remove gfc_simplify_init_1.
4898         * arith.h: Remove third argument from gfc_compare_string.
4899         * arith.c (gfc_compare_expression): Remove third argument
4900         from call to gfc_compare_string.
4901         (gfc_compare_string): Remove third argument xcoll_table.
4902         Remove use of xcoll_table.
4903         * misc.c (gfc_init_1): Remove call to gfc_simplify_init_1.
4904         * simplify.c (ascii_table): Remove.
4905         (xascii_table): Likewise.
4906         (gfc_simplify_achar): ICE if extract_int fails.  Remove use of
4907         ascii_table.  Warn if -Wsurprising and value < 0 or > 127.
4908         (gfc_simplify_char): ICE if extract_int fails. Error if
4909         value < 0 or value > 255.
4910         (gfc_simplify_iachar): Remove use of xascii_table.
4911         Char values outside of 0..255 are an ICE.
4912         (gfc_simplify_lge): Remove use of xascii_table.
4913         (gfc_simplify_lgt): Likewise.
4914         (gfc_simplify_lle): Likewise.
4915         (gfc_simplify_llt): Likewise.
4916         (invert_table): Remove.
4917         (gfc_simplify_init_1): Remove.
4918
4919 2007-01-27  Roger Sayle  <roger@eyesopen.com>
4920
4921         * trans-stmt.c (forall_info): Replace the next_nest and outer
4922         fields that previously implemented a doubly-linked list with a
4923         single prev_nest field (singly-linked list).
4924         (gfc_trans_nested_forall_loop): The nested_forall_info argument
4925         now denotes the innermost FORALL in the loop nest.
4926         (compute_overall_iter_number): Use prev_nest instead of next_nest.
4927         (gfc_trans_forall_1): Link/cons the new "info" to the head of the
4928         nested_forall_info linked list.  Free the current "info" when done.
4929
4930 2007-01-27  Paul Thomas  <pault@gcc.gnu.org>
4931
4932         PR fortran/30407
4933         * trans-expr.c (gfc_conv_operator_assign): New function.
4934         * trans.h : Add prototype for gfc_conv_operator_assign.
4935         * trans-stmt.c (gfc_trans_where_assign): Add a gfc_symbol for
4936         a potential operator assignment subroutine.  If it is non-NULL
4937         call gfc_conv_operator_assign instead of the first assignment.
4938         ( gfc_trans_where_2): In the case of an operator assignment,
4939         extract the argument expressions from the code for the
4940         subroutine call and pass the symbol to gfc_trans_where_assign.
4941         resolve.c (resolve_where, gfc_resolve_where_code_in_forall,
4942         gfc_resolve_forall_body): Resolve the subroutine call for
4943         operator assignments.
4944
4945 2007-01-26  Steven Bosscher  <stevenb.gcc@gmail.com>
4946             Steven G. Kargl <kargl@gcc.gnu.org>
4947
4948         PR fortran/30278
4949         * fortran/io.c (next_char): Deal with backslash escaped characters.
4950         Issue warnings in non -std=gnu cases.
4951         * fortran/primary.c (next_string_char): Issue warnings in non
4952
4953 2007-01-26  Tobias Burnus  <burnus@net-b.de>
4954
4955         * lang-specs.h: Add support for .f03 and .F03 extensions.
4956         * gfortran.texi: Document .f03 extension.
4957         * options.c (form_from_filename): Recognize .f03.
4958
4959 2007-01-25  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4960
4961         PR fortran/30437
4962         * lang.opt (Wall): Remove RejectNegative.
4963         * options.c (gfc_handle_option): Wall can be disabled.
4964         (set_Wall): Add a parameter for disabling Wall.
4965         
4966 2007-01-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
4967
4968         PR fortran/30532
4969         * scanner.c (load_line): Remove check fot ctrl-z and don't gobble.
4970         
4971 2007-01-23  Paul Thomas  <pault@gcc.gnu.org>
4972
4973         PR fortran/30481
4974         * match.c (gfc_match_namelist): Add check for assumed size character
4975         in namelist and provide error if found.
4976
4977 2007-01-21  Brooks Moses  <brooks.moses@codesourcery.com>
4978
4979         * intrinsic.texi (ACHAR): Added cross-references.
4980         (CHAR): Put cross-references in alphabetical order.
4981         (IACHAR): Added cross-references.
4982         (ICHAR): Added cross-references.
4983
4984 2007-01-20  Brooks Moses  <brooks.moses@codesourcery.com>
4985
4986         * intrinsic.texi: Edited all "Syntax" examples to a consistent form.
4987         (MAXVAL): Corrected description of result characteristics.
4988         (MINVAL): Same.
4989         (UMASK): Added documentation.
4990
4991 2007-01-20  Steven G. Kargl  <kargl@gcc.gnu.org>
4992
4993         * openmp.c, matchexp.c, module.c, scanner.c, resolve.c, st.c,
4994         parse.c, primary.c, options.c, misc.c, simplify.c: Next installment
4995         in the massive whitespace patch.
4996
4997 2007-01-20  Roger Sayle  <roger@eyesopen.com>
4998
4999         * module.c (mio_array_ref): The dimen_type fields of an array ref
5000         are an enumerated type and can't be read/written directly with a
5001         call to mio_integer.  Instead loop over and cast each element.
5002
5003 2007-01-20  Roger Sayle  <roger@eyesopen.com>
5004
5005         * dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL,
5006         i.e. that the ARRAY_REF doesn't mention components.
5007         * trans-array.c (gfc_constant_array_constructor_p): Export external
5008         function renamed from constant_array_constructor_p.
5009         (gfc_build_constant_array_constructor): Export.
5010         (gfc_trans_array_constructor): Update call to the renamed function
5011         constant_array_constructor_p.
5012         * trans-array.h (gfc_constant_array_constructor_p): Prototype here.
5013         (gfc_build_constant_array_constructor): Likewise.
5014         * trans-expr.c (gfc_build_memcpy_call): New helper function split
5015         out from gfc_trans_array_copy.
5016         (gfc_trans_array_copy): Use gfc_build_memcpy_call.
5017         (gfc_trans_array_constructor_copy): New function to optimize
5018         assigning an entire array from a constant array constructor.
5019         (gfc_trans_assignment): Call gfc_trans_array_constructor_copy
5020         when appropriate.
5021
5022 2007-01-20  Roger Sayle  <roger@eyesopen.com>
5023
5024         * trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless
5025         implementation for the SIGN intrinsic with integral operands.
5026         (gfc_conv_intrinsic_minmax): Fix whitespace.
5027
5028 2007-01-20  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5029
5030         * gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.
5031         * lang.opt: Add -fallow-leading-underscore.
5032         * match.c (gfc_match_name): Allow leading underscore in symbol
5033         name if -fallow-leading-underscore is used.
5034         * symbol.c (gfc_get_default_type): Add special case for symbol
5035         names beginning with an underscore.
5036         * trans-decl.c (gfc_get_extern_function_decl,
5037         gfc_build_intrinsic_function_decls): Add _gfortran prefix to
5038         library symbols selected_int_kind, selected_real_kind and 
5039         all specifics.
5040         * options.c (gfc_init_options, gfc_handle_option): Handle the
5041         new -fallow-leading-underscore option.
5042
5043 2007-01-20  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5044
5045         PR fortran/30446
5046         * options.c (gfc_handle_module_path_options): Path used in -J
5047         option is now added to the module search path.
5048
5049 2007-01-20  Richard Guenther  <rguenther@suse.de>
5050
5051         PR fortran/30223
5052         * f95-lang.c (gfc_init_builtin_functions): Provide cbrt and
5053         cexpi builtins if we have TARGET_C99_FUNCTIONS.  Provide
5054         sincos builtins if the target has sincos.
5055
5056 2007-01-19  Brooks Moses  <brooks.moses@codesourcery.com>
5057
5058         * intrinsic.texi (MATMUL): Corrected a typo.
5059         (MAX): Separated @var arguments.
5060         (MIN): Separated @var arguments.
5061
5062 2007-01-19  Brooks Moses  <brooks.moses@codesourcery.com>
5063
5064         * intrinsic.texi: general whitespace cleanup.
5065         (menu): Added TIME8, removed UNMASK.
5066         (AINT): Clarified argument requirement.
5067         (ANINT): Clarified argument requirement.
5068         (CEILING): Clarified argument requirement.
5069         (CHAR): Clarified argument requirement.
5070         (CMPLX): Clarified argument requirement.
5071         (DCMPLX): Clarified argument requirement.
5072         (FGET): Line rewrapping.
5073         (FLOOR): Clarified argument requirement.
5074         (GMTIME): Added documentation.
5075         (IAND): Added cross-reference.
5076         (IBCLR): Added cross-reference.
5077         (IBSET): Added cross-reference.
5078         (IEOR): Added cross-reference.
5079         (INT): Collapsed examples, clarified argument requirement.
5080         (IOR): Added cross-references.
5081         (LEN_TRIM): Corrected result kind.
5082         (LINK): Added cross-reference.
5083         (LLT): Removed "documentation pending".
5084         (LOGICAL): Added documentation.
5085         (LSHIFT): Added documentation.
5086         (LTIME): Added documentation.
5087         (MATMUL): Added documentation.
5088         (MAX): Added documentation.
5089         (MAXLOC): Added documentation.
5090         (MAXVAL): Added documentation.
5091         (MERGE): Added documentation.
5092         (MIN): Added documentation.
5093         (MINLOC): Added documentation.
5094         (MINVAL): Added documentation.
5095         (MVBITS): Moved to correct place, added documentation.
5096         (NOT): Added documentation.
5097         (PERROR): Added documentation.
5098         (RAN): Moved to correct place, added documentation.
5099         (REAL): Clarified argument requirement.
5100         (RENAME): Added documentation.
5101         (RSHIFT): Clarified argument requirement.
5102         (SIGN): Corrected table specification.
5103         (SYMLNK): Added documentation.
5104         (SYSTEM): Added documentation.
5105         (TIME): Added documentation.
5106         (TIME8): Added section and documentation.
5107         (UNMASK): Removed erroneous section.
5108
5109 2007-01-18  H.J. Lu  <hongjiu.lu@intel.com>
5110
5111         * trans-stmt.c (compute_overall_iter_number): Fix a typo.
5112
5113 2007-01-18  Roger Sayle  <roger@eyesopen.com>
5114
5115         * trans-expr.c (copyable_array_p): Consider user derived types without
5116         allocatable components to be copyable.
5117
5118 2007-01-18  Roger Sayle  <roger@eyesopen.com>
5119
5120         * trans-stmt.c (compute_overall_iter_number): Enhance to precompute
5121         the number of interations in unconditional FORALL nests with constant
5122         bounds.
5123
5124 2007-01-18  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5125             Tobias Burnus  <burnus@net-b.de>
5126
5127         PR libfortran/29649
5128         * gfortran.h (gfc_option_t): Add flag_dump_core.
5129         * lang.opt: Add -fdump-core option.
5130         * invoke.texi: Document the new options.
5131         * trans-decl.c (gfc_build_builtin_function_decls): Add new
5132           options to the call to set_std.
5133         * options.c (gfc_init_options, gfc_handle_option): Set the
5134           new options.
5135
5136 2007-01-17  Paul Thomas  <pault@gcc.gnu.org>
5137
5138         PR fortran/30476
5139         * module.c (load_generic_interfaces): Make the marking of the
5140         symbol as ambiguous conditional on the module names being
5141         different.
5142         (write_generic): Ensure that the generic interface has a
5143         non-NULL module field.
5144
5145 2007-01-16  Roger Sayle  <roger@eyesopen.com>
5146
5147         PR fortran/30404
5148         * trans-stmt.c (forall_info): Remove pmask field.
5149         (gfc_trans_forall_loop): Remove NVAR argument, instead assume that
5150         NVAR covers all the interation variables in the current forall_info.
5151         Add an extra OUTER parameter, which specified the loop header in
5152         which to place mask index initializations.
5153         (gfc_trans_nested_forall_loop): Remove NEST_FLAG argument.
5154         Change the semantics of MASK_FLAG to only control the mask in the
5155         innermost loop.
5156         (compute_overall_iter_number): Optimize the trivial case of a
5157         top-level loop having a constant number of iterations.  Update
5158         call to gfc_trans_nested_forall_loop.  Calculate the number of
5159         times the inner loop will be executed, not to size of the 
5160         iteration space.
5161         (allocate_temp_for_forall_nest_1): Reuse SIZE as BYTESIZE when
5162         sizeof(type) == 1.  Tidy up.
5163         (gfc_trans_assign_need_temp): Remove NEST_FLAG argument from calls
5164         to gfc_trans_nested_forall_loop.
5165         (gfc_trans_pointer_assign_need_temp): Likewise.
5166         (gfc_trans_forall_1): Remove unused BYTESIZE, TMPVAR, SIZEVAR and
5167         LENVAR local variables.  Split mask allocation into a separate
5168         hunk/pass from mask population.  Use allocate_temp_for_forall_nest
5169         to allocate the FORALL mask with the correct size.  Update calls
5170         to gfc_trans_nested_forall_loop.
5171         (gfc_evaluate_where_mask): Update call to
5172         gfc_trans_nested_forall_loop.
5173         (gfc_trans_where_2): Likewise.
5174
5175 2007-01-15  Paul Thomas  <pault@gcc.gnu.org>
5176
5177         PR fortran/28172
5178         * trans-stmt.c (gfc_trans_call): If it does not have one, get
5179         a backend_decl for an alternate return.
5180
5181         PR fortran/29389
5182         * resolve.c (pure_function): Statement functions are pure. Note
5183         that this will have to recurse to comply fully with F95.
5184
5185         PR fortran/29712
5186         * resolve.c (resolve_function): Only a reference to the final
5187         dimension of an assumed size array is an error in an inquiry
5188         function.
5189
5190         PR fortran/30283
5191         * resolve.c (resolve_function): Make sure that the function
5192         expression has a type.
5193
5194 2007-01-14  Paul Thomas  <pault@gcc.gnu.org>
5195
5196         PR fortran/30410
5197         * trans-decl.c (gfc_sym_mangled_function_id): Module, external
5198         symbols must not have the module name prepended.
5199
5200 2007-01-11  Thomas Koenig  <Thomas.Koenig@online.de>
5201
5202         PR libfortran/30415
5203         * iresolve.c (gfc_resolve_maxloc): If the rank
5204         of the return array is nonzero and we process an
5205         integer array smaller than default kind, coerce
5206         the array to default integer.
5207         * iresolve.c (gfc_resolve_minloc): Likewise.
5208
5209 2007-01-11  Brooks Moses  <brooks.moses@codesourcery.com>
5210
5211         * simplify.c: Update copyright to 2007.
5212         * scanner.c: Same.
5213
5214 2007-01-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5215
5216         PR fortran/30430
5217         * scanner.c (gfc_release_include_path): Free gfc_option.module_dir
5218         only once!
5219
5220 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
5221
5222         * simplify.c (gfc_simplify_ibclr): Fix POS comparison.
5223         (gfc_simplify_ibset): Same.
5224
5225 2007-01-09  Brooks Moses  <brooks.moses@codesourcery.com>
5226
5227         PR 30381
5228         PR 30420
5229         * simplify.c (convert_mpz_to_unsigned): New function.
5230         (convert_mpz_to_signed): New function, largely based on
5231         twos_complement().
5232         (twos_complement): Removed.
5233         (gfc_simplify_ibclr): Add conversions to and from an
5234         unsigned representation before bit-twiddling.
5235         (gfc_simplify_ibset): Same.
5236         (gfc_simplify_ishftc): Add checks for overly large
5237         constant arguments, only check the third argument if
5238         it's present, carry over high bits into the result as
5239         appropriate, and perform the final conversion back to
5240         a signed representation using the correct sign bit.
5241         (gfc_simplify_not): Removed unnecessary masking.
5242
5243 2007-01-09  Paul Thomas  <pault@gcc.gnu.org>
5244
5245         PR fortran/30408
5246         * resolve.c (resolve_code): Use the code->expr character length
5247         directly to set length of llen.
5248
5249 2007-01-09  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
5250
5251         PR fortran/30408
5252         * lang.opt: Add Wcharacter_truncation option.
5253         * options.c (gfc_init_options): Initialize
5254         gfc_option.warn_character_truncation to zero.
5255         (gfc_handle_option): Add case for OPT_Wcharacter_truncation.
5256
5257 2007-01-08  Steven G. Kargl  <kargl@gcc.gnu.org>
5258
5259         * interface.c, intrinsic.c, gfortranspec.c, io.c, f95-lang.c,
5260         iresolve.c, match.c: Update Copyright years.  Whitespace.
5261
5262 2007-01-08  Richard Guenther  <rguenther@suse.de>
5263
5264         * trans-io.c (transfer_array_desc): Use build_int_cst instead
5265         of build_int_cstu.
5266
5267 2007-01-08  Roger Sayle  <roger@eyesopen.com>
5268
5269         * trans-array.c (constant_array_constructor_p): New function to
5270         determine whether an array constructor consists only of constant
5271         elements, and if so return it's size.
5272         (gfc_build_constant_array_constructor): Construct a statically
5273         initialized gfortran array for a given EXPR_ARRAY.
5274         (gfc_trans_constant_array_constructor): Efficiently scalarize
5275         a constant array constructor.
5276         (gfc_trans_array_constructor): Tidy up use of CONST_STRING.
5277         Special case scalarization of constant array constructors, all of
5278         whose elements are specified, using constant_array_constructor_p 
5279         and gfc_trans_constant_array_constructor.
5280         (gfc_conv_scalarized_array_ref): Check whetger info->offset is zero
5281         before adding it to index, to avoid creating a NON_LVALUE_EXPR.
5282
5283 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
5284
5285         gfortran.texi: Fix typos.
5286
5287 2007-01-07  Steven G. Kargl  <kargl@gcc.gnu.org>
5288
5289         * decl.c, dump-parse-tree.c, error.c, data.c, expr.c, dependency.c,
5290         convert.c: Update Copyright dates.  Fix whitespace.
5291
5292 2007-01-07  Bernhard Fischer  <aldot@gcc.gnu.org>
5293
5294         * data.c (gfc_assign_data_value): Fix whitespace.
5295
5296 2007-01-07  Bernhard Fischer  <aldot@gcc.gnu.org>
5297
5298         * trans-array.c (gfc_trans_create_temp_array, gfc_array_init_size):
5299         Commentary typo fix.
5300
5301 2007-01-07  Bernhard Fischer  <aldot@gcc.gnu.org>
5302
5303         PR fortran/27698
5304         * match.c (gfc_match_name): Print diagnostics for invalid
5305         character in names.
5306
5307 2007-01-06  Steven G. Kargl  <kargl@gcc.gnu.org>
5308
5309         * array.c: Fix whitespace in comment table.
5310
5311 2007-01-06  Steven G. Kargl  <kargl@gcc.gnu.org>
5312
5313         * array.c, bbt.c, check.c: Update copyright years.  Whitespace.
5314
5315 2007-01-06  Steven G. Kargl  <kargl@gcc.gnu.org>
5316
5317         * arith.c: Update copyright years.  Whitespace.
5318
5319 2007-01-05  Roger Sayle  <roger@eyesopen.com>
5320
5321         * trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize
5322         array assignments split out from gfc_trans_assignment.
5323         (gfc_trans_array_copy): New function to implement array to array
5324         copies via calls to __builtin_memcpy.
5325         (copyable_array_p): New helper function to identify an array of
5326         simple/POD types, that may be copied/assigned using memcpy.
5327         (gfc_trans_assignment): Use gfc_trans_array_copy to handle simple
5328         whole array assignments considered suitable by copyable_array_p.
5329         Invoke gfc_trans_assignment_1 to perform the fallback scalarization.
5330
5331 2007-01-05  Roger Sayle  <roger@eyesopen.com>
5332
5333         * trans-array.c (gfc_trans_array_constructor_value): Make the
5334         static const "data" array as TREE_READONLY.
5335         * trans-stmt.c (gfc_trans_character_select): Likewise.
5336
5337 2007-01-05  Roger Sayle  <roger@eyesopen.com>
5338
5339         * trans-array.c (gfc_conv_loop_setup): Test whether the loop
5340         stride is one, to avoid fold_build2 introducing a useless
5341         NON_LVALUE_EXPR node.
5342
5343 2007-01-05  Tobias Burnus  <burnus@net-b.de>
5344
5345         * symbol.c (check_conflict): Fix error message.
5346
5347 2007-01-05  Paul Thomas  <pault@gcc.gnu.org>
5348
5349         PR fortran/23232
5350         * decl.c (gfc_in_match_data, gfc_set_in_match_data): New
5351         functions to signal that a DATA statement is being matched.
5352         (gfc_match_data): Call gfc_set_in_match_data on entry and on
5353         exit.
5354         * gfortran.h : Add prototypes for above.
5355         * expr.c (check_init_expr): Avoid check on parameter or
5356         variable if gfc_in_match_data is true.
5357         (gfc_match_init_expr): Do not call error on non-reduction of
5358         expression if gfc_in_match_data is true.
5359
5360         PR fortran/27996
5361         PR fortran/27998
5362         * decl.c (gfc_set_constant_character_len): Add boolean arg to
5363         flag array constructor resolution.  Warn if string is being
5364         truncated.  Standard dependent error if string is padded. Set
5365         new arg to false for all three calls to
5366         gfc_set_constant_character_len.
5367         * match.h : Add boolean arg to prototype for
5368         gfc_set_constant_character_len.
5369         * gfortran.h : Add warn_character_truncation to gfc_options.
5370         * options.c (set_Wall): Set warn_character_truncation if -Wall
5371         is set.
5372         * resolve.c (resolve_code): Warn if rhs string in character
5373         assignment has to be truncated.
5374         * array.c (gfc_resolve_character_array_constructor): Set new
5375         argument to true for call to gfc_set_constant_character_len.
5376
5377 2007-01-05  Tobias Burnus  <burnus@net-b.de>
5378
5379         PR fortran/29624
5380         * interface.c (compare_parameter_intent): New function.
5381           (check_intents): Support pointer intents.
5382         * symbol.c (check_conflict): Support pointer intents,
5383           better conflict_std message.
5384         * expr.c (gfc_check_assign,gfc_check_pointer_assign):
5385           Support pointer intents.
5386         * resolve.c (resolve_deallocate_expr,resolve_allocate_expr):
5387           Support pointer intents.
5388
5389 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5390
5391         PR 30371
5392         * check.c (gfc_check_kill_sub): Add checks for non-scalar
5393         arguments.
5394
5395 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5396
5397         * intrinsic.texi: Minor cleanup, reflowing overlong
5398         paragraphs, and correcting whitespace.
5399
5400 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5401
5402         * intrinsic.texi (LBOUND): Add documentation.
5403         (LGE): Add documentation.
5404         (LGT): Add documentation.
5405         (LINK): Add documentation.
5406         (LLE): Add documentation.
5407         (LLT): Add documentation.
5408         (LNBLNK): Add documentation.
5409         (UBOUND): Add documentation.
5410         (UNLINK): Add documentation.
5411
5412 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5413
5414         * intrinsic.texi (IAND): Clarify argument specifications.
5415         (IBCLR): Add documentation.
5416         (IBITS): Add documentation.
5417         (IBSET): Add documentation.
5418         (IEOR): Add documentation.
5419         (IERRNO): Add documentation.
5420         (INDEX): Add documentation.
5421         (IOR): Add documentation.
5422         (ISHFT): Add documentation.
5423         (ISHFTC): Add documentation.
5424         (KILL): Add documentation.
5425         (LEN_TRIM): Add documentation.
5426
5427 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5428
5429         PR 30235
5430         * interface.c (compare_actual_formal): check for
5431         alternate returns when iterating over non-present
5432         arguments.
5433
5434 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5435
5436         * invoke.texi: Update manpage copyright to include 2007.
5437
5438 2007-01-04  Brooks Moses  <brooks.moses@codesourcery.com>
5439
5440         * gfortran.texi: Update copyright to include 2007.
5441         * intrinsic.texi: Update copyright to include 2007.
5442         * invoke.texi: Update copyright to include 2007.
5443
5444 2007-01-02  Tobias Burnus  <burnus@net-b.de>
5445             Jakub Jelinek  <jakub@redhat.com>
5446
5447         PR fortran/30276
5448         * scanner.c (open_included_file): Revert patch.
5449           (gfc_open_included_file): Support absolute pathnames.
5450           (gfc_open_intrinsic_module): Support absolute pathnames.
5451
5452 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5453
5454         * gfortran.texi (GNU Fortran and GCC): Rewrite
5455
5456 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5457
5458         * gfortran.texi (Introduction): Lower "Part I:
5459         Introduction" to a chapter, renumber Parts II and III to
5460         Parts I and II.
5461         * intrinsic.texi (Introduction): Rename to "Introduction
5462         to Intrinsics" to avoid conflict with the new chapter.
5463
5464 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5465
5466         * intrinsic.texi (Introduction): Rewrite first paragraph.
5467
5468 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5469
5470         * invoke.texi (OpenMP): Added index entry.
5471         * gfortran.texi (title page): Removed erroneous '*'.
5472
5473 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5474
5475         * gfortran.texi (GFORTRAN_DEFAULT_RECL): Added units
5476         to description.
5477         (Extensions): Miscellaneous minor rewriting and copyediting.
5478         (BOZ-literal constants): Renamed from Hexadecimal constants.
5479         (Hollerith constants support): Added explanation and 
5480         suggestions for standard-conforming modern equivalents.
5481
5482 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5483
5484         * intrinsic.texi: Improvements to index entries; change
5485         @findex entries to @cindex entries.
5486         * invoke.texi: Standardize and improve index entries.
5487         * gfortran.texi: Fix @code in one index entry.
5488
5489 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5490
5491         * invoke.texi: Change @code-type macros to appropriate
5492         variants (@command, @option, etc.)
5493         * gfortran.texi: Same.
5494
5495 2007-01-03  Brooks Moses  <brooks.moses@codesourcery.com>
5496
5497         * intrinsic.texi: Various minor cleanups.
5498
5499 2007-01-02  Steven G. Kargl  <kargls@comcast.net>
5500
5501         * trans-intrinsic.c (gfc_conv_intrinsic_ibits): Fix call to
5502         build_int_cst.
5503
5504 2007-01-02  Tobias Burnus  <burnus@net-b.de>
5505
5506         PR fortran/30276
5507         * scanner.c (open_included_file): Support full-path filenames.
5508
5509 2007-01-02  Paul Thomas  <pault@gcc.gnu.org>
5510
5511         PR fortran/20896
5512         * interface.c (check_sym_interfaces): Remove call to
5513         resolve_global_procedure.
5514         gfortran.h : Remove prototype for resolve_global_procedure.
5515         resolve.c (resolve_global_procedure): Add static attribute
5516         to function declaration.
5517
5518 2007-01-01  Steven G. Kargl  <kargls@comcast.net>
5519
5520         * ChangeLog: Copy to ...
5521         * ChangeLog-2006: here.