Harald Anlauf <anlauf@xxxxxx> 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