Re: [PATCH 0/2][AArch64] Implement AAPCS64 updates for alignment attribute

2016-01-21 Thread Alan Lawrence
On 18/01/16 17:10, Eric Botcazou wrote: Similarly to ARM, I note that Ada is affected. Indeed, with a gcc 4.9 host compiler, I saw a bootstrap miscompare iff including Ada; however, I was able to bootstrap Ada successfully, if I first built a GCC including this patch with --disable-bootstrap, and

Re: [PATCH 0/2][AArch64] Implement AAPCS64 updates for alignment attribute

2016-01-18 Thread Eric Botcazou
> Similarly to ARM, I note that Ada is affected. Indeed, with a gcc 4.9 host > compiler, I saw a bootstrap miscompare iff including Ada; however, I was > able to bootstrap Ada successfully, if I first built a GCC including this > patch with --disable-bootstrap, and then used that as host compiler.