Hacker News new | past | comments | ask | show | jobs | submit login

Every compiler continues to support old standards. What risk am I missing? This feels like a perfectly acceptable outcome for icky legacy code that is not essential enough to maintain.



No they don't, not even close.

Name a single long running compiler suite that can compile every version it once did.



https://gcc.gnu.org/projects/cxx-status.html

GCC rarely, like never, supports the complete standards. Every release improves conformance, fixes errors, sometimes drops support for targets, perhaps changes how poorly defined areas work.

As a result, likely no version compiles code the same as a previous version across all possible code.

You’ll also note GCC doesn’t likely compile the variants of C++ it did before the 1998 version.

And this type of page is just the tip of the iceberg https://gcc.gnu.org/gcc-13/porting_to.html. You’ll note changes made that can render previously compilable code no longer compilable.

So no, you cannot naively think a new compiler version will simply run all your old code. On big projects upgrading is a huge endeavor to minimize problems.

We could do every supported language the same way.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: