Re: Plug some bogus used uninitialized warnings

2011-10-20 Thread Jeff Law
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/20/11 04:35, Jan Hubicka wrote: > Hi, last time I tried profiledbootstrap with LTO I had to plug the > following warnings. Will commit it as obvoius later today. > > Honza > > * pt.c (unify_pack_expansion): Iniitalize bad_old_arg and > bad_new

Re: Plug some bogus used uninitialized warnings

2011-10-20 Thread Jakub Jelinek
On Thu, Oct 20, 2011 at 12:35:39PM +0200, Jan Hubicka wrote: > Hi, > last time I tried profiledbootstrap with LTO I had to plug the following > warnings. Will commit it as obvoius later today. Please use NULL_TREE instead of NULL for tree initializers. Jakub

Plug some bogus used uninitialized warnings

2011-10-20 Thread Jan Hubicka
Hi, last time I tried profiledbootstrap with LTO I had to plug the following warnings. Will commit it as obvoius later today. Honza * pt.c (unify_pack_expansion): Iniitalize bad_old_arg and bad_new_arg. * parser.c (cp_parser_ctor_initializer_opt_and_function_body):