[Bug target/77483] [6/7 regression] gcc.target/i386/mask-unpack.c etc. FAIL
ro at CeBiTec dot Uni-Bielefeld.DE
gcc-bugzilla@gcc.gnu.org
Wed Sep 7 08:46:00 GMT 2016
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
More information about the Gcc-bugs
mailing list