PR fortran/43040
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 10:17:56 +0000 (10:17 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 10:17:56 +0000 (10:17 +0000)
* f95-lang.c (gfc_init_builtin_functions): Remove comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160459 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/f95-lang.c

index 10fe680..7c7d445 100644 (file)
@@ -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
index f76e75c..f31e846 100644 (file)
@@ -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],