aarch64: Add codegen support for AdvSIMD faminmax
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / section-anchors3.c
blobd9cac9d7e572a9351ce142a79f159d199405286b
1 /* Test corner case when LG from literal pool could be preferred to LARL. */
3 /* { dg-do compile { target { lp64 } } } */
4 /* { dg-options "-O3 -march=z13" } */
6 int
7 a (int b)
9 return b / 100;
10 /* { dg-final { scan-assembler-not {\n\t\.quad\t\.LC} } } */