This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFC: cpplib: multiline strings


On Sun, Aug 20, 2000 at 08:39:28AM -0700, Michael K Vance wrote:
> > I don't have a good sense of who uses multiline strings for what, but
> 
> FYI, I know coders here who use them for inline asm.

I used to myself, now I prefer ISO C token pasting:

	__asm__ ("insn 1\n"
		 "\tinsn 2\n"
		 "\tinsn 3");

-- 
Michael Meissner, Red Hat, Inc.
PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA
Work:	  meissner@redhat.com		phone: +1 978-486-9304
Non-work: meissner@spectacle-pond.org	fax:   +1 978-692-4482

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]