This is the mail archive of the gcc-help@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 4.0.1 compilation errors


Ginil Gharat wrote:

> We recently started porting a C++ project from gcc-3.2.1 to gcc-4.0.1. We
> initially ran into several problems. The code that compiled easily with
> gcc-3.2.1 would not compile with gcc-4.0.1.
> 
> Later we found that code compiled till gcc-3.3.6 version, but since the
> gcc-3.4.0 version the code wouldn't compile. The major errors are with
> template, name lookup but there are also certain errors with finding
> definitions from header files which are included and are in include path.
> 
> Can you please point some links where these issues are discussed and any
> documents where these issues are explained and we can easily resolve these
> compilation errors.

Do not post to both gcc-help@ and gcc@.  The latter is for development
of the compiler, not questions on how to use it.

Read all the links on this page: <http://kegel.com/gcc/gcc4.html>.

Brian


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