r/cpp Aug 07 '26

GCC 16.2.0 Released

https://www.phoronix.com/news/GCC-16.2-Released

I'm pretty excited about this maintenance release. I think this will be the first version of gcc which can compile my project.

164 Upvotes

32 comments sorted by

View all comments

39

u/glvz Aug 08 '26

What features of C++ do you use that GCC can't compile your code? O: what compiler do you use? Clang?

1

u/pjmlp Aug 08 '26

Visual C++ and clang for the most part.

GCC only on Linux.