https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87198
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Sep 5 07:23:45 2018 New Revision: 264109 URL: https://gcc.gnu.org/viewcvs?rev=264109&root=gcc&view=rev Log: Backported from mainline 2018-09-04 Jakub Jelinek <ja...@redhat.com> PR target/87198 * common/config/i386/i386-common.c (OPTION_MASK_ISA_XSAVEOPT_SET, OPTION_MASK_ISA_XSAVES_SET, OPTION_MASK_ISA_XSAVEC_SET): Use OPTION_MASK_ISA_XSAVE_SET instead of OPTION_MASK_ISA_XSAVE. (OPTION_MASK_ISA_XSAVE_UNSET): Add OPTION_MASK_ISA_XSAVES_UNSET and OPTION_MASK_ISA_XSAVEC_UNSET. * gcc.target/i386/pr87198.c: New test. Added: branches/gcc-8-branch/gcc/testsuite/gcc.target/i386/pr87198.c Modified: branches/gcc-8-branch/gcc/ChangeLog branches/gcc-8-branch/gcc/common/config/i386/i386-common.c branches/gcc-8-branch/gcc/testsuite/ChangeLog