aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Edlinger <edlinger@gcc.gnu.org>2014-04-10 20:13:23 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2014-04-10 20:13:23 +0000
commitce1d2dcc18831038eaad0e910ba18b82da261fa8 (patch)
tree5ddaf35e0fe5ce7eeec15bc014aba19b9bba16ac
parentfa5866c0e3a9989b74d0e24733d47cab8187103d (diff)
downloadgcc-ce1d2dcc18831038eaad0e910ba18b82da261fa8.zip
gcc-ce1d2dcc18831038eaad0e910ba18b82da261fa8.tar.gz
gcc-ce1d2dcc18831038eaad0e910ba18b82da261fa8.tar.bz2
moved this ChangeLog entry to fortran/ChangeLog
2014-04-04 Bernd Edlinger <bernd.edlinger@hotmail.de> PR fortran/60191 * fortran/trans-types.c (gfc_get_function_type): In case of recursion build a variadic function type with empty argument list instead of a stdarg-like function type with incomplete argument list. From-SVN: r209282
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/fortran/ChangeLog7
2 files changed, 7 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e127291..0aa9562 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -208,13 +208,6 @@
(cgraph_create_virtual_clone): Pass args_to_skip to cgraph_clone_node,
moved setting of a lot of flags to set_new_clone_decl_and_node_flags.
-2014-04-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
-
- PR fortran/60191
- * fortran/trans-types.c (gfc_get_function_type): In case of recursion
- build a variadic function type with empty argument list instead of a
- stdarg-like function type with incomplete argument list.
-
2014-04-04 Jeff Law <law@redhat.com>
PR target/60657
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 386a2f2..b5cb114 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -3,6 +3,13 @@
* class.c (gfc_build_class_symbol): Append "_t" to target class
names to make the generated type names unique.
+2014-04-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
+
+ PR fortran/60191
+ * trans-types.c (gfc_get_function_type): In case of recursion
+ build a variadic function type with empty argument list instead of a
+ stdarg-like function type with incomplete argument list.
+
2014-04-04 Tobias Burnus <burnus@net-b.de>
* check.c (gfc_check_cmplx): Fix typo.