On Thu, Dec 25, 2014 at 8:56 PM, Gerald Pfeifer wrote:
> On Wednesday 2014-12-17 06:49, H.J. Lu wrote:
>> Index: gcc-5/changes.html
>> ===
>> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
>> retrieving revision 1.52
>> diff -
On Wednesday 2014-12-17 06:49, H.J. Lu wrote:
> Index: gcc-5/changes.html
> ===
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
> retrieving revision 1.52
> diff -u -p -r1.52 changes.html
> --- gcc-5/changes.html15 Dec
On Wed, Dec 17, 2014 at 03:31:50PM +0100, Uros Bizjak wrote:
> On Wed, Dec 17, 2014 at 2:10 PM, H.J. Lu wrote:
>
> > Add -malign-data={abi|compat,cachineline} to control how GCC aligns
> > variables. "compat" uses increased alignment value compatible with
> > GCC 4.8 and earlier, "abi" uses alig
On Wed, Dec 17, 2014 at 2:10 PM, H.J. Lu wrote:
> Add -malign-data={abi|compat,cachineline} to control how GCC aligns
> variables. "compat" uses increased alignment value compatible with
> GCC 4.8 and earlier, "abi" uses alignment value as specified by the
> psABI, and "cacheline" with increased
On Wed, Dec 17, 2014 at 2:14 PM, Jakub Jelinek wrote:
> On Wed, Dec 17, 2014 at 05:10:36AM -0800, H.J. Lu wrote:
>> PR target/61296
>> * config/i386/i386-opts.h (ix86_align_data): New enum.
>> * config/i386/i386.c (ix86_data_alignment): Return the ABI
>> alignment value for
On Wed, Dec 17, 2014 at 02:14:34PM +0100, Jakub Jelinek wrote:
> On Wed, Dec 17, 2014 at 05:10:36AM -0800, H.J. Lu wrote:
> > PR target/61296
> > * config/i386/i386-opts.h (ix86_align_data): New enum.
> > * config/i386/i386.c (ix86_data_alignment): Return the ABI
> > alignment value
On Wed, Dec 17, 2014 at 05:10:36AM -0800, H.J. Lu wrote:
> PR target/61296
> * config/i386/i386-opts.h (ix86_align_data): New enum.
> * config/i386/i386.c (ix86_data_alignment): Return the ABI
> alignment value for -malign-data=abi, the cachine line size
> for -malign-