Commit 98f33efc by Jakub Jelinek Committed by Jakub Jelinek

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
parent 336785ef
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> 2018-11-27 Martin Sebor <msebor@redhat.com>
PR 87756 PR 87756
......
...@@ -11,7 +11,7 @@ struct test { ...@@ -11,7 +11,7 @@ struct test {
extern struct test s; extern struct test s;
int main1 () __attribute__((noipa)) int main1 ()
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment