GCC version compatible problem
Lu Peng
lpeng@cise.ufl.edu
Fri Mar 12 19:47:00 GMT 2004
Thanks for your reply. So if my programs have some gcc-specific
extensions, then they are hopeless in gcc 3.X? The problem is that
these programs are big and written by others. I can't do line-by-line
inspection of the programs. What I expect is that the new gcc version
can compile old programs.
thanks,
Lu
On Fri, 12 Mar 2004, Kazu Hirata wrote:
> Hi Lu,
>
> > I got some gcc version updating problem. I have some programs which
> > run well with gcc 2.96 (in RH 7.3) but always failed with gcc 3.2.2
> > (in RH 9.0). Does gcc have compatiblity to old versions? If so, could
> > you tell me what I should do?
>
> GCC 3.x has closer conformance to the language standard. Also, some
> GCC-specific extensions are being removed, so your program may have
> tripped over these things.
>
> Not to mention, there is always a possibility of a bug in GCC
> itself. :-)
>
> Kazu Hirata
>
>
More information about the Gcc
mailing list