PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr81736-4.c
blob25f50016a645d91e7dbddcf3a45ba98486a5771b
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fno-omit-frame-pointer" } */
4 int
5 foo (int i1, int i2, int i3, int i4, int i5, int i6, int i7)
7 return i7;
10 /* Need to use a frame pointer. */
11 /* { dg-final { scan-assembler "%\[re\]bp" } } */