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 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.
If you just want to see the most serious bugs, also select Priority: P1.
You then get 5 bugs: 33819, 33916, 34825, 34950, and 35265.