On 10/29/2015 10:10 PM, Jeff Law wrote:
On 10/05/2015 05:40 PM, Mikhail Maltsev wrote:
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert.
* config/arm/arm.c (arm_unwind_emit_sequence): Adjust to use
CHECKING_P.
* confi
one created ignoring whitespace changes which shows
the real changes more clearly.
Jeff
commit 1d674b45031bb4650ef80a91ac1956764a4ab271
Author: law
Date: Fri Oct 30 04:08:15 2015 +0000
[PATCH 8/9] ENABLE_CHECKING refactoring: target-specific parts
* config/alpha/alpha.c (alph
On 10/05/2015 05:40 PM, Mikhail Maltsev wrote:
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert.
* config/arm/arm.c (arm_unwind_emit_sequence): Adjust to use CHECKING_P.
* config/bfin/bfin.c (hwloop_optimiz
On 10/06/2015 06:48 AM, Bernd Schmidt wrote:
On 10/06/2015 01:40 AM, Mikhail Maltsev wrote:
-#ifdef ENABLE_CHECKING
+#if CHECKING_P
/* Check that the addresses are consecutive. */
e = XEXP (SET_DEST (e), 0);
if (GET_CODE (e) == PLUS)
diff --git a/gcc/config/bfin/bfin.c
On 10/06/2015 01:40 AM, Mikhail Maltsev wrote:
-#ifdef ENABLE_CHECKING
+#if CHECKING_P
/* Check that the addresses are consecutive. */
e = XEXP (SET_DEST (e), 0);
if (GET_CODE (e) == PLUS)
diff --git a/gcc/config/bfin/bfin.c b/gcc/config/bfin/bfin.c
index a131053..e53fe6
gcc/ChangeLog:
2015-10-05 Mikhail Maltsev
* config/alpha/alpha.c (alpha_function_arg): Use gcc_checking_assert.
* config/arm/arm.c (arm_unwind_emit_sequence): Adjust to use CHECKING_P.
* config/bfin/bfin.c (hwloop_optimize): Likewise.
* config/i386/i386.c (ix86_