Re: [PATCH v2] [MIPS] Add machine mode to get_fcsr pattern operand

2019-08-23 Thread Jeff Law
On 8/23/19 1:45 AM, Mihailo Stojanovic wrote: > Hi, > > Missing machine mode for the unspec_volatile operand of get_fcsr > patterns causes an ICE in simplify_subreg on n64 ABI. > > This adds the missing machine modes and a new test. > > Tested on mips64el-mti-linux-gnu. > > Ok for trunk and pos

[PATCH v2] [MIPS] Add machine mode to get_fcsr pattern operand

2019-08-23 Thread Mihailo Stojanovic
Hi, Missing machine mode for the unspec_volatile operand of get_fcsr patterns causes an ICE in simplify_subreg on n64 ABI. This adds the missing machine modes and a new test. Tested on mips64el-mti-linux-gnu. Ok for trunk and possibly backport? Cheers, Mihailo gcc/ * config/mips/mips