RE: [PATCH, ARM] Backport fix for PR59593 (minipool of small values on big endian targets)

2015-03-03 Thread Thomas Preud'homme
From: Ramana Radhakrishnan [mailto:ramana@googlemail.com] Sent: Tuesday, February 17, 2015 4:08 PM To: Thomas Preud'homme Cc: gcc-patches; Richard Earnshaw; Ramana Radhakrishnan; Marcus Shawcroft; Richard Biener; Jakub Jelinek Subject: Re: [PATCH, ARM] Backport fix for PR59593 (minipool

Re: [PATCH, ARM] Backport fix for PR59593 (minipool of small values on big endian targets)

2015-02-17 Thread Ramana Radhakrishnan
On Tue, Jan 20, 2015 at 5:06 AM, Thomas Preud'homme thomas.preudho...@arm.com wrote: Currently on GCC 4.8 and 4.9, constant pool entries for QImode, HImode and SImode values are filled as 32-bit quantities. This works fine for little endian system but gives some incorrect results for big

RE: [PATCH, ARM] Backport fix for PR59593 (minipool of small values on big endian targets)

2015-02-10 Thread Thomas Preud'homme
Ping? -Original Message- From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme Sent: Tuesday, January 20, 2015 1:06 PM To: gcc-patches@gcc.gnu.org; Richard Earnshaw; Ramana Radhakrishnan; Marcus Shawcroft Subject: [PATCH, ARM]