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
This commit is contained in:
Bernd Edlinger 2014-04-10 20:13:23 +00:00
parent fa5866c0e3
commit ce1d2dcc18
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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.