PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66819-1.c
blob7c8a1ab08c3d538c40d87db4f4bf42065267d4e7
1 /* { dg-do compile { target ia32 } } */
2 /* { dg-options "-O2 -mregparm=3" } */
3 /* { dg-final { scan-assembler-not "call" } } */
5 void foo(void (*bar)(void))
7 bar();