This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR66509
- From: Mike Stump <mikestump at comcast dot net>
- To: Jack Howarth <howarth dot at dot gcc at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Iain Sandoe <iain at codesourcery dot com>, "H.J. Lu" <hjl dot tools at gmail dot com>
- Date: Fri, 12 Jun 2015 21:04:31 -0700
- Subject: Re: [PATCH] Fix PR66509
- Authentication-results: sourceware.org; auth=none
- References: <CAJMcOU-wk-OhAdkYaDsBy06U98vZuyA5+88RkF7bK=nJ9HB6zA at mail dot gmail dot com>
On Jun 12, 2015, at 8:25 PM, Jack Howarth <howarth.at.gcc@gmail.com> wrote:
> The attached patch revises the tests for the filds and fists
> mnemonics to use the assembly...
>
> filds mem(%rip); fists mem(%rip)
> Okay for gcc trunk?
Fine from a darwin perspective, but I would like an x86 binutils person to weigh in to make sure we aren’t turning off detection on some system that supports the previous version but not the new spelling.