On Fri, Jan 18, 2013 at 12:59 AM, Jakub Jelinek wrote:
> On Fri, Jan 18, 2013 at 12:45:06AM +0100, Steven Bosscher wrote:
>> --- testsuite/gcc.target/i386/pr55934.c (revision 0)
>> +++ testsuite/gcc.target/i386/pr55934.c (revision 0)
>> @@ -0,0 +1,10 @@
>> +/* PR inline-asm/55934 */
>> +/* { dg-do compile } */
>> +/* { dg-require-effective-target sse } */
>
> Don't you need /* { dg-options "-msse" } */ ?  dg-require-effective-target sse
> itself doesn't add -msse option...

Actually, I needed even more than that:

/* { dg-options "-std=c99 -msse" } */

But I added that line after creating the diff, and forgot to update
the test case in the patch :-)

Ciao!
Steven

Reply via email to