Fingers crossed.
However, this whole ordeal really calls for the #GCC developers to reevaluate their stance on not providing pre-built binaries: At the moment there exists no ground-truth bootstrapping environment for the GNU Toolchain. There are no working downloads left for Stage0 Boostrap.
I presume their stance stems from the philosophy that software should be distributed in source code form to allow for modification and wide adaptability. This mindset works for anything except compilers.
All I want is just a collection of #binutils, #GCC, #llvm+#clang, #glibc and #musl that are "free standing" / relocatable, which I can pack into a #squashfs image to carry around to my various development machines.
You'd think that for something as fundamental as compiler infrastructure with over 60 years of knowledge, the whole bootstrapping and bringup process would have been super streamlined, or at least mostly pain free by now.
Yeah, about that. IYKYK
https://www.europesays.com/2125610/ ASEAN’s multilayered response to the changing economic and geopolitical order #america #ASEAN #China #economics #Front #GCC #geopolitics #Malaysia #Politics #UnitedStates #UnitedStatesOfAmerica #UnitedStatesPolitics #US #USPolitics #USA #UsaPolitics
Running DOOM on an Atari ST - If you grew up with a beige Atari ST on your desk and a faint feeling of being lef... - https://hackaday.com/2025/05/22/running-doom-on-an-atari-st/ #retrocomputing #computerhacks #classichacks #atarist #games #atari #doom #gcc
A Gentle Introduction to COBOL - As the Common Business Oriented Language, COBOL has a long and storied history. To... - https://hackaday.com/2025/04/30/a-gentle-introduction-to-cobol/ #softwaredevelopment #gcc-cobol #featured #interest #gnucobol #cobol
@funkylab Right, so bit_cast is still a thing that I believe should work fine and without UB. Uhm #gcc, what are you doing ? https://compiler-explorer.com/z/a8zqadYjr
'"[…] The default dialect in #GCC 15 is still -std=gnu++17. You can use the -std=c++23 or -std=gnu++23 command-line options to enable C++23 features, and similarly for C++26 and others. […] C++26 features in #GCC15 include pack indexing, attributes for structured bindings, enhanced support for functions whose definition consists of =delete, and more. […] A number of defect reports were resolved in GCC 15. A few examples follow. […] C++11 attributes in C++98 […]"'
https://developers.redhat.com/articles/2025/04/24/new-c-features-gcc-15