mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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
This commit is contained in:
committed by
François-Xavier Coudert
parent
eef5973df4
commit
07b7ede0bf
@@ -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
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user