On Sat, Sep 7, 2013 at 10:15 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > Hello! > > It looks that it is too hard for the compiler to track deref_align > initialization through dependent deref_base boolean. The patch bellow > fixes "may be used uninitialized" warning that breaks > profiledbootstrap. > > 2013-09-07 Uros Bizjak <ubiz...@gmail.com> > > * ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align. > > Tested on x86_64-pc-linux-gnu with LTO profiledbootstrap. > > OK for mainline?
Ok. Thanks, Richard. > Uros.