[patch] asms with more than 10 operands

Joern Rennecke amylaar@cygnus.co.uk
Tue Apr 7 19:34:00 GMT 1998


> You can split the string and use concatination ("%1""2"), just as
> is required with the ISO \x sequence.

No, that wouldn't work, since the substitution of %[0-9]* is done after the
concatenation.  Besides, this kind of string concatenation is not
available with old K&R compilers, thus we may not use it in gcc source.



More information about the Gcc mailing list