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] Fix PR diagnostic/25923: garbled diagnostics with -O -Wuninitialized


On 4/24/07, Richard Henderson <rth@redhat.com> wrote:
On Sun, Apr 22, 2007 at 11:35:53AM +0200, Simon Martin wrote:
>       * tree-pass.h (TDF_DIAGNOSTIC): New dump control to specify that a
>       diagnostic message is being built.
>       * tree-pretty-print.c (dump_generic_node): Only write the formatted text
>       into BUFFER's stream if we are not building a diagnostic message.
>       * toplev.c (default_tree_printer): Pass TDF_DIAGNOSTIC to
>       dump_generic_node.
>       * Makefile.in (toplev.o): Depend on tree-pass.h.

Ok.
This causes PR 31847.

Thanks,
Andrew Pinski


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