1 2010-01-05 Tobias Burnus <burnus@net-b.de>
4 * options.c (gfc_post_options): Set -frecursion
7 2010-01-05 Tobias Burnus <burnus@net-b.de>
10 * trans-expr.c (gfc_conv_procedure_call): Nullify
11 return value for allocatable-scalar character functions.
13 2010-01-04 Tobias Burnus <burnus@net-b.de>
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.
21 2010-01-04 Tobias Burnus <burnus@net-b.de>
23 * trans-decl.c (gfc_trans_deferred_vars): Fix spelling.
25 2010-01-04 Tobias Burnus <burnus@net-b.de>
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
34 * trans-decl.c (gfc_trans_deferred_vars): Nullify local
36 (gfc_generate_function_code): Nullify result variable for
40 * module.c (gfc_use_module): Fix warning string to allow
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.
49 * intrinsic.texi (iso_c_binding): Improve wording.
52 Copyright (C) 2010 Free Software Foundation, Inc.
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.