Re: [PATCH] Fix PR91126

2019-07-10 Thread Jeff Law
On 7/10/19 5:15 AM, Richard Biener wrote: > > The following patch fixes an old (but now manifesting in a testsuite > fail) issue with value-numbering on big-endian machines. I've > checked the VN results after the patch on aarch64 with -mbig-endian. > > Bootstrap and regtest running on x86_64-un

[PATCH] Fix PR91126

2019-07-10 Thread Richard Biener
The following patch fixes an old (but now manifesting in a testsuite fail) issue with value-numbering on big-endian machines. I've checked the VN results after the patch on aarch64 with -mbig-endian. Bootstrap and regtest running on x86_64-unknown-linux-gnu. I'll commit after this succeeded.