[PR81647][AARCH64] Fix handling of Unordered Comparisons in aarch64-simd.md
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test_frame_5.c
blob0624b5b747339b851daff5d265701c241e5c1231
1 /* Verify:
2 * -fomit-frame-pointer.
3 * with outgoing.
4 * total frame size <= 512.
5 * one subtraction of the whole frame size. */
7 /* { dg-do run } */
8 /* { dg-options "-O2 -fomit-frame-pointer" } */
10 #include "test_frame_common.h"
12 t_frame_pattern_outgoing (test5, 300, "x19", 8, a[8])
13 t_frame_run (test5)