r264109 - in /branches/gcc-8-branch/gcc: Change...

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Sep 5 07:23:00 GMT 2018


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  <jakub@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



More information about the Gcc-cvs mailing list