This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: x87 register clobber returns "unknown register name" error
- From: Hadrien Grasland <hadrien dot grasland at neel dot cnrs dot fr>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 15 Oct 2015 10:59:15 +0200
- Subject: Re: x87 register clobber returns "unknown register name" error
- Authentication-results: sourceware.org; auth=none
- References: <561F5CC7 dot 6020308 at neel dot cnrs dot fr> <561F68AD dot 8060204 at redhat dot com>
Le 15/10/2015 10:49, Andrew Haley a Ãcrit :
> On 15/10/15 08:59, Hadrien Grasland wrote:
>> What am I doing wrong ?
> You are missing a colon in your asm. Count your colons, and
> compare with the example.
>
> Andrew.
I am pretty sure that they both feature 3 colons. Although my somewhat
ill-placed "No output" comment might hide the second one a bit in the
code I provided.
Hadrien