This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][AArch64] Fix PR78733
- From: Wilco Dijkstra <Wilco dot Dijkstra at arm dot com>
- To: James Greenhalgh <James dot Greenhalgh at arm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, nd <nd at arm dot com>
- Date: Thu, 8 Dec 2016 19:22:01 +0000
- Subject: Re: [PATCH][AArch64] Fix PR78733
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Wilco dot Dijkstra at arm dot com;
- Nodisclaimer: True
- References: <AM5PR0802MB26107245DEEEB13E88C265BB83840@AM5PR0802MB2610.eurprd08.prod.outlook.com>,<20161208174912.GA4854@arm.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
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