diff options
Diffstat (limited to 'contrib/gcc/gimplify.c')
-rw-r--r-- | contrib/gcc/gimplify.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/gimplify.c b/contrib/gcc/gimplify.c index 7efae388c92d..be45f478f9a8 100644 --- a/contrib/gcc/gimplify.c +++ b/contrib/gcc/gimplify.c @@ -6397,7 +6397,8 @@ gimplify_function_tree (tree fndecl) catch the exit hook. */ /* ??? Add some way to ignore exceptions for this TFE. */ if (flag_instrument_function_entry_exit - && ! DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (fndecl)) + && !DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT (fndecl) + && !flag_instrument_functions_exclude_p (fndecl)) { tree tf, x, bind; |