This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.2.4 Released
On Fri, May 23, 2008 at 7:21 PM, Joe Buck <Joe.Buck@synopsys.com> wrote:
> On Fri, May 23, 2008 at 09:03:26AM -0400, Paul M. Dubuc wrote:
>> I have been trying to find a list of bugs that have been fixed in this
>> release without any success. How do I find this information about a
>> given release?
>
> Others have suggested reading ChangeLog files, but there's a better way.
>
> Visit http://gcc.gnu.org/bugzilla/query.cgi (the search form for GCC's
> bug database).
>
> For Target:, select 4.2.4.
> For Status:, select RESOLVED.
> For Resolution:, select FIXED.
>
> Click Search.
>
> You'll get a list of 24 bugs.
You don't get the bugs that were fixed on the 4.1 branch as well then. And
as we are not very consistent with filling out known-to-work and known-to-fail
fields searching for RESOLVED FIXED with known-to-fail 4.2.3 and known-to-work
4.2.4 get's you only 2 bugs ...
Richard.