[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] gcc (was: mono)



Am 02.02.2010, 22:39 Uhr, schrieb Eero Tamminen <oak@helsinkinet.fi>:


Gets gcc-4 specific how?

Or did you mean specific to the C-library used with gcc?

Language-wise.

Most used gcc extensions have ended in c99 standard and Henk
is adding c99 support to AHCC...

That's nice. I compiled the current kernel with gcc 2.95 and got compiler-errors on some statements that where new to me.

For example:

{
union{ char *s, long l] u; u.s = x;
long z;

...
}

That's not C as I know it. I thought gcc 2.95 is C99.

--
Helmut Karlowski