RE: [PATCH] [X86_64] Fix alignment for znver1 arch.

2017-02-14 Thread Kumar, Venkataramanan
gcc-patches@gcc.gnu.org; Kumar, Venkataramanan > > Subject: Re: [PATCH] [X86_64] Fix alignment for znver1 arch. > > On Tue, Feb 14, 2017 at 8:48 AM, Pawar, Amit wrote: > > Hi maintainers, > > > > Please find the below patch which changes the code alignment values for &g

Re: [PATCH] [X86_64] Fix alignment for znver1 arch.

2017-02-14 Thread Uros Bizjak
On Tue, Feb 14, 2017 at 8:48 AM, Pawar, Amit wrote: > Hi maintainers, > > Please find the below patch which changes the code alignment values for > znver1. Bootstrap and regression test passed on x86_64. > OK to apply? OK. Thanks, Uros. > Thanks, > Amit Pawar > > > diff --git a/gcc/ChangeLog

[PATCH] [X86_64] Fix alignment for znver1 arch.

2017-02-13 Thread Pawar, Amit
Hi maintainers, Please find the below patch which changes the code alignment values for znver1. Bootstrap and regression test passed on x86_64. OK to apply? Thanks, Amit Pawar diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2561d53..a5b0159 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1