[Patch] Bug 88521 - gcc 9.0 from r266355 miscompile x265 for mingw-w64 target

2018-12-20 Thread Lokesh Janghel
Hi Mateuszb, I tested with your proposition patch and it is working right. I also added the patch with test case. Please let me know your thoughts/suggestions. Thanks Lokesh 88521.patch Description: Binary data

Re: [Patch] Bug 88521 - gcc 9.0 from r266355 miscompile x265 for mingw-w64 target

2018-12-26 Thread Lokesh Janghel
ns. > >> > >> ChangeLog entry is missing, please write it (and mention there > >> Mateusz's name/mail as he wrote the i386.c part). > >> > > Patch looks good to me, but please add a ChangeLog. > > -- Thanks & Regards Lokesh Janghel +91-9752984749 88521.patch Description: Binary data

Re: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87626

2018-11-19 Thread Lokesh Janghel
Thank you Jakub, I update the patch with your comments and tested it. Please let me know your thoughts/suggestions. On Mon, Nov 19, 2018 at 4:00 PM Lokesh Janghel wrote: > > Thank you Jakub, I update the patch with your comments and tested it. > Please let me know your thoughts/su

[Patch] Bug85667-(x86_64) ms_abi rules aren't followed when returning short structs with float values(32-bit)

2019-03-18 Thread Lokesh Janghel
Hi All, The attached patch (pr85667.patch) fixes the subjected issue for 32-bit. Please let me know your thoughts on the patch. -- Thanks, Lokesh 85667.patch Description: Binary data

Re: [Patch] Bug85667-(x86_64) ms_abi rules aren't followed when returning short structs with float values(32-bit)

2019-03-26 Thread Lokesh Janghel
> IMO you ought not to duplicate most of function_value_32 here. I modified the patch. Please let me know your thoughts. -- Lokesh On Sat, Mar 23, 2019 at 5:59 PM Eric Botcazou wrote: > > > The attached patch (pr85667.patch) fixes the subjected issue for 32-bit. > > Please let me know your tho

[Patch]Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns

2019-01-10 Thread Lokesh Janghel
eLogs /gcc/ChangeLog 2019-01-10 Lokesh Janghel PR target/84762 * config/rs6000/rs6000.c (rs6000_return_in_msb): Retrun in svr4 for small struct value. (rs6000_option_override_internal): Add the condition for aix or svr4 (LSB/MSB aligned). * config/

Re: [Patch]Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns

2019-01-27 Thread Lokesh Janghel
Hi Segher, Please check the patch and let me know your thoughts on the same. On Thu, Jan 10, 2019 at 5:57 PM Lokesh Janghel wrote: > > Hi Segher, > > Find the attached patch for the subjected issue. > Please let me know your thoughts and comments on the same. > > >

[Patch]Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns

2019-02-03 Thread Lokesh Janghel
g to the value of aix_struct_return it will decide which one need to use register or memory. After that, it will check which alignment is there for register according to the given option. ChangeLogs /gcc/ChangeLog 2019-01-10 Lokesh Janghel PR target/84762 * config/rs6000/rs6000.c (rs6