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: [lno] fix division by zero


On Sun, Jan 04, 2004 at 10:22:27AM +0200, Dorit Naishlos wrote:
> At the end of tree-vectorizer.h you can set
> #define DBG_VECT(A)
> to
> #define DBG_VECT(A) A
> to get information on why vectorization did not occur.
> Setting
> #define DBG_VECT2(A) A
> will spit even more details.
> 
> It should be changed to be cotrolled by a flag.

It should *always* be emitted to the debug file
and *never* to stderr.


r~


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