Re: [gimplefe] hacking pass manager

2016-07-28 Thread Prathamesh Kulkarni
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

gcc-6-20160728 is now available

2016-07-28 Thread gccadmin
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

Re: [RFD] Extremely large alignment of read-only strings

2016-07-28 Thread Thorsten Glaser
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

Re: [gimplefe] hacking pass manager

2016-07-28 Thread Prasad Ghangal
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

Re: [RFD] Extremely large alignment of read-only strings

2016-07-28 Thread Alexander Monakov
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