On 25 September 2010 16:28, Steve Kargl <s...@troutmask.apl.washington.edu> wrote: > On Sat, Sep 25, 2010 at 10:46:32AM +0200, Jakub Jelinek wrote: >> On Fri, Sep 24, 2010 at 10:44:54PM -0700, Steve Kargl wrote: >> > So, with the new bugzilla, how does one confirm a bug >> > is a bug? If I click on the button next to the >> > "status:" field, the selections listed are unconfirmed, >> > new, assigned, suspended, waiting, and resolved. Where's >> > the confirm selection? >> >> NEW or ASSIGNED means it has been confirmed, UNCONFIRMED means it has not >> been confirmed. >> > > Thanks. I was interpreting NEW to literally mean > "this is a NEW bug report" as the the very first > submission.
All the status have well-defined meanings: http://gcc.gnu.org/bugs/management.html Unfortunately, there is some duplication: http://gcc.gnu.org/bugzilla/page.cgi?id=fields.html Cheers, Manuel.