re PR middle-end/87157 (gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c fails starting with r263981)
PR middle-end/87157 * gcc.dg/vect/costmodel/ppc/costmodel-vect-33.c (main1): Add noipa attribute. From-SVN: r266524
This commit is contained in:
parent
336785efd4
commit
98f33efc5a
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@ struct test {
|
|||
|
||||
extern struct test s;
|
||||
|
||||
int main1 ()
|
||||
__attribute__((noipa)) int main1 ()
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue