diff options
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r-- | gcc/ipa-pure-const.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index d2dcf7c..37b5885 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -1792,8 +1792,8 @@ propagate_nothrow (void) function_or_virtual_thunk_symbol (&avail, e->caller); - /* We can use info about the callee only if we know it can - not be interposed. + /* We can use info about the callee only if we know it + cannot be interposed. When callee is compiled with non-call exceptions we also must check that the declaration is bound to current body as other semantically equivalent body may still |