OSDN Git Service

2010-01-05 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / fortran / ChangeLog
1 2010-01-05  Tobias Burnus  <burnus@net-b.de>
2
3         PR fortran/42517
4         * options.c (gfc_post_options): Set -frecursion
5         when -fopenmp is used.
6
7 2010-01-05  Tobias Burnus  <burnus@net-b.de>
8
9         PR fortran/41872
10         * trans-expr.c (gfc_conv_procedure_call): Nullify
11         return value for allocatable-scalar character functions.
12
13 2010-01-04  Tobias Burnus  <burnus@net-b.de>
14
15         PR fortran/36161
16         * error.c (error_printf, gfc_warning, gfc_notify_std,
17         gfc_warning_now, gfc_error, gfc_error_now,
18         gfc_fatal_error): Change argument name from nocmsgid to
19         gmsgid to enable (x)gettext's % checking.
20
21 2010-01-04  Tobias Burnus  <burnus@net-b.de>
22         
23         * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.
24
25 2010-01-04  Tobias Burnus  <burnus@net-b.de>
26
27         PR fortran/41872
28         * trans-expr.c (gfc_conv_procedure_call): Add indirect ref
29         for functions returning allocatable scalars.
30         * trans-stmt.c (gfc_trans_allocate): Emmit error when
31         reallocating an allocatable scalar.
32         * trans.c (gfc_allocate_with_status): Fix pseudocode syntax
33         in comment.
34         * trans-decl.c (gfc_trans_deferred_vars): Nullify local
35         allocatable scalars.
36         (gfc_generate_function_code): Nullify result variable for
37         allocatable scalars.
38         
39         PR fortran/40849
40         * module.c (gfc_use_module): Fix warning string to allow
41         for translation.
42
43         PR fortran/42517
44         * invoke.texi (-fcheck=recursion): Mention that the checking
45         is also disabled for -frecursive.
46         * trans-decl.c (gfc_generate_function_code): Disable
47         -fcheck=recursion when -frecursive is used.
48
49         * intrinsic.texi (iso_c_binding): Improve wording.
50
51 \f
52 Copyright (C) 2010 Free Software Foundation, Inc.
53
54 Copying and distribution of this file, with or without modification,
55 are permitted in any medium without royalty provided the copyright
56 notice and this notice are preserved.