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]
Other format: [Raw text]

Re: Bugzilla


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


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