[Bug c/20328] assembly constraints fail unless optimizing code

2005-03-04 Thread mrd at alkemio dot org
--- 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

[Bug c/20328] assembly constraints fail unless optimizing code

2005-03-04 Thread mrd at alkemio dot org
--- 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

[Bug c/20328] assembly constraints fail unless optimizing code

2005-03-04 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c/20328] assembly constraints fail unless optimizing code

2005-03-04 Thread giovannibajo at libero dot it
--- 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