]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
moved this ChangeLog entry to fortran/ChangeLog
authorBernd Edlinger <edlinger@gcc.gnu.org>
Thu, 10 Apr 2014 20:13:23 +0000 (20:13 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Thu, 10 Apr 2014 20:13:23 +0000 (20:13 +0000)
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

gcc/ChangeLog
gcc/fortran/ChangeLog

index e127291e1b103ceb2c36fa2a62b20af2368b143e..0aa9562b12e601daaf1c23ca25e9866edfd6eee9 100644 (file)
         (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
index 386a2f21e0e68f0e52bc642946224e128406ab7c..b5cb1140db134fe4570d631c3b2d1ce19ba49e22 100644 (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.