]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr97487-1.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr97487-1.c
CommitLineData
176c7bd8
JJ
1/* PR middle-end/97487 */
2/* { dg-do compile } */
3/* { dg-options "-O2 --param max-rtl-if-conversion-unpredictable-cost=0" } */
4
5long int __attribute__ ((simd))
6foo (long int x, long int y)
7{
8 return x < 0 ? y : 0;
9}