This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Bugzilla question
- From: Harald Anlauf <anlauf at gmx dot de>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 07 Jan 2011 22:09:02 +0100
- Subject: Bugzilla question
Hello,
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]
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.
Harald