Re: [PATCH][AArch64] Fix PR78733

2016-12-08 Thread Wilco Dijkstra
James Greenhalgh wrote: > > I presume you also made a testsuite run? > > You should be able to do something like: > >  make check RUNTESTFLAGS="--target_board=unix/-mpc-relative-literal-loads" Yes the results of that looked OK, the 250 new failures are gone. I've committed the fix. Wilco

Re: [PATCH][AArch64] Fix PR78733

2016-12-08 Thread James Greenhalgh
On Thu, Dec 08, 2016 at 03:30:59PM +, Wilco Dijkstra wrote: > This patch fixes an issue in aarch64_classify_address. TImode and TFmode > can either use a 64-bit LDP/STP or 128-bit LDR/STR. The addressing mode > must be carefully modelled as the intersection of both. This is done for > the im