re PR target/59952 (-march=core-avx2 should not enable RTM)

PR target/59952
	* config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.

From-SVN: r210234
This commit is contained in:
Uros Bizjak 2014-05-08 21:13:10 +02:00 committed by Uros Bizjak
parent b6db8af6f6
commit 30e494f1f5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-05-08 Uros Bizjak <ubizjak@gmail.com>
PR target/59952
* config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
2014-05-08 Uros Bizjak <ubizjak@gmail.com>
PR target/61092

View file

@ -3130,7 +3130,7 @@ ix86_option_override_internal (bool main_args_p,
(PTA_SANDYBRIDGE | PTA_FSGSBASE | PTA_RDRND | PTA_F16C)
#define PTA_HASWELL \
(PTA_IVYBRIDGE | PTA_AVX2 | PTA_BMI | PTA_BMI2 | PTA_LZCNT \
| PTA_FMA | PTA_MOVBE | PTA_RTM | PTA_HLE)
| PTA_FMA | PTA_MOVBE | PTA_HLE)
#define PTA_BROADWELL \
(PTA_HASWELL | PTA_ADX | PTA_PRFCHW | PTA_RDSEED)
#define PTA_BONNELL \