diff options
Diffstat (limited to 'gcc/tree-ssa-ccp.c')
-rw-r--r-- | gcc/tree-ssa-ccp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c index 63c9531..d0f799e 100644 --- a/gcc/tree-ssa-ccp.c +++ b/gcc/tree-ssa-ccp.c @@ -3454,6 +3454,7 @@ pass_post_ipa_warn::execute (function *fun) continue; location_t loc = gimple_location (stmt); + auto_diagnostic_group d; if (warning_at (loc, OPT_Wnonnull, "%Gargument %u null where non-null " "expected", stmt, i + 1)) |