> > Multi-string literals is a nice little ANSI C feature that appears
> > everywhere. Why it is necessary to "fix" them?
> I think that "fix" doesn't necesary mean "kill" the feature.
> But is a problem that some of us, compiling the ac series with gcc-3, have
> had.
What gcc objects to is stuff like:
"This is a nice long string
that just goes on
and on\n"
which is illegal in C AFAIU. It does not object to:
"This long string"
"spans several lines, "
"but legally.\n"
The first form does/did appear in several asm()s. Fix them, send a patch.
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Vin~a del Mar, Chile +56 32 672616 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/