aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorMikael Morin <mikael@gcc.gnu.org>2015-01-25 20:30:53 +0000
committerMikael Morin <mikael@gcc.gnu.org>2015-01-25 20:30:53 +0000
commit0ac399cfa9066b22cc8c30da900eae58cd6e9cc3 (patch)
treef70144d1e6f43d702f695d7cc65a4ee53378befe /gcc/fortran/ChangeLog
parentca2826dacf1a28d9d3243d53368b2781544f479c (diff)
downloadgcc-0ac399cfa9066b22cc8c30da900eae58cd6e9cc3.zip
gcc-0ac399cfa9066b22cc8c30da900eae58cd6e9cc3.tar.gz
gcc-0ac399cfa9066b22cc8c30da900eae58cd6e9cc3.tar.bz2
re PR fortran/62044 (ICE in USE statement with RENAME for extended derived type)
fortran/ PR fortran/62044 * decl.c (gfc_match_derived_decl): Don't insert a new symtree element. * module.c (MOD_VERSION): Bump. (write_module): Don't write list of extensions. (read_module): Don't jump over list of extensions; don't load list of extensions. (load_derived_extensions, write_dt_extensions, write_derived_extensions): Remove. testsuite/ PR fortran/62044 * gfortran.dg/use_rename_7.f90: New. From-SVN: r220097
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index be96101..15c3ba0 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,14 @@
+2015-01-25 Mikael Morin <mikael@gcc.gnu.org>
+
+ PR fortran/62044
+ * decl.c (gfc_match_derived_decl): Don't insert a new symtree element.
+ * module.c (MOD_VERSION): Bump.
+ (write_module): Don't write list of extensions.
+ (read_module): Don't jump over list of extensions;
+ don't load list of extensions.
+ (load_derived_extensions, write_dt_extensions,
+ write_derived_extensions): Remove.
+
2015-01-24 Tobias Burnus <burnus@net-b.de>
* parse.c (gfc_parse_file): Fix two-location gfc_error call.
@@ -160,7 +171,6 @@
* decl.c (match_pointer_init): Error out if resolution of init expr
failed.
->>>>>>> .r219925
2015-01-15 Tobias Burnus <burnus@net-b.de>
* openmp.c (check_symbol_not_pointer, resolve_oacc_data_clauses,