Re: 2.4.5 and gcc v3 final

From: Horst von Brand (vonbrand@sleipnir.valparaiso.cl)
Date: Sun Jun 24 2001 - 12:33:51 EST


Fabian Arias <dewback@vtr.net> said:
> On Sun, 24 Jun 2001, Anuradha Ratnaweera wrote:
> > On Fri, Jun 22, 2001 at 10:29:25AM +0400, Anatoly Ivanov wrote:
> > > I hope that lk-developers would fix it one day.

> > 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/



This archive was generated by hypermail 2b29 : Sat Jun 30 2001 - 21:00:12 EST