diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 39548e2..670fa45 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -988,7 +988,7 @@ fold_undefer_overflow_warnings (bool issue, const_gimple stmt, int code) locus = input_location; else locus = gimple_location (stmt); - warning (OPT_Wstrict_overflow, "%H%s", &locus, warnmsg); + warning_at (locus, OPT_Wstrict_overflow, "%s", warnmsg); } /* Stop deferring overflow warnings, ignoring any deferred |