On Thu, Feb 14, 2013 at 7:29 AM, Hurugalawadi, Naveen
wrote:
> Hi,
>
> Please consider this as a gentle reminder to review the patch
> posted at following link:-
> http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html
>
> Please review the patch and let me know if its okay?
Ok.
Thanks,
Richard
Hi,
Please consider this as a gentle reminder to review the patch
posted at following link:-
http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html
Please review the patch and let me know if its okay?
Thanks & Regards,
Naveen.H.S
Hi,
Please consider this as a reminder to review the patch posted at
following link:-
http://gcc.gnu.org/ml/gcc-patches/2013-01/msg00823.html
Please review the patch and let me know if its okay?
Thanks & Regards,
Naveen.H.S
On Tue, Jan 15, 2013 at 9:21 PM, Hurugalawadi, Naveen
wrote:
> Hi,
>
> The slsr-*.c testsuite failures are due to not matching widening add
> (or multiply-add) in AARCH64.
> The LP64 targets generates WIDEN_MULT_PLUS_EXPR which is correct and
> even better code generation will be produced. However
Hi,
The slsr-*.c testsuite failures are due to not matching widening add
(or multiply-add) in AARCH64.
The LP64 targets generates WIDEN_MULT_PLUS_EXPR which is correct and
even better code generation will be produced. However, the testcase
expects +OP2 in these cases and hence FAIL's.
Please find