OSDN Git Service

21c615483ede7fb4220ba0f1ee56e5c2d9c4f392
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2009-12-11  Daniel Franke  <franke.daniel@gmail.com>
2
3         PR fortran/40290
4         * expr.c (gfc_type_convert_binary): Added warn-on-conversion flag,
5         passed on to gfc_convert_type_warn() instead of gfc_convert_type();
6         enabled warnings on all callers but ...
7         * arith.c (eval_intrinsic): Disabled warnings on implicit type
8         conversion.
9         * gfortran.h gfc_type_convert_binary): Adjusted prototype.
10
11 2009-12-11 Janus Weil  <janus@gcc.gnu.org>
12
13         PR fortran/42335
14         * symbol.c (select_type_insert_tmp): Add an extra check for
15         error recovery.
16
17 2009-12-10  Daniel Franke  <franke.daniel@gmail.com>
18
19         PR fortran/40287
20         * iresolve.c (resolve_mask_arg): Disabled warning on conversion
21         to LOGICAL(1).
22
23 2009-12-10  Daniel Franke  <franke.daniel@gmail.com>
24
25         PR fortran/41369
26         * parse.c (match_deferred_characteristics): Removed check for empty
27         types in function return values.
28
29 2009-12-10  Daniel Franke  <franke.daniel@gmail.com>
30
31         PR fortran/34402
32         * expr.c (check_alloc_comp_init): New.
33         (check_init_expr): Verify that allocatable components
34         are not data-initalized.
35
36 2008-12-08  Daniel Kraft  <d@domob.eu>
37
38         PR fortran/41177
39         * gfortran.h (struct symbol_attribute): New flag `class_pointer'.
40         * symbol.c (gfc_build_class_symbol): Set the new flag.
41         * resolve.c (update_compcall_arglist): Remove wrong check for
42         non-scalar base-object.
43         (check_typebound_baseobject): Add the correct version here as well
44         as some 'not implemented' message check in the old case.
45         (resolve_typebound_procedure): Check that the passed-object dummy
46         argument is scalar, non-pointer and non-allocatable as it should be.
47
48 2009-12-08  Tobias Burnus  <burnus@net-b.de>
49
50         PR fortran/40961
51         PR fortran/40377
52         * gfortran.texi (Non-Fortran Main Program): Add
53         _gfortran_set_fpe documentation.
54         (Interoperability with C): Mention array storage order.
55
56 2009-12-07  Daniel Franke  <franke.daniel@gmail.com>
57
58         PR fortran/41940
59         * match.c (gfc_match_allocate): Improved error message for
60         allocatable scalars that are allocated with a shape.
61
62 2009-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
63
64         PR other/40302
65         * arith.c: Remove HAVE_mpc* checks throughout.
66         * expr.c: Likewise.
67         * gfortran.h: Likewise.
68         * resolve.c: Likewise.
69         * simplify.c: Likewise.
70         * target-memory.c: Likewise.
71         * target-memory.h: Likewise.
72
73 2009-12-06  Daniel Franke  <franke.daniel@gmail.com>
74
75         PR fortran/40904
76         * intrinsics.texi: Fixed description of COUNT.
77
78 2009-12-01  Janne Blomqvist  <jb@gcc.gnu.org>
79
80         PR fortran/42131
81         * trans-stmt.c (gfc_trans_do): Sign test using ternary operator.
82
83 2009-11-30  Janus Weil  <janus@gcc.gnu.org>
84
85         PR fortran/42053
86         * resolve.c (resolve_select_type): Check for duplicate CLASS IS blocks.
87
88 2009-11-30  Janus Weil  <janus@gcc.gnu.org>
89
90         PR fortran/41631
91         * decl.c (gfc_match_derived_decl): Set extension level.
92         * gfortran.h (symbol_attribute): Expand 'extension' bit field to 8 bit.
93         * iresolve.c (gfc_resolve_extends_type_of): Return value of
94         'is_extension_of' has kind=4.
95         * match.c (select_type_set_tmp,gfc_match_class_is): Create temporary
96         for CLASS IS blocks.
97         * module.c (MOD_VERSION): Bump module version.
98         (ab_attribute,attr_bits): Remove AB_EXTENSION.
99         (mio_symbol_attribute): Handle expanded 'extension' field.
100         * resolve.c (resolve_select_type): Implement CLASS IS blocks.
101         (resolve_fl_variable_derived): Show correct type name.
102         * symbol.c (gfc_build_class_symbol): Set extension level.
103
104 2009-11-30  Janus Weil  <janus@gcc.gnu.org>
105
106         * intrinsic.h (gfc_resolve_extends_type_of): Add prototype.
107         * intrinsic.c (add_functions): Use 'gfc_resolve_extends_type_of'.
108         * iresolve.c (gfc_resolve_extends_type_of): New function, which
109         replaces the call to EXTENDS_TYPE_OF by the library function
110         'is_extension_of' and modifies the arguments.
111         * trans-intrinsic.c (gfc_conv_extends_type_of): Removed.
112         (gfc_conv_intrinsic_function): FOR EXTENDS_TYPE_OF, don't call
113         gfc_conv_extends_type_of but gfc_conv_intrinsic_funcall.
114
115 2009-11-30  Paul Thomas  <pault@gcc.gnu.org>
116             Janus Weil  <janus@gcc.gnu.org>
117
118         * decl.c (encapsulate_class_symbol): Replaced by
119         'gfc_build_class_symbol'.
120         (build_sym,build_struct): Call 'gfc_build_class_symbol'.
121         (gfc_match_derived_decl): Replace vindex by hash_value.
122         * dump-parse-tree.c (show_symbol): Replace vindex by hash_value.
123         * gfortran.h (symbol_attribute): Add field 'vtab'.
124         (gfc_symbol): Replace vindex by hash_value.
125         (gfc_class_esym_list): Ditto.
126         (gfc_get_derived_type,gfc_build_class_symbol,gfc_find_derived_vtab):
127         New prototypes.
128         * module.c (mio_symbol): Replace vindex by hash_value.
129         * resolve.c (vindex_expr): Rename to 'hash_value_expr'.
130         (resolve_class_compcall,resolve_class_typebound_call): Renamed
131         'vindex_expr'.
132         (resolve_select_type): Replace $vindex by $vptr->$hash.
133         * symbol.c (gfc_add_save): Handle vtab symbols.
134         (gfc_type_compatible): Rewrite.
135         (gfc_build_class_symbol): New function which replaces
136         'encapsulate_class_symbol'.
137         (gfc_find_derived_vtab): New function to set up a vtab symbol for a
138         derived type.
139         * trans-decl.c (gfc_create_module_variable): Handle vtab symbols.
140         * trans-expr.c (select_class_proc): Replace vindex by hash_value.
141         (gfc_conv_derived_to_class): New function to construct a temporary
142         CLASS variable from a derived type expression.
143         (gfc_conv_procedure_call): Call 'gfc_conv_derived_to_class'.
144         (gfc_conv_structure): Initialize the $extends and $size fields of
145         vtab symbols.
146         (gfc_trans_class_assign): Replace $vindex by $vptr. Remove the $size
147         assignment.
148         * trans-intrinsic.c (gfc_conv_same_type_as): Replace $vindex by
149         $vptr->$hash, and replace vindex by hash_value.
150         * trans-stmt.c (gfc_trans_allocate): Insert $vptr references, replace
151         $vindex by $vptr. Remove the $size assignment.
152         * trans-types.c (gfc_get_derived_type): Make it non-static.
153
154 2009-11-30  Thomas Koenig  <tkoenig@gcc.gnu.org>
155
156         PR fortran/42131
157         * trans-stmt.c (gfc_trans_do):  Calculate loop count
158         without if statements.
159
160 2009-11-28  Jakub Jelinek  <jakub@redhat.com>
161
162         * trans-common.c (create_common): Remove unused offset variable.
163         * io.c (gfc_match_wait): Remove unused loc variable.
164         * trans-openmp.c (gfc_trans_omp_clauses): Remove unused old_clauses
165         variable.
166         (gfc_trans_omp_do): Remove unused outermost variable.
167         * iresolve.c (gfc_resolve_alarm_sub, gfc_resolve_fseek_sub): Remove
168         unused status variable.
169         * module.c (number_use_names): Remove unused c variable.
170         (load_derived_extensions): Remove unused nuse variable.
171         * trans-expr.c (gfc_conv_substring): Remove unused var variable.
172         * trans-types.c (gfc_get_array_descr_info): Remove unused offset_off
173         variable.
174         * matchexp.c (match_primary): Remove unused where variable.
175         * trans-intrinsic.c (gfc_conv_intrinsic_bound): Remove unused cond2
176         variable.
177         (gfc_conv_intrinsic_sizeof): Remove unused source variable.
178         (gfc_conv_intrinsic_transfer): Remove unused stride variable.
179         (gfc_conv_intrinsic_function): Remove unused isym variable.
180         * arith.c (gfc_hollerith2real, gfc_hollerith2complex,
181         gfc_hollerith2logical): Remove unused len variable.
182         * parse.c (parse_derived): Remove unused derived_sym variable.
183         * decl.c (variable_decl): Remove unused old_locus variable.
184         * resolve.c (check_class_members): Remove unused tbp_sym variable.
185         (resolve_ordinary_assign): Remove unused assign_proc variable.
186         (resolve_equivalence): Remove unused value_name variable.
187         * data.c (get_array_index): Remove unused re variable.
188         * trans-array.c (gfc_conv_array_transpose): Remove unused src_info
189         variable.
190         (gfc_conv_resolve_dependencies): Remove unused aref and temp_dim
191         variables.
192         (gfc_conv_loop_setup): Remove unused dim and len variables.
193         (gfc_walk_variable_expr): Remove unused head variable.
194         * match.c (match_typebound_call): Remove unused var variable.
195         * intrinsic.c (gfc_convert_chartype): Remove unused from_ts variable.
196
197 2009-11-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
198
199         PR fortran/41807
200         * trans-const.c (gfc_conv_const): Set se->expr to a constant on error.
201
202 2009-11-26  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
203
204         PR fortran/41278
205         * trans-array.c (gfc_conv_array_transpose): Delete unnecessary assert.
206
207 2009-11-26  Janus Weil  <janus@gcc.gnu.org>
208
209         PR fortran/42048
210         PR fortran/42167
211         * gfortran.h (gfc_is_function_return_value): New prototype.
212         * match.c (gfc_match_call): Use new function
213         'gfc_is_function_return_value'.
214         * primary.c (gfc_is_function_return_value): New function to check if a
215         symbol is the return value of an encompassing function.
216         (match_actual_arg,gfc_match_rvalue,match_variable): Use new function
217         'gfc_is_function_return_value'.
218         * resolve.c (resolve_common_blocks,resolve_actual_arglist): Ditto.
219
220 2009-11-25  Jakub Jelinek  <jakub@redhat.com>
221
222         PR fortran/42162
223         * trans-openmp.c (gfc_trans_omp_do): When dovar isn't a VAR_DECL,
224         don't use simple loop and handle clauses properly.
225
226 2009-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
227
228         PR fortran/42008
229         * decl.c (variable_decl): Do not error on initialization within a
230         derived type specification of a pure procedure.
231
232 2009-11-24  Janus Weil  <janus@gcc.gnu.org>
233
234         PR fortran/42045
235         * resolve.c (resolve_actual_arglist): Make sure procedure pointer
236         actual arguments are resolved correctly.
237         (resolve_function): An EXPR_FUNCTION which is a procedure pointer
238         component, has already been resolved.
239         (resolve_fl_derived): Procedure pointer components should not be
240         implicitly typed.
241
242 2009-11-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
243
244         PR fortran/41807
245         * trans-const.c (gfc_conv_const): Fix typo in comment. Replace assert
246         with error message if not constant.
247         * resolve.c (next_data_value): Delete check for constant.
248
249 2009-11-20  Janus Weil  <janus@gcc.gnu.org>
250
251         * intrinsic.texi (C_F_PROCPOINTER): Remove obsolete comment.
252
253 2009-11-20  Paul Thomas  <pault@gcc.gnu.org>
254             Janus Weil  <janus@gcc.gnu.org>
255
256         PR fortran/42104
257         * trans-expr.c (gfc_conv_procedure_call): If procedure pointer
258         component call, use the component's 'always_explicit' attr
259         for array arguments.
260
261 2009-11-19  Janus Weil  <janus@gcc.gnu.org>
262
263         * trans-expr.c (conv_isocbinding_procedure): New function.
264         (gfc_conv_procedure_call): Move ISO_C_BINDING stuff to
265         separate function.
266
267 2009-11-19  Tobias Burnus  <burnus@net-b.de>
268
269         * gfortran.texi (Interoperable Subroutines and Functions): Fix
270         example.
271
272 2009-11-18  Janus Weil  <janus@gcc.gnu.org>
273
274         PR fortran/42072
275         * trans-expr.c (gfc_conv_procedure_call): Handle procedure pointer
276         dummies which are passed to C_F_PROCPOINTER.
277
278 2009-11-18  Alexandre Oliva  <aoliva@redhat.com>
279
280         * module.c (mio_f2k_derived): Initialize op.
281
282 2009-11-15  Janus Weil  <janus@gcc.gnu.org>
283
284         PR fortran/42048
285         * match.c (gfc_match_call): If we're inside a function with derived
286         type return value, allow calling a TBP of the result variable.
287
288 2009-11-12  Tobias Burnus  <burnus@net-b.de>
289
290         * intrinsic.texi (XOR): Refer also to .NEQV.
291         (ISO_FORTRAN_ENV): State which parameters are F2008.
292
293 2009-11-11  Janus Weil  <janus@gcc.gnu.org>
294
295         PR fortran/41978
296         * resolve.c (resolve_ref): Take care of procedure pointer component
297         references.
298
299 2009-11-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
300
301         PR fortran/41909
302         * resolve.c (is_illegal_recursion): Return false if sym is program.
303
304 2009-11-06  Steven G. Kargl  <kargl@gcc.gnu.org>
305
306         * resolve.c (check_typebound_override): Remove duplicate "in" in error
307         message.
308
309 2009-11-05  Steven G. Kargl  <kargl@gcc.gnu.org>
310
311         PR fortran/41918
312         * fortran/trans-decl.c: Silence intent(out) warning for derived type
313         dummy arguments with default initialization.
314
315 2009-11-05  Janus Weil  <janus@gcc.gnu.org>
316
317         PR fortran/41556
318         * interface.c (matching_typebound_op,gfc_extend_assign): Handle CLASS
319         variables.
320
321 2009-11-05  Janus Weil  <janus@gcc.gnu.org>
322
323         PR fortran/41556
324         PR fortran/41873
325         * resolve.c (resolve_function,resolve_call): Prevent abstract interfaces
326         from being called, but allow deferred type-bound procedures with
327         abstract interface.
328
329 2009-11-04  Tobias Burnus <burnus@gcc.gnu.org>
330             Janus Weil  <janus@gcc.gnu.org>
331
332         PR fortran/41556
333         PR fortran/41937
334         * interface.c (gfc_check_operator_interface): Handle CLASS arguments.
335         * resolve.c (resolve_allocate_expr): Handle allocatable components of
336         CLASS variables.
337
338 2009-11-04  Richard Guenther  <rguenther@suse.de>
339
340         * options.c (gfc_post_options): Rely on common code processing
341         LTO options.  Only enable -fwhole-file here.
342
343 2009-11-03  Tobias Burnus  <burnus@net-b.de>
344
345         PR fortran/41907
346         * trans-expr.c (gfc_conv_procedure_call): Fix presence check
347         for optional arguments.
348
349 2009-11-01  Tobias Burnus  <burnus@net-b.de>
350
351         PR fortran/41872
352         * trans-decl.c (gfc_trans_deferred_vars): Do not nullify
353         autodeallocated allocatable scalars at the end of scope.
354         (gfc_generate_function_code): Fix indention.
355         * trans-expr.c (gfc_conv_procedure_call): For allocatable
356         scalars, fix calling by reference and autodeallocating
357         of intent out variables.
358
359 2009-11-01  Tobias Burnus  <burnus@net-b.de>
360
361         PR fortran/41850
362         * trans-expr.c (gfc_conv_procedure_call): Deallocate intent-out
363         variables only when present. Remove unneccessary present check.
364
365 2009-10-29  Tobias Burnus  <burnus@net-b.de>
366
367         PR fortran/41777
368         * trans-expr.c (gfc_conv_procedure_call,gfc_conv_expr_reference):
369         Use for generic EXPR_FUNCTION the attributes of the specific
370         function.
371
372 2009-10-29  Janne Blomqvist  <jb@gcc.gnu.org>
373
374         PR fortran/41860
375         * resolve.c (apply_default_init_local): Treat -fno-automatic as if
376         var was saved.
377
378 2009-10-28  Rafael Avila de Espindola  <espindola@google.com>
379
380         * trans-common.c (create_common): Set TREE_PUBLIC to false on
381         fake variables.
382
383 2009-10-26  Janus Weil  <janus@gcc.gnu.org>
384
385         PR fortran/41714
386         * trans.c (gfc_trans_code): Remove call to
387         'tree_annotate_all_with_location'. Location should already be set.
388         * trans-openmp.c (gfc_trans_omp_workshare): Ditto.
389         * trans-stmt.c (gfc_trans_allocate): Do correct data initialization for
390         CLASS variables with SOURCE tag, plus some cleanup.
391
392 2009-10-24  Janus Weil  <janus@gcc.gnu.org>
393             Paul Thomas  <pault@gcc.gnu.org>
394
395         PR fortran/41784
396         * module.c (load_derived_extensions): Skip symbols which are not being
397         loaded.
398
399 2009-10-24  Paul Thomas  <pault@gcc.gnu.org>
400
401         PR fortran/41772
402         * trans-intrinsic.c (gfc_conv_intrinsic_transfer): Stop'extent'
403         from going negative.
404
405 2009-10-23  Janus Weil  <janus@gcc.gnu.org>
406
407         PR fortran/41800
408         * trans-expr.c (gfc_trans_scalar_assign): Handle CLASS variables.
409
410 2009-10-23  Janus Weil  <janus@gcc.gnu.org>
411
412         PR fortran/41758
413         * match.c (conformable_arrays): Move to resolve.c.
414         (gfc_match_allocate): Don't resolve SOURCE expr yet, and move some
415         checks to resolve_allocate_expr.
416         * resolve.c (conformable_arrays): Moved here from match.c.
417         (resolve_allocate_expr): Moved some checks here from gfc_match_allocate.
418         (resolve_code): Resolve SOURCE tag for ALLOCATE expressions.
419
420 2009-10-22  Janus Weil  <janus@gcc.gnu.org>
421
422         PR fortran/41781
423         * resolve.c (resolve_codes): Don't clear 'cs_base' for BLOCK constructs,
424         to make sure labels are treated correctly.
425         * symbol.c (gfc_get_st_label): Create labels in the right namespace.
426         For BLOCK constructs go into the parent namespace.
427
428 2009-10-21  Janus Weil  <janus@gcc.gnu.org>
429
430         PR fortran/41706
431         PR fortran/41766
432         * match.c (select_type_set_tmp): Set flavor for temporary.
433         * resolve.c (resolve_class_typebound_call): Correctly resolve actual
434         arguments.
435
436 2009-10-20  Paul Thomas  <pault@gcc.gnu.org>
437
438         PR fortran/41706
439         * resolve.c (resolve_arg_exprs): New function.
440         (resolve_class_compcall): Call the above.
441         (resolve_class_typebound_call): The same.
442
443 2009-10-19  Janus Weil  <janus@gcc.gnu.org>
444
445         PR fortran/41586
446         * parse.c (parse_derived): Correctly set 'alloc_comp' and 'pointer_comp'
447         for CLASS variables.
448         * trans-array.c (structure_alloc_comps): Handle deallocation and
449         nullification of allocatable scalar components.
450         * trans-decl.c (gfc_get_symbol_decl): Remember allocatable scalars for
451         automatic deallocation.
452         (gfc_trans_deferred_vars): Automatically deallocate allocatable scalars.
453
454 2009-10-19  Tobias Burnus  <burnus@net-b.de>
455             Steven G. Kargl  <kargl@gcc.gnu.org>
456
457         PR fortran/41755
458         * symbol.c (gfc_undo_symbols): Add NULL check.
459         * match.c (gfc_match_equivalence): Add check for
460         missing comma.
461
462 2009-10-19  Richard Guenther  <rguenther@suse.de>
463
464         PR fortran/41494
465         * trans-expr.c (gfc_trans_scalar_assign): Do not call
466         gfc_evaluate_now.
467
468 2009-10-17  Janus Weil  <janus@gcc.gnu.org>
469             Paul Thomas  <pault@gcc.gnu.org>
470
471         PR fortran/41608
472         * decl.c (gfc_match_data_decl): Add BT_CLASS for undefined type
473         and empty type errors.
474         * parse.c (gfc_build_block_ns): Only set recursive if parent ns
475         has a proc_name.
476
477         PR fortran/41629
478         PR fortran/41618
479         PR fortran/41587
480         * gfortran.h : Add class_ok bitfield to symbol_attr.
481         * decl.c (build_sym): Set attr.class_ok if dummy, pointer or
482         allocatable.
483         (build_struct): Use gfc_try 't' to carry errors past the call
484         to encapsulate_class_symbol.
485         (attr_decl1): For a CLASS object, apply the new attribute to
486         the data component.
487         * match.c (gfc_match_select_type): Set attr.class_ok for an
488         assigned selector.
489         * resolve.c (resolve_fl_variable_derived): Check a CLASS object
490         is dummy, pointer or allocatable by testing the class_ok and
491         the use_assoc attribute.
492
493 2009-10-16  Janus Weil  <janus@gcc.gnu.org>
494
495         PR fortran/41719
496         * resolve.c (resolve_ordinary_assign): Reject intrinsic assignments
497         to polymorphic variables.
498
499 2009-10-16  Paul Thomas  <pault@gcc.gnu.org>
500
501         PR fortran/41648
502         PR fortran/41656
503         * trans-expr.c (select_class_proc): Convert the expression for the
504         vindex, carried on the first member of the esym list.
505         * gfortran.h : Add the vindex field to the esym_list structure.
506         and eliminate the class_object field.
507         * resolve.c (check_class_members): Remove the setting of the
508         class_object field.
509         (vindex_expr): New function.
510         (get_class_from_expr): New function.
511         (resolve_class_compcall): Call the above to find the ultimate
512         class or derived component.  If derived, do not generate the
513         esym list.  Add and expression for the vindex to the esym list
514         by calling the above.
515         (resolve_class_typebound_call): The same.
516
517 2009-10-15  Steven G. Kargl  <kargl@gcc.gnu.org>
518
519         PR fortran/41712
520         * intrinsic.texi: Explicitly state that ETIME and DTIME take
521         REAL(4) arguments.  Fix nearby typographically errors where 
522         /leq was used instead of \leq.
523
524 2009-10-13  Janus Weil  <janus@gcc.gnu.org>
525
526         PR fortran/41581
527         * decl.c (encapsulate_class_symbol): Add new component '$size'.
528         * resolve.c (resolve_allocate_expr): Move CLASS handling to
529         gfc_trans_allocate.
530         (resolve_class_assign): Replaced by gfc_trans_class_assign.
531         (resolve_code): Remove calls to resolve_class_assign.
532         * trans.c (gfc_trans_code): Use new function gfc_trans_class_assign.
533         * trans-expr.c (get_proc_ptr_comp): Fix a memory leak.
534         (gfc_conv_procedure_call): For CLASS dummies, set the
535         $size component.
536         (gfc_trans_class_assign): New function, replacing resolve_class_assign.
537         * trans-stmt.h (gfc_trans_class_assign): New prototype.
538         * trans-stmt.c (gfc_trans_allocate): Use correct size when allocating
539         CLASS variables. Do proper initialization. Move some code here from
540         resolve_allocate_expr.
541
542 2009-10-11 Jerry DeLisle  <jvdelisle@gcc.gnu.org>
543
544         PR fortran/38439
545         * io.c (check_format): Fix locus for error messages and fix a comment.
546
547 2009-10-11  Paul Thomas  <pault@gcc.gnu.org>
548
549         PR fortran/41583
550         * decl.c (hash_value): New function.
551         (gfc_match_derived_decl): Call it.
552
553 2009-10-09  Janus Weil  <janus@gcc.gnu.org>
554
555         PR fortran/41585
556         * decl.c (build_struct): Bugfix for CLASS components.
557
558 2009-10-09  Tobias Burnus  <burnus@net-b.de>
559
560         PR fortran/41582
561         * decl.c (encapsulate_class_symbol): Save attr.abstract.
562         * resolve.c (resolve_allocate_expr): Reject class allocate
563         without typespec or source=.
564         * trans-stmt.c (gfc_trans_allocate): Change gfc_warning
565         into gfc_error for "not yet implemented".
566
567 2009-10-09  Janus Weil  <janus@gcc.gnu.org>
568
569         PR fortran/41579
570         * gfortran.h (gfc_select_type_stack): New struct, to be used as a stack
571         for SELECT TYPE statements.
572         (select_type_stack): New global variable.
573         (type_selector,select_type_tmp): Removed.
574         * match.c (type_selector,type_selector): Removed.
575         (select_type_stack): New variable, serving as a stack for
576         SELECT TYPE statements.
577         (select_type_push,select_type_set_tmp): New functions.
578         (gfc_match_select_type): Call select_type_push.
579         (gfc_match_type_is): Call select_type_set_tmp.
580         * parse.c (select_type_pop): New function.
581         (parse_select_type_block): Call select_type_pop.
582         * symbol.c (select_type_insert_tmp): New function.
583         (gfc_find_sym_tree): Call select_type_insert_tmp.
584
585 2009-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
586
587         * arith.c (arith_power): Use mpc_pow_z.
588         * gfortran.h (HAVE_mpc_pow_z): Define.
589
590 2009-10-07  Daniel Kraft  <d@domob.eu>
591
592         PR fortran/41615
593         * resolve.c (resolve_contained_fntype): Clarify error message for
594         invalid assumed-length character result on module procedures.
595
596 2009-10-07  Janus Weil  <janus@gcc.gnu.org>
597
598         * expr.c (gfc_check_pointer_assign): Do the correct type checking when
599         CLASS variables are involved.
600         * match.c (gfc_match_select_type): Parse associate-name in SELECT TYPE
601         statements, and set up a local namespace for the SELECT TYPE block.
602         * parse.h (gfc_build_block_ns): New prototype.
603         * parse.c (parse_select_type_block): Return from local namespace to its
604         parent after SELECT TYPE block.
605         (gfc_build_block_ns): New function for setting up the local namespace
606         for a BLOCK construct.
607         (parse_block_construct): Use gfc_build_block_ns.
608         * resolve.c (resolve_select_type): Insert assignment for the selector
609         variable, in case an associate-name is given, and put the SELECT TYPE
610         statement inside a BLOCK.
611         (resolve_code): Call resolve_class_assign after checking the assignment.
612         * symbol.c (gfc_find_sym_tree): Moved some code here from
613         gfc_get_ha_sym_tree.
614         (gfc_get_ha_sym_tree): Moved some code to gfc_find_sym_tree.
615
616 2009-10-07  Paul Thomas <pault@gcc.gnu.org>
617
618         PR fortran/41613
619         * resolve.c (check_class_members): Reset compcall.assign.
620
621 2009-10-05  Paul Thomas  <pault@gcc.gnu.org>
622
623         * trans-expr.c (select_class_proc): New function.
624         (conv_function_val): Deal with class methods and call above.
625         * symbol.c (gfc_type_compatible): Treat case where both ts1 and
626         ts2 are BT_CLASS.
627         gfortran.h : Add structure gfc_class_esym_list and include in
628         the structure gfc_expr.
629         * module.c (load_derived_extensions): New function.
630         (read_module): Call above.
631         (write_dt_extensions): New function.
632         (write_derived_extensions): New function.
633         (write_module): Use the above.
634         * resolve.c (resolve_typebound_call): Add a function expression
635         for class methods.  This carries the chain of symbols for the
636         dynamic dispatch in select_class_proc.
637         (resolve_compcall): Add second, boolean argument to indicate if
638         a function is being handled.
639         (check_members): New function.
640         (check_class_members): New function.
641         (resolve_class_compcall): New function.
642         (resolve_class_typebound_call): New function.
643         (gfc_resolve_expr): Call above for component calls.. 
644
645 2009-10-05  Daniel Kraft  <d@domob.eu>
646
647         PR fortran/41403
648         * trans-stmt.c (gfc_trans_goto): Ignore statement list on assigned goto
649         if it is present.
650
651 2009-10-03  Richard Guenther  <rguenther@suse.de>
652
653         * options.c (gfc_post_options): Handle -flto and -fwhopr.
654
655 2009-10-02  Tobias Burnus  <burnus@net-b.de>
656
657         PR fortran/41479
658         * trans-decl.c (gfc_init_default_dt): Check for presence of
659         the argument only if it is optional or in entry master.
660         (init_intent_out_dt): Ditto; call gfc_init_default_dt
661         for all derived types with initializers.
662
663 2009-10-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
664
665         PR fortran/33197
666         * gfortran.h (HAVE_mpc_arc): Define.
667         * simplify.c (gfc_simplify_acos): Handle complex acos.
668         (gfc_simplify_acosh): Likewise for acosh.
669         (gfc_simplify_asin): Likewise for asin.
670         (gfc_simplify_asinh): Likewise for asinh.
671         (gfc_simplify_atan): Likewise for atan.
672         (gfc_simplify_atanh): Likewise for atanh.
673
674 2009-10-01  Tobias Burnus  <burnus@net-b.de>
675
676         PR fortran/41515
677         * decl.c (do_parm): Call add_init_expr_to_sym.
678
679 2009-09-30  Dennis Wassel  <dennis.wassel@gmail.com>
680
681         * gcc/fortran/trans-array.c (gfc_trans_array_bound_check): Improved
682         bounds checking error messages. (gfc_conv_array_ref): Likewise.
683         (gfc_conv_ss_startstride): Likewise.
684
685 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
686
687         * resolve.c (check_typebound_baseobject): Don't check for
688         abstract types for CLASS.
689         (resolve_class_assign): Adapt for RHS being a CLASS.
690         * trans-intrinsic.c (gfc_conv_associated): Add component ref
691         if expr is a CLASS.
692
693 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
694
695         * check.c (gfc_check_same_type_as): New function for checking
696         SAME_TYPE_AS and EXTENDS_TYPE_OF.
697         * decl.c (encapsulate_class_symbol): Set ABSTRACT attribute for class
698         container, if the contained type has it. Add an initializer for the
699         class container.
700         (add_init_expr_to_sym): Handle BT_CLASS.
701         (vindex_counter): New counter for setting vindices.
702         (gfc_match_derived_decl): Set vindex for all derived types, not only
703         those which are being extended.
704         * expr.c (gfc_check_assign_symbol): Handle NULL initialization of class
705         pointers.
706         * gfortran.h (gfc_isym_id): New values GFC_ISYM_SAME_TYPE_AS and
707         GFC_ISYM_EXTENDS_TYPE_OF.
708         (gfc_type_is_extensible): New prototype.
709         * intrinsic.h (gfc_check_same_type_as): New prototype.
710         * intrinsic.c (add_functions): Add SAME_TYPE_AS and EXTENDS_TYPE_OF.
711         * primary.c (gfc_expr_attr): Handle CLASS-valued functions.
712         * resolve.c (resolve_structure_cons): Handle BT_CLASS.
713         (type_is_extensible): Make non-static and rename to
714         'gfc_type_is_extensible.
715         (resolve_select_type): Renamed type_is_extensible.
716         (resolve_class_assign): Handle NULL pointers.
717         (resolve_fl_variable_derived): Renamed type_is_extensible.
718         (resolve_fl_derived): Ditto.
719         * trans-expr.c (gfc_trans_subcomponent_assign): Handle NULL
720         initialization of class pointer components.
721         (gfc_conv_structure): Handle BT_CLASS.
722         * trans-intrinsic.c (gfc_conv_same_type_as,gfc_conv_extends_type_of):
723         New functions.
724         (gfc_conv_intrinsic_function): Handle SAME_TYPE_AS and EXTENDS_TYPE_OF.
725
726 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
727
728         * gfortran.h (type_selector, select_type_tmp): New global variables.
729         * match.c (type_selector, select_type_tmp): New global variables,
730         used for SELECT TYPE statements.
731         (gfc_match_select_type): Better error handling. Remember selector.
732         (gfc_match_type_is): Create temporary variable.
733         * module.c (ab_attribute): New value 'AB_IS_CLASS'.
734         (attr_bits): New string.
735         (mio_symbol_attribute): Handle 'is_class'.
736         * resolve.c (resolve_select_type): Insert pointer assignment statement,
737         to assign temporary to selector.
738         * symbol.c (gfc_get_ha_sym_tree): Replace selector by a temporary
739         in SELECT TYPE statements.
740
741 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
742
743         * dump-parse-tree.c (show_code_node): Renamed 'alloc_list'.
744         * gfortran.h (gfc_code): Rename 'alloc_list'. Add member 'ts'.
745         (gfc_expr_to_initialize): New prototype.
746         * match.c (alloc_opt_list): Correctly check type compatibility.
747         Renamed 'alloc_list'.
748         (dealloc_opt_list): Renamed 'alloc_list'.
749         * resolve.c (expr_to_initialize): Rename to 'gfc_expr_to_initialize'
750         and make it non-static.
751         (resolve_allocate_expr): Set vindex for CLASS variables correctly.
752         Move initialization code to gfc_trans_allocate. Renamed 'alloc_list'.
753         (resolve_allocate_deallocate): Renamed 'alloc_list'.
754         (check_class_pointer_assign): Rename to 'resolve_class_assign'. Change
755         argument type. Adjust to work with ordinary assignments.
756         (resolve_code): Call 'resolve_class_assign' for ordinary assignments.
757         Renamed 'check_class_pointer_assign'.
758         * st.c (gfc_free_statement): Renamed 'alloc_list'.
759         * trans-stmt.c (gfc_trans_allocate): Renamed 'alloc_list'. Handle
760         size determination and initialization of CLASS variables. Bugfix for
761         ALLOCATE statements with default initialization and SOURCE block.
762         (gfc_trans_deallocate): Renamed 'alloc_list'.
763
764 2009-09-30  Paul Thomas  <pault@gcc.gnu.org>
765
766         * trans-expr.c (gfc_conv_procedure_call): Convert a derived
767         type actual to a class object if the formal argument is a
768         class.
769
770 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
771
772         PR fortran/40996
773         * decl.c (build_struct): Handle allocatable scalar components.
774         * expr.c (gfc_add_component_ref): Correctly set typespec of expression,
775         after inserting component reference.
776         * match.c (gfc_match_type_is,gfc_match_class_is): Make sure that no
777         variables are being used uninitialized.
778         * primary.c (gfc_match_varspec): Handle CLASS array components.
779         * resolve.c (resolve_select_type): Transform EXEC_SELECT_TYPE to
780         EXEC_SELECT.
781         * trans-array.c (structure_alloc_comps,gfc_trans_deferred_array):
782         Handle allocatable scalar components.
783         * trans-expr.c (gfc_conv_component_ref): Ditto.
784         * trans-types.c (gfc_get_derived_type): Ditto.
785
786 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
787
788         * decl.c (encapsulate_class_symbol): Modify names of class container
789         components by prefixing with '$'.
790         (gfc_match_end): Handle COMP_SELECT_TYPE.
791         * expr.c (gfc_add_component_ref): Modify names of class container
792         components by prefixing with '$'.
793         * gfortran.h (gfc_statement): Add ST_SELECT_TYPE, ST_TYPE_IS and
794         ST_CLASS_IS.
795         (gfc_case): New field 'ts'.
796         (gfc_exec_op): Add EXEC_SELECT_TYPE.
797         (gfc_type_is_extension_of): New prototype.
798         * match.h (gfc_match_select_type,gfc_match_type_is,gfc_match_class_is):
799         New prototypes.
800         * match.c (match_derived_type_spec): New function.
801         (match_type_spec): Use 'match_derived_type_spec'.
802         (match_case_eos): Modify error message.
803         (gfc_match_select_type): New function.
804         (gfc_match_case): Modify error message.
805         (gfc_match_type_is): New function.
806         (gfc_match_class_is): Ditto.
807         * parse.h (gfc_compile_state): Add COMP_SELECT_TYPE.
808         * parse.c (decode_statement): Handle SELECT TYPE, TYPE IS and CLASS IS
809         statements.
810         (next_statement): Handle ST_SELECT_TYPE.
811         (gfc_ascii_statement): Handle ST_SELECT_TYPE, ST_TYPE_IS, ST_CLASS_IS.
812         (parse_select_type_block): New function.
813         (parse_executable): Handle ST_SELECT_TYPE.
814         * resolve.c (resolve_deallocate_expr): Handle BT_CLASS. Modify names of
815         class container components by prefixing with '$'.
816         (resolve_allocate_expr): Ditto.
817         (resolve_select_type): New function.
818         (gfc_resolve_blocks): Handle EXEC_SELECT_TYPE.
819         (check_class_pointer_assign): Modify names of class container
820         components by prefixing with '$'.
821         (resolve_code): Ditto.
822         * st.c (gfc_free_statement): Ditto.
823         * symbol.c (gfc_type_is_extension_of): New function.
824         (gfc_type_compatible): Use 'gfc_type_is_extension_of', plus a bugfix.
825         * trans.c (gfc_trans_code): Handel EXEC_SELECT_TYPE.
826
827 2009-09-30  Janus Weil  <janus@gcc.gnu.org>
828             Paul Thomas <pault@gcc.gnu.org> 
829
830         * check.c (gfc_check_move_alloc): Arguments don't have to be arrays.
831         The second argument needs to be type-compatible with the first (not the
832         other way around, which makes a difference for CLASS entities).
833         * decl.c (encapsulate_class_symbol): New function.
834         (build_sym,build_struct): Handle BT_CLASS, call
835         'encapsulate_class_symbol'.
836         (gfc_match_decl_type_spec): Remove warning, use BT_CLASS.
837         (gfc_match_derived_decl): Set vindex;
838         * expr.c (gfc_add_component_ref): New function.
839         (gfc_copy_expr,gfc_check_pointer_assign,gfc_check_assign_symbol):
840         Handle BT_CLASS.
841         * dump-parse-tree.c (show_symbol): Print vindex.
842         * gfortran.h (bt): New basic type BT_CLASS.
843         (symbol_attribute): New field 'is_class'.
844         (gfc_typespec): Remove field 'is_class'.
845         (gfc_symbol): New field 'vindex'.
846         (gfc_get_ultimate_derived_super_type): New prototype.
847         (gfc_add_component_ref): Ditto.
848         * interface.c (gfc_compare_derived_types): Pointer equality check
849         moved here from gfc_compare_types.
850         (gfc_compare_types): Handle BT_CLASS and use
851         gfc_type_compatible.
852         * match.c (gfc_match_allocate,gfc_match_deallocate,gfc_match_call):
853         Handle BT_CLASS.
854         * misc.c (gfc_clear_ts): Removed is_class.
855         (gfc_basic_typename,gfc_typename): Handle BT_CLASS.
856         * module.c (bt_types,mio_typespec): Handle BT_CLASS.
857         (mio_symbol): Handle vindex.
858         * primary.c (gfc_match_varspec,gfc_variable_attr): Handle BT_CLASS.
859         * resolve.c (find_array_spec,check_typebound_baseobject):
860         Handle BT_CLASS.
861         (resolve_ppc_call,resolve_expr_ppc): Don't call 'gfc_is_proc_ptr_comp'
862         inside 'gcc_assert'.
863         (resolve_deallocate_expr,resolve_allocate_expr): Handle BT_CLASS.
864         (check_class_pointer_assign): New function.
865         (resolve_code): Handle BT_CLASS, call check_class_pointer_assign.
866         (resolve_fl_var_and_proc,type_is_extensible,resolve_fl_variable_derived,
867         resolve_fl_variable): Handle BT_CLASS.
868         (check_generic_tbp_ambiguity): Add special case.
869         (resolve_typebound_procedure,resolve_fl_derived): Handle BT_CLASS.
870         * symbol.c (gfc_get_ultimate_derived_super_type): New function.
871         (gfc_type_compatible): Handle BT_CLASS.
872         * trans-expr.c (conv_parent_component_references): Handle CLASS
873         containers.
874         (gfc_conv_initializer): Handle BT_CLASS.
875         * trans-types.c (gfc_typenode_for_spec,gfc_get_derived_type):
876         Handle BT_CLASS.
877
878 2009-09-29  Daniel Kraft  <d@domob.eu>
879
880         PR fortran/39626
881         * gfortran.h (enum gfc_statement): Add ST_BLOCK and ST_END_BLOCK.
882         (struct gfc_namespace): Convert flags to bit-fields and add flag
883         `construct_entities' for use with BLOCK constructs.
884         (enum gfc_exec_code): Add EXEC_BLOCK.
885         (struct gfc_code): Add namespace field to union for EXEC_BLOCK.
886         * match.h (gfc_match_block): New prototype.
887         * parse.h (enum gfc_compile_state): Add COMP_BLOCK.
888         * trans.h (gfc_process_block_locals): New prototype.
889         (gfc_trans_deferred_vars): Made public, new prototype.
890         * trans-stmt.h (gfc_trans_block_construct): New prototype.
891         * decl.c (gfc_match_end): Handle END BLOCK correctly.
892         (gfc_match_intent): Error if inside of BLOCK.
893         (gfc_match_optional), (gfc_match_value): Ditto.
894         * match.c (gfc_match_block): New routine.
895         * parse.c (decode_statement): Handle BLOCK statement.
896         (case_exec_markers): Add ST_BLOCK.
897         (case_end): Add ST_END_BLOCK.
898         (gfc_ascii_statement): Handle ST_BLOCK and ST_END_BLOCK.
899         (parse_spec): Check for statements not allowed inside of BLOCK.
900         (parse_block_construct): New routine.
901         (parse_executable): Parse BLOCKs.
902         (parse_progunit): Disallow CONTAINS in BLOCK constructs.
903         * resolve.c (is_illegal_recursion): Find real container procedure and
904         don't get confused by BLOCK constructs.
905         (resolve_block_construct): New routine.
906         (gfc_resolve_blocks), (resolve_code): Handle EXEC_BLOCK.
907         * st.c (gfc_free_statement): Handle EXEC_BLOCK statements.
908         * trans-decl.c (saved_local_decls): New static variable.
909         (add_decl_as_local): New routine.
910         (gfc_finish_var_decl): Add variable as local if inside BLOCK.
911         (gfc_trans_deferred_vars): Make public.
912         (gfc_process_block_locals): New routine.
913         * trans-stmt.c (gfc_trans_block_construct): New routine.
914         * trans.c (gfc_trans_code): Handle EXEC_BLOCK statements.
915
916 2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
917
918         PR fortran/35862
919         * io.c (format_token): Add enumerators for rounding format specifiers.
920         (format_lex): Tokenize the rounding format specifiers.
921         (gfc_match_open): Enable rounding modes in OPEN statement.
922
923 2009-09-28  Richard Henderson  <rth@redhat.com>
924
925         * f95-lang.c (gfc_init_builtin_functions): Update call to
926         build_common_builtin_nodes.
927
928 2009-09-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
929
930         * simplify.c (gfc_simplify_acos, gfc_simplify_acosh,
931         gfc_simplify_asin, gfc_simplify_asinh, gfc_simplify_atan,
932         gfc_simplify_atanh): Fix error message.
933
934 2009-09-24  Steven G. Kargl  <kargl@gcc.gnu.org>
935
936         PR fortran/41459
937         * error.c(gfc_warning_now): Move warnings_are_errors test to 
938         after actual emitting of the warning.
939         * parse.c (next_free): Improve error locus printing.
940         (next_fixed): Change gfc_warn to gfc_warning_now, and improve
941         locus reporting.
942
943 2009-09-16  Michael Matz  <matz@suse.de>
944
945         PR fortran/41212
946         * trans.h (struct lang_type): Remove nontarget_type member.
947         * trans.c (gfc_add_modify): Don't access it.
948         * trans-decl.c (gfc_finish_var_decl): Don't allocate and set it,
949         instead set DECL_RESTRICTED_P on affected decls.
950
951 2009-09-14  Richard Henderson  <rth@redhat.com>
952
953         * f95-lang.c (gfc_init_builtin_functions): Update call to
954         build_common_builtin_nodes.
955         (gfc_maybe_initialize_eh): Don't call
956         default_init_unwind_resume_libfunc.
957
958 2009-09-13  Richard Guenther  <rguenther@suse.de>
959         Rafael Avila de Espindola  <espindola@google.com>
960
961         * f95-lang.c (gfc_maybe_initialize_eh): Do not init
962         eh_personality_libfunc.
963
964 2009-09-11  Janus Weil  <janus@gcc.gnu.org>
965
966         PR fortran/41242
967         * resolve.c (resolve_ordinary_assign): Don't call resolve_code,
968         to avoid that subsequent codes are resolved more than once.
969         (resolve_code): Make sure that type-bound assignment operators are
970         resolved correctly.
971
972
973 2009-09-10  Steven G. Kargl  <kargl@gcc.gnu.org>
974
975         PR fortran/31292
976         * fortran/decl.c(gfc_match_modproc): Check that module procedures
977         from a module can USEd in module procedure statements in other
978         program units.  Update locus for better error message display.
979         Detect intrinsic procedures in module procedure statements.
980
981 2009-09-09  Richard Guenther  <rguenther@suse.de>
982
983         PR fortran/41297
984         * trans-expr.c (gfc_trans_scalar_assign): Correct typo that
985         left 'tmp' unused in derived type assignment.
986
987 2009-09-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
988
989         PR fortran/41197
990         * resolve_c (resolve_allocate_deallocate):  Complain
991         if stat or errmsg varaible is an array.
992
993 2009-09-05  Paul Thomas  <pault@gcc.gnu.org>
994
995         PR fortran/41258
996         * primary.c (gfc_match_varspec): Do not look for typebound
997         procedures unless the derived type has a f2k_derived namespace.
998
999 2009-09-03  Diego Novillo  <dnovillo@google.com>
1000
1001         * f95-lang.c (lang_hooks): Remove const qualifier.
1002
1003 2009-09-01  Richard Guenther  <rguenther@suse.de>
1004
1005         * f95-lang.c (gfc_mark_addressable): Remove.
1006         (LANG_HOOKS_MARK_ADDRESSABLE): Likewise.
1007
1008 2009-08-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1009
1010         PR fortran/39229
1011         * scanner.c (next_char): Fix typo in comment.
1012         (gfc_get_char_literal): Warn if truncate flag is set for both fixed and
1013         free form source, adjusting error locus as needed.
1014         * parse.c (next_fixed): Clear the truncate flag.
1015         (next_statement): Remove truncate warning.
1016
1017 2009-08-31  Janus Weil  <janus@gcc.gnu.org>
1018             Paul Thomas  <pault@gcc.gnu.org>
1019
1020         PR fortran/40940
1021         * array.c (gfc_match_array_constructor): Rename gfc_match_type_spec.
1022         * decl.c (gfc_match_type_spec): Rename to gfc_match_decl_type_spec,
1023         and reject CLASS with -std=f95.
1024         (gfc_match_implicit, gfc_match_data_decl,gfc_match_prefix,
1025         match_procedure_interface): Rename gfc_match_type_spec.
1026         * gfortran.h (gfc_type_compatible): Add prototype.
1027         * match.h (gfc_match_type_spec): Rename to gfc_match_decl_type_spec.
1028         * match.c (match_intrinsic_typespec): Rename to match_type_spec, and
1029         add handling of derived types.
1030         (gfc_match_allocate): Rename match_intrinsic_typespec and check
1031         type compatibility of derived types.
1032         * symbol.c (gfc_type_compatible): New function to check if two types
1033         are compatible.
1034
1035 2009-08-31  Janus Weil  <janus@gcc.gnu.org>
1036
1037         PR fortran/40996
1038         * check.c (gfc_check_allocated): Implement allocatable scalars.
1039         * resolve.c (resolve_allocate_expr,resolve_fl_var_and_proc): Ditto.
1040         * trans-intrinsic.c (gfc_conv_allocated): Ditto.
1041
1042 2009-08-30  Daniel Kraft  <d@domob.eu>
1043
1044         PR fortran/37425
1045         * dump-parse-tree.c (show_typebound_proc): Renamed from `show_typebound'
1046         and accept gfc_typebound_proc and name instead of the symtree, needed
1047         for intrinsic operator output.
1048         (show_typebound_symtree): New method calling `show_typebound_proc'.
1049         (show_f2k_derived): Output type-bound operators also.
1050         (show_symbol): Moved output of `Procedure bindings:' label to
1051         `show_f2k_derived'.
1052         * gfortran.texi (Fortran 2003 status): Mention support of
1053         array-constructors with explicit type specification, type-bound
1054         procedures/operators, type extension, ABSTRACT types and DEFERRED.
1055         Link to Fortran 2003 wiki page.
1056         (Fortran 2008 status): Fix typo.  Link to Fortran 2008 wiki page.
1057         * gfc-internals.texi (Type-bound Procedures): Document the new
1058         members/attributes of gfc_expr.value.compcall used for type-bound
1059         operators.
1060         (Type-bound Operators): New section documenting their internals.
1061
1062 2009-08-27  Janus Weil  <janus@gcc.gnu.org>
1063
1064         PR fortran/40869
1065         * expr.c (gfc_check_pointer_assign): Enable interface check for
1066         pointer assignments involving procedure pointer components.
1067         * gfortran.h (gfc_compare_interfaces): Modified prototype.
1068         * interface.c (gfc_compare_interfaces): Add argument 'name2', to be
1069         used instead of s2->name. Don't rely on the proc_pointer attribute,
1070         but instead on the flags handed to this function.
1071         (check_interface1,compare_parameter): Add argument for
1072         gfc_compare_interfaces.
1073         * resolve.c (check_generic_tbp_ambiguity): Ditto.
1074
1075 2009-08-27  Daniel Kraft  <d@domob.eu>
1076
1077         PR fortran/37425
1078         * gfortran.h (gfc_expr): Optionally store base-object in compcall value
1079         and add a new flag to distinguish assign-calls generated.
1080         (gfc_find_typebound_proc): Add locus argument.
1081         (gfc_find_typebound_user_op), (gfc_find_typebound_intrinsic_op): Ditto.
1082         (gfc_extend_expr): Return if failure was by a real error.
1083         * interface.c (matching_typebound_op): New routine.
1084         (build_compcall_for_operator): New routine.
1085         (gfc_extend_expr): Handle type-bound operators, some clean-up and
1086         return if failure was by a real error or just by not finding an
1087         appropriate operator definition.
1088         (gfc_extend_assign): Handle type-bound assignments.
1089         * module.c (MOD_VERSION): Incremented.
1090         (mio_intrinsic_op): New routine.
1091         (mio_full_typebound_tree): New routine to make typebound-procedures IO
1092         code reusable for type-bound user operators.
1093         (mio_f2k_derived): IO of type-bound operators.
1094         * primary.c (gfc_match_varspec): Initialize new fields in gfc_expr and
1095         pass locus to gfc_find_typebound_proc.
1096         * resolve.c (resolve_operator): Only output error about no matching
1097         interface if gfc_extend_expr did not already fail with an error.
1098         (extract_compcall_passed_object): Use specified base-object if present.
1099         (update_compcall_arglist): Handle ignore_pass field.
1100         (resolve_ordinary_assign): Update to handle extended code for
1101         type-bound assignments, too.
1102         (resolve_code): Handle EXEC_ASSIGN_CALL statement code.
1103         (resolve_tb_generic_targets): Pass locus to gfc_find_typebound_proc.
1104         (resolve_typebound_generic), (resolve_typebound_procedure): Ditto.
1105         (resolve_typebound_intrinsic_op), (resolve_typebound_user_op): Ditto.
1106         (ensure_not_abstract_walker), (resolve_fl_derived): Ditto.
1107         (resolve_typebound_procedures): Remove not-implemented error.
1108         (resolve_typebound_call): Handle assign-call flag.
1109         * symbol.c (find_typebound_proc_uop): New argument to pass locus for
1110         error message about PRIVATE, verify that a found procedure is not marked
1111         as erraneous.
1112         (gfc_find_typebound_intrinsic_op): Ditto.
1113         (gfc_find_typebound_proc), (gfc_find_typebound_user_op): New locus arg.
1114
1115 2009-08-22  Bud Davis <bdavis9659@sbcglobal.net>
1116
1117         PR fortran/28093
1118         * io.c: reverted previous patch.
1119
1120 2009-08-25  Janne Blomqvist  <jb@gcc.gnu.org>
1121
1122         * gfortran.texi: Fix ENCODE example.
1123
1124 2009-08-25  Janus Weil  <janus@gcc.gnu.org>
1125
1126         PR fortran/41139
1127         * primary.c (gfc_match_varspec): Make sure EXPR_PPC is only used for
1128         calls to procedure pointer components, other references to procedure
1129         pointer components are EXPR_VARIABLE.
1130         * resolve.c (resolve_actual_arglist): Bugfix (there can be calls without
1131         actual arglist).
1132         * trans-expr.c (gfc_get_proc_ptr_comp): Renamed to 'get_proc_ptr_comp',
1133         removed argument 'se' and made static. Avoid inserting a temporary
1134         variable for calling the PPC.
1135         (conv_function_val): Renamed gfc_get_proc_ptr_comp.
1136         (gfc_conv_procedure_call): Distinguish functions returning a procedure
1137         pointer from calls to a procedure pointer. Distinguish calls to
1138         procedure pointer components from procedure pointer components as
1139         actual arguments.
1140         * trans-stmt.h (gfc_get_proc_ptr_comp): Make it static.
1141
1142 2009-08-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1143
1144         PR fortran/41162
1145         * io.c (check_format): Fix to not error on slash after P. Fix some
1146         error loci.
1147         
1148 2009-08-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1149
1150         PR fortran/41154
1151         * io.c (check_format): Fix to not error on right paren after P.
1152
1153 2009-08-24  Aldy Hernandez  <aldyh@redhat.com>
1154
1155         PR fortran/40660
1156         * trans-io.c (build_dt): Pass UNKNOWN_LOCATION to build_call_expr_loc.
1157         (transfer_array_desc): Same.
1158
1159 2009-08-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1160
1161         PR fortran/35754
1162         * io.c (check_format): Add checks for comma and the allowed
1163         format specifiers after the 'P' specifier. Fix typo in error message
1164         and adjust locus.
1165
1166 2009-08-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1167
1168         PR fortran/37446
1169         * io.c (enum format_token): Change FMT_EXT to FMT_EN and FMT_ES.
1170         (format_lex): Likewise.
1171         (token_to_string): New function.
1172         (check_format): Use the new tokens and the new function. Add
1173         check for positive width.
1174
1175 2009-08-22  Steven G. Kargl  <kargl@gcc.gnu.org>
1176
1177         * fortran/decl.c: Disallow procedure pointers with -std=f95.
1178
1179 2009-08-22 Steven K. kargl  <kargl@gcc.gnu.org>
1180            Paul Thomas  <pault@gcc.gnu.org>
1181
1182         * fortran/decl.c (match_char_spec): Rename to gfc_match_char_spec,
1183         and remove static.
1184         * fortran/gfortran.h: Add *expr3 entity to gfc_code.  Add prototype
1185         for gfc_match_char_spec.
1186         * fortran/trans-stmt.c (gfc_trans_allocate): Translate the SOURCE=
1187         tag.
1188         * fortran/match.c (match_intrinsic_typespec): New function to match
1189         F2003 intrinsic-type-spec.
1190         (conformable_arrays): New function. Check SOURCE= and
1191         allocation-object are conformable.
1192         (gfc_match_allocate): Use new functions.  Match SOURCE= tag.
1193
1194 2009-08-22  Bud Davis <bdavis9659@sbcglobal.net>
1195
1196         PR fortran/28093
1197         * io.c : added variable to store original len of fmt
1198         * io.c (check_format): Consume H items using next_char
1199         in both modes to handle consecutive single quotes.
1200         Test for extra characters in fmt, issue warning.
1201
1202 2009-08-21  Janus Weil  <janus@gcc.gnu.org>
1203
1204         PR fortran/41106
1205         * primary.c (gfc_variable_attr): Make it work also on EXPR_FUNCTION.
1206         (gfc_expr_attr): Use gfc_variable_attr for procedure pointer components.
1207         * resolve.c (resolve_fl_derived): Handle CHARACTER-valued procedure
1208         pointer components.
1209         * trans-expr.c (gfc_conv_component_ref): Ditto.
1210         (gfc_conv_variable): Ditto.
1211         (gfc_conv_procedure_call): Ditto.
1212         (gfc_trans_pointer_assignment): Ditto.
1213         * trans-types.c (gfc_get_derived_type): Ditto.
1214
1215 2009-08-20  Tobias Schlüter  <tobi@gcc.gnu.org>
1216
1217         * trans-stmt.c (gfc_trans_do): Add a few missing folds.
1218
1219 2009-08-20  Michael Matz  <matz@suse.de>
1220
1221         PR fortran/41126
1222         * trans-expr.c (gfc_conv_string_tmp): Check type compatibility
1223         instead of equality.
1224
1225 2009-08-20  Janus Weil  <janus@gcc.gnu.org>
1226
1227         PR fortran/41121
1228         * resolve.c (resolve_symbol): Don't resolve formal_ns of intrinsic
1229         procedures.
1230
1231 2009-08-18  Michael Matz  <matz@suse.de>
1232
1233         * trans-expr.c (gfc_conv_substring): Don't evaluate casted decl early,
1234         change order of length calculation to (end - start) + 1.
1235         (gfc_get_interface_mapping_array): Adjust call to
1236         gfc_get_nodesc_array_type.
1237         * trans-array.c (gfc_trans_create_temp_array,
1238         gfc_build_constant_array_constructor, gfc_conv_expr_descriptor): Ditto.
1239         * trans-stmt.c (gfc_trans_pointer_assign_need_temp): Ditto.
1240         * trans.c (gfc_add_modify): Assignment between base type and nontarget
1241         type are equal enough.
1242         (gfc_call_malloc): Use prvoid_type_node for return value of
1243         __builtin_malloc.
1244         (gfc_allocate_with_status): Ditto.
1245         * trans-types.c (gfc_array_descriptor_base): Double size of this array.
1246         (gfc_init_types): Build prvoid_type_node.
1247         (gfc_build_array_type): New bool parameter "restricted".
1248         (gfc_get_nodesc_array_type): Ditto, build restrict qualified pointers,
1249         if it's true.
1250         (gfc_get_array_descriptor_base): Ditto.
1251         (gfc_get_array_type_bounds): Ditto.
1252         (gfc_sym_type): Use symbol attributes to feed calls to above functions.
1253         (gfc_get_derived_type): Ditto.
1254         * trans.h (struct lang_type): Add nontarget_type member.
1255         * trans-types.h (prvoid_type_node): Declare.
1256         (gfc_get_array_type_bounds, gfc_get_nodesc_array_type): Declare new
1257         parameter.
1258         * trans-decl.c (gfc_finish_var_decl): Give scalars that can't be
1259         aliased a type with a different alias set than the base type.
1260         (gfc_build_dummy_array_decl): Adjust call to gfc_get_nodesc_array_type.
1261
1262 2009-08-18  Janus Weil  <janus@gcc.gnu.org>
1263             Paul Thomas  <pault@gcc.gnu.org>
1264
1265         PR fortran/40870
1266         * trans-types.c (gfc_get_ppc_type): Include formal args in backend_decl
1267         using the interface symbol. Character types are returned by reference.
1268         (gfc_get_derived_type): Prevent infinite recursion loop
1269         if a PPC has a derived-type formal arg.
1270
1271 2008-08-17  Paul Thomas  <pault@gcc.gnu.org>
1272
1273         PR fortran/41062
1274         * trans-decl.c (gfc_trans_use_stmts):  Keep going through use
1275         list if symbol is not use associated.
1276
1277 2009-08-17  Daniel Kraft  <d@domob.eu>
1278
1279         PR fortran/37425
1280         * resolve.c (get_checked_tb_operator_target): New routine to do checks
1281         on type-bound operators in common between intrinsic and user operators.
1282         (resolve_typebound_intrinsic_op): Call it.
1283         (resolve_typebound_user_op): Ditto.
1284
1285 2009-08-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
1286
1287         PR fortran/41075
1288         * scanner.c (gfc_next_char_literal): Add comment to improve 
1289         readability.
1290         * io.c (enum format_token): Add FMT_STAR. (format_lex): Add case
1291         for '*'. (check_format): Check for left paren after '*'.  Change
1292         format checks to use %L to improve format string error locus.
1293
1294 2009-08-17  Janus Weil  <janus@gcc.gnu.org>
1295
1296         PR fortran/40877
1297         * array.c (gfc_resolve_character_array_constructor): Add NULL argument
1298         to gfc_new_charlen.
1299         * decl.c (add_init_expr_to_sym,variable_decl,match_char_spec,
1300         gfc_match_implicit): Ditto.
1301         * expr.c (simplify_const_ref): Fix memory leak.
1302         (gfc_simplify_expr): Add NULL argument to gfc_new_charlen.
1303         * gfortran.h (gfc_new_charlen): Modified prototype.
1304         * iresolve.c (check_charlen_present,gfc_resolve_char_achar): Add NULL
1305         argument to gfc_new_charlen.
1306         * module.c (mio_charlen): Ditto.
1307         * resolve.c (gfc_resolve_substring_charlen,
1308         gfc_resolve_character_operator,fixup_charlen): Ditto.
1309         (resolve_fl_derived,resolve_symbol): Add argument to gfc_charlen.
1310         * symbol.c (gfc_new_charlen): Add argument 'old_cl' (to make a copy of
1311         an existing charlen).
1312         (gfc_set_default_type,generate_isocbinding_symbol): Fix memory leak.
1313         (gfc_copy_formal_args_intr): Add NULL argument to gfc_new_charlen.
1314         * trans-decl.c (create_function_arglist): Fix memory leak.
1315
1316 2009-08-17  Richard Guenther  <rguenther@suse.de>
1317
1318         * trans-expr.c (gfc_trans_scalar_assign): Replace hack with
1319         more proper hack.
1320
1321 2009-08-15  Tobias Burnus  <burnus@net-b.de>
1322
1323         PR fortran/41080
1324         * gfortranspec.c (lookup_option): Remove gfortran-specific
1325         version of -dumpversion.
1326
1327 2009-08-14  Janus Weil  <janus@gcc.gnu.org>
1328
1329         PR fortran/41070
1330         * resolve.c (resolve_structure_cons): Make sure that ts.u.derived is
1331         only used if type is BT_DERIVED.
1332
1333 2009-08-13  Janus Weil  <janus@gcc.gnu.org>
1334
1335         PR fortran/40941
1336         * gfortran.h (gfc_typespec): Put 'derived' and 'cl' into union.
1337         * decl.c (build_struct): Make sure 'cl' is only used
1338         if type is BT_CHARACTER.
1339         * symbol.c (gfc_set_default_type): Ditto.
1340         * resolve.c (resolve_symbol, resolve_fl_derived): Ditto.
1341         (resolve_equivalence,resolve_equivalence_derived): Make sure 'derived'
1342         is only used if type is BT_DERIVED.
1343         * trans-io.c (transfer_expr): Make sure 'derived' is only used if type
1344         is BT_DERIVED or BT_INTEGER (special case: C_PTR/C_FUNPTR).
1345         * array.c: Mechanical replacements to accomodate union in gfc_typespec.
1346         * check.c: Ditto.
1347         * data.c: Ditto.
1348         * decl.c: Ditto.
1349         * dump-parse-tree.c: Ditto.
1350         * expr.c: Ditto.
1351         * interface.c: Ditto.
1352         * iresolve.c: Ditto.
1353         * match.c: Ditto.
1354         * misc.c: Ditto.
1355         * module.c: Ditto.
1356         * openmp.c: Ditto.
1357         * parse.c: Ditto.
1358         * primary.c: Ditto.
1359         * resolve.c: Ditto.
1360         * simplify.c: Ditto.
1361         * symbol.c: Ditto.
1362         * target-memory.c: Ditto.
1363         * trans-array.c: Ditto.
1364         * trans-common.c: Ditto.
1365         * trans-const.c: Ditto.
1366         * trans-decl.c: Ditto.
1367         * trans-expr.c: Ditto.
1368         * trans-intrinsic.c: Ditto.
1369         * trans-io.c: Ditto.
1370         * trans-stmt.c: Ditto.
1371         * trans-types.c: Ditto.
1372
1373 2009-08-13  Janus Weil  <janus@gcc.gnu.org>
1374
1375         PR fortran/40995
1376         * resolve.c (resolve_symbol): Move some checking code to
1377         resolve_intrinsic, and call this from here.
1378         (resolve_intrinsic): Some checking code moved here from resolve_symbol.
1379         Make sure each intrinsic is only resolved once.
1380
1381 2009-08-12  Tobias Burnus  <burnus@net-b.de>
1382
1383         PR fortran/41034
1384         * symbol.c (gfc_copy_attr): Merge bits instead of replace
1385         bits in gfc_copy_attr.
1386         * gfc_check_pointer_assign (gfc_check_pointer_assign):
1387         Initialize ext_attr bits by zero.
1388
1389 2009-08-11  Richard Guenther  <rguenther@suse.de>
1390
1391         * trans-types.c (gfc_get_derived_type): Do not clear TYPE_CANONICAL.
1392
1393 2009-08-11  Janus Weil  <janus@gcc.gnu.org>
1394
1395         PR fortran/41022
1396         * trans-expr.c (gfc_conv_procedure_call): Handle procedure pointer
1397         components as actual arguments.
1398
1399 2009-08-10  Daniel Kraft  <d@domob.eu>
1400
1401         PR fortran/37425
1402         * gfortran.h (struct gfc_namespace): New fields tb_uop_root and tb_op.
1403         (gfc_find_typebound_user_op): New routine.
1404         (gfc_find_typebound_intrinsic_op): Ditto.
1405         (gfc_check_operator_interface): Now public routine.
1406         * decl.c (gfc_match_generic): Match OPERATOR(X) or ASSIGNMENT(=).
1407         * interface.c (check_operator_interface): Made public, renamed to
1408         `gfc_check_operator_interface' accordingly and hand in the interface
1409         as gfc_symbol rather than gfc_interface so it is useful for type-bound
1410         operators, too.  Return boolean result.
1411         (gfc_check_interfaces): Adapt call to `check_operator_interface'.
1412         * symbol.c (gfc_get_namespace): Initialize new field `tb_op'.
1413         (gfc_free_namespace): Free `tb_uop_root'-based tree.
1414         (find_typebound_proc_uop): New helper function.
1415         (gfc_find_typebound_proc): Use it.
1416         (gfc_find_typebound_user_op): New method.
1417         (gfc_find_typebound_intrinsic_op): Ditto.
1418         * resolve.c (resolve_tb_generic_targets): New helper function.
1419         (resolve_typebound_generic): Use it.
1420         (resolve_typebound_intrinsic_op), (resolve_typebound_user_op): New.
1421         (resolve_typebound_procedures): Resolve operators, too.
1422         (check_uop_procedure): New, code from gfc_resolve_uops.
1423         (gfc_resolve_uops): Moved main code to new `check_uop_procedure'.
1424
1425 2009-08-10  Janus Weil  <janus@gcc.gnu.org>
1426
1427         PR fortran/40940
1428         * decl.c (gfc_match_type_spec): Match CLASS statement and warn about
1429         missing polymorphism.
1430         * gfortran.h (gfc_typespec): Add field 'is_class'.
1431         * misc.c (gfc_clear_ts): Initialize 'is_class' to zero.
1432         * resolve.c (type_is_extensible): New function to check if a derived
1433         type is extensible.
1434         (resolve_fl_variable_derived): Add error checks for CLASS variables.
1435         (resolve_typebound_procedure): Disallow non-polymorphic passed-object
1436         dummy arguments, turning warning into error.
1437         (resolve_fl_derived): Use 'type_is_extensible'. Disallow non-polymorphic
1438         passed-object dummy arguments for procedure pointer components,
1439         turning warning into error. Add error check for CLASS components.
1440
1441 2009-08-05  Tobias Burnus  <burnus@net-b.de>
1442
1443         PR fortran/40955
1444         * gfortran.h (ext_attr_id_t): Add typedef for this enum.
1445         (gfc_add_ext_attribute): Use it.
1446         * decl.c (gfc_match_gcc_attributes): Ditto.
1447         * expr.c (gfc_check_pointer_assign): Ditto.
1448         * symbol.c (gfc_add_ext_attribute): Ditto.
1449         (gfc_copy_attr): Copy also ext_attr.
1450         * resolve.c (resolve_fl_derived,resolve_symbol): Ditto.
1451         * module.c (mio_symbol_attribute): Save ext_attr in the mod file.
1452
1453 2009-08-05  Tobias Burnus  <burnus@net-b.de>
1454
1455         PR fortran/40969
1456         Revert:
1457         2009-08-04  Tobias Burnus  <burnus@net-b.de>
1458
1459         PR fortran/40949
1460         * trans-types.c (gfc_get_function_type): Fix typelist of
1461         functions without argument.
1462
1463 2009-08-05  Paul Thomas  <pault@gcc.gnu.org>
1464
1465         PR fortran/40847
1466         * iresolve.c (gfc_resolve_transfer): Correct error in 'mold'
1467         character length for case where length expresson is NULL.
1468
1469 2009-08-04  Tobias Burnus  <burnus@net-b.de>
1470
1471         PR fortran/40949
1472         * trans-types.c (gfc_get_function_type): Fix typelist of
1473         functions without argument.
1474
1475 2009-08-04  Paul Thomas  <pault@gcc.gnu.org>
1476
1477         PR fortran/40875
1478         * decl.c (add_init_expr_to_sym): Character symbols can only be
1479         initialized with character expressions.
1480
1481 2009-08-02  Janus Weil  <janus@gcc.gnu.org>
1482
1483         PR fortran/40881
1484         * decl.c (match_char_length): Warn about old-style character length
1485         declarations.
1486         * match.c (match_arithmetic_if,gfc_match_if): Modify warning message
1487         for arithmetic if.
1488         (gfc_match_goto): Warn about computed gotos.
1489         (gfc_match_return): Warn about alternate return.
1490         (gfc_match_st_function): Warn about statement functions.
1491         * resolve.c (resolve_fl_procedure): Modify warning message for
1492         assumed-length character functions.
1493
1494 2009-08-01  Paul Thomas  <pault@gcc.gnu.org>
1495
1496         PR fortran/40011
1497         * error.c : Add static flag 'warnings_not_errors'.
1498         (gfc_error): If 'warnings_not_errors' is set, branch to code
1499         from gfc_warning.
1500         (gfc_clear_error): Reset 'warnings_not_errors'.
1501         (gfc_errors_to_warnings): New function.
1502         * options.c (gfc_post_options): If pedantic and flag_whole_file
1503         change the latter to a value of 2.
1504         * parse.c (parse_module): Add module namespace to gsymbol.
1505         (resolve_all_program_units): New function.
1506         (clean_up_modules): New function.
1507         (translate_all_program_units): New function.
1508         (gfc_parse_file): If whole_file, do not clean up module right
1509         away and add derived types to namespace derived types. In
1510         addition, call the three new functions above.
1511         * resolve.c (not_in_recursive): New function.
1512         (not_entry_self_reference): New function.
1513         (resolve_global_procedure): Symbol must not be IFSRC_UNKNOWN,
1514         procedure must not be in the course of being resolved and
1515         must return false for the two new functions. Pack away the
1516         current derived type list before calling gfc_resolve for the
1517         gsymbol namespace.  It is unconditionally an error if the ranks
1518         of the reference and ther procedure do not match. Convert
1519         errors to warnings during call to gfc_procedure_use if not
1520         pedantic or legacy.
1521         (gfc_resolve): Set namespace resolved flag to -1 during
1522         resolution and store current cs_base.
1523         * trans-decl.c (gfc_get_symbol_decl): If whole_file compilation
1524         substitute a use associated variable, if it is available in a
1525         gsymbolnamespace.
1526         (gfc_get_extern_function_decl): If the procedure is use assoc,
1527         do not attempt to find it in a gsymbol because it could be an
1528         interface. If the symbol exists in a module namespace, return
1529         its backend_decl.
1530         * trans-expr.c (gfc_trans_scalar_assign): If a derived type
1531         assignment, set the rhs TYPE_MAIN_VARIANT to that of the rhs.
1532         * trans-types.c (copy_dt_decls_ifequal): Add 'from_gsym' as a
1533         boolean argument. Copy component backend_decls directly if the
1534         components are derived types and from_gsym is true.
1535         (gfc_get_derived_type): If whole_file copy the derived type from
1536         the module if it is use associated, otherwise, if can be found
1537         in another gsymbol namespace, use the existing derived type as
1538         the TYPE_CANONICAL and build normally.
1539         * gfortran.h : Add derived_types and resolved fields to
1540         gfc_namespace. Include prototype for gfc_errors_to_warnings.
1541
1542 2009-07-29  Tobias Burnus  <burnus@net-b.de>
1543
1544         PR fortran/40898
1545         * trans-types.c (gfc_get_function_type): Do not add hidden
1546         string-length argument for BIND(C) procedures.
1547         * trans-decl.c (create_function_arglist): Skip over nonexisting
1548         string-length arguments for BIND(C) procedures.
1549
1550 2009-07-28  Jakub Jelinek  <jakub@redhat.com>
1551
1552         PR fortran/40878
1553         * openmp.c (gfc_match_omp_clauses): Use gfc_error_now instead of
1554         gfc_error to diagnose invalid COLLAPSE arguments.
1555
1556 2009-07-28  Janus Weil  <janus@gcc.gnu.org>
1557
1558         PR fortran/40882
1559         * trans-types.c (gfc_get_ppc_type): For derived types, directly use the
1560         backend_decl, instead of calling gfc_typenode_for_spec, to avoid
1561         infinte loop.
1562         (gfc_get_derived_type): Correctly handle PPCs returning derived types,
1563         avoiding infinite recursion.
1564
1565 2009-07-27  Janus Weil  <janus@gcc.gnu.org>
1566
1567         PR fortran/40848
1568         * interface.c (gfc_compare_interfaces): Call 'count_types_test' before
1569         'generic_correspondence', and only if checking a generic interface.
1570
1571 2009-07-27  Tobias Burnus  <burnus@net-b.de>
1572
1573         PR fortran/40851
1574         * resolve.c (resolve_symbol): Do not initialize pointer derived-types.
1575         * trans-decl.c (init_intent_out_dt): Ditto.
1576         (generate_local_decl): No need to set attr.referenced for DT pointers.
1577
1578 2009-07-26  Tobias Burnus  <burnus@net-b.de>
1579
1580         PR fortran/33197
1581         * intrinsic.c (make_generic): Remove assert as "atan" can be
1582         both ISYM_ATAN and ISYM_ATAN2.
1583         (add_functions): Add two-argument variant of ATAN.
1584         * intrinsic.h (gfc_check_atan_2): Add check for it.
1585         * intrinsic.texi (ATAN2): Correct and enhance description.
1586         (ATAN): Describe two-argument variant of ATAN.
1587
1588 2009-07-25  Tobias Burnus  <burnus@net-b.de>
1589             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1590
1591         PR fortran/33197
1592         * intrinsic.c (add_functions): Support complex arguments for
1593         acos,acosh,asin,asinh,atan,atanh.
1594         * invoke.texi (ACOS,ACOSH,ASIN,ASINH,ATAN,ATANH): Support
1595         complex arguments.
1596         * simplify.c (gfc_simplify_acos,gfc_simplify_acosh,
1597         gfc_simplify_asin,gfc_simplify_asinh,gfc_simplify_atan,
1598         gfc_simplify_atanh,gfc_simplify_atan,gfc_simplify_asinh,
1599         gfc_simplify_acosh,gfc_simplify_atanh): Support
1600         complex arguments.
1601
1602 2009-07-25  Richard Guenther  <rguenther@suse.de>
1603
1604         PR fortran/40005
1605         * trans-types.c (gfc_get_array_type_bounds): Use
1606         build_distinct_type_copy with a proper TYPE_CANONICAL and
1607         re-use the type-decl of the original type.
1608         * trans-decl.c (build_entry_thunks): Signal cgraph we may not
1609         garbage collect.
1610         (create_main_function): Likewise.
1611         (gfc_generate_function_code): Likewise.
1612         * trans-expr.c (gfc_trans_subcomponent_assign): Do not use
1613         fold_convert on record types.
1614
1615 2009-07-25  Janus Weil  <janus@gcc.gnu.org>
1616
1617         PR fortran/39630
1618         * decl.c (match_ppc_decl): Implement the PASS attribute for procedure
1619         pointer components.
1620         (match_binding_attributes): Ditto.
1621         * gfortran.h (gfc_component): Add member 'tb'.
1622         (gfc_typebound_proc): Add member 'ppc' and make 'pass_arg' const.
1623         * module.c (MOD_VERSION): Bump module version.
1624         (binding_ppc): New string constants.
1625         (mio_component): Only use formal args if component is a procedure
1626         pointer and add 'tb' member.
1627         (mio_typebound_proc): Include pass_arg and take care of procedure
1628         pointer components.
1629         * resolve.c (update_arglist_pass): Add argument 'name' and take care of
1630         optional arguments.
1631         (extract_ppc_passed_object): New function, analogous to
1632         extract_compcall_passed_object, but for procedure pointer components.
1633         (update_ppc_arglist): New function, analogous to
1634         update_compcall_arglist, but for procedure pointer components.
1635         (resolve_typebound_generic_call): Added argument to update_arglist_pass.
1636         (resolve_ppc_call, resolve_expr_ppc): Take care of PASS attribute.
1637         (resolve_fl_derived): Check the PASS argument for procedure pointer
1638         components.
1639         * symbol.c (verify_bind_c_derived_type): Reject procedure pointer
1640         components in BIND(C) types.
1641
1642 2009-07-24  Janus Weil  <janus@gcc.gnu.org>
1643
1644         PR fortran/40822
1645         * array.c (gfc_resolve_character_array_constructor): Use new function
1646         gfc_new_charlen.
1647         * decl.c (add_init_expr_to_sym,variable_decl,match_char_spec,
1648         gfc_match_implicit): Ditto.
1649         * expr.c (gfc_simplify_expr): Ditto.
1650         * gfortran.h (gfc_new_charlen): New prototype.
1651         * iresolve.c (check_charlen_present,gfc_resolve_char_achar): Use new
1652         function gfc_new_charlen.
1653         * module.c (mio_charlen): Ditto.
1654         * resolve.c (gfc_resolve_substring_charlen,
1655         gfc_resolve_character_operator,fixup_charlen,resolve_fl_derived,
1656         resolve_symbol): Ditto.
1657         * symbol.c (gfc_new_charlen): New function to create a new gfc_charlen
1658         structure and add it to a namespace.
1659         (gfc_copy_formal_args_intr): Make sure ts.cl is present
1660         for CHARACTER variables.
1661
1662 2009-07-24  Jakub Jelinek  <jakub@redhat.com>
1663
1664         PR fortran/40643
1665         PR fortran/31067
1666         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc,
1667         gfc_conv_intrinsic_minmaxval): Handle Infinities and NaNs properly,
1668         optimize.
1669         * trans-array.c (gfc_trans_scalarized_loop_end): No longer static.
1670         * trans-array.h (gfc_trans_scalarized_loop_end): New prototype.
1671
1672 2009-07-23  Jakub Jelinek  <jakub@redhat.com>
1673
1674         PR fortran/40839
1675         * io.c (gfc_resolve_dt): Add LOC argument.  Fail if
1676         dt->io_unit is NULL.  Return FAILURE after issuing error about
1677         negative UNIT number.
1678         (match_io_element): Don't segfault if current_dt->io_unit is NULL.
1679         * gfortran.h (gfc_resolve_dt): Adjust prototype.
1680         * resolve.c (resolve_code): Adjust caller.
1681
1682 2009-07-22  Paul Thomas  <pault@gcc.gnu.org>
1683
1684         PR fortran/40796
1685         * trans-decl.c (generate_local_decl): Unreferenced result
1686         variables with allocatable components should be treated like
1687         INTENT_OUT dummy variables.
1688
1689 2009-07-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1690
1691         * trans.h (gfc_set_decl_assembler_name): New prototype.
1692         * trans-decl.c (gfc_set_decl_assembler_name): New function.
1693         (gfc_get_symbol_decl, gfc_get_extern_function_decl,
1694         build_function_decl): Use gfc_set_decl_assembler_name instead of
1695         SET_DECL_ASSEMBLER_NAME.
1696         * trans-common.c (build_common_decl): Use
1697         gfc_set_decl_assembler_name instead of SET_DECL_ASSEMBLER_NAME.
1698
1699 2009-07-21  Richard Guenther  <rguenther@suse.de>
1700
1701         PR fortran/40726
1702         * trans-decl.c (gfc_get_extern_function_decl): Do not set
1703         DECL_IS_MALLOC for pointer valued functions.
1704         (build_function_decl): The same.
1705
1706 2009-07-19  Steven G. Kargl  <kargl@gcc.gnu.org>
1707
1708         PR fortran/40727
1709         * fortran/check.c (gfc_check_cmplx, gfc_check_dcmplx): Add check that
1710         the optional second argument isn't of COMPLEX type.
1711
1712 2009-07-17  Richard Guenther  <rguenther@suse.de>
1713
1714         PR c/40401
1715         * f95-lang.c (gfc_be_parse_file): Do not finalize the CU here.
1716         * trans-decl.c (gfc_gimplify_function): Remove.
1717         (build_entry_thunks): Do not gimplify here.
1718         (create_main_function): Likewise.
1719         (gfc_generate_function_code): Likewise.
1720
1721 2009-07-17  Aldy Hernandez  <aldyh@redhat.com>
1722             Manuel López-Ibáñez  <manu@gcc.gnu.org>
1723
1724         PR 40435 
1725         * trans-expr.c, trans-array.c, trans-openmp.c, trans-stmt.c,
1726         trans.c, trans-io.c, trans-decl.c, trans-intrinsic.c: Add location
1727         argument to fold_{unary,binary,ternary}, fold_build[123],
1728         build_call_expr, build_size_arg, build_fold_addr_expr,
1729         build_call_array, non_lvalue, size_diffop,
1730         fold_build1_initializer, fold_build2_initializer,
1731         fold_build3_initializer, fold_build_call_array,
1732         fold_build_call_array_initializer, fold_single_bit_test,
1733         omit_one_operand, omit_two_operands, invert_truthvalue,
1734         fold_truth_not_expr, build_fold_indirect_ref, fold_indirect_ref,
1735         combine_comparisons, fold_builtin_*, fold_call_expr,
1736         build_range_check, maybe_fold_offset_to_address, round_up,
1737         round_down.
1738
1739 2009-07-15  Janus Weil  <janus@gcc.gnu.org>
1740
1741         PR fortran/40743
1742         * resolve.c (resolve_symbol): Don't resolve the formal namespace of a
1743         contained procedure.
1744
1745 2009-07-14  Taras Glek  <tglek@mozilla.com>
1746             Rafael Espindola  <espindola@google.com>
1747
1748         * Make-lang.in (fortran.install-plugin): New target for
1749         installing plugin headers.
1750
1751 2009-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1752
1753         * module.c (mio_symbol): Remove the unused variable, formal.
1754
1755 2009-07-13  Janus Weil  <janus@gcc.gnu.org>
1756
1757         PR fortran/40646
1758         * module.c (mio_symbol): If the symbol has formal arguments,
1759         the formal namespace will be present.
1760         * resolve.c (resolve_actual_arglist): Correctly handle 'called'
1761         procedure pointer components as actual arguments.
1762         (resolve_fl_derived,resolve_symbol): Make sure the formal namespace
1763         is present.
1764         * trans-expr.c (gfc_conv_procedure_call): Correctly handle the formal
1765         arguments of procedure pointer components.
1766
1767 2009-07-12  Tobias Burnus  <burnus@net-b.de>
1768             Philippe Marguinaud <philippe.marguinaud@meteo.fr>
1769
1770         PR fortran/40588
1771         * primary.c (match_charkind_name): Fix condition for $ matching.
1772
1773         PR libfortran/22423
1774         * libgfortran.h: Typedef the GFC_DTYPE_* enum.
1775
1776 2009-07-11  Tobias Burnus  <burnus@net-b.de>
1777
1778         PR fortran/33197
1779         * check.c (gfc_check_fn_rc2008): New function.
1780         * intrinsic.h (gfc_check_fn_rc2008): New prototype.
1781         * intrinsic.c (add_functions): Add complex tan, cosh, sinh,
1782         and tanh.
1783
1784 2009-07-10  Paul Thomas  <pault@gcc.gnu.org>
1785
1786         PR fortran/39334
1787         * primary.c (match_kind_param): Return MATCH_NO if the symbol
1788         has no value.
1789
1790 2008-07-09  Paul Thomas  <pault@gcc.gnu.org>
1791
1792         PR fortran/40629
1793         * resolve.c (check_host_association):  Use the existing
1794         accessible symtree and treat function expressions with
1795         symbols that have procedure flavor.
1796
1797 2009-07-09  Janus Weil  <janus@gcc.gnu.org>
1798
1799         PR fortran/40646
1800         * dump-parse-tree.c (show_expr): Renamed 'is_proc_ptr_comp'.
1801         * expr.c (is_proc_ptr_comp): Renamed to 'gfc_is_proc_ptr_comp'.
1802         (gfc_check_pointer_assign): Renamed 'is_proc_ptr_comp'.
1803         (replace_comp,gfc_expr_replace_comp): New functions, analogous
1804         to 'replace_symbol' and 'gfc_expr_replace_symbol', just with components
1805         instead of symbols.
1806         * gfortran.h (gfc_expr_replace_comp): New prototype.
1807         (is_proc_ptr_comp): Renamed to 'gfc_is_proc_ptr_comp'.
1808         * interface.c (compare_actual_formal): Renamed 'is_proc_ptr_comp'.
1809         * match.c (gfc_match_pointer_assignment): Ditto.
1810         * primary.c (gfc_match_varspec): Handle array-valued procedure pointers
1811         and procedure pointer components. Renamed 'is_proc_ptr_comp'.
1812         * resolve.c (resolve_fl_derived): Correctly handle interfaces with
1813         RESULT statement, and handle array-valued procedure pointer components.
1814         (resolve_actual_arglist,resolve_ppc_call,resolve_expr_ppc): Renamed
1815         'is_proc_ptr_comp'.
1816         * trans-array.c (gfc_walk_function_expr): Ditto.
1817         * trans-decl.c (gfc_get_symbol_decl): Security check for presence of
1818         ns->proc_name.
1819         * trans-expr.c (gfc_conv_procedure_call): Handle array-valued procedure
1820         pointer components. Renamed 'is_proc_ptr_comp'.
1821         (conv_function_val,gfc_trans_arrayfunc_assign): Renamed
1822         'is_proc_ptr_comp'.
1823         (gfc_get_proc_ptr_comp): Do not modify the argument 'e', but instead
1824         make a copy of it.
1825         * trans-io.c (gfc_trans_transfer): Handle array-valued procedure
1826         pointer components.
1827
1828 2009-07-09  Tobias Burnus  <burnus@net-b.de>
1829
1830         PR fortran/40604
1831         * intrinsic.c (gfc_convert_type_warn): Set sym->result.
1832         * trans-expr.c (gfc_conv_procedure_call): Fix -fcheck=pointer
1833         for optional arguments.
1834
1835 2009-07-08  Tobias Burnus  <burnus@net-b.de>
1836
1837         PR fortran/40675
1838         * simplify.c (gfc_simplify_sign): Handle signed zero correctly.
1839         * trans-intrinsic.c (gfc_conv_intrinsic_sign): Support
1840         -fno-sign-zero.
1841         * invoke.texi (-fno-sign-zero): Add text regarding SIGN intrinsic.
1842
1843 2008-07-08  Paul Thomas  <pault@gcc.gnu.org>
1844
1845         PR fortran/40591
1846         * decl.c (match_procedure_interface):  Correct the association
1847         or creation of the interface procedure's symbol.
1848
1849 2009-07-04  Jakub Jelinek  <jakub@redhat.com>
1850
1851         * trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): For integer
1852         maxloc initialize limit to -huge-1 rather than just -huge.
1853
1854 2009-07-04  Janus Weil  <janus@gcc.gnu.org>
1855
1856         PR fortran/40593
1857         * interface.c (compare_actual_formal): Take care of proc-pointer-valued
1858         functions as actual arguments.
1859         * trans-expr.c (gfc_conv_procedure_call): Ditto.
1860         * resolve.c (resolve_specific_f0): Use the correct ts.
1861
1862 2009-07-02  Michael Matz  <matz@suse.de>
1863
1864         PR fortran/32131
1865         * trans-array.c (gfc_conv_descriptor_stride_get): Return
1866         constant one for strides in the first dimension of ALLOCATABLE
1867         arrays.
1868
1869 2009-06-30  Janus Weil  <janus@gcc.gnu.org>
1870
1871         PR fortran/40594
1872         * trans-types.c (gfc_get_derived_type): Bugfix, reverting one hunk from
1873         r147206.
1874
1875 2009-06-29  Tobias Burnus  <burnus@net-b.de>
1876
1877         PR fortran/40580
1878         * trans-expr.c  (gfc_conv_procedure_call): Add -fcheck=pointer check.
1879         * libgfortran.h: Add GFC_RTCHECK_POINTER.
1880         * invoke.texi (-fcheck): Document new pointer option.
1881         * options.c (gfc_handle_runtime_check_option): Handle pointer option.
1882
1883         * gfortran.texi (C Binding): Improve wording.
1884         * iso-c-binding.def: Remove obsolete comment.
1885
1886 2009-06-29  Paul Thomas  <pault@gcc.gnu.org>
1887
1888         PR fortran/40551
1889         * dependency.h : Add second bool* argument to prototype of
1890         gfc_full_array_ref_p.
1891         * dependency.c (gfc_full_array_ref_p): If second argument is
1892         present, return true if last dimension of reference is an
1893         element or has unity stride.
1894         * trans-array.c : Add NULL second argument to references to
1895         gfc_full_array_ref_p.
1896         * trans-expr.c : The same, except for;
1897         (gfc_trans_arrayfunc_assign): Return fail if lhs reference
1898         is not a full array or a contiguous section.
1899
1900 2009-06-28  Tobias Burnus  <burnus@net-b.de>
1901             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1902
1903         PR fortran/34112
1904         * symbol.c (gfc_add_ext_attribute): New function.
1905         (gfc_get_sym_tree): New argument allow_subroutine.
1906         (gfc_get_symbol,gfc_get_ha_sym_tree,gen_cptr_param,gen_fptr_param
1907         gen_shape_param,generate_isocbinding_symbol): Use it.
1908         * decl.c (find_special): New argument allow_subroutine.
1909         (add_init_expr_to_sym,add_hidden_procptr_result,attr_decl1,
1910         match_procedure_in_type,gfc_match_final_decl): Use it.
1911         (gfc_match_gcc_attributes): New function.
1912         * gfortran.texi (Mixed-Language Programming): New section
1913         "GNU Fortran Compiler Directives".
1914         * gfortran.h (ext_attr_t): New struct.
1915         (symbol_attributes): Use it.
1916         (gfc_add_ext_attribute): New prototype.
1917         (gfc_get_sym_tree): Update pototype.
1918         * expr.c (gfc_check_pointer_assign): Check whether call
1919         convention is the same.
1920         * module.c (import_iso_c_binding_module, create_int_parameter,
1921         use_iso_fortran_env_module): Update gfc_get_sym_tree call.
1922         * scanner.c (skip_gcc_attribute): New function.
1923         (skip_free_comments,skip_fixed_comments): Use it.
1924         (gfc_next_char_literal): Support !GCC$ lines.
1925         * resolve.c (check_host_association): Update
1926         gfc_get_sym_tree call.
1927         * match.c (gfc_match_sym_tree,gfc_match_call): Update
1928         gfc_get_sym_tree call.
1929         * trans-decl.c (add_attributes_to_decl): New function.
1930         (gfc_get_symbol_decl,get_proc_pointer_decl,
1931         gfc_get_extern_function_decl,build_function_decl: Use it.
1932         * match.h (gfc_match_gcc_attributes): Add prototype.
1933         * parse.c (decode_gcc_attribute): New function.
1934         (next_free,next_fixed): Support !GCC$ lines.
1935         * primary.c (match_actual_arg,check_for_implicit_index,
1936         gfc_match_rvalue,gfc_match_rvalue): Update
1937         gfc_get_sym_tree call.
1938
1939 2009-06-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1940
1941         * gfortran.h: Define HAVE_mpc_pow.
1942         * arith.c (complex_reciprocal, complex_pow): If HAVE_mpc_pow,
1943         don't define these functions.
1944         (arith_power): If HAVE_mpc_pow, use mpc_pow.
1945
1946 2009-06-26  Janus Weil  <janus@gcc.gnu.org>
1947
1948         PR fortran/39997
1949         PR fortran/40541
1950         * decl.c (add_hidden_procptr_result): Copy the typespec to the hidden
1951         result.
1952         * expr.c (gfc_check_pointer_assign): Enable interface check for
1953         procedure pointer assignments where the rhs is a function returning a
1954         procedure pointer.
1955         * resolve.c (resolve_symbol): If an external procedure with unspecified
1956         return type can not be implicitly typed, it must be a subroutine.
1957
1958 2009-06-24  Janus Weil  <janus@gcc.gnu.org>
1959
1960         PR fortran/40427
1961         * gfortran.h (gfc_component): New member 'formal_ns'.
1962         (gfc_copy_formal_args_ppc,void gfc_ppc_use): New.
1963         * interface.c (gfc_ppc_use): New function, analogous to
1964         gfc_procedure_use, but for procedure pointer components.
1965         * module.c (MOD_VERSION): Bump module version.
1966         (mio_component): Treat formal arguments.
1967         (mio_formal_arglist): Changed argument from gfc_symbol to
1968         gfc_formal_arglist.
1969         (mio_symbol): Changed argument of mio_formal_arglist.
1970         * resolve.c (resolve_ppc_call,resolve_expr_ppc): Call gfc_ppc_use,
1971         to check actual arguments and treat formal args correctly.
1972         (resolve_fl_derived): Copy formal args of procedure pointer components
1973         from their interface.
1974         * symbol.c (gfc_copy_formal_args_ppc): New function, analogous to
1975         gfc_copy_formal_args, but for procedure pointer components.
1976
1977 2009-06-22  Janus Weil  <janus@gcc.gnu.org>
1978
1979         PR fortran/37254
1980         PR fortran/39850
1981         * interface.c (compare_parameter): Set implicit type for function
1982         actual arguments with BT_UNKNOWN.
1983
1984 2009-06-22  Tobias Burnus  <burnus@net-b.de>
1985
1986         PR fortran/40472
1987         PR fortran/50520
1988         * simplify.c (gfc_simplify_spread): Fix the case that source=
1989         is a scalar.
1990
1991 2009-06-22  Paul Thomas  <pault@gcc.gnu.org>
1992
1993         PR fortran/40443
1994         * interface.c (gfc_search_interface): Hold back a match to an
1995         elementary procedure until all other possibilities are
1996         exhausted.
1997
1998 2009-06-22  Paul Thomas  <pault@gcc.gnu.org>
1999
2000         PR fortran/40472
2001         * simplify.c (gfc_simplify_spread): Restrict the result size to
2002         the limit for an array constructor.
2003
2004 2009-06-21  Janus Weil  <janus@gcc.gnu.org>
2005
2006         PR fortran/39850
2007         * interface.c (gfc_compare_interfaces): Take care of implicit typing
2008         when checking the function attribute. Plus another bugfix.
2009         (compare_parameter): Set attr.function and attr.subroutine according
2010         to the usage of a procedure as actual argument.
2011
2012 2009-06-20  Tobias Burnus  <burnus@net-b.de>
2013
2014         PR fortran/40452
2015         * trans-decl.c (add_argument_checking): Disable bounds check
2016         for allowed argument storage association.
2017
2018 2009-06-19  Paul Thomas  <pault@gcc.gnu.org>
2019
2020         PR fortran/40440
2021         * trans-expr.c (gfc_conv_procedure_call): Do not deallocate
2022         allocatable components if the argument is a pointer.
2023
2024 2009-06-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2025
2026         * gfortran.h (gfc_expr): Use mpc_t to represent complex numbers.
2027
2028         * arith.c, dump-parse-tree.c, expr.c, module.c, resolve.c,
2029         simplify.c, target-memory.c, target-memory.h, trans-const.c,
2030         trans-expr.c: Convert to mpc_t throughout.
2031
2032 2009-06-19  Ian Lance Taylor  <iant@google.com>
2033
2034         * cpp.c (struct gfc_cpp_option_data): Give this struct, used for
2035         the global variable gfc_cpp_option, a name.
2036
2037 2009-06-19  Janus Weil  <janus@gcc.gnu.org>
2038
2039         PR fortran/40450
2040         * trans-expr.c (gfc_conv_procedure_call): Only add an extra addr_expr
2041         to a procedure pointer actual argument, if it is not itself a
2042         dummy arg.
2043
2044 2009-06-18  Janus Weil  <janus@gcc.gnu.org>
2045
2046         PR fortran/40451
2047         * resolve.c (resolve_contained_fntype): Prevent implicit typing for
2048         procedures with explicit interface.
2049         * symbol.c (gfc_check_function_type): Ditto.
2050
2051 2009-06-16  Ian Lance Taylor  <iant@google.com>
2052
2053         * decl.c (build_struct): Rewrite loop over constructor elements.
2054
2055 2009-06-16  Janus Weil  <janus@gcc.gnu.org>
2056
2057         PR fortran/36947
2058         PR fortran/40039
2059         * expr.c (gfc_check_pointer_assign): Call 'gfc_compare_interfaces' with
2060         error message.
2061         * gfortran.h (gfc_compare_interfaces): Additional argument.
2062         * interface.c (operator_correspondence): Removed.
2063         (gfc_compare_interfaces): Additional argument to return error message.
2064         Directly use the code from 'operator_correspondence' instead of calling
2065         the function. Check for OPTIONAL. Some rearrangements.
2066         (check_interface1): Call 'gfc_compare_interfaces' without error message.
2067         (compare_parameter): Call 'gfc_compare_interfaces' with error message.
2068         * resolve.c (check_generic_tbp_ambiguity): Call 'gfc_compare_interfaces'
2069         without error message.
2070
2071 2009-06-16  Tobias Burnus  <burnus@net-b.de>
2072
2073         PR fortran/40383
2074         * trans-decl.c (create_function_arglist): Copy formal charlist to
2075         have a proper passed_length for -fcheck=bounds.
2076
2077 2009-06-12  Steven G. Kargl  <kargls@comcast.net>
2078
2079         * arith.c (gfc_enum_initializer): Move function ...
2080         * decl.c: ... here.  Remove gfc_ prefix and make static.
2081         (enumerator_decl): Update function call.
2082         * gfortran.h:  Remove gfc_enum_initializer prototype.
2083
2084 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
2085
2086         * trans-array.c (gfc_trans_allocate_array_storage): Pass
2087         location on down.
2088         (gfc_trans_array_constructor_value): Same.
2089         (gfc_trans_scalarized_loop_end): Same.
2090         (gfc_conv_ss_startstride): Same.
2091         (gfc_trans_g77_array): Same.
2092         (gfc_trans_dummy_array_bias): Same.
2093         (gfc_conv_array_parameter): Same.
2094         (structure_alloc_comps): Same.
2095         * trans-expr.c (gfc_conv_function_call): Same.
2096         (fill_with_spaces): Same.
2097         (gfc_trans_string_copy): Same.
2098         (gfc_trans_scalar_assign): Same.
2099         * trans-stmt.c (gfc_trans_goto): Same.
2100         (gfc_trans_if_1): Same.
2101         (gfc_trans_simple_do): Same.
2102         (gfc_trans_do): Same.
2103         (gfc_trans_do_while): Same.
2104         (gfc_trans_logical_select): Same.
2105         (gfc_trans_select): Same.
2106         (gfc_trans_forall_loop): Same.
2107         (gfc_trans_nested_forall_loop): Same.
2108         (generate_loop_for_temp_to_lhs): Same.
2109         (generate_loop_for_rhs_to_temp): Same.
2110         (gfc_trans_forall_1): Same.
2111         (gfc_trans_where_assign): Same.
2112         (gfc_trans_where_3): Same.
2113         (gfc_trans_allocate): Same.
2114         * trans.c (gfc_finish_block): Same.
2115         (gfc_trans_runtime_check): Same.
2116         (gfc_call_malloc): Same.
2117         (gfc_allocate_with_status): Same.
2118         (gfc_call_free): Same.
2119         (gfc_deallocate_with_status): Same.
2120         (gfc_call_realloc): Same.
2121         (gfc_trans_code): Same.
2122         * trans-decl.c (gfc_init_default_dt): Same.
2123         (gfc_generate_constructors): Same.
2124         * trans-io.c (gfc_trans_io_runtime_check): Same.
2125         * trans-intrinsic.c (gfc_conv_intrinsic_ctime): Same.
2126         (gfc_conv_intrinsic_fdate): Same.
2127         (gfc_conv_intrinsic_ttynam): Same.
2128         (gfc_conv_intrinsic_minmax): Same.
2129         (gfc_conv_intrinsic_minmax_char): Same.
2130         (gfc_conv_intrinsic_anyall): Same.
2131         (gfc_conv_intrinsic_count): Same.
2132         (gfc_conv_intrinsic_arith): Same.
2133         (gfc_conv_intrinsic_minmaxloc): Same.
2134         (gfc_conv_intrinsic_minmaxval): Same.
2135         (gfc_conv_intrinsic_rrspacing): Same.
2136         (gfc_conv_intrinsic_array_transfer): Same.
2137         (gfc_conv_intrinsic_trim): Same.
2138         (gfc_conv_intrinsic_repeat): Same.
2139         
2140 2009-06-12  Janus Weil  <janus@gcc.gnu.org>
2141
2142         PR fortran/40176
2143         * resolve.c (resolve_symbol): Additional error check, preventing an
2144         infinite loop.
2145
2146 2009-06-11  Paul Thomas  <pault@gcc.gnu.org>
2147
2148         PR fortran/40402
2149         * resolve.c (next_data_value): It is an error if the value is
2150         not constant.
2151
2152 2009-06-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2153
2154         PR fortran/38718
2155         * intrinsic.c (add_functions): Add simplifiers for ISNAN,
2156         IS_IOSTAT_END and IS_IOSTAT_EOR.
2157         * intrinsic.h (gfc_simplify_is_iostat_end, gfc_simplify_is_iostat_eor,
2158         gfc_simplify_isnan): New prototypes.
2159         * intrinsic.c (gfc_simplify_is_iostat_end, gfc_simplify_is_iostat_eor,
2160         gfc_simplify_isnan): New functions.
2161
2162 2009-06-11  Jakub Jelinek  <jakub@redhat.com>
2163
2164         * interface.c (fold_unary): Rename to...
2165         (fold_unary_intrinsic): ... this.
2166         (gfc_extend_expr): Adjust caller.
2167         (gfc_match_generic_spec): Likewise.  Initialize *op to INTRINSIC_NONE
2168         to avoid warnings.
2169         * expr.c (gfc_simplify_expr): Initialize start and end before calling
2170         gfc_extract_int.
2171
2172 2009-06-10  Dave Korn  <dave.korn.cygwin@gmail.com>
2173
2174         * trans-decl.c (create_main_function):  Don't build main decl twice.
2175
2176 2009-06-09  Tobias Burnus  <burnus@net-b.de>
2177
2178         * trans-decl.c (gfc_generate_function_code): Use gfc_option.rtcheck
2179         instead of flag_bounds_check.
2180         * intrinsic.texi (ISO_FORTRAN_ENV): Document INT{8,16,32,64} and
2181         REAL{32,64,128}.
2182
2183 2009-06-08  Paul Thomas  <pault@gcc.gnu.org>
2184
2185         * trans-array.h : Replace prototypes for
2186         gfc_conv_descriptor_offset, gfc_conv_descriptor_stride,
2187         gfc_conv_descriptor_lbound, gfc_conv_descriptor_ubound with new
2188         prototypes of the same names with _get or _set appended.
2189         * trans-array.c : Make the originals of the above static and
2190         new functions for the _get and _set functions. Update all the
2191         references to these descriptor access functions.
2192         * trans-expr.c : Update references to the above descriptor
2193         access functions.
2194         * trans-intrinsic.c : The same.
2195         * trans-openmp.c : The same.
2196         * trans-stmt.c : The same.
2197
2198 2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
2199
2200         * options.c (gfc_post_options): Disable dump_parse_tree
2201         during -fcompare-debug-second.
2202
2203 2009-06-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2204
2205         PR fortran/40008
2206         * gfortran.h (gfc_open): Add newunit expression to structure.
2207         * io.c (io_tag): Add new unit tag and fix whitespace.
2208         (match_open_element): Add matching for newunit.
2209         (gfc_free_open): Free the newunit expression.
2210         (gfc_resolve_open): Add newunit to resolution and check constraints.
2211         (gfc_resolve_close): Add check for non-negative unit.
2212         (gfc_resolve_filepos): Likewise.
2213         (gfc_resolve_dt): Likewise.
2214         * trans-io.c (set_parameter_value): Build runtime checks for unit
2215         numbers within range of kind=4 integer. (gfc_trans_open) Set the
2216         newunit parameter.
2217         * ioparm.def (IOPARM): Define the newunit parameter as a pointer
2218         to GFC_INTEGER_4, pint4.
2219
2220 2009-06-07  Daniel Franke  <franke.daniel@gmail.com>
2221
2222         PR fortran/25104
2223         PR fortran/29962
2224         * array.c (gfc_append_constructor): Added NULL-check.
2225         * check.c (gfc_check_spread): Check DIM.
2226         (gfc_check_unpack): Check that the ARRAY arguments provides enough
2227         values for MASK.
2228         * intrinsic.h (gfc_simplify_spread): New prototype.
2229         (gfc_simplify_unpack): Likewise.
2230         * intrinsic.c (add_functions): Added new simplifier callbacks.
2231         * simplify.c (gfc_simplify_spread): New.
2232         (gfc_simplify_unpack): New.
2233         * expr.c (check_transformational): Allow additional transformational
2234         intrinsics in initialization expression.
2235
2236 2009-06-07  Daniel Franke  <franke.daniel@gmail.com>
2237
2238         PR fortran/25104
2239         PR fortran/29962
2240         * check.c (gfc_check_all_any): Check rank of DIM.
2241         (gfc_check_count): Likewise.
2242         * intrinsic.h (gfc_simplify_all): New prototype.
2243         (gfc_simplify_any): Likewise.
2244         (gfc_simplify_count): Likewise.
2245         (gfc_simplify_sum): Likewise.
2246         (gfc_simplify_product): Likewise.
2247         * intrinsic.c (add_functions): Added new simplifier callbacks.
2248         * simplify.c (transformational_result): New.
2249         (simplify_transformation_to_scalar): New.
2250         (simplify_transformation_to_array): New.
2251         (gfc_count): New.
2252         (gfc_simplify_all): New.
2253         (gfc_simplify_any): New.
2254         (gfc_simplify_count): New.
2255         (gfc_simplify_sum): New.
2256         (gfc_simplify_product): New.
2257         * expr.c (check_transformational): Allow additional transformational
2258         intrinsics in initialization expression.
2259
2260 2009-06-07  Daniel Franke  <franke.daniel@gmail.com>
2261
2262         * check.c (dim_rank_check): Return SUCCESS if DIM=NULL.
2263         (gfc_check_lbound): Removed (now) redundant check for DIM=NULL.
2264         (gfc_check_minloc_maxloc): Likewise.
2265         (check_reduction): Likewise.
2266         (gfc_check_size): Likewise.
2267         (gfc_check_ubound): Likewise.
2268         (gfc_check_cshift): Added missing shape-conformance checks.
2269         (gfc_check_eoshift): Likewise.
2270         * gfortran.h (gfc_check_conformance): Modified prototype to printf-style.
2271         * expr.c (gfc_check_conformance): Accept error-message chunks in 
2272         printf-style. Changed all callers.
2273
2274
2275 2009-06-07  Daniel Franke  <franke.daniel@gmail.com>
2276
2277         PR fortran/25104
2278         PR fortran/29962
2279         * intrinsic.h (gfc_simplify_dot_product): New prototype.
2280         (gfc_simplify_matmul): Likewise.
2281         (gfc_simplify_transpose): Likewise.
2282         * intrinsic.c (add_functions): Added new simplifier callbacks.
2283         * simplify.c (init_result_expr): New.
2284         (compute_dot_product): New.
2285         (gfc_simplify_dot_product): New.
2286         (gfc_simplify_matmul): New.
2287         (gfc_simplify_transpose): New.
2288         * expr.c (check_transformational): Allow transformational intrinsics
2289         with simplifier in initialization expression.
2290
2291 2009-06-06  Daniel Franke  <franke.daniel@gmail.com>
2292
2293         PR fortran/37203
2294         * simplify.c (gfc_simplify_reshape): Fixed reshaping of empty arrays
2295         without padding.
2296
2297 2009-06-06  Daniel Franke  <franke.daniel@gmail.com>
2298
2299         PR fortran/32890
2300         * intrinsic.h (gfc_simplify_pack): New prototype.
2301         * intrinsic.c (add_functions): Added
2302         simplifier-callback to PACK.
2303         * simplify.c (is_constant_array_expr): Moved
2304         to beginning of file.
2305         (gfc_simplify_pack): New.
2306         * check.c (gfc_check_pack): Check that VECTOR has enough elements.
2307         Added safeguards for empty arrays.
2308
2309 2009-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2310
2311         * simplify.c (call_mpc_func): Use mpc_realref/mpc_imagref
2312         instead of MPC_RE/MPC_IM.
2313
2314 2009-06-05  Alexandre Oliva  <aoliva@redhat.com>
2315
2316         * trans-decl.c (gfc_build_qualified_array): Don't skip generation
2317         of range types.
2318         * trans.h (struct lang_type): Add base_decls.
2319         (GFC_TYPE_ARRAY_BASE_DECL): New.
2320         * trans-types.c (gfc_get_array_type_bounds): Initialize base decls
2321         proactively and excessively.
2322         (gfc_get_array_descr_info): Use existing base decls if available.
2323
2324 2009-06-04  Daniel Franke  <franke.daniel@gmail.com>
2325
2326         PR fortran/37203
2327         * check.c (gfc_check_reshape): Additional checks for the
2328         SHAPE and ORDER arguments.
2329         * simplify.c (gfc_simplify_reshape): Converted argument checks
2330         to asserts.
2331
2332 2009-06-03  Tobias Burnus  <burnus@net-b.de>
2333
2334         * gfortran.texi: Add mixed-language programming, mention
2335         varying string lengths, some clean up of introduction parts.
2336         * intrinsic.texi (instrinsic modules): Create @menu for subsections.
2337         (ISO_C_BINDING): Support ISOCBINDING_INT_FAST128_T.
2338         * libgfortran.h: Comment to rember to keep gfortran.texi in sync.
2339         * iso-c-binding.def: Support ISOCBINDING_INT_FAST128_T.
2340
2341 2009-06-03  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2342             Tobias Burnus  <burnus@net-b.de>
2343
2344         * iso-c-binding.def: Use INTMAX_TYPE instead of intmax_type_node.
2345         * trans-types.c (init_c_interop_kinds): Remove intmax_type_node.
2346
2347 2009-06-03  Alexandre Oliva  <aoliva@redhat.com>
2348
2349         * module.c (mio_f2k_derived): Initialize cur.
2350
2351 2009-06-01  Tobias Burnus  <burnus@net-b.de>
2352
2353         PR fortran/40309
2354         * trans-decl.c (gfc_sym_identifier): Use "MAIN__" for PROGRAM "main".
2355         (create_main_function): Set main_identifier_node.
2356
2357 2009-05-29  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2358
2359         PR fortran/40019
2360         * trans-types.c (gfc_build_uint_type): Make nonstatic.
2361         * trans.h (gfor_fndecl_clz128, gfor_fndecl_ctz128): New prototypes.
2362         * trans-types.h (gfc_build_uint_type): Add prototype.
2363         * trans-decl.c (gfc_build_intrinsic_function_decls): Build
2364         gfor_fndecl_clz128 and gfor_fndecl_ctz128.
2365         * trans-intrinsic.c (gfc_conv_intrinsic_leadz,
2366         gfc_conv_intrinsic_trailz): Call the right builtins or library
2367         functions, and cast arguments to unsigned types first.
2368         * simplify.c (gfc_simplify_leadz): Deal with negative arguments.
2369
2370 2009-05-27  Ian Lance Taylor  <iant@google.com>
2371
2372         * Make-lang.in (gfortran$(exeext)): Change $(COMPILER) to
2373         $(LINKER).
2374         (f951$(exeext)): Likewise.
2375
2376 2009-05-27  Tobias Burnus  <burnus@net-b.de>
2377
2378         PR fortran/40270
2379         * trans-decl.c (create_main_function): Mark MAIN__ and
2380         argc/argv as TREE_USED and push/pop function_decl context
2381         if needed.
2382
2383 2009-05-26  Tobias Burnus  <burnus@net-b.de>
2384
2385         PR fortran/39178
2386         * gfortranspec.c (lang_specific_driver): Stop linking
2387         libgfortranbegin.
2388         * trans-decl.c (gfc_build_builtin_function_decls): Stop
2389         making MAIN__ publicly visible.
2390         (gfc_build_builtin_function_decls): Add
2391         gfor_fndecl_set_args.
2392         (create_main_function) New function.
2393         (gfc_generate_function_code): Use it.
2394
2395 2009-05-26  Tobias Burnus  <burnus@net-b.de>
2396
2397         PR fortran/40246
2398         * match.c (gfc_match_nullify): NULLify freed pointer.
2399
2400 2009-05-26  Ian Lance Taylor  <iant@google.com>
2401
2402         * Make-lang.in (gfortranspec.o): Use $(COMPILER).
2403         (gfortran$(exeext), f951$(exeext), fortran/cpp.o): Likewise.
2404
2405 2009-05-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2406
2407         * gfortran.h (GFC_MPC_RND_MODE): New.
2408         * simplify.c (call_mpc_func): New helper function.
2409         (gfc_simplify_cos, gfc_simplify_exp, gfc_simplify_log,
2410         gfc_simplify_sin, gfc_simplify_sqrt): Add MPC support.
2411
2412 2009-05-25  Janus Weil  <janus@gcc.gnu.org>
2413
2414         PR fortran/40176
2415         * primary.c (gfc_match_varspec): Handle procedure pointer components
2416         with array return value.
2417         * resolve.c (resolve_expr_ppc): Ditto.
2418         (resolve_symbol): Make sure the interface of a procedure pointer has
2419         been resolved.
2420         * trans-array.c (gfc_walk_function_expr): Handle procedure pointer
2421         components with array return value.
2422         * trans-expr.c (gfc_conv_component_ref,gfc_conv_procedure_call,
2423         gfc_trans_arrayfunc_assign): Ditto.
2424         (gfc_trans_pointer_assignment): Handle procedure pointer assignments,
2425         where the rhs is a dummy argument.
2426         * trans-types.c (gfc_get_ppc_type,gfc_get_derived_type): Handle
2427         procedure pointer components with array return value.
2428
2429 2009-05-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
2430             Dominique Dhumieres
2431
2432         PR fortran/35732
2433         PR fortran/39872
2434         * trans-array.c (gfc_conv_ss_startstride): Add one to index.
2435
2436 2009-05-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2437
2438         PR fortran/40195
2439         * module.c (read_md5_from_module_file): Close file before returning.
2440
2441 2009-05-18  Janus Weil  <janus@gcc.gnu.org>
2442
2443         PR fortran/40164
2444         * primary.c (gfc_match_rvalue): Handle procedure pointer components in
2445         arrays.
2446         * resolve.c (resolve_ppc_call,resolve_expr_ppc): Resolve component and
2447         array references.
2448         (resolve_fl_derived): Procedure pointer components are not required to
2449         have constant array bounds in their return value.
2450
2451 2009-05-18  Janus Weil  <janus@gcc.gnu.org>
2452
2453         * intrinsic.c (add_sym): Fix my last commit (r147655),
2454         which broke bootstrap.
2455
2456 2009-05-18  Richard Guenther  <rguenther@suse.de>
2457
2458         PR fortran/40168
2459         * trans-expr.c (gfc_trans_zero_assign): For local array
2460         destinations use an assignment from an empty constructor.
2461
2462 2009-05-18  Janus Weil  <janus@gcc.gnu.org>
2463
2464         PR fortran/36947
2465         PR fortran/40039
2466         * expr.c (gfc_check_pointer_assign): Check intents when comparing
2467         interfaces.
2468         * gfortran.h (typedef struct gfc_intrinsic_arg): Add 'intent' member.
2469         (gfc_compare_interfaces): Additional argument.
2470         * interface.c (operator_correspondence): Add check for equality of
2471         intents, and new argument 'intent_check'.
2472         (gfc_compare_interfaces): New argument 'intent_check', which is passed
2473         on to operator_correspondence.
2474         (check_interface1): Don't check intents when comparing interfaces.
2475         (compare_parameter): Do check intents when comparing interfaces.
2476         * intrinsic.c (add_sym): Add intents for arguments of intrinsic
2477         procedures.
2478         (add_sym_1,add_sym_1s,add_sym_1m,add_sym_2,add_sym_2s,add_sym_3,
2479         add_sym_3ml,add_sym_3red,add_sym_3s,add_sym_4): Use INTENT_IN by
2480         default.
2481         (add_sym_1_intent,add_sym_1s_intent,add_sym_2s_intent,add_sym_3s_intent)
2482         : New functions to add intrinsic symbols, specifying custom intents.
2483         (add_sym_4s,add_sym_5s): Add new arguments to specify intents.
2484         (add_functions,add_subroutines): Add intents for various intrinsics.
2485         * resolve.c (check_generic_tbp_ambiguity): Don't check intents when
2486         comparing interfaces.
2487         * symbol.c (gfc_copy_formal_args_intr): Copy intent.
2488
2489 2009-05-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2490
2491         * iso-fortran-env.def: Define INT8, INT16, INT32, INT64, REAL32,
2492         REAL64 and REAL128.
2493         * gfortran.h (gfc_get_int_kind_from_width_isofortranenv,
2494         gfc_get_real_kind_from_width_isofortranenv): New prototypes.
2495         * iso-c-binding.def: Update definitions for the INT*_T,
2496         INT_LEAST*_T and INT_FAST*_T named parameters.
2497         * trans-types.c (get_typenode_from_name, get_int_kind_from_name,
2498         gfc_get_real_kind_from_width_isofortranenv): New functions.
2499
2500 2009-05-17  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2501
2502         PR fortran/36260
2503         * intrinsic.c (add_functions, add_subroutines): Fix argument
2504         names and wrap long lines.
2505         * intrinsic.texi: Fix documentation and argument names of
2506         LOG_GAMMA, DATAN2, DBESJN, DTIME, ETIME, FSTAT, STAT, LSTAT,
2507         GET_COMMAND, IDATE, LTIME, MOVE_ALLOC, NINT, OR, PRODUCT,
2508         SUM, RAND, RANDOM_SEED, REAL, SELECTED_INT_KIND,
2509         SELECTED_REAL_KIND and XOR.
2510
2511 2009-05-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2512
2513         PR fortran/33197
2514         * intrinsic.c (add_functions): Use ERFC_SCALED simplification.
2515         * intrinsic.h (gfc_simplify_erfc_scaled): New prototype.
2516         * simplify.c (fullprec_erfc_scaled, asympt_erfc_scaled,
2517         gfc_simplify_erfc_scaled): New functions.
2518
2519 2009-05-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2520
2521         PR fortran/31243
2522         * resolve.c (resolve_substring): Don't allow too large substring
2523         indexes.
2524         (gfc_resolve_substring_charlen): Fix typo.
2525         (gfc_resolve_character_operator): Fix typo.
2526         (resolve_charlen): Catch unreasonably large string lengths.
2527         * simplify.c (gfc_simplify_len): Don't error out on LEN
2528         range checks.
2529
2530 2009-05-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2531
2532         PR fortran/36031
2533         * decl.c (set_enum_kind): Use global short-enums flag.
2534         * gfortran.h (gfc_option_t): Remove short_enums flag.
2535         * lang.opt (-fshort-enums): Refer to C documentation.
2536         * options.c (gfc_init_options, gfc_handle_option): Use global
2537         short-enums flag.
2538
2539 2009-05-15  Tobias Burnus  <burnus@net-b.de>
2540
2541         PR fortran/39352
2542         * f95-lang.c: Add gfc_maybe_initialize_eh.
2543         * gfortran.h: Add gfc_maybe_initialize_eh prototype.
2544         * Make-lang.in: Add new .h dendencies for f95-lang.c
2545         * openmp.c (resolve_omp_do): Call gfc_maybe_initialize_eh.
2546         * misc.c (gfc_free): Avoid #define trickery for free.
2547
2548 2009-05-14  Steven G. Kargl  <kargl@gcc.gnu.org>
2549
2550         * dump-parse-tree.c (show_code_node): Add ERRMSG to the dumping
2551         of allocate and deallocate statements.
2552
2553 2009-05-14  Ian Lance Taylor  <iant@google.com>
2554
2555         * decl.c (match_attr_spec): Change d to unsigned int.
2556         * dump-parse-tree.c (show_namespace): Change op to int.  Add cast.
2557         * interface.c (gfc_check_interfaces): Change i to int.  Add casts.
2558         * module.c (read_module): Change i to int.  Add cast.
2559         (write_module): Change i to int.
2560         * symbol.c (gfc_get_namespace): Change in to int.
2561         (gfc_free_namespace): Change i to int.
2562         * trans-io.c (gfc_build_io_library_fndecls): Change ptype to
2563         unsigned int.  Add cast.
2564         * trans-types.c (gfc_init_kinds): Change mode to unsigned int.
2565         Add casts.
2566
2567 2009-05-14  Daniel Kraft  <d@domob.eu>
2568
2569         PR fortran/40045
2570         * dump-parse-tree.c (show_typebound): Fix missing adaption to new
2571         type-bound procedure storage structure.
2572
2573 2009-05-14  Janus Weil  <janus@gcc.gnu.org>
2574
2575         PR fortran/39996
2576         * decl.c (gfc_match_function_decl): Use gfc_add_type.
2577         * symbol.c (gfc_add_type): Better checking for duplicate types in
2578         function declarations. And: Always give an error for duplicte types,
2579         not just a warning with -std=gnu.
2580
2581 2009-05-14  Jakub Jelinek  <jakub@redhat.com>
2582
2583         PR fortran/39865
2584         * io.c (resolve_tag_format): CHARACTER array in FMT= argument
2585         isn't an extension.  Reject non-CHARACTER array element of
2586         assumed shape or pointer or assumed size array.
2587         * trans-array.c (array_parameter_size): New function.
2588         (gfc_conv_array_parameter): Add size argument.  Call
2589         array_parameter_size if it is non-NULL.
2590         * trans-array.h (gfc_conv_array_parameter): Adjust prototype.
2591         * trans-expr.c (gfc_conv_function_call, gfc_trans_arrayfunc_assign):
2592         Adjust callers.
2593         * trans-intrinsic.c (gfc_conv_intrinsic_loc): Likewise.
2594         * trans-io.c (gfc_convert_array_to_string): Rewritten.
2595
2596 2009-05-13  Steven G. Kargl  <kargl@gcc.gnu.org>
2597
2598         * gfortran.h (gfc_code): Rename struct member expr to expr1.
2599         * openmp.c (resolve_omp_atomic): Update expr to expr1.
2600         * interface.c (gfc_extend_assign): Ditto.
2601         * trans-expr.c (gfc_conv_expr_reference, gfc_trans_assignment,
2602         gfc_trans_init_assign): Ditto.
2603         * dump-parse-tree.c (show_code_node): Ditto.
2604         * trans-openmp.c (gfc_trans_omp_atomic): Ditto.
2605         * trans-stmt.c ( gfc_trans_label_assign, gfc_trans_goto, gfc_trans_call,
2606         gfc_trans_return, gfc_trans_pause, gfc_trans_stop, gfc_trans_if_1,
2607         gfc_trans_arithmetic_if, gfc_trans_do_while, gfc_trans_integer_select,
2608         gfc_trans_logical_select, gfc_trans_character_select
2609         forall_make_variable_temp, check_forall_dependencies
2610         gfc_trans_forall_1, gfc_trans_where_2, gfc_trans_where_3
2611         gfc_trans_where, gfc_trans_allocate, gfc_trans_deallocate): Ditto.
2612         * io.c (match_io_element, gfc_match_inquire): Ditto.
2613         * resolve.c (resolve_typebound_call, resolve_ppc_call,
2614         resolve_allocate_expr, resolve_allocate_deallocate, resolve_select,
2615         resolve_transfer, resolve_where, gfc_resolve_assign_in_forall,
2616         gfc_resolve_blocks, resolve_code, build_init_assign): Ditto.
2617         * st.c (gfc_free_statement): Ditto.
2618         * match.c (gfc_match_assignment, gfc_match_pointer_assignment,
2619         match_arithmetic_if, gfc_match_if, gfc_match_elseif
2620         gfc_match_stopcode, gfc_match_assign, gfc_match_goto,
2621         gfc_match_nullify, match_typebound_call, gfc_match_call
2622         gfc_match_select, match_simple_where, gfc_match_where
2623         gfc_match_elsewhere, match_simple_forall, gfc_match_forall): Ditto.
2624         * trans-io.c (gfc_trans_transfer): Ditto.
2625         * parse.c (parse_where_block, parse_if_block): Ditto.
2626
2627 2009-05-13  Steven G. Kargl  <kargl@gcc.gnu.org>
2628
2629         * gfortran.h (gfc_code): Rename struct member label to label1.
2630         * dump-parse-tree.c (show_code_node): Update symbol.
2631         * trans-stmt.c (gfc_trans_label_assign, gfc_trans_goto,
2632         gfc_trans_arithmetic_if): Ditto.
2633         * resolve.c (gfc_resolve_blocks, resolve_code): Ditto.
2634         * match.c (match_arithmetic_if, gfc_match_if, gfc_reference_st_label,
2635         gfc_match_assign, gfc_match_goto): Ditto.
2636         * parse.c (parse_do_block): Ditto.
2637
2638 2009-05-13  Tobias Burnus  <burnus@net-b.de>
2639
2640         PR fortran/34153
2641         * gfortran.h (gfc_exec_op): Add EXEC_END_PROCEDURE.
2642         * dump-parse-tree.c (show_code_node): Use EXEC_END_PROCEDURE.
2643         * trans.c (gfc_trans_code): Ditto.
2644         * resolve.c (resolve_code): Ditto.
2645         * st.c (gfc_free_statement): Ditto.
2646         * parse.c (accept_statement): Ditto.
2647
2648 2009-05-12  Tobias Burnus  <burnus@net-b.de>
2649
2650         PR fortran/40110
2651         * decl.c (gfc_match_kind_spec): Turn C kind error into a warning.
2652
2653 2009-05-11  Steve Ellcey  <sje@cup.hp.com>
2654
2655         * resolve.c (check_host_association): Initialize tail.
2656
2657 2009-05-11  Janus Weil  <janus@gcc.gnu.org>
2658
2659         PR fortran/40089
2660         * resolve.c (resolve_fl_derived): Only return FAILURE if
2661         gfc_notify_std fails.
2662
2663 2009-05-10  Ian Lance Taylor  <iant@google.com>
2664
2665         * gfortran.h (enum gfc_omp_sched_kind): New enum, broken out of
2666         gfc_omp_clauses.
2667         (enum gfc_omp_default_sharing): Likewise.
2668         * module.c (enum gfc_rsym_state): New enum, broken out of
2669         pointer_info.
2670         (enum gfc_wsym_state): Likewise.
2671         * parse.c (enum state_order): New enum, broken out of st_state.
2672
2673 2009-05-10  Paul Thomas  <pault@gcc.gnu.org>
2674
2675         PR fortran/40018
2676         * trans-array.c (gfc_trans_array_constructor_value): Fold
2677         convert numeric constants.
2678         (gfc_build_constant_array_constructor): The same.
2679
2680 2009-05-10  Paul Thomas  <pault@gcc.gnu.org>
2681
2682         PR fortran/38863
2683         * trans-expr.c (gfc_conv_operator_assign): Remove function.
2684         * trans.h : Remove prototype for gfc_conv_operator_assign.
2685         * trans-stmt.c (gfc_conv_elemental_dependencies): Initialize
2686         derivde types with intent(out).
2687         (gfc_trans_call): Add mask, count1 and invert arguments. Add
2688         code to use mask for WHERE assignments.
2689         (gfc_trans_forall_1): Use new arguments for gfc_trans_call.
2690         (gfc_trans_where_assign): The gfc_symbol argument is replaced
2691         by the corresponding code. If this has a resolved_sym, then
2692         gfc_trans_call is called. The call to gfc_conv_operator_assign
2693         is removed.
2694         (gfc_trans_where_2): Change the last argument in the call to
2695         gfc_trans_where_assign.
2696         * trans-stmt.h : Modify prototype for gfc_trans_call.
2697         * trans.c (gfc_trans_code): Use new args for gfc_trans_call.
2698
2699 2009-05-08  Janus Weil  <janus@gcc.gnu.org>
2700
2701         PR fortran/39876
2702         * intrinsic.c (gfc_is_intrinsic): Do not add the EXTERNAL attribute if
2703         the symbol is a module procedure.
2704
2705 2009-05-08  Tobias Burnus  <burnus@net-b.de>
2706
2707         * invoke.texi: Add do/recursion to the -fcheck= summary.
2708
2709 2009-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2710
2711         PR fortran/38830
2712         * gfortran.texi: Document that we don't support variable FORMAT
2713         expressions.
2714
2715 2009-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2716
2717         PR fortran/39576
2718         * error.c (error_print): Add missing break statement.
2719
2720 2009-05-07  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2721
2722         PR fortran/36382
2723         * invoke.texi: Document that -fdollar-ok does not allow $ to be
2724         used in IMPLICIT statement.
2725
2726 2009-05-06  Janus Weil  <janus@gcc.gnu.org>
2727             Paul Thomas  <pault@gcc.gnu.org>
2728
2729         PR fortran/39630
2730         * decl.c (match_procedure_interface): New function to match the
2731         interface for a PROCEDURE statement.
2732         (match_procedure_decl): Call match_procedure_interface.
2733         (match_ppc_decl): New function to match the declaration of a
2734         procedure pointer component.
2735         (gfc_match_procedure):  Call match_ppc_decl.
2736         (match_binding_attributes): Add new argument 'ppc' and handle the
2737         POINTER attribute for procedure pointer components.
2738         (match_procedure_in_type,gfc_match_generic): Added new argument to
2739         match_binding_attributes.
2740         * dump-parse-tree.c (show_expr,show_components,show_code_node): Handle
2741         procedure pointer components.
2742         * expr.c (free_expr0,gfc_copy_expr,gfc_simplify_expr): Handle EXPR_PPC.
2743         (gfc_check_pointer_assign): Handle procedure pointer components, but no
2744         full checking yet.
2745         (is_proc_ptr_comp): New function to determine if an expression is a
2746         procedure pointer component.
2747         * gfortran.h (expr_t): Add EXPR_PPC.
2748         (symbol_attribute): Add new member 'proc_pointer_comp'.
2749         (gfc_component): Add new member 'formal'.
2750         (gfc_exec_op): Add EXEC_CALL_PPC.
2751         (gfc_get_default_type): Changed first argument.
2752         (is_proc_ptr_comp): Add prototype.
2753         (gfc_match_varspec): Add new argument.
2754         * interface.c (compare_actual_formal): Handle procedure pointer
2755         components.
2756         * match.c (gfc_match_pointer_assignment,match_typebound_call): Handle
2757         procedure pointer components.
2758         * module.c (mio_expr): Handle EXPR_PPC.
2759         * parse.c (parse_derived): Handle procedure pointer components.
2760         * primary.c (gfc_match_varspec): Add new argument 'ppc_arg' and handle
2761         procedure pointer components.
2762         (gfc_variable_attr): Handle procedure pointer components.
2763         (gfc_match_rvalue): Added new argument to gfc_match_varspec and changed
2764         first argument of gfc_get_default_type.
2765         (match_variable): Added new argument to gfc_match_varspec.
2766         * resolve.c (resolve_entries,set_type,resolve_fl_parameter): Changed
2767         first argument of gfc_get_default_type.
2768         (resolve_structure_cons,resolve_actual_arglist): Handle procedure
2769         pointer components.
2770         (resolve_ppc_call): New function to resolve a call to a procedure
2771         pointer component (subroutine).
2772         (resolve_expr_ppc): New function to resolve a call to a procedure
2773         pointer component (function).
2774         (gfc_resolve_expr): Handle EXPR_PPC.
2775         (resolve_code): Handle EXEC_CALL_PPC.
2776         (resolve_fl_derived): Copy the interface for a procedure pointer
2777         component.
2778         (resolve_symbol): Fix overlong line.
2779         * st.c (gfc_free_statement): Handle EXEC_CALL_PPC.
2780         * symbol.c (gfc_get_default_type): Changed first argument.
2781         (gfc_set_default_type): Changed first argument of gfc_get_default_type.
2782         (gfc_add_component): Initialize ts.type to BT_UNKNOWN.
2783         * trans.h (gfc_conv_function_call): Renamed.
2784         * trans.c (gfc_trans_code): Handle EXEC_CALL_PPC.
2785         * trans-expr.c (gfc_conv_component_ref): Ditto.
2786         (gfc_conv_function_val): Rename to 'conv_function_val', add new
2787         argument 'expr' and handle procedure pointer components.
2788         (gfc_conv_operator_assign): Renamed gfc_conv_function_val.
2789         (gfc_apply_interface_mapping_to_expr): Handle EXPR_PPC.
2790         (gfc_conv_function_call): Rename to 'gfc_conv_procedure_call', add new
2791         argument 'expr' and handle procedure pointer components.
2792         (gfc_get_proc_ptr_comp): New function to get the backend decl for a
2793         procedure pointer component.
2794         (gfc_conv_function_expr): Renamed gfc_conv_function_call.
2795         (gfc_conv_structure): Handle procedure pointer components.
2796         * trans-intrinsic.c (gfc_conv_intrinsic_funcall,
2797         conv_generic_with_optional_char_arg): Renamed gfc_conv_function_call.
2798         * trans-stmt.h (gfc_get_proc_ptr_comp): Add prototype.
2799         * trans-stmt.c (gfc_trans_call): Renamed gfc_conv_function_call.
2800         * trans-types.h (gfc_get_ppc_type): Add prototype.
2801         * trans-types.c (gfc_get_ppc_type): New function to build a tree node
2802         for a procedure pointer component.
2803         (gfc_get_derived_type): Handle procedure pointer components.
2804
2805 2009-05-06  Tobias Burnus  <burnus@net-b.de>
2806
2807         PR fortran/40041
2808         * resolve.c (resolve_symbol): Print no warning for implicitly
2809         typed intrinsic functions.
2810
2811 2009-05-05  Janus Weil  <janus@gcc.gnu.org>
2812
2813         PR fortran/39998
2814         * expr.c (gfc_check_pointer_assign): Check for statement functions and
2815         internal procedures in procedure pointer assignments.
2816
2817 2009-04-28  Janus Weil  <janus@gcc.gnu.org>
2818
2819         PR fortran/39946
2820         * resolve.c (resolve_symbol): Correctly copy the interface of a
2821         PROCEDURE statement if the interface involves a RESULT variable.
2822
2823 2009-04-28  Janus Weil  <janus@gcc.gnu.org>
2824
2825         PR fortran/39930
2826         PR fortran/39931
2827         * expr.c (gfc_check_pointer_assign): Correctly detect if the left hand
2828         side is a pointer.
2829         * parse.c (gfc_fixup_sibling_symbols): Don't check for ambiguity.
2830
2831 2009-04-28  Paul Thomas  <pault@gcc.gnu.org>
2832
2833         PR fortran/39879
2834         * trans_expr.c (gfc_conv_procedure_call): Deep copy a derived
2835         type parentheses argument if it is a variable with allocatable
2836         components.
2837
2838 2009-04-27  Ian Lance Taylor  <iant@google.com>
2839
2840         * trans-intrinsic.c (DEFINE_MATH_BUILTIN): Add casts to enum
2841         type.
2842         * trans-io.c (st_parameter_field): Add casts to enum type.
2843
2844 2009-04-26  Steven G. Kargl  <kargl@gcc.gnu.org>
2845
2846         PR fortran/39893
2847         fortran/data.c (gfc_assign_data_value): If the lvalue is an 
2848         assumed character length entity in a data statement, then 
2849         return FAILURE to prevent segmentation fault.
2850
2851 2009-04-26  Jakub Jelinek  <jakub@redhat.com>
2852
2853         * trans-decl.c: Include pointer-set.h.
2854         (nonlocal_dummy_decl_pset, tree nonlocal_dummy_decls): New variables.
2855         (gfc_nonlocal_dummy_array_decl): New function.
2856         (gfc_get_symbol_decl): Call it for non-local dummy args with saved
2857         descriptor.
2858         (gfc_get_symbol_decl): Set DECL_BY_REFERENCE when needed.
2859         (gfc_generate_function_code): Initialize nonlocal_dummy_decl{s,_pset},
2860         chain it to outermost block's vars, destroy it afterwards.
2861         * Make-lang.in (trans-decl.o): Depend on pointer-set.h.
2862
2863 2009-04-25  Janus Weil  <janus@gcc.gnu.org>
2864
2865         PR fortran/39688
2866         * decl.c (gfc_match_import): Use 'sym->name' instead of 'name'.
2867         They differ if the symbol has been use-renamed.
2868
2869 2009-04-24  Ian Lance Taylor  <iant@google.com>
2870
2871         * gfortran.h (enum gfc_symbol_type): New named enum type, broken
2872         out of struct gfc_symbol.
2873         (struct gfc_symbol): Use enum gfc_symbol_type.
2874         (enum gfc_array_ref_dimen_type): New named enum type, broken out
2875         of struct gfc_array_ref).
2876         (struct gfc_array_ref): Use enum gfc_array_ref_dimen_type.
2877         (mod_pointee_as): Update declaration.
2878         * decl.c (add_global_entry): Change type to enum gfc_symbol_type.
2879         (gfc_mod_pointee_as): Change return type to "match".
2880         * module.c (mio_array_ref): Add cast to enum type.
2881         (mio_symbol): Likewise.
2882         * resolve.c (resolve_global_procedure): Change type to enum
2883         gfc_symbol_type.
2884         * trans-io.c (gfc_build_st_parameter): Change type to unsigned
2885         int.
2886
2887 2009-04-24  Daniel Kraft  <d@domob.eu>
2888
2889         * gfortran.h (gfc_get_typebound_proc): Removed as macro, now a function.
2890         (struct gfc_symtree): Moved "typebound" member inside union.
2891         (struct gfc_namespace): Add "tb_sym_root" as new symtree to sort out
2892         type-bound procedures there.
2893         (gfc_get_tbp_symtree): New procedure.
2894         * symbol.c (tentative_tbp_list): New global.
2895         (gfc_get_namespace): NULL new "tb_sym_root" member.
2896         (gfc_new_symtree): Removed initialization of "typebound" member.
2897         (gfc_undo_symbols): Process list of tentative tbp's.
2898         (gfc_commit_symbols): Ditto.
2899         (free_tb_tree): New method.
2900         (gfc_free_namespace): Call it.
2901         (gfc_get_typebound_proc): New method.
2902         (gfc_get_tbp_symtree): New method.
2903         (gfc_find_typebound_proc): Adapt to structural changes of gfc_symtree
2904         and gfc_namespace with regards to tbp's.
2905         * dump-parse-tree.c (show_typebound): Ditto.
2906         * primary.c (gfc_match_varspec): Ditto.  Don't reference tbp-symbol
2907         as it isn't a symbol any longer.
2908         * module.c (mio_typebound_symtree): Adapt to changes.
2909         (mio_typebound_proc): Ditto, create symtrees using "gfc_get_tbp_symtree"
2910         rather than "gfc_get_sym_tree".
2911         (mio_f2k_derived): Ditto.
2912         * decl.c (match_procedure_in_type): Ditto.
2913         (gfc_match_generic): Ditto.  Don't reference tbp-symbol.
2914         * resolve.c (check_typebound_override): Adapt to changes.
2915         (resolve_typebound_generic): Ditto.
2916         (resolve_typebound_procedures): Ditto.
2917         (ensure_not_abstract_walker): Ditto.
2918         (ensure_not_abstract): Ditto.
2919         (resolve_typebound_procedure): Ditto, ignore erraneous symbols (for
2920         instance, through removed tentative ones).
2921         * gfc-internals.texi (Type-bound procedures): Document changes.
2922
2923 2009-04-24  Janus Weil  <janus@gcc.gnu.org>
2924
2925         PR fortran/39861
2926         PR fortran/39864
2927         * symbol.c (gfc_copy_formal_args_intr): Set attr.flavor and attr.dummy
2928         for the formal arguments.
2929
2930 2009-04-21  Taras Glek <tglek@mozilla.com>
2931
2932         * f95-lang.c: Update GTY annotations to new syntax.
2933         * trans-intrinsic.c: Likewise.
2934         * trans-io.c: Likewise.
2935         * trans.h: Likewise.
2936
2937 2009-04-22  Janus Weil  <janus@gcc.gnu.org>
2938
2939         PR fortran/39735
2940         * decl.c (add_hidden_procptr_result): Bugfix for procptr results.
2941         (match_procedure_decl): Set if_source.
2942         * expr.c (gfc_check_pointer_assign): Bugfix: Return after error.
2943         And: Check interface also for IFSRC_UNKNOWN (return type may be known).
2944         * gfortran.h (typedef enum ifsrc): Remove IFSRC_USAGE,
2945         add documentation. Rename copy_formal_args and copy_formal_args_intr.
2946         * interface.c (gfc_compare_interfaces): Check for return types,
2947         handle IFSRC_UNKNOWN.
2948         (compare_intr_interfaces,compare_actual_formal_intr): Obsolete, removed.
2949         (gfc_procedure_use): Modified handling of intrinsics.
2950         * intrinsic.c (add_functions): Bugfix for "dim".
2951         * resolve.c (resolve_intrinsic): New function to resolve intrinsics,
2952         which copies the interface from isym to sym.
2953         (resolve_procedure_expression,resolve_function): Use new function
2954         'resolve_intrinsic'.
2955         (resolve_symbol): Add function attribute for externals with return type
2956         and use new function 'resolve_intrinsic'.
2957         * symbol.c (ifsrc_types): Remove string for IFSRC_USAGE.
2958         (copy_formal_args): Renamed to gfc_copy_formal_args.
2959         (copy_formal_args_intr): Renamed to gfc_copy_formal_args_intr.
2960         * trans-const.c (gfc_conv_const_charlen): Handle cl==NULL.
2961
2962 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2963
2964         * ChangeLog, ChangeLog-2002, ChangeLog-2003, ChangeLog-2004,
2965         ChangeLog-2005, ChangeLog-2006, ChangeLog-2007, ChangeLog-2008,
2966         ChangeLog.ptr, config-lang.in, ioparm.def, mathbuiltins.def: Add
2967         copyright and license notices.
2968         * ChangeLog, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
2969         ChangeLog-2008: Correct dates.
2970
2971 2009-04-20  Tobias Burnus  <burnus@net-b.de>
2972
2973         PR fortran/39811
2974         * scanner.c (load_line): Fix bogus "&" compile-time diagnostic.
2975
2976 2009-04-20  Paul Thomas  <pault@gcc.gnu.org>
2977
2978         PR fortran/39800
2979         * resolve.c (is_sym_host_assoc): New function.
2980         (resolve_fl_derived): Call it when checking PRIVATE components
2981         of PUBLIC derived types.  Change gfc_error to a gfc_notify_std
2982         with std=f2003.
2983         (resolve_fl_namelist): Call it twice to check for host
2984         association.
2985
2986 2009-04-20  Ian Lance Taylor  <iant@google.com>
2987
2988         * module.c (import_iso_c_binding_module): Add casts to enum type.
2989         * trans-intrinsic.c (gfc_conv_intrinsic_minmax): Change op to enum
2990         tree_code.
2991         (gfc_conv_intrinsic_anyall): Likewise.
2992         (gfc_conv_intrinsic_arith): Likewise.
2993         (gfc_conv_intrinsic_minmaxloc): Likewise.
2994         (gfc_conv_intrinsic_minmaxval): Likewise.
2995         (gfc_conv_intrinsic_bitop): Likewise.
2996         (gfc_conv_intrinsic_singlebitop): Likewise.
2997         (gfc_conv_intrinsic_strcmp): Likewise.
2998
2999 2009-04-20  Vasilis Liaskovitis  <vliaskov@gmail.com>
3000             Jakub Jelinek  <jakub@redhat.com>
3001
3002         PR fortran/35423
3003         * trans.h (OMPWS_WORKSHARE_FLAG, OMPWS_CURR_SINGLEUNIT,
3004         OMPWS_SCALARIZER_WS, OMPWS_NOWAIT): Define.
3005         (ompws_flags): New extern decl.
3006         * trans-array.c (gfc_trans_scalarized_loop_end): Build OMP_FOR
3007         for the outer dimension if ompws_flags allow it.
3008         * trans.c (gfc_generate_code): Clear ompws_flags.
3009         * trans-expr.c (gfc_trans_assignment_1): Allow worksharing
3010         array assignments inside of !$omp workshare.
3011         * trans-stmt.c (gfc_trans_where_3): Similarly for where statements
3012         and constructs.
3013         * trans-openmp.c (ompws_flags): New variable.
3014         (gfc_trans_omp_workshare): Rewritten.
3015
3016 2009-04-11  Daniel Kraft  <d@domob.eu>
3017
3018         PR fortran/37746
3019         * gfortran.h (struct gfc_charlen): New field "passed_length" to store
3020         the actual passed string length for dummy arguments.
3021         * trans-decl.c (gfc_create_string_length): Formatting fixes and added
3022         assertion, moved a local variable into the innermost block it is needed.
3023         (create_function_arglist): Removed TODO about the check being
3024         implemented and initialize cl->passed_length here.
3025         (add_argument_checking): New method.
3026         (gfc_generate_function_code): Call the argument checking method.
3027
3028 2009-04-11  Janus Weil  <janus@gcc.gnu.org>
3029
3030         PR fortran/39692
3031         * symbol.c (check_conflict): Reject procedure pointers for -std=f95.
3032
3033 2009-04-11  Daniel Franke  <franke.daniel@gmail.com>
3034
3035         * resolve.c (resolve_global_procedure): Enable whole-file checking for
3036         procedures that are declared later in the file.
3037         
3038 2009-04-10  Paolo Bonzini  <bonzini@gnu.org>
3039
3040         PR middle-end/39701
3041         * trans.c (gfc_allocate_with_status): Fix type mismatches
3042         on "pstat == 0".
3043
3044 2009-04-10  Daniel Franke  <franke.daniel@gmail.com>
3045
3046         PR fortran/38709
3047         * expr.c (find_array_section): Leave early on zero-sized arrays.
3048
3049 2009-04-09  Janus Weil  <janus@gcc.gnu.org>
3050
3051         PR fortran/36704
3052         * decl.c (add_hidden_procptr_result): New function for handling
3053         procedure pointer return values by adding a hidden result variable.
3054         (variable_decl,match_procedure_decl,gfc_match_function_decl,
3055         gfc_match_subroutine,gfc_match_end,attr_decl1): Handle procedure pointer
3056         return values.
3057         * parse.c (parse_interface): Add EXTERNAL attribute only after
3058         FUNCTION/SUBROUTINE declaration is complete.
3059         * primary.c (replace_hidden_procptr_result): New function for replacing
3060         function symbol by hidden result variable.
3061         (gfc_match_rvalue,match_variable): Replace symbol by hidden result
3062         variable.
3063         * resolve.c (resolve_contained_fntype,resolve_function,resolve_variable,
3064         resolve_symbol): Allow for procedure pointer function results.
3065         (resolve_fl_procedure): Conflict detection moved here from
3066         'check_conflict'.
3067         * symbol.c (gfc_check_function_type): Allow for procedure pointer
3068         function results.
3069         (check_conflict): Move some conflict detection to resolution stage.
3070         * trans-types.c (gfc_sym_type,gfc_get_function_type): Handle hidden
3071         result variables.
3072
3073 2009-04-08  Jakub Jelinek  <jakub@redhat.com>
3074
3075         * trans-types.c (gfc_init_types): Ensure gfc_integer_types doesn't
3076         contain TYPE_STRING_FLAG types.
3077
3078 2009-04-08  Janne Blomqvist  <jb@gcc.gnu.org>
3079
3080         PR fortran/39670
3081         * invoke.texi (fdollar-ok): Fix typo.
3082         
3083 2009-04-08  Daniel Franke  <franke.daniel@gmail.com>
3084
3085         PR fortran/39670
3086         * invoke.texi (fdollar-ok): Clarify limitations.
3087
3088 2009-04-08  Paul Thomas  <pault@gcc.gnu.org>
3089
3090         PR fortran/38863
3091         * trans-array.c (gfc_trans_deferred_array): Return if this
3092         is a result variable.
3093
3094 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
3095
3096         PR fortran/38152
3097         * trans-decl.c (gfc_get_symbol_decl): Correctly set decl location for
3098         procedure pointer decls.
3099
3100 2009-04-07  Janus Weil  <janus@gcc.gnu.org>
3101
3102         PR fortran/38290
3103         * expr.c (gfc_check_pointer_assign): Enable interface check for
3104         procedure pointers.
3105         * gfortran.h: Add copy_formal_args_intr.
3106         * interface.c (gfc_compare_interfaces): Call gfc_compare_intr_interfaces
3107         if second argument is an intrinsic.
3108         (compare_intr_interfaces): Correctly set attr.function, attr.subroutine
3109         and ts.
3110         (compare_parameter): Call gfc_compare_interfaces also for intrinsics.
3111         * resolve.c (resolve_specific_f0,resolve_specific_s0): Don't resolve
3112         intrinsic interfaces here. Must happen earlier.
3113         (resolve_symbol): Resolution of intrinsic interfaces moved here from
3114         resolve_specific_..., and formal args are now copied from intrinsic
3115         interfaces.
3116         * symbol.c (copy_formal_args_intr): New function to copy the formal
3117         arguments from an intinsic procedure.
3118
3119 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
3120
3121         PR fortran/38863
3122         * dependency.c (ref_same_as_full_array): New function.
3123         (gfc_dep_resolver): Call it.
3124
3125 2009-04-06  Janus Weil  <janus@gcc.gnu.org>
3126
3127         PR fortran/39414
3128         * decl.c (match_procedure_decl): Fix double declaration problems with
3129         PROCEDURE statements.
3130         * symbol.c (gfc_add_type): Ditto.
3131
3132 2009-04-06  Paul Thomas  <pault@gcc.gnu.org>
3133
3134         PR fortran/36091
3135         * trans-array.c (gfc_conv_array_ref): If the symbol has the
3136         temporary attribute use the array_spec for the bounds.
3137         * gfortran.h : Add the temporary field to the structure
3138         'symbol_attribute'.
3139         * trans-stmt.c (forall_make_variable_temp): Set the symbol's
3140         temporary attribute.
3141
3142 2009-04-05  Daniel Franke  <franke.daniel@gmail.com>
3143
3144         PR fortran/29458
3145         * trans-array.c (gfc_trans_array_constructor_value): Shadow
3146         implied do-loop variable to avoid spurious middle-end warnings.
3147
3148 2009-04-04  Tobias Burnus  <burnus@net-b.de>
3149
3150         PR fortran/39577
3151         * trans-decl.c (gfc_generate_function_code): Move recursive
3152         check to the right position.
3153
3154 2009-04-04  Paul Thomas  <pault@gcc.gnu.org>
3155
3156         PR fortran/37614
3157         * trans-common.c (translate_common): Do not offset the whole
3158         coomon block.
3159
3160 2009-04-03  Tobias Burnus  <burnus@net-b.de>
3161
3162         PR fortran/39594
3163         * resolve.c (resolve_common_vars): Add FL_VARIABLE to symbol
3164         if it is not a procedure pointer.
3165         * primary.c (match_actual_arg): Ditto.
3166
3167 2009-03-31  Joseph Myers  <joseph@codesourcery.com>
3168
3169         PR preprocessor/15638
3170         * cpp.c (cb_cpp_error): Handle CPP_DL_FATAL.
3171
3172 2009-03-30  Steven G. Kargl  <kargls@comcast.net>
3173
3174         PR fortran/38389
3175         * trans-stmt.c(gfc_trans_allocate): Add translation of ERRMSG.
3176         (gfc_trans_deallocate): Add translation of ERRMSG.  Remove stale
3177         comments.  Minor whitespace cleanup.
3178         * resolve.c(is_scalar_expr_ptr): Whitespace cleanup.
3179         (resolve_deallocate_expr (gfc_expr *e): Update error message.
3180         (resolve_allocate_expr):  Remove dead code.  Update error message.
3181         Move error checking to ...
3182         (resolve_allocate_deallocate): ... here.  Add additional error
3183         checking for STAT, ERRMSG, and allocate-objects.
3184         * match.c(gfc_match_allocate,gfc_match_deallocate):  Parse ERRMSG.
3185         Check for redundant uses of STAT and ERRMSG.  Reword error message
3186         and add checking for pointer, allocatable, and proc_pointer attributes.
3187
3188 2009-03-30  Paul Thomas  <pault@gcc.gnu.org>
3189
3190         PR fortran/22571
3191         PR fortran/26227
3192         PR fortran/24886
3193         * symbol.c : Add gfc_global_ns_list.
3194         * decl.c (add_global_entry): Set the namespace ('ns') field.
3195         * gfortran.h : Add the resolved field to gfc_namespace. Add the
3196         namespace ('ns') field to gfc_gsymbol.  Add flag_whole_file to
3197         gfc_option_t.  Add the prototype for gfc_free_dt_list.
3198         * lang.opt : Add the whole-file option.
3199         * invoke.texi : Document the whole-file option.
3200         * resolve.c (resolve_global_procedure): If the fwhole-file
3201         option is set, reorder gsymbols to ensure that translation is
3202         in the right order.  Resolve the gsymbol's namespace if that
3203         has not occurred and then check interfaces.
3204         (resolve_function): Move call to resolve_global_procedure.
3205         (resolve_call): The same.
3206         (resolve_codes): Store the current labels_obstack.
3207         (gfc_resolve) : Return if the namespace is already resolved.
3208         trans-decl.c (gfc_get_extern_function_decl): If the whole_file
3209         option is selected, use the backend_decl of a gsymbol, if it is
3210         available.
3211         parse.c (add_global_procedure, add_global_program): If the flag
3212         whole-file is set, add the namespace to the gsymbol.
3213         (gfc_parse_file): On -fwhole-file, put procedure namespaces on
3214         the global namespace list.  Rearrange to do resolution of all
3215         the procedures in a file, followed by their translation.
3216         * options.c (gfc_init_options): Add -fwhole-file.
3217         (gfc_handle_option): The same.
3218
3219 2009-03-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
3220
3221         * f95-lang.c (gfc_init_builtin_functions): Define BUILT_IN_HUGE_VAL
3222         family of intrinsics instead of BUILT_IN_INF family.
3223         * trans-intrinsics.c (gfc_conv_intrinsic_nearest): Use
3224         BUILT_IN_HUGE_VAL instead of BUILT_IN_INF.
3225
3226 2009-03-30  Jakub Jelinek  <jakub@redhat.com>
3227
3228         * trans-types.c (gfc_sym_type, gfc_return_by_reference): For
3229         sym->attr.result check sym->ns->proc_name->attr.is_bind_c.
3230
3231 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
3232
3233         PR rtl-optimization/323
3234         * options.c (gfc_post_options): Set
3235         flag_excess_precision_cmdline.  Give an error for
3236         -fexcess-precision=standard for processors where the option is
3237         significant.
3238
3239 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
3240
3241         PR preprocessor/34695
3242         * cpp.c (cb_cpp_error): New.
3243         (gfc_cpp_post_options): Don't set cpp_option->inhibit_warnings.
3244         Don't check cpp_errors (cpp_in).
3245         (gfc_cpp_init_0): Set cb->error.
3246
3247 2009-03-29  Steven G. Kargl  <kargl@gcc.gnu.org>
3248
3249         PR fortran/38823
3250         * gfortran.h: Add ARITH_PROHIBIT to arith enum.
3251         expr.c (gfc_match_init_expr): Add global variable init_flag to
3252         flag matching an initialization expression.
3253         (check_intrinsic_op): Move no longer reachable error message to ...
3254         * arith.c (arith_power): ... here.  Remove gfc_ prefix in
3255         gfc_arith_power.  Use init_flag.  Allow constant folding of x**y
3256         when y is REAL or COMPLEX.
3257         (eval_intrinsic): Remove restriction that y in x**y must be INTEGER
3258         for constant folding.
3259         * gfc_power: Update gfc_arith_power to arith_power
3260
3261 2009-03-29  Daniel Kraft  <d@domob.eu>
3262
3263         PR fortran/37423
3264         * gfortran.h (struct gfc_typebound_proc): Added new flag "deferred" and
3265         added a comment explaining DEFERRED binding handling.
3266         * decl.c (match_binding_attributes): Really match DEFERRED attribute.
3267         (match_procedure_in_type): Really match PROCEDURE(interface) syntax
3268         and do some validity checks for DEFERRED and this construct.
3269         * module.c (binding_overriding): New string constant for DEFERRED.
3270         (mio_typebound_proc): Module-IO DEFERRED flag.
3271         * resolve.c (check_typebound_override): Ensure that a non-DEFERRED
3272         binding is not overridden by a DEFERRED one.
3273         (resolve_typebound_procedure): Allow abstract interfaces as targets
3274         for DEFERRED bindings.
3275         (ensure_not_abstract_walker), (ensure_not_abstract): New methods.
3276         (resolve_fl_derived): Use new "ensure_not_abstract" method for
3277         non-ABSTRACT types extending ABSTRACT ones to ensure each DEFERRED
3278         binding is overridden.
3279         (check_typebound_baseobject): New method.
3280         (resolve_compcall), (resolve_typebound_call): Check base-object of
3281         the type-bound procedure call.
3282         * gfc-internals.texi (Type-bound procedures): Document a little bit
3283         about internal handling of DEFERRED bindings.
3284
3285 2009-03-29  Tobias Schlüter  <tobi@gcc.gnu.org>
3286
3287         PR fortran/38507
3288         * gfortran.h (gfc_st_label): Fix comment.
3289         (gfc_exec_op): Add statement code EXEC_END_BLOCK for end of block.
3290         * parse.c (accept_statement): Use EXEC_END_BLOCK for END IF and
3291         END SELECT with labels.
3292         (check_do_closure): Fix formatting.
3293         (parse_do_block): Fix typo in error message.
3294         * resolve.c (code_stack): Remove tail member.  Update comment to
3295         new use of reachable_labels.
3296         (reachable_labels): Rename to ...
3297         (find_reachable_labels): ... this.  Overhaul.  Update preceding
3298         comment.
3299         (resolve_branch): Fix comment preceding function.  Rewrite.
3300         (resolve_code): Update call to find_reachable_labels.  Add code to
3301         deal with EXEC_END_BLOCK.
3302         * st.c (gfc_free_statement): Add code to deal with EXEC_END_BLOCK.
3303         Add 2009 to copyright years.
3304         * trans.c (gfc_trans_code): Likewise on both counts.
3305
3306 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
3307
3308         PR fortran/38917
3309         * expr.c (gfc_check_assign): Allow pointer components when
3310         checking for NULL.
3311
3312         PR fortran/38918
3313         * resolve.c (check_data_variable): Treat pointer arrays with
3314         scalars.
3315
3316 2009-03-31  Paul Thomas  <pault@gcc.gnu.org>
3317
3318         PR fortran/38915
3319         * trans-expr.c (gfc_trans_assignment_1): Ensure temporaries
3320         have a string_length.
3321
3322 2009-03-28  Tobias Burnus  <burnus@net-b.de>
3323
3324         PR fortran/34656
3325         * trans-stmt.c (gfc_trans_simple_do, gfc_trans_do):
3326         Add GFC_RTCHECK_DO support.
3327         * option.c (gfc_handle_runtime_check_option): Enable GFC_RTCHECK_DO.
3328         * invoke.texi (-fcheck): Document "do" option.
3329
3330 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
3331
3332         PR fortran/38538
3333         * trans-array.c (get_elemental_fcn_charlen): Remove.
3334         (get_array_charlen): New function to replace previous.
3335
3336 2009-03-28  Paul Thomas  <pault@gcc.gnu.org>
3337
3338         PR fortran/38765
3339         * parse.c (parse_derived): Do not break on finding pointer,
3340         allocatable or private components.
3341
3342 2009-03-28  Tobias Burnus  <burnus@net-b.de>
3343
3344         PR fortran/32626
3345         * option.c (gfc_handle_runtime_check_option): Enable recursion check.
3346         * trans-decl.c (gfc_generate_function_code): Add recursion check.
3347         * invoke.texi (-fcheck): Add recursive option.
3348
3349 2009-03-28  Tobias Burnus  <burnus@net-b.de>
3350
3351         PR fortran/38432
3352         * resolve.c (gfc_resolve_iterator): Add zero-loop warning.
3353
3354 2009-03-28  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3355             Paul Thomas  <pault@gcc.gnu.org>
3356             Tobias Burnus  <burnus@net-b.de>
3357
3358         * gfortran.h (gfc_option_t): Add rtcheck.
3359         * lang.opt: New option -fcheck.
3360         * libgfortran.h: Add GFC_RTCHECK_* constants.
3361         * invoke.texi: Document -fcheck.
3362         * options.c (gfc_handle_runtime_check_option): New function.
3363         (gfc_init_options,gfc_post_options,gfc_handle_option):
3364         Add -fcheck option.
3365
3366 2009-03-27  Richard Guenther  <rguenther@suse.de>
3367
3368         * trans-array.c (gfc_conv_descriptor_data_addr): Use
3369         gfc_build_addr_expr instead of build_fold_addr_expr.
3370         (gfc_trans_allocate_array_storage, gfc_trans_array_constructor_value,
3371         gfc_trans_constant_array_constructor, gfc_conv_array_data,
3372         gfc_conv_expr_descriptor, gfc_conv_array_parameter): Likewise.
3373         * trans-expr.c (gfc_conv_missing_dummy, gfc_conv_variable,
3374         gfc_conv_function_val, gfc_conv_operator_assign,
3375         gfc_conv_subref_array_arg, gfc_conv_function_call,
3376         gfc_conv_expr_reference, gfc_trans_scalar_assign): Likewise.
3377         * trans-intrinsic.c (gfc_conv_intrinsic_exponent,
3378         gfc_conv_intrinsic_ctime, gfc_conv_intrinsic_fdate,
3379         gfc_conv_intrinsic_ttynam, gfc_conv_intrinsic_minmax_char,
3380         gfc_conv_intrinsic_fraction, gfc_conv_intrinsic_spacing,
3381         gfc_conv_intrinsic_rrspacing, gfc_conv_intrinsic_set_exponent,
3382         gfc_conv_intrinsic_array_transfer, gfc_conv_intrinsic_transfer,
3383         gfc_conv_intrinsic_si_kind, gfc_conv_intrinsic_trim): Likewise.
3384         * trans-io.c (gfc_trans_io_runtime_check, set_parameter_ref,
3385         gfc_convert_array_to_string, gfc_trans_open, gfc_trans_close,
3386         build_filepos, gfc_trans_inquire, gfc_trans_wait,
3387         nml_get_addr_expr, transfer_namelist_element, build_dt,
3388         gfc_trans_dt_end, transfer_array_component, transfer_expr,
3389         transfer_array_desc, gfc_trans_transfer): Likewise.
3390         * trans-stmt.c (gfc_trans_allocate, gfc_trans_deallocate): Likewise.
3391         * trans.c (gfc_build_addr_expr): Mark the base of the address
3392         TREE_ADDRESSABLE.
3393
3394 2009-03-27  Tobias Burnus  <burnus@net-b.de>
3395
3396         * gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.
3397         (gfc_expr): Add is_snan.
3398         * trans-const.c (gfc_conv_mpfr_to_tree): Support SNaN.
3399         (gfc_conv_constant_to_tree): Update call to gfc_conv_mpfr_to_tree.
3400         * trans-const.h (gfc_conv_mpfr_to_tree): Update prototype.
3401         * resolve.c (build_default_init_expr): Update call.
3402         * target-memory.c (encode_float): Ditto.
3403         * trans-intrinsic.c (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod,
3404
3405 2009-03-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3406
3407         * lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
3408         and -fpreprocessed.
3409
3410 2009-03-06  Alexandre Oliva <aoliva@redhat.com>
3411
3412         * simplify.c (gfc_simplify_transfer): Zero-initialize the
3413         buffer.
3414
3415 2009-02-27  Tobias Burnus  <burnus@net-b.de>
3416
3417         PR fortran/39309
3418         * module.c (read_md5_from_module_file): Add missing quote.
3419
3420 2009-02-27  Tobias Burnus  <burnus@net-b.de>
3421
3422         PR fortran/39309
3423         * module.c (read_md5_from_module_file): Include mod version
3424         in had-changed test.
3425
3426 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
3427
3428         PR fortran/39295
3429         * interface.c (compare_type_rank_if): Return 1 if the symbols
3430         are the same and deal with external procedures where one is
3431         identified to be a function or subroutine by usage but the
3432         other is not.
3433
3434 2009-02-26  Paul Thomas  <pault@gcc.gnu.org>
3435
3436         PR fortran/39292
3437         * trans-array.c (gfc_conv_array_initializer): Convert all
3438         expressions rather than ICEing.
3439
3440 2009-02-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
3441
3442         PR fortran/38914
3443         * array.c (ref_dimen_size):  Rename to gfc_ref_dimen_size,
3444         make global.  Change function name in error messages.
3445         (ref_size):  Change ref_dimen_size to gfc_ref_dimen_size.
3446         (gfc_array_ref_shape):  Likewise.
3447         * gfortran.h:  Add prototype for gfc_ref_dimen_size.
3448         * simplify.c (simplify_bound_dim):  Add ref argument.
3449         If the reference isn't a full array, return one for
3450         the lower bound and the extent for the upper bound.
3451         (simplify_bound):  For array sections, take as from the
3452         argument.  Add reference to all to simplify_bound_dim.
3453
3454 2009-02-19  Daniel Franke  <franke.daniel@gmail.com>
3455
3456         * scanner.c (load_line): At end of line, skip '\r' without setting
3457         the truncation flag.
3458
3459 2009-02-18  Daniel Kraft  <d@domob.eu>
3460
3461         * gfortran.texi: New chapter about compiler characteristics.
3462         (Compiler Characteristics): Document KIND type parameters here.
3463
3464 2009-02-18  Tobias Burnus  <burnus@net-b.de>
3465
3466         * intrinsic.texi (MALLOC): Make example more portable.
3467
3468 2009-02-13  Mikael Morin  <mikael.morin@tele2.fr>
3469
3470         PR fortran/38259
3471         * module.c (gfc_dump_module,gfc_use_module): Add module
3472         version number.
3473
3474 2009-02-13  Paul Thomas  <pault@gcc.gnu.org>
3475
3476         PR fortran/36703
3477         PR fortran/36528
3478         * trans-expr.c (gfc_conv_function_val): Stabilize Cray-pointer
3479         function references to ensure that a valid expression is used.
3480         (gfc_conv_function_call): Pass Cray pointers to procedures.
3481
3482 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
3483
3484         * gfortranspec.c (lang_specific_driver): Update copyright notice
3485         dates.
3486
3487 2009-01-28  Paul Thomas  <pault@gcc.gnu.org>
3488
3489         PR fortran/38852
3490         PR fortran/39006
3491         * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use the array
3492         descriptor ubound for UBOUND, when the array lbound == 1.
3493
3494 2009-01-27  Daniel Kraft  <d@domob.eu>
3495
3496         PR fortran/38883
3497         * trans-stmt.c (gfc_conv_elemental_dependencies):  Create temporary
3498         for the real type needed to make it work for subcomponent-references.
3499
3500 2009-01-21  Daniel Kraft  <d@domob.eu>
3501
3502         * trans-stmt.c (gfc_conv_elemental_dependencies):  Cleaned up comment.
3503
3504 2009-01-20  Paul Thomas  <pault@gcc.gnu.org>
3505
3506         PR fortran/38907
3507         * resolve.c (check_host_association): Remove the matching to
3508         correct an incorrect host association and use manipulation of
3509         the expression instead.
3510
3511 2009-01-20  Tobias Burnus  <burnus@net-b.de>
3512
3513         * invoke.texi (RANGE): RANGE also takes INTEGER arguments.
3514
3515 2009-01-19  Mikael Morin  <mikael.morin@tele2.fr>
3516
3517         PR fortran/38859
3518         * simplify.c (simplify_bound): Don't use array specification
3519         if variable or component has subsequent references.
3520
3521 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3522
3523         PR fortran/38657
3524         * module.c (write_common_0): Add argument 'this_module' and
3525         check that non-use associated common blocks are written first.
3526         (write_common): Call write_common_0 twice, once with true and
3527         then with false.
3528
3529 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3530
3531         PR fortran/34955
3532         * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Has
3533         been absorbed into gfc_conv_intrinsic_transfer. All
3534         references to it in trans-intrinsic.c have been changed
3535         accordingly.  PR fixed by using a temporary for scalar
3536         character transfer, when the source is shorter than the
3537         destination.
3538
3539 2009-01-17  Paul Thomas  <pault@gcc.gnu.org>
3540
3541         PR fortran/38657
3542         * module.c (write_common_0): Revert patch of 2009-01-05.
3543
3544 2009-01-16  Janus Weil  <janus@gcc.gnu.org>
3545
3546         PR fortran/38152
3547         * expr.c (gfc_check_pointer_assign): Allow use-associated procedure
3548         pointers as lvalue.
3549         * trans-decl.c (get_proc_pointer_decl,gfc_create_module_variable):
3550         Enable procedure pointers as module variables.
3551
3552 2009-01-14  Steven G. Kargl  <kargl@gcc.gnu.org>
3553
3554         * ChangeLog-2007: Clean out svn merge droppings.
3555
3556 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
3557
3558         PR fortran/38763
3559         * target-memory.c (encode_derived): Encode NULL.
3560
3561 2009-01-10  Paul Thomas  <pault@gcc.gnu.org>
3562
3563         PR fortran/38765
3564         * resolve.c (check_host_association): Use the symtree name to
3565         search for a potential contained procedure, since this is the
3566         name by which it would be referenced.
3567
3568 2009-01-06  Thomas Koenig  <tkoenig@gcc.gnu.org>
3569
3570         PR fortran/38220
3571         * interface.c (gfc_procedure_use):  Don't warn about functions
3572         from ISO_C_BINDING.
3573         * symbol.c (generate_isocbinding_symbol):  Mark c_loc and
3574         c_funloc as pure.
3575
3576 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
3577
3578         PR fortran/38657
3579         * module.c (write_common_0): Use the name of the symtree rather
3580         than the common block, to determine if the common has been
3581         written.
3582
3583 2009-01-05  Daniel Franke  <franke.daniel@gmail.com>
3584
3585         PR fortran/37159
3586         * check.c (gfc_check_random_seed): Added size check for GET
3587         dummy argument, reworded error messages to follow common pattern.
3588
3589 2009-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>
3590
3591         PR fortran/38672
3592         * trans-types.c (gfc_get_derived_type):  Check for the
3593         presence of derived->ns->proc_name before
3594         accessing derived->ns->proc_name->attr.flavor .
3595         * resolve.c (resolve_symbol):  Likewise.
3596
3597 2009-01-05  Paul Thomas  <pault@gcc.gnu.org>
3598
3599         PR fortran/38665
3600         * gfortran.h : Add bit to gfc_expr 'user_operator'
3601         * interface.c (gfc_extend_expr): Set the above if the operator
3602         is substituted by a function. 
3603         * resolve.c (check_host_association): Return if above is set.
3604
3605 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
3606
3607         PR fortran/35681
3608         * ChangeLog-2008: Fix function name.
3609
3610         PR fortran/38487
3611         * dependency.c (gfc_check_argument_var_dependency):
3612         Move the check for pointerness inside the if block
3613         so that it doesn't affect the return value.
3614
3615         PR fortran/38669
3616         * trans-stmt.c (gfc_trans_call):
3617         Add the dependency code after the loop bounds calculation one.
3618
3619 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
3620
3621         * intrinsic.c (do_simplify): Removed already implemented TODO.
3622
3623 2009-01-04  Daniel Franke  <franke.daniel@gmail.com>
3624
3625         PR fortran/38718
3626         * simplify.c (gfc_simplify_merge): New.
3627         * intrinsic.h (gfc_simplify_merge): New prototype.
3628         * intrinsic.c (add_functions): Added simplification for MERGE.
3629
3630 2009-01-04  Mikael Morin  <mikael.morin@tele2.fr>
3631
3632         PR fortran/38536
3633         * gfortran.h (gfc_is_data_pointer): Added prototype
3634         * resolve.c (gfc_iso_c_func_interface):
3635         Use gfc_is_data_pointer to test for pointer attribute.
3636         * dependency.c (gfc_is_data_pointer):
3637         Support pointer-returning functions.
3638
3639 2009-01-03  Daniel Franke  <franke.daniel@gmail.com>
3640
3641         * symbol.c (save_symbol): Don't SAVE function results.
3642
3643 2009-01-03  Paul Thomas  <pault@gcc.gnu.org>
3644
3645         PR fortran/38594
3646         * resolve.c (resolve_call): When searching for proper host
3647         association, use symtree rather than symbol.  For everything
3648         except generic subroutines, substitute the symtree in the call
3649         rather than the symbol.
3650
3651 \f
3652 Copyright (C) 2009 Free Software Foundation, Inc.
3653
3654 Copying and distribution of this file, with or without modification,
3655 are permitted in any medium without royalty provided the copyright
3656 notice and this notice are preserved.