re PR middle-end/87157 (gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c fails starting...
authorJakub Jelinek <jakub@redhat.com>
Tue, 27 Nov 2018 19:23:39 +0000 (20:23 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 27 Nov 2018 19:23:39 +0000 (20:23 +0100)
PR middle-end/87157
* gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa
attribute.

From-SVN: r266524

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c

index d8eff4002857abab1c3df2a409a522aa42d41551..0e211c98e547562b9f2a5ffd3f5a9639a250fbef 100644 (file)
@@ -1,3 +1,9 @@
+2018-11-27  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/87157
+       * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa
+       attribute.
+
 2018-11-27  Martin Sebor  <msebor@redhat.com>
 
        PR 87756
index c3db87d5988b425f88321dbaf558685648ff3d64..db7b5a6d3886c2e2441c149f50d4f2a64eae7c87 100644 (file)
@@ -11,7 +11,7 @@ struct test {
 
 extern struct test s;
  
-int main1 ()
+__attribute__((noipa)) int main1 ()
 {  
   int i;