Commit 8686c4d8 by Uros Bizjak

Fix target selector for pr91333.c

	* gcc.target/i386/pr91333.c (dg-do): Fix target selector.
parent f4777088
2020-02-09 Uroš Bizjak <ubizjak@gmail.com>
* gcc.target/i386/pr91333.c (dg-do): Fix target selector.
2020-02-09 Jakub Jelinek <jakub@redhat.com>
PR c++/93633
......
/* { dg-do compile { target x86_64-*-* } } */
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -mavx" } */
/* { dg-final { scan-assembler-times "vmovapd|vmovsd" 3 } } */
......
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