On 11/27/18 8:47 AM, Jakub Jelinek wrote:
> Hi!
> 
> This testcase started FAILing, because function splitting recently started
> splitting main1 into inline containing the cheap loop and main1.part.0 which
> contains the verification in abort.  I believe the test is meant to test
> the vectorizer behavior, not how many times that loop has been inlined
> somewhere.  This patch arranges for main1 not to be inlined or split.
> 
> Tested on powerpc64le-linux, ok for trunk? 
> 
> 2018-11-27  Jakub Jelinek  <ja...@redhat.com>
> 
>       PR middle-end/87157
>       * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa
>       attribute.
OK.
jeff

Reply via email to