Commit 55d7d0fa by Ian Lance Taylor Committed by Ian Lance Taylor

* fold-const.c (fold_overflow_warning): Remove assertion.

From-SVN: r134307
parent cbe9a76f
2008-04-14 Ian Lance Taylor <iant@google.com>
* fold-const.c (fold_overflow_warning): Remove assertion.
2008-04-15 Ben Elliston <bje@au.ibm.com> 2008-04-15 Ben Elliston <bje@au.ibm.com>
* config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp, * config/alpha/alpha.c (alpha_initialize_trampoline): Remove temp,
......
...@@ -1012,7 +1012,6 @@ fold_deferring_overflow_warnings_p (void) ...@@ -1012,7 +1012,6 @@ fold_deferring_overflow_warnings_p (void)
static void static void
fold_overflow_warning (const char* gmsgid, enum warn_strict_overflow_code wc) fold_overflow_warning (const char* gmsgid, enum warn_strict_overflow_code wc)
{ {
gcc_assert (!flag_wrapv && !flag_trapv);
if (fold_deferring_overflow_warnings > 0) if (fold_deferring_overflow_warnings > 0)
{ {
if (fold_deferred_overflow_warning == NULL if (fold_deferred_overflow_warning == NULL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment