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, bootstrap]: Initialize deref_align in ipa_modify_call_arguments to fix profiledbootstrap


On Sat, Sep 7, 2013 at 10:15 AM, Uros Bizjak <ubizjak@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  <ubizjak@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.


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