RE: [PATCH] Fix confusion between target, host and symbolic number byte sizes

2014-08-20 Thread Thomas Preud'homme
> -Original Message- > > > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > > > ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme > > > Sent: Friday, July 04, 2014 12:53 PM > > > To: gcc-patches@gcc.gnu.org > > > Subject: [PATCH] Fix co

RE: [PATCH] Fix confusion between target, host and symbolic number byte sizes

2014-08-14 Thread Thomas Preud'homme
...@gcc.gnu.org [mailto:gcc-patches- > > ow...@gcc.gnu.org] On Behalf Of Thomas Preud'homme > > Sent: Friday, July 04, 2014 12:53 PM > > To: gcc-patches@gcc.gnu.org > > Subject: [PATCH] Fix confusion between target, host and symbolic number > > byte sizes > &g

RE: [PATCH] Fix confusion between target, host and symbolic number byte sizes

2014-08-06 Thread Thomas Preud'homme
: Friday, July 04, 2014 12:53 PM > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] Fix confusion between target, host and symbolic number > byte sizes > > The bswap pass deals with 3 possibly different byte size: host, target and the > size a byte marker occupied in the symbolic_number

[PATCH] Fix confusion between target, host and symbolic number byte sizes

2014-07-03 Thread Thomas Preud'homme
The bswap pass deals with 3 possibly different byte size: host, target and the size a byte marker occupied in the symbolic_number structure [1]. However, as of now the code mixes the three size. This works in practice as the pass is only enabled for target with BITS_PER_UNIT == 8 and nobody runs