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: Suggestions for GNATS


> 
> > One of my complaints is that a lot of reports get dumped into the
> > catch-all categories of "c" and "c++" for no reason other than the code
> > being compiled is c / c++.  I'd like to rename these "C front end" and
> > "C++ front end" respectively, to make (what I assume) is the intended
> > meaning more clear.
> 
> Users may not be able to distinguish front end from back end bugs, so
> any such process will have to involve bug reviewers re-classifying them
> later on.

I'd also like to see the "target" category sub-divided into target-<cpu> 
(where, say, cpu is the name of the directory in gcc/config).  This would 
enable me to find reports for the ARM in a much more reliable manner (at 
present a gnats search for the string "arm" returns about 9 false matches 
for every true one (since it finds things like "parm").

Yes, we get mis-categorized reports, but it isn't a major task to 
recategorize a report.

R.


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