This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bugzilla
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc at gcc dot gnu dot org, dberlin at dberlin dot org
- Date: 25 Feb 2003 10:13:50 +0100
- Subject: Re: Bugzilla
- Organization: Integrable Solutions
- References: <20030225090035.GA27604@doctormoo>
Nathanael Nerode <neroden at twcny dot rr dot com> writes:
| >> (Am I wrong?) What will happen
| >>to the exceedingly useful 'class'?
|
| >I can throw it into the keywords field automatically if you like, but
| >it'll be a few days to get it right.
|
| That would be fine. Some suggestions on the keyword conversion:
|
| * wrong-code, ice-on-legal-code, ice-on-illegal-code, rejects-legal, and
| accepts-illegal should become keywords. This information *needs* to be
| kept, not dropped.
Nits: Make the following substitutions
ice-on-legal-code => ice-on-valid-code
ice-on-illegal-code => ice-on-invalid-code
rejects-legal => rejects-valid
accepts-illegal => accepts-invalid
Note that main compilers use "valid/invalid" in their diagnostics.
The suggestions thus mirrors practice.
-- Gaby