This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Bugzilla question
- From: Ian Lance Taylor <iant at google dot com>
- To: Harald Anlauf <anlauf at gmx dot de>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 07 Jan 2011 20:46:45 -0800
- Subject: Re: Bugzilla question
- References: <4D2780EE.8070006@gmx.de>
Harald Anlauf <anlauf@gmx.de> writes:
> is there a way to query bugzilla about *known bugs* (fixed, open,
> reported but wontfix etc.) of a particular gcc or gfortran version?
>
> Example: Opensuse 11.1 gfortran reports:
> GNU Fortran (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291]
You can search on the known-to-fail field, down at the bottom of the
search page. It's not 100% reliable, but it will get you started. Note
that you'll have to change the default Status search field, which
ignores closed bugs.
> Downloading the latest 4.3.x release or snapshot and running the
> testsuite would print a certain amount of FAILs, but then one has
> to manually locate the corresponding PRs, and this would also miss
> things that are unfixed or only fixed in newer releases.
Note that there is no direct correspondence between testsuite failures
and PRs, though certain many tests were created for a specific PR.
Ian