This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC version compatible problem


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]