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: Warnings in the C++ Front-End and GCC in General


> Date: Mon, 7 Sep 1998 22:41:50 -0700
> From: Mark Mitchell <mark@markmitchell.com>

> Some have suggested that the life of GCC's developers would be made
> too odious by having to maintain consistent error numbers/codes
> across releases

I would ignore this claim.  I have years of experience with error
messages with numbers in g++, my_friendly_abort.  The only pain about
it is having to update the place to get a new number from, when you
allocate a new number.  The number have been consisent across releases
since its introduction, and they have never needed any maintenance
(save for the rarity when someone put in a 999 because they didn't
allocate a number yet, or the rarity when we tried to reuse a number
(don't do that), or a random typo in the number).


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