diff options
Diffstat (limited to 'gcc/stmt.c')
| -rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 2e8aeb628c6..4f0cb179547 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -4119,7 +4119,7 @@ expand_decl_cleanup (decl, cleanup) /* Conditionalize the cleanup. */ cleanup = build (COND_EXPR, void_type_node, - truthvalue_conversion (cond), + (*lang_hooks.truthvalue_conversion) (cond), cleanup, integer_zero_node); cleanup = fold (cleanup); |

