OSDN Git Service

2010-01-04 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2010-01-04  Tobias Burnus  <burnus@net-b.de>
2         
3         * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.
4
5 2010-01-04  Tobias Burnus  <burnus@net-b.de>
6
7         PR fortran/41872
8         * trans-expr.c (gfc_conv_procedure_call): Add indirect ref
9         for functions returning allocatable scalars.
10         * trans-stmt.c (gfc_trans_allocate): Emmit error when
11         reallocating an allocatable scalar.
12         * trans.c (gfc_allocate_with_status): Fix pseudocode syntax
13         in comment.
14         * trans-decl.c (gfc_trans_deferred_vars): Nullify local
15         allocatable scalars.
16         (gfc_generate_function_code): Nullify result variable for
17         allocatable scalars.
18         
19         PR fortran/40849
20         * module.c (gfc_use_module): Fix warning string to allow
21         for translation.
22
23         PR fortran/42517
24         * invoke.texi (-fcheck=recursion): Mention that the checking
25         is also disabled for -frecursive.
26         * trans-decl.c (gfc_generate_function_code): Disable
27         -fcheck=recursion when -frecursive is used.
28
29         * intrinsic.texi (iso_c_binding): Improve wording.
30
31 \f
32 Copyright (C) 2010 Free Software Foundation, Inc.
33
34 Copying and distribution of this file, with or without modification,
35 are permitted in any medium without royalty provided the copyright
36 notice and this notice are preserved.