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
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
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
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
> 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
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/
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.
>
> >
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