CBFalconer wrote:
Frank Heckenbach wrote:
Jaroslaw J. Pyszny wrote:
Small change in 'config-lang.in' line 42:
- if echo $version | grep '3.2.[3-9]' > /dev/null [...] ^^^^___ this
- if echo $version | grep '3.2.[4-9]' > /dev/null [...]
OK, thanks. BTW, GPC with gcc-3.2.3 is not well tested yet (the warnings you get in your test run might be due to this). Waldek and Matthias are working on it. For a "production" compiler still gcc 3.2.1 or 3.2.2 is recommended.
Some problems are appearing with gcc 3.2 on the DJGPP-workers mail list. It is hoped to be resolved by 3.3. It has to do with generating 386 code, and I haven't been paying much attention.
That's quite unspecific, so I can't tell much.
Anyway, it seems that all GCC versions have some bugs, especially platform specific ones. That's one reason why GPC supports so many of them, so chances are you find a usable one on each platform.
However, at some point we'll have to drop gcc-2 support because carrying it around causes some extra work. My current plans are to deprecate it in gpc-2.2 and remove it shortly after it.
Frank