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
This commit is contained in:
parent
8caf8f777c
commit
8c097065b4
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue