This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 this at https://gcc.godbolt.org even if
> >
> >Ah, nice!
>
> ? except -malign-data=abi is, apparently, cris-only.

ITYM "i386-only".  I see "malign-data=" in
gcc/config/i386/i386.opt.

(Not sure why the CRIS port was mentioned at all.
There's no option named "-malign-data=abi" for
cris-*; the closest is an option named "-mdata-align".)

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]