On 01/29/15 07:44, Uros Bizjak wrote:
Hello!
So here's the updated patch which handles all 4 testcases from the PR as well
as a couple of my own.
@@ -0,0 +1,33 @@
+/* PR 15184 first two tests, plus two addition ones. */
+/* { dg-do compile } */
+/* { dg-options "-O2 -m32 -march=pentiumpro" } */
No, we don't want -m32 in dg-options. Please write this part as:
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -march=pentiumpro" } */
Will update after sniff testing. Sorry for the noise.
jeff