Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr106510.c
blob24e91123f63f771e4fd2f2ff696c393c2c93228f
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 void foo ();
5 void ine_ok() {
6 float y, x;
7 if (x < y || x > y || y)
8 foo ();