Re: [avr] fno-caller-saves and regression tests

2016-08-12 Thread Georg-Johann Lay
On 09.08.2016 07:33, Senthil Kumar Selvaraj wrote: Hi Johann, Turning off -fcaller-saves for AVR makes the testcase I had for PR 71873 pass unless I explicitly add -fcaller-saves to force the compiler to generate the triggering insn patterns. Wonder if we should modify the existing test

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

2016-08-12 Thread Thorsten Glaser
Dixi quod… >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! … e

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

2016-08-12 Thread H.J. Lu
On Fri, Aug 12, 2016 at 1:01 PM, Thorsten Glaser wrote: > Dixi quod… > >>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

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

2016-08-12 Thread Hans-Peter Nilsson
On Fri, 12 Aug 2016, Thorsten Glaser wrote: > Dixi quod? > > >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 thi

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

2016-08-12 Thread Thorsten Glaser
Hans-Peter Nilsson dixit: >> ? except -malign-data=abi is, apparently, cris-only. >ITYM "i386-only". I see "malign-data=" in >gcc/config/i386/i386.opt. No (actually tested on amd64, which didn’t support it). >(Not sure why the CRIS port was mentioned at all. The GCC 6 texinfo documentation *o

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

2016-08-12 Thread Hans-Peter Nilsson
On Fri, 12 Aug 2016, Thorsten Glaser wrote: > Hans-Peter Nilsson dixit: > > >> ? except -malign-data=abi is, apparently, cris-only. > > >ITYM "i386-only". I see "malign-data=" in > >gcc/config/i386/i386.opt. > > No (actually tested on amd64, which didn?t support it). Weird. > >(Not sure why the