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]

RE: Make error (gcc)


>-----Original Message-----
>From: Ezequiel Glinsky [mailto:eglinsky@bumeran.com]
>Sent: 30 March 2001 15:15

>I'm having a problem compiling a project under
>gcc version 2.96 20000731 (it's a rh7)
>
>But in the...
>gcc version 2.91.66 19990314 (it's a rh6.x) the compiler 
>doesn't report any
>error at all.

  There are two possible reasons.  One may be that 2.96 has bugs in it,
although Red Hat have been working hard to fix all the problems that
emerged with the initial release of their version 2.96.

  More likely is the fact that the language definition for C++ has 
changed a good deal since version 2.91, and many constructs that would
have been valid C++ at that time have since been forbidden.  2.96
will follow the more up-to-date rules, and so may reject constructs
that are accepted by 2.91

  The best places to ask questions like this are on the gcc-help
mailing list (this is the main gcc mailing list for the people who
work on writing gcc itself; it isn't about how to write code *with*
gcc), and the usenet newsgroups news:gnu.gcc.help and news:gnu.g++.help

   DaveK
-- 
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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