On 29 July 2016 at 00:01, Prasad Ghangal wrote:
> On 27 July 2016 at 14:22, Richard Biener wrote:
>> On Tue, Jul 26, 2016 at 11:38 PM, Prathamesh Kulkarni
>> wrote:
>>> On 27 July 2016 at 00:20, Prasad Ghangal wrote:
On 20 July 2016 at 18:28, Richard Biener
wrote:
> On Wed, Jul
Snapshot gcc-6-20160728 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/6-20160728/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 6 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6
Alexander Monakov dixit:
>First of all, I think option -malign-data=abi (new in GCC 5) addresses your
>need: it can be used to reduce the default (excessive) alignment to just the
>psABI-dictated value (you can play with this at https://gcc.godbolt.org even if
Ah, nice!
>Note that like with othe
On 27 July 2016 at 14:22, Richard Biener wrote:
> On Tue, Jul 26, 2016 at 11:38 PM, Prathamesh Kulkarni
> wrote:
>> On 27 July 2016 at 00:20, Prasad Ghangal wrote:
>>> On 20 July 2016 at 18:28, Richard Biener wrote:
On Wed, Jul 20, 2016 at 1:46 PM, Prathamesh Kulkarni
wrote:
> On
On Wed, 27 Jul 2016, Thorsten Glaser wrote:
First of all, I think option -malign-data=abi (new in GCC 5) addresses your
need: it can be used to reduce the default (excessive) alignment to just the
psABI-dictated value (you can play with this at https://gcc.godbolt.org even if
you can't install GCC