8sa1-gcc/gcc/common
liuhongt a8c4b66a41 If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx.
Current status is -mno-avx implies -mno-xsave which should be wrong.

gcc/ChangeLog

	* common/config/i386/i386-common.c
	(OPTION_MASK_ISA_AVX_UNSET): Remove OPTION_MASK_ISA_XSAVE_UNSET.
	(OPTION_MASK_ISA_XSAVE_UNSET): Add OPTION_MASK_ISA_AVX_UNSET.

gcc/testsuite/ChangeLog

	* gcc.target/i386/xsave-avx-1.c: New test.
2020-09-17 12:59:35 +08:00
..
config If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx. 2020-09-17 12:59:35 +08:00
common-target-def.h
common-target.def
common-target.h
common-targhooks.c
common-targhooks.h