diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index b5ff7ab..11c34e6 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -7273,7 +7273,7 @@ fold_builtin_strlen (location_t loc, tree type, tree arg) static tree do_real_to_int_conversion (tree itype, tree arg, - void (*fn) (REAL_VALUE_TYPE *, machine_mode, + void (*fn) (REAL_VALUE_TYPE *, format_helper, const REAL_VALUE_TYPE *)) { if (TREE_CODE (arg) != REAL_CST || TREE_OVERFLOW (arg)) |