https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87157

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
So, I think we should go for:
--- gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c.jj     
2017-03-21 11:10:40.276012822 +0000
+++ gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c 2018-11-27
15:29:00.685427859 +0000
@@ -11,7 +11,7 @@ struct test {

 extern struct test s;

-int main1 ()
+__attribute__((noipa)) int main1 ()
 {  
   int i;

We want to test the vectorizer behavior, not depend on how many times the
function has been inlined or versioned.

Reply via email to