--- Additional Comments From mrd at alkemio dot org 2005-03-05 06:52
---
Subject: Re: assembly constraints fail unless optimizing code
On Sat, 2005-03-05 at 01:31 +, pinskia at gcc dot gnu dot org wrote:
> You don't want the "al" contstraint at all.
>
> Read the docs to figure out
--- Additional Comments From mrd at alkemio dot org 2005-03-05 06:44
---
Subject: Re: assembly constraints fail unless optimizing code
On Sat, 2005-03-05 at 01:26 +, giovannibajo at libero dot it wrote:
> Which target triplet?
i386-pc-linux-gnu
--
http://gcc.gnu.org/bugzilla
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-05
01:31 ---
You don't want the "al" contstraint at all.
Read the docs to figure out which constaint you really want. the constraint
"al" means pick either the
"a" constraint or the "l" constraint
--
Wha
--- Additional Comments From giovannibajo at libero dot it 2005-03-05
01:26 ---
Which target triplet?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20328