Followup to:  <[EMAIL PROTECTED]>
By author:    Richard Henderson <[EMAIL PROTECTED]>
In newsgroup: linux.dev.kernel
>
> On Tue, Jan 02, 2001 at 03:12:37PM -0500, Ghadi Shayban wrote:
> > {standard input}: Assembler messages:
> > {standard input}:139: Error: bad register name `%%mm0'
> 
> This is, in fact, a compiler bug.  Somehow the "%%" in the
> source didn't print as "%" as expected.
> 

Actually, gcc doesn't do % expansion (and hence %% -> %) if there are
no :'s in the asm() statement.  I don't know if that's the issue here,
though.

        -hpa
-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to