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 uninitialized pp->flags


On 03/04/2013 02:08 PM, Jakub Jelinek wrote:
Hi!

This is something that caused a lot of testsuite failures during my
--enable-checking=yes,valgrind bootstrap.  Nothing was initializing
pp->flags.  Fixed thusly, bootstrapped/regtested on x86_64-linux and
i686-linux, ok for trunk?

2013-03-04 Jakub Jelinek <jakub@redhat.com>

* c-pretty-print.c (pp_c_pretty_printer_init): Clear pp->flags.
OK.
jeff


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