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] vectorizer: maintain location information, and ping


On Mon, Jan 31, 2005 at 06:12:30PM +0200, Dorit Naishlos wrote:
> (2) add verbosity levels to vectorizer dump reports and cleanups:
> http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01247.html
> ok for mainline?

I'm not thrilled about this one.  With the existing patch, I'd be
much happier if we never output to stderr.

If you want to output to stderr, then you probably ought to be using
the "inform" function from toplev.h.  Or, by the as-if rule.  ;-)
In particular, notice what the beginning of lines output by this
routine look like, and how that differs from what you're printing.



r~


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