OSDN Git Service

* trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Fix comment.
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 19:36:40 +0000 (19:36 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Jun 2010 19:36:40 +0000 (19:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160629 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c

index 19d0c6d..2e27433 100644 (file)
@@ -1,5 +1,9 @@
 2010-06-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
+       * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Fix comment.
+
+2010-06-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
        * mathbuiltins.def: Add builtins that do not directly correspond
        to a Fortran intrinsic, with new macro OTHER_BUILTIN.
        * f95-lang.c (gfc_init_builtin_functions): Define OTHER_BUILTIN.
index 8418d2b..10e0dec 100644 (file)
@@ -583,7 +583,7 @@ gfc_build_intrinsic_lib_fndecls (void)
       if (m->complex_long_double_built_in != END_BUILTINS)
        m->complex10_decl = built_in_decls[m->complex_long_double_built_in];
 
-      /* For now, we assume that if real(kind=10) exists, it is long double.
+      /* For now, we assume that if real(kind=16) exists, it is long double.
         Later, we will deal with __float128 and break this assumption.  */
       if (m->long_double_built_in != END_BUILTINS)
        m->real16_decl = built_in_decls[m->long_double_built_in];