With this release the golang frontend catches up it'so Go version 1.4.2. EDIT: I'm wrong. That was GCC 5.1.
GCC 5.2 released
21–30 of 38 posts
Re: GCC 5.2 released
#22With this release the golang frontend catches up it'so Go version 1.4.2. EDIT: I'm wrong. That was GCC 5.1.
Back when people were criticizing Google for acquiring GCC developers and then adding their own Go language I think they promised to add D in like 4.6 or something like that.
Re: GCC 5.2 released
#23> Write-only variables are now detected and optimized out. That's probably something one should keep in mind when writing micro-benchmarks.
I'm appalled that this wasn't taken care of 20 years ago. It seems like such low-hanging fruit.
Re: GCC 5.2 released
#24With this release the golang frontend catches up it'so Go version 1.4.2. EDIT: I'm wrong. That was GCC 5.1.
Nopes. Go 1.4.2 was released with GCC 5.1 (April 22, 2015). This release is just bugfixes.
Re: GCC 5.2 released
#25It's worth noting that, due to GCC's new and esoteric version numbering scheme[1], this is a bugfix-only release on the 5.x branch. The bigger news was when GCC 5.1 (a major stable release) was released in April. That said, GCC 5.2 fixes a pretty serious bug that I was hitting so I'm happy to hear about it! [1] https://gcc.gnu.org/develop.html#num_scheme
Re: GCC 5.2 released
#26It's worth noting that, due to GCC's new and esoteric version numbering scheme[1], this is a bugfix-only release on the 5.x branch. The bigger news was when GCC 5.1 (a major stable release) was released in April. That said, GCC 5.2 fixes a pretty serious bug that I was hitting so I'm happy to hear about it! [1] https://gcc.gnu.org/develop.html#num_scheme
They switched the default C compilation mode from --std=gnu89 to --std=gnu11 in a bugfix-only release?
Re: GCC 5.2 released
#27Re: GCC 5.2 released
#28Re: GCC 5.2 released
#29It's worth noting that, due to GCC's new and esoteric version numbering scheme[1], this is a bugfix-only release on the 5.x branch. The bigger news was when GCC 5.1 (a major stable release) was released in April. That said, GCC 5.2 fixes a pretty serious bug that I was hitting so I'm happy to hear about it! [1] https://gcc.gnu.org/develop.html#num_scheme
X.0.0 is experimental development
X.0.1 is pre-release stabilization stage
X.1.0 is the stable release
X.1.1 is development of release branch (fixes and backports)
X.2.0 is the second stable release
It looks like only X.1.0, X.2.0, etc uniquely tag a single point in the development history. Are all the others just moving labels?Re: GCC 5.2 released
#30With this release the golang frontend catches up it'so Go version 1.4.2. EDIT: I'm wrong. That was GCC 5.1.
I'm more interested in why GCC still doesn't have a D frontend. Back when people were criticizing Google for acquiring GCC developers and then adding their own Go language I think they promised to add D in like 4.6 or something like that.