Hacker News new | ask | show | jobs
by gilnaa 2294 days ago
List of bugs fixed in 9.3:

https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED...

1 comments

Are there changelogs for gcc point releases? gcc.gnu.org has a 'changes' link but it is actually a 8->9 changelog, rather than 9.2->9.3
Yup. If you look at the end of the 'changes' link[1] you'll see individual bugzilla links for issues (or PRs as they call them) that were resolved in a given point release.

[1] https://gcc.gnu.org/gcc-9/changes.html

The ChangeLog file is in the source code distribution. But the point releases mainly have a large number of bug fixes, there are no new features.