This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] (4.1 stage 2 projects): vectorize reduction, part 1/n


Dorit Naishlos <DORIT@il.ibm.com> wrote:

> First step towards merging vectorization of reduction into mainline. This
> patch is mostly about preparing the ground for reduction support (update
> data structures, reorganize code a bit), less about new functionality.

Please, do not use #ifdef ENABLE_CHECKING around gcc_assert calls.
gcc_assert has its own enable/disable checking machinery
(--enable-checking=assert).
-- 
Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]