This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][GCC][AARCH64]Bad code-gen for structure/block/unaligned memory access
- From: Tamar Christina <Tamar dot Christina at arm dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Richard Sandiford <richard dot sandiford at linaro dot org>, GCC Patches <gcc-patches at gcc dot gnu dot org>, nd <nd at arm dot com>, James Greenhalgh <James dot Greenhalgh at arm dot com>, Richard Earnshaw <Richard dot Earnshaw at arm dot com>, Marcus Shawcroft <Marcus dot Shawcroft at arm dot com>
- Date: Wed, 30 Aug 2017 09:21:55 +0000
- Subject: Re: [PATCH][GCC][AARCH64]Bad code-gen for structure/block/unaligned memory access
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Tamar dot Christina at arm dot com;
- Nodisclaimer: True
- References: <VI1PR0801MB20313B74A43EAC4756E8C8BDFFC80@VI1PR0801MB2031.eurprd08.prod.outlook.com> <87a85ic3i1.fsf@linaro.org> <HE1PR0801MB202735017D77BF86B97A82F2FFCE0@HE1PR0801MB2027.eurprd08.prod.outlook.com> <VI1PR0801MB2031C1DB43DDAD286965D8BFFFD60@VI1PR0801MB2031.eurprd08.prod.outlook.com>,<CAMe9rOp7T-ZwF6rPbj4O442fc791Qg63MnZiqE2STdw0VsGa_g@mail.gmail.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi,
The test I used was testsuite/gcc.c-torture/compile/structs.c
Thanks,
Tamar
________________________________________
From: H.J. Lu <hjl.tools@gmail.com>
Sent: Friday, August 25, 2017 8:10:22 PM
To: Tamar Christina
Cc: Richard Sandiford; GCC Patches; nd; James Greenhalgh; Richard Earnshaw; Marcus Shawcroft
Subject: Re: [PATCH][GCC][AARCH64]Bad code-gen for structure/block/unaligned memory access
On Sun, Jul 2, 2017 at 11:17 PM, Tamar Christina
<Tamar.Christina@arm.com> wrote:
> Hi All,
>
> Sorry I just realized I never actually sent the updated patch...
>
> So here it is :)
>
Are there any testcases?
--
H.J.