From 07b7ede0bfdf1943af80159912cbf80e691e62eb Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Wed, 9 Jun 2010 10:17:56 +0000 Subject: [PATCH] re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO) PR fortran/43040 * f95-lang.c (gfc_init_builtin_functions): Remove comment. From-SVN: r160459 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/f95-lang.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 10fe680f6f4..7c7d445a11c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2010-06-09 Francois-Xavier Coudert + + PR fortran/43040 + * f95-lang.c (gfc_init_builtin_functions): Remove comment. + 2010-06-08 Laurynas Biveinis * 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 f76e75c4b1f..f31e846abe8 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], -- 2.30.2