Warnings in the C++ Front-End and GCC in General
Mike Stump
mrs@wrs.com
Wed Sep 9 16:53:00 GMT 1998
> 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).
More information about the Gcc
mailing list