Re: [announce] New scalar-storage-order branch in GCC repository

2013-06-11 Thread Eric Botcazou
> I experimented with something like this a while ago. The goal was to > have a -f{big,little}-endian switch that changes the default byteorder, > and also to add endianness attributes. It didn't go very far, but I > could compile some simple testcases and it seemed to behave as expected > for thos

Re: [announce] New scalar-storage-order branch in GCC repository

2013-06-10 Thread Bernd Schmidt
On 05/27/2013 01:13 PM, Eric Botcazou wrote: > I have just created a new branch off the trunk named scalar-storage-order to > host the (experimental) support to specify a reverse storage order (byte/word > order, aka endianness) for scalar components of aggregate types. > > I will be maintaining