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: Beyond GCC 3.0



> <<Code that complies with standards will not have to be changed.  It will
> always work, modulo bugs in the compiler.                >>
> 
> Sure, but this is a theoretical rather than pragmatic comment. In
> practicew any large commercial application with millions of lines of code
> will not be 100% compliant, and will depend on all sorts of implementation
> behavior, and features outside the standard.

Clearly maintainers of large programs will need to re-test their programs
with any major or minor release.  If those maintainers expect to use GCC,
it will pay for them to test their code with development snapshots on
occasion, to help ensure that bugs either in GCC or their own software get
fixed as soon as possible.

Otherwise the only answer is to keep using the same compiler, on the
theory that "if it ain't broke, don't fix it".



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