On Mon, 8 Sept 2025 at 12:02, Manoj Tiwari via Gcc-help <gcc-h...@gcc.gnu.org> wrote: > > Hello Team,
Please don't cross-post to both gcc@gcc.gnu.org and gcc-h...@gcc.gnu.org, pick one. > I am currently working with gcc version 11.2.0 and would like to understand > if there are any known issues or defects in this release excluding security > vulnerabilities. Yes, lots. > Specially, I am interested in > 1. Functional Bugs > 2. Performance related concerns > 3. Compatibility Issues > 4. Deprecated features or unstable apis > > If there is any changelog, bug tracker or discussion thread that highlights > such points, kindly share the reference. The bug tracker at https://gcc.gnu.org/bugzilla has lots of issues that were present in GCC 11.2.0 and either fixed in later releases or not fixed yet. Why are you using 11.2.0 and not 11.5.0? There are lots of bugs in 11.2.0 that were fixed in later releases from the gcc-11 branch. In addition to the bugs in bugzilla, all support for C++20 and later standards is unstable in GCC 11. I'm sure there are other unstable APIs. You're asking us to prepare a large list of all known issues in GCC 11, which is not something anybody is going to do for you, because it's a lot of work.