https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77483
--- Comment #4 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> --- > You could add dg-skip-if or XFAILs to the tests now failing. IMHO a testsuite > issue. I though about just adding -mno-stackrealign to the affected testcases instead. This would work everywhere and avoid duplicating the effects of the i386/cygming.h and i386/sol2.h definitions of STACK_REALIGN_DEFAULT: cygming.h:#define STACK_REALIGN_DEFAULT TARGET_SSE sol2.h:#define STACK_REALIGN_DEFAULT (TARGET_64BIT ? 0 : 1) Rainer