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]
Other format: [Raw text]

Re: preprocessor: % as args to #defines



On Jan 29, 2004, at 10:51 AM, Zack Weinberg wrote:

Joern Rennecke <joern.rennecke@superh.com> writes:

Yeah, I know. I wish people would use GAS macros instead.

Actually, use of gas macros can confuse the compiler, when it looses
track of how long an asm insert is.

I take the attitude that anything longer than a single instruction
probably ought to be in a separate file of assembly.

zw


It seems that most of Apple's customers do not agree at all; most major Macintosh software vendors have many many lines of inline assembly in their source files. It is one of the big preventers of GCC adoption in the Apple world.

Syd Polk
Apple Computer
Technology EPM, Mac OS X Development Tools
+1 408 974-0577


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