diff options
author | Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2010-06-09 10:17:56 +0000 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2010-06-09 10:17:56 +0000 |
commit | 07b7ede0bfdf1943af80159912cbf80e691e62eb (patch) | |
tree | 79788120ef245f7694a0e35c59602ada4b06708f /gcc/fortran/f95-lang.c | |
parent | eef5973df4dbb9be7fb12bf6ada57c11c9abcb2b (diff) | |
download | gcc-07b7ede0bfdf1943af80159912cbf80e691e62eb.zip gcc-07b7ede0bfdf1943af80159912cbf80e691e62eb.tar.gz gcc-07b7ede0bfdf1943af80159912cbf80e691e62eb.tar.bz2 |
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
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index f76e75c..f31e846 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], |