diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 10fe680f6f4197e195969b44bf329869b91796f2..7c7d445a11c4dcb1da79abf0dc5a9177b474ce69 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2010-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> + + PR fortran/43040 + * f95-lang.c (gfc_init_builtin_functions): Remove comment. + 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com> * trans-types.c (gfc_get_nodesc_array_type): Use typed GC diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index f76e75c4b1f56438d26d92274e6034db5e81e829..f31e846abe8dbb7b2d6dfcdbd4e030e3d1e73233 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -755,8 +755,6 @@ gfc_init_builtin_functions (void) #include "mathbuiltins.def" - /* We define these separately as the fortran versions have different - semantics (they return an integer type) */ gfc_define_builtin ("__builtin_roundl", mfunc_longdouble[0], BUILT_IN_ROUNDL, "roundl", true); gfc_define_builtin ("__builtin_round", mfunc_double[0],