Silvio a Beccara wrote:
it seems that GCC 3.2.1 overcomes many of the shortcomings of the previous 3.x releases. Moreover, there are rumours that it should be considerably faster than any previous release.
Is it planned to release a version of GPC based on GCC 3.2.1 soon? Is it difficult or lengthy a job?
The latest GPC alpha does work with gcc-3.2.1 -- with some care, since it hasn't been tested extensively yet. The major known problem is that "dwarf" debug info doesn't work yet which is the default on many systems, so use `-gstabs' (seems to work on those systems that support "stabs") or `-g0' (no debug info).
Frank