From: Bernd Edlinger Date: Thu, 10 Apr 2014 20:13:23 +0000 (+0000) Subject: moved this ChangeLog entry to fortran/ChangeLog X-Git-Tag: basepoints/gcc-5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce1d2dcc18831038eaad0e910ba18b82da261fa8;p=thirdparty%2Fgcc.git moved this ChangeLog entry to fortran/ChangeLog 2014-04-04 Bernd Edlinger 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e127291e1b10..0aa9562b12e6 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 - - 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 PR target/60657 diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 386a2f21e0e6..b5cb1140db13 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 + + 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 * check.c (gfc_check_cmplx): Fix typo.