Commit 8c097065 by Uros Bizjak Committed by Uros Bizjak

re PR target/87439 (ICE in ix86_mode_needed, at config/i386/i386.c:18907)

	PR target/87439
	* config/i386/i386.h (NUM_MODES_FOR_MODE_SWITCHING): Update
	for removed I387_MASK_PM entity.

From-SVN: r264645
parent 8caf8f77
2018-09-26 Uros Bizjak <ubizjak@gmail.com>
PR target/87439
* config/i386/i386.h (NUM_MODES_FOR_MODE_SWITCHING): Update
for removed I387_MASK_PM entity.
2018-09-26 Jeff Law <law@redhat.com>
Revert
......
......@@ -2499,7 +2499,7 @@ enum avx_u128_state
#define NUM_MODES_FOR_MODE_SWITCHING \
{ X86_DIRFLAG_ANY, AVX_U128_ANY, \
I387_CW_ANY, I387_CW_ANY, I387_CW_ANY, I387_CW_ANY }
I387_CW_ANY, I387_CW_ANY, I387_CW_ANY }
/* Avoid renaming of stack registers, as doing so in combination with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment