1 2009-03-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3 * lang.opt: Unify help texts for -I, -Wconversion, -d, -fopenmp,
6 2009-03-06 Alexandre Oliva <aoliva@redhat.com>
8 * simplify.c (gfc_simplify_transfer): Zero-initialize the
11 2009-02-27 Tobias Burnus <burnus@net-b.de>
14 * module.c (read_md5_from_module_file): Add missing quote.
16 2009-02-27 Tobias Burnus <burnus@net-b.de>
19 * module.c (read_md5_from_module_file): Include mod version
22 2009-02-26 Paul Thomas <pault@gcc.gnu.org>
25 * interface.c (compare_type_rank_if): Return 1 if the symbols
26 are the same and deal with external procedures where one is
27 identified to be a function or subroutine by usage but the
30 2009-02-26 Paul Thomas <pault@gcc.gnu.org>
33 * trans-array.c (gfc_conv_array_initializer): Convert all
34 expressions rather than ICEing.
36 2009-02-21 Thomas Koenig <tkoenig@gcc.gnu.org>
39 * array.c (ref_dimen_size): Rename to gfc_ref_dimen_size,
40 make global. Change function name in error messages.
41 (ref_size): Change ref_dimen_size to gfc_ref_dimen_size.
42 (gfc_array_ref_shape): Likewise.
43 * gfortran.h: Add prototype for gfc_ref_dimen_size.
44 * simplify.c (simplify_bound_dim): Add ref argument.
45 If the reference isn't a full array, return one for
46 the lower bound and the extent for the upper bound.
47 (simplify_bound): For array sections, take as from the
48 argument. Add reference to all to simplify_bound_dim.
50 2009-02-19 Daniel Franke <franke.daniel@gmail.com>
52 * scanner.c (load_line): At end of line, skip '\r' without setting
55 2009-02-18 Daniel Kraft <d@domob.eu>
57 * gfortran.texi: New chapter about compiler characteristics.
58 (Compiler Characteristics): Document KIND type parameters here.
60 2009-02-18 Tobias Burnus <burnus@net-b.de>
62 * intrinsic.texi (MALLOC): Make example more portable.
64 2009-02-13 Mikael Morin <mikael.morin@tele2.fr>
67 * module.c (gfc_dump_module,gfc_use_module): Add module
70 2009-02-13 Paul Thomas <pault@gcc.gnu.org>
74 * trans-expr.c (gfc_conv_function_val): Stabilize Cray-pointer
75 function references to ensure that a valid expression is used.
76 (gfc_conv_function_call): Pass Cray pointers to procedures.
78 2009-02-03 Jakub Jelinek <jakub@redhat.com>
80 * gfortranspec.c (lang_specific_driver): Update copyright notice
83 2009-01-28 Paul Thomas <pault@gcc.gnu.org>
87 * trans-intrinsic.c (gfc_conv_intrinsic_bound): Use the array
88 descriptor ubound for UBOUND, when the array lbound == 1.
90 2009-01-27 Daniel Kraft <d@domob.eu>
93 * trans-stmt.c (gfc_conv_elemental_dependencies): Create temporary
94 for the real type needed to make it work for subcomponent-references.
96 2009-01-21 Daniel Kraft <d@domob.eu>
98 * trans-stmt.c (gfc_conv_elemental_dependencies): Cleaned up comment.
100 2009-01-20 Paul Thomas <pault@gcc.gnu.org>
103 * resolve.c (check_host_association): Remove the matching to
104 correct an incorrect host association and use manipulation of
105 the expression instead.
107 2009-01-20 Tobias Burnus <burnus@net-b.de>
109 * invoke.texi (RANGE): RANGE also takes INTEGER arguments.
111 2009-01-19 Mikael Morin <mikael.morin@tele2.fr>
114 * simplify.c (simplify_bound): Don't use array specification
115 if variable or component has subsequent references.
117 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
120 * module.c (write_common_0): Add argument 'this_module' and
121 check that non-use associated common blocks are written first.
122 (write_common): Call write_common_0 twice, once with true and
125 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
128 * trans-intrinsic.c (gfc_conv_intrinsic_array_transfer): Has
129 been absorbed into gfc_conv_intrinsic_transfer. All
130 references to it in trans-intrinsic.c have been changed
131 accordingly. PR fixed by using a temporary for scalar
132 character transfer, when the source is shorter than the
135 2009-01-17 Paul Thomas <pault@gcc.gnu.org>
138 * module.c (write_common_0): Revert patch of 2009-01-05.
140 2009-01-16 Janus Weil <janus@gcc.gnu.org>
143 * expr.c (gfc_check_pointer_assign): Allow use-associated procedure
145 * trans-decl.c (get_proc_pointer_decl,gfc_create_module_variable):
146 Enable procedure pointers as module variables.
148 2009-01-14 Steven G. Kargl <kargl@gcc.gnu.org>
150 * ChangeLog-2007: Clean out svn merge droppings.
152 2009-01-10 Paul Thomas <pault@gcc.gnu.org>
155 * target-memory.c (encode_derived): Encode NULL.
157 2009-01-10 Paul Thomas <pault@gcc.gnu.org>
160 * resolve.c (check_host_association): Use the symtree name to
161 search for a potential contained procedure, since this is the
162 name by which it would be referenced.
164 2009-01-06 Thomas Koenig <tkoenig@gcc.gnu.org>
167 * interface.c (gfc_procedure_use): Don't warn about functions
169 * symbol.c (generate_isocbinding_symbol): Mark c_loc and
172 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
175 * module.c (write_common_0): Use the name of the symtree rather
176 than the common block, to determine if the common has been
179 2009-01-05 Daniel Franke <franke.daniel@gmail.com>
182 * check.c (gfc_check_random_seed): Added size check for GET
183 dummy argument, reworded error messages to follow common pattern.
185 2009-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
188 * trans-types.c (gfc_get_derived_type): Check for the
189 presence of derived->ns->proc_name before
190 accessing derived->ns->proc_name->attr.flavor .
191 * resolve.c (resolve_symbol): Likewise.
193 2009-01-05 Paul Thomas <pault@gcc.gnu.org>
196 * gfortran.h : Add bit to gfc_expr 'user_operator'
197 * interface.c (gfc_extend_expr): Set the above if the operator
198 is substituted by a function.
199 * resolve.c (check_host_association): Return if above is set.
201 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
204 * ChangeLog-2008: Fix function name.
207 * dependency.c (gfc_check_argument_var_dependency):
208 Move the check for pointerness inside the if block
209 so that it doesn't affect the return value.
212 * trans-stmt.c (gfc_trans_call):
213 Add the dependency code after the loop bounds calculation one.
215 2009-01-04 Daniel Franke <franke.daniel@gmail.com>
217 * intrinsic.c (do_simplify): Removed already implemented TODO.
219 2009-01-04 Daniel Franke <franke.daniel@gmail.com>
222 * simplify.c (gfc_simplify_merge): New.
223 * intrinsic.h (gfc_simplify_merge): New prototype.
224 * intrinsic.c (add_functions): Added simplification for MERGE.
226 2009-01-04 Mikael Morin <mikael.morin@tele2.fr>
229 * gfortran.h (gfc_is_data_pointer): Added prototype
230 * resolve.c (gfc_iso_c_func_interface):
231 Use gfc_is_data_pointer to test for pointer attribute.
232 * dependency.c (gfc_is_data_pointer):
233 Support pointer-returning functions.
235 2009-01-03 Daniel Franke <franke.daniel@gmail.com>
237 * symbol.c (save_symbol): Don't SAVE function results.
239 2009-01-03 Paul Thomas <pault@gcc.gnu.org>
242 * resolve.c (resolve_call): When searching for proper host
243 association, use symtree rather than symbol. For everything
244 except generic subroutines, substitute the symtree in the call
245 rather than the symbol.