aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2008-09-05 13:07:45 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-09-05 13:07:45 +0200
commit719bb4e3d3f7d9e3e59f97141a54fe633a77b46d (patch)
tree1beb1ce7152c7446899dbebe21a596356b4ea627 /gcc/fortran
parent23d9794af3ce1e5814c76169bc8aa58f696b69a5 (diff)
downloadgcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.zip
gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.gz
gcc-719bb4e3d3f7d9e3e59f97141a54fe633a77b46d.tar.bz2
Convert ChangeLog files to UTF-8.
Command used: LC_ALL=C sed -i \ -e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \ -e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \ -e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \ -e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \ -e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \ -e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \ -e 's/G\xfctlein/G\xc3\xbctlein/' \ -e 's/G\xe1[b]or/G\xc3\xa1bor/' \ -e 's/L\xf3ki/L\xc3\xb3ki/' \ -e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \ -e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \ -e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \ -e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \ -e 's/K\xfchl/K\xc3\xbchl/' \ -e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \ -e 's/L\xf8vset/L\xc3\xb8vset/' \ -e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \ -e 's/V\x81\xf5/V\xc3\xb5/' \ -e 's/J\xf6nsson/J\xc3\xb6nsson/' \ -e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \ -e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \ -e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \ -e 's/R\xe4ty/R\xc3\xa4ty/' \ -e 's/2003\xc2\xad-/2003-/' \ -e 's/\xc2\xa0/ /g' \ -e 's/ \xa0/ /g' \ -e 's/\xa0 //' \ `find . -name \*ChangeLog\* | grep -v /.svn` From-SVN: r140033
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog-200414
-rw-r--r--gcc/fortran/ChangeLog-20056
-rw-r--r--gcc/fortran/ChangeLog-200636
-rw-r--r--gcc/fortran/ChangeLog-200736
4 files changed, 46 insertions, 46 deletions
diff --git a/gcc/fortran/ChangeLog-2004 b/gcc/fortran/ChangeLog-2004
index 209ff5a..27b966a 100644
--- a/gcc/fortran/ChangeLog-2004
+++ b/gcc/fortran/ChangeLog-2004
@@ -2169,7 +2169,7 @@
* symbol.c (gfc_add_common): Disable checks to work around other more
fundamental inadequacies.
-2004-05-22 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-22 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-decl.c (gfc_get_extern_function_decl): Set DECL_IS_PURE
only for functions.
@@ -2377,7 +2377,7 @@
* decl.c (variable_decl): Always apply default initializer.
-2004-05-08 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-08 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15206
* trans-intrinsic.c (gfc_conv_intrinsic_rrspacing): Fixed to
@@ -2451,7 +2451,7 @@
Remove "set DEVELOPMENT".
(Compiling GFORTRAN): Remove.
-2004-05-09 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* array.c (match_subscript, match_array_ref): Add comments
explaining argument 'init'.
@@ -2461,20 +2461,20 @@
* primary.c (match_digits, match_integer_constant): Add comment
explaining signflag.
-2004-05-01 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13940
* primary.c: Include system.h and flags.h, needed for pedantic.
(match_boz_constant): Allow "x" for hexadecimal constants, warn if
pedantic is set.
-2004-05-01 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-05-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/13940
* match.c (match_data_constant): Handle case where
gfc_find_symbol sets sym to NULL
-2004-04-28 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-04-28 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* Make-lang.in (f95-lang.o, trans-intrinsic.o): Add missing
dependency on mathbuiltins.def
@@ -2488,7 +2488,7 @@
* gfortranspec.c: Do not include multilib.h.
-2004-04-24 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2004-04-24 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-intrinsic.c: Fix comment, this is not trans-expr.c. Add
2004 to copyright years.
diff --git a/gcc/fortran/ChangeLog-2005 b/gcc/fortran/ChangeLog-2005
index 2a0f26d..71fbf68 100644
--- a/gcc/fortran/ChangeLog-2005
+++ b/gcc/fortran/ChangeLog-2005
@@ -21,7 +21,7 @@
PR fortran/25587
* trans-io.c (gfc_build_st_parameter): Correct off by one error.
-2005-12-28 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2005-12-28 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove distdir from comment.
@@ -399,11 +399,11 @@
as actual arguments to ASSOCIATED. Moved a misplaced
comment.
-2005-12-07 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (fortran.all.build, fortran.install-normal): Remove.
-2005-12-07 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2005-12-07 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in: Remove all dependencies on s-gtype, except for
gt-fortran-trans.h.
diff --git a/gcc/fortran/ChangeLog-2006 b/gcc/fortran/ChangeLog-2006
index de32f26..1a622ee 100644
--- a/gcc/fortran/ChangeLog-2006
+++ b/gcc/fortran/ChangeLog-2006
@@ -112,7 +112,7 @@
the nullifying of intent(out) arguments rather than the backend
declaration.
-2006-12-20 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-12-20 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/25392
* trans-stmt.c (gfc_trans_return): Fix comment formatting.
@@ -215,7 +215,7 @@
function declarations to match the library changes. Mark
allocation functions with DECL_IS_MALLOC.
-2006-12-12 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-12-12 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* trans-expr.c (gfc_conv_substring): Check for empty substring.
@@ -669,7 +669,7 @@
* trans-expr.c (gfc_conv_expr_reference): Set TREE_STATIC on the
new CONST_DECL.
-2006-11-11 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-11-11 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* array.c: Add 2006 to copyright years.
* data.c: Same.
@@ -969,7 +969,7 @@
* expr.c (simplify_parameter_variable): Keep rank of original
expression.
-2006-10-23 Rafael Avila de Espindola <rafael.espindola@gmail.com>
+2006-10-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (f951$(exeext)): Depend on and link with attribs.o.
* trans.h (builtin_function): Rename to gfc_builtin_function.
@@ -1566,7 +1566,7 @@
PR fortran/29097
* scanner.c (include_line): Handle conditional include.
-2006-09-25 Tobias Schluter <tobias.schlueter@physik.uni-muenchen.de>
+2006-09-25 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/21203
* error.c (show_loci): No need to risk an ICE to output a
@@ -1599,7 +1599,7 @@
* iresolve.c (resolve_spread): Build shape for result if the
source shape is available and dim and ncopies are constants.
-2006-09-18 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-09-18 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/28817
PR fortran/21918
@@ -2121,7 +2121,7 @@
* intrinsic.texi: Document new intrinsics.
-2006-07-01 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-07-01 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/19259
* parse.c (next_free): Error out on line starting with semicolon.
@@ -2728,7 +2728,7 @@
* parse.c (next_statement): Add check to avoid an ICE when
gfc_current_locus.lb is not set.
-2006-05-07 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-05-07 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/27457
* match.c (match_case_eos): Error out on garbage following
@@ -2749,7 +2749,7 @@
-fall-intrinsics is used.
(gfc_handle_option): Permit -Wno-nonstd-intrinsics.
-2006-05-04 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-05-04 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* simplify.c (ascii_table): Fix wrong entry.
@@ -3357,7 +3357,7 @@
* module.c (read_module): Remove redundant code lines.
-2006-02-20 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* Make-lang.in (FORTRAN): Remove
(.PHONY): Remove F95 and f95. Add fortran
@@ -3456,7 +3456,7 @@
PR fortran/26054
* options.c: Do not warn for Fortran 2003 features by default.
-2006-02-15 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-02-15 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* check.c: Update copyright years.
@@ -3479,7 +3479,7 @@
to check dim argument.
(check_reduction): Likewise.
-2006-02-14 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-02-14 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/26277
* io.c (match_ltag): Mark label as referenced.
@@ -3930,14 +3930,14 @@
are set.
-2006-02-10 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-02-10 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/14771
* arith.c (eval_intrinsic): Accept INTRINSIC_PARENTHESES.
* expr.c (check_intrinsic_op): Likewise.
* module.c (mio_expr): Likewise.
-2006-02-09 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-02-09 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* dump-parse-tree.c: Update copyright years.
* matchexp.c: Likewise.
@@ -4319,7 +4319,7 @@
is_aliased_array and convert it to a temporary and back again
using gfc_conv_aliased_arg.
-2006-01-19 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-01-19 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* gfortranspec.c: Update copyright years.
* trans.c: Likewise.
@@ -4330,7 +4330,7 @@
* trans-stmt.h: Likewise.
* trans-types.c: Likewise.
-2006-01-18 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-01-18 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/18540
PR fortran/18937
@@ -4375,7 +4375,7 @@
argument checking. Replace strcmp's with comparisons with generic
codes.
-2006-01-16 Rafael vila de Espndola <rafael.espindola@gmail.com>
+2006-01-16 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
* gfortranspec.c (lang_specific_spec_functions): Remove.
@@ -4412,7 +4412,7 @@
* trans.c (gfc_add_expr_to_block): Do not fold tcc_statement
nodes.
-2006-01-11 Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+2006-01-11 Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* parse.c (next_fixed): Remove superfluous string concatenation.
diff --git a/gcc/fortran/ChangeLog-2007 b/gcc/fortran/ChangeLog-2007
index 8b92ad1..9c34c79 100644
--- a/gcc/fortran/ChangeLog-2007
+++ b/gcc/fortran/ChangeLog-2007
@@ -870,7 +870,7 @@
(gfc_dep_resolver): Correct the logic for substrings so that
overlapping arrays are handled correctly.
-2007-10-28 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-28 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/32147
* module.c (write_symbol): Fix whitespace.
@@ -985,7 +985,7 @@
namespaces and start search for symbol in current namespace.
2007-10-18 Paul Thomas <pault@gcc.gnu.org>
- Dominique d'Humieres <dominiq@lps.ens.fr>
+ Dominique d'Humières <dominiq@lps.ens.fr>
PR fortran/33733
* simplify.c (gfc_simplify_transfer): Return null if the source
@@ -1028,7 +1028,7 @@
* resolve.c (check_dimension): Fix dimension-type switch;
improve error message.
-2007-10-13 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-13 Tobias Schlüter <tobi@gcc.gnu.org>
Paul Thomas <pault@gcc.gnu.org>
PR fortran/33254
@@ -1055,7 +1055,7 @@
PR fortran/33636
* expr.c (find_array_section): Check for constructor constantness.
-2007-10-08 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-08 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33689
* resolve.c (gfc_resolve_expr): Fix indentation.
@@ -1069,7 +1069,7 @@
* mathbuiltins.def (GAMMA): Change function name to
"tgamma" instad of "gamma".
-2007-10-07 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-07 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/20851
* expr.c (check_inquiry): Typo fix in error message.
@@ -1085,11 +1085,11 @@
* simplify.c (range_check): Return gfc_bad_expr if incoming expression
is NULL.
-2007-10-06 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
* simplify.c (gfc_simplify_size): Fix typo.
-2007-10-06 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-06 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/25076
* resolve.c (gfc_find_forall_index): Move towards top,
@@ -1148,7 +1148,7 @@
* gfortran.h (gfc_linebuf): Add dbg_emitted field.
(gfc_define_undef_line): New prototype.
-2007-10-04 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-04 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33626
* resolve.c (resolve_operator): Always copy the type for
@@ -1166,7 +1166,7 @@
* trans-decl.c (build_function_decl): Set "externally_visible"
attribute on the MAIN program decl.
-2007-10-03 Tobias Schlter <tobi@gcc.gnu.org>
+2007-10-03 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33198
* resolve.c (has_default_initializer): Move to top. Make bool.
@@ -1239,7 +1239,7 @@
* module.c (mio_expr): Avoid -Wcast-qual warning.
-2007-09-27 Tobias Schlter <tobi@gcc.gnu.org>
+2007-09-27 Tobias Schlüter <tobi@gcc.gnu.org>
* arith.c (reduce_binary_aa): Fix capitalization.
* check.c (gfc_check_dot_product): Likewise.
@@ -1264,7 +1264,7 @@
PR fortran/30780
* invoke.texi: Add note to -ffpe-trap option. Fix typos.
-2007-09-23 Tobias Schlter <tobi@gcc.gnu.org>
+2007-09-23 Tobias Schlüter <tobi@gcc.gnu.org>
PR fortran/33269
* io.c (check_format_string): Move NULL and constant checks into
@@ -1373,7 +1373,7 @@
reduce_binary_aa): Call ourselves recursively if an element of
the constructor is itself a constant array.
-2007-09-20 Tobias Schlter <tobi@gcc.gnu.org>
+2007-09-20 Tobias Schlüter <tobi@gcc.gnu.org>
* io.c (resolve_tag_format): New function using code split out
and simplified from ...
@@ -1663,7 +1663,7 @@
* match.c (gfc_match_strings): Delete unused function.
* match.h (gfc_match_strings): Delete prototype.
-2007-09-02 Tobias Schluter <tobi@gcc.gnu.org>
+2007-09-02 Tobias Schlüter <tobi@gcc.gnu.org>
* dump-parse-tree.c (show_char_const): New function.
(gfc_show_expr): Use it.
@@ -1879,7 +1879,7 @@
runtime error checking.
2007-08-22 Roger Sayle <roger@eyesopen.com>
- Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+ Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
* match.c (intrinsic_operators): Delete.
(gfc_match_intrinsic_op): Rewrite matcher to avoid calling
@@ -2897,7 +2897,7 @@
dummy arguments, tell middle-end not to emit additional warnings.
2007-07-08 Daniel Franke <franke.daniel@gmail.com>
- Tobias Schlter <tobias.schlueter@physik.uni-muenchen.de>
+ Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/17711
* gfortran.h (gfc_intrinsic_op): Added INTRINSIC_EQ_OS,
@@ -3430,7 +3430,7 @@
the total offset to the field.
* target-memory.h : Add prototype for gfc_merge_initializers.
-2007-06-11 Rafael Avila de Espindola <espindola@google.com>
+2007-06-11 Rafael Ávila de Espíndola <espindola@google.com>
* trans-types.c (gfc_signed_type): Remove.
* trans-types.h (gfc_signed_type): Remove.
@@ -3839,7 +3839,7 @@
* trans-expr.c (gfc_conv_substring): Evaluate substring bounds
only once.
-2007-05-14 Rafael Avila de Espindola <espindola@google.com>
+2007-05-14 Rafael Ávila de Espíndola <espindola@google.com>
* f95-lang.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
* trans-intrinsic.c (gfc_conv_intrinsic_ishft): Use unsigned_type_for
@@ -4392,7 +4392,7 @@
* gfortran.texi: Add a section for the %VAL, %REF and %LOC
extensions.
-2007-03-30 Rafael Avila de Espindola <espindola@google.com>
+2007-03-30 Rafael Ávila de Espíndola <espindola@google.com>
* trans-types.c (gfc_signed_or_unsigned_type): Remove.
(gfc_unsigned_type): Use get_signed_or_unsigned_type instead of