From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joern Rennecke To: rth@cygnus.com Cc: law@cygnus.com, haible@ilog.fr, egcs@cygnus.com, wilson@cygnus.com Subject: Re: [patch] asms with more than 10 operands Date: Tue, 07 Apr 1998 19:34:00 -0000 Message-id: <199804072224.XAA29192@phal.cygnus.co.uk> References: <19980406114915.55261@dot.cygnus.com> X-SW-Source: 1998-04/msg00290.html > 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.