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: [GOOGLE] Fix the bug to honor max-lipo-group for AutoFDO


Ok.

David

On Thu, Dec 19, 2013 at 5:42 PM, Dehao Chen <dehao@google.com> wrote:
> This patch fix the bug to honor max-lipo-group for AutoFDO.
>
> Bootstrapped and passed regression test.
>
> OK for google-4_8 branch?
>
> Thanks,
> Dehao
>
> Index: gcc/auto-profile.c
>
> ===================================================================
>
> --- gcc/auto-profile.c (revision 206135)
> +++ gcc/auto-profile.c (working copy)
>
> @@ -897,6 +897,7 @@ read_aux_modules (void)
>   {
>     if (flag_opt_info)
>       inform (0, "Not importing %s: maximum group size reached", *iter);
> +   continue;
>   }
>        if (incompatible_cl_args (module, aux_module))
>   {


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