GCC 5.2 released
gcc.gnu.org
GCC 5.2 released
1–10 of 38 posts
Re: GCC 5.2 released
#2It is a healthy project (even with CLang etc), and with the heartbleed post mortem on our minds we should probably ask what can be done to keep it and others healthy - auditing, foundation status etc.
So thank you GCC developers, for making sure I do not need to worry about something.
Re: GCC 5.2 released
#3It's worth celebrating (well, noting in an approving manner) this release. GCC is a foundation stone project for, well, a huge amount of the world's wealth. It is a healthy project (even with CLang etc), and with the heartbleed post mortem on our minds we should probably ask what can be done to keep it and others healthy - auditing, foundation status etc. So thank you GCC developers, for making sure I do not need to…
Re: GCC 5.2 released
#4Re: GCC 5.2 released
#5Re: GCC 5.2 released
#6Does GCC support modules? http://clang.llvm.org/docs/Modules.html
If you meant modules for C or C++, no (as far as I know), probably because C and C++ have no standard for modules. In a recent talk Bjarne Stroustroup talks about his hope that C++17 will include support for modules https://www.youtube.com/watch?v=2egL4y_VpYg
Re: GCC 5.2 released
#7That's probably something one should keep in mind when writing micro-benchmarks.
Re: GCC 5.2 released
#8Does GCC support modules? http://clang.llvm.org/docs/Modules.html
Re: GCC 5.2 released
#9> Write-only variables are now detected and optimized out. That's probably something one should keep in mind when writing micro-benchmarks.
Re: GCC 5.2 released
#10Any benchmarks? How does this compare with previous versions of gcc?