Re: [PATCH] [ARM] Fix PR57909 : ICE with internal memcpy and -mno-unaligned-access

2013-10-18 Thread Yvan Roux
Ping^2 I forgot this one was still pending. On 13 August 2013 14:21, Yvan Roux wrote: > Ping. > > On 23 July 2013 16:18, Yvan Roux wrote: >> Hi, >> >> I forgot to add the test case with the PR fix, the attached patch add it. >> >> Thanks, >> Yvan >> >> ChangeLog >> >> gcc/testsuite >> >> 2013-0

Re: [PATCH] [ARM] Fix PR57909 : ICE with internal memcpy and -mno-unaligned-access

2013-08-13 Thread Yvan Roux
Ping. On 23 July 2013 16:18, Yvan Roux wrote: > Hi, > > I forgot to add the test case with the PR fix, the attached patch add it. > > Thanks, > Yvan > > ChangeLog > > gcc/testsuite > > 2013-07-23 Yvan Roux > > PR target/57909 > * gcc.target/arm/pr57909.c: New test. > > > On 17

Re: [PATCH] [ARM] Fix PR57909 : ICE with internal memcpy and -mno-unaligned-access

2013-07-23 Thread Yvan Roux
Hi, I forgot to add the test case with the PR fix, the attached patch add it. Thanks, Yvan ChangeLog gcc/testsuite 2013-07-23 Yvan Roux PR target/57909 * gcc.target/arm/pr57909.c: New test. On 17 July 2013 10:58, Ramana Radhakrishnan wrote: > On 07/17/13 09:53, Yvan Roux

Re: [PATCH] [ARM] Fix PR57909 : ICE with internal memcpy and -mno-unaligned-access

2013-07-17 Thread Ramana Radhakrishnan
On 07/17/13 09:53, Yvan Roux wrote: Hi, this patch fixes the issue described in PR57909, where we have an ICE during the internal memcpy, as some UNSPEC_UNALIGNED insns are emitted even if -mno-unaligned-access flag is passed. See the link below for a more detailled description: http://gcc.gnu.

[PATCH] [ARM] Fix PR57909 : ICE with internal memcpy and -mno-unaligned-access

2013-07-17 Thread Yvan Roux
Hi, this patch fixes the issue described in PR57909, where we have an ICE during the internal memcpy, as some UNSPEC_UNALIGNED insns are emitted even if -mno-unaligned-access flag is passed. See the link below for a more detailled description: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57909 Te