[Bug target/65782] Assembly failure (invalid register for .seh_savexmm) with -O3 -mavx512f on mingw-w64
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Jan 20 16:31:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
For the xmm16 to xmm31 registers a possible workaround could be to turn those
registers fixed on mingw (thus unavailable for register allocation and not call
saved). See PR79127.
More information about the Gcc-bugs
mailing list