Commit ad7aacba by James E Wilson Committed by Jim Wilson

Fix bug reported by Andrew Pinski.

* system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.

From-SVN: r134219
parent 21d16aad
2008-04-11 James E. Wilson <wilson@tuliptree.org>
* system.h: Change ASSERT_CHECKING to ENABLE_ASSERT_CHECKING.
2008-04-11 H.J. Lu <hongjiu.lu@intel.com>
* dse.c (record_store): Use HOST_BITS_PER_WIDE_INT instead
......
......@@ -802,7 +802,7 @@ extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
#pragma GCC diagnostic warning "-Wcast-qual"
/* If asserts are disabled, activate -Wuninitialized as a warning (not
an error/-Werror). */
#ifndef ASSERT_CHECKING
#ifndef ENABLE_ASSERT_CHECKING
#pragma GCC diagnostic warning "-Wuninitialized"
#endif
#endif
......
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