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: mixing gcc-4.0 and g++-3.3 generated code


On May 27, 2005, at 6:55 AM, Jack Howarth wrote:
Are there likely to be any odd issues

I'm sure there are likely to be issues... for example, c++ isn't going to link across these versions. As long as one links with gcc-4.0, the issues of not finding a routine should be minimized. For C and Objective-C, there should be good compatibility between the compilers.


You can run an nm on libgcc.a and find all the symbols that can go missing between the two, if you want. Luckily, the solution to that problem, if encountered is fairly trivial.


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