TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GCC 4.8.0 released

133 pointsby hamidrabout 12 years ago

12 comments

shared4youabout 12 years ago
Once again, 4.8 is <i>not</i> yet out. It is "officially" released only when an announcement is sent to this mailing-list: <a href="http://gcc.gnu.org/ml/gcc-announce/2013/" rel="nofollow">http://gcc.gnu.org/ml/gcc-announce/2013/</a><p>Even the 4.8 tarballs have <i>not</i> been uploaded to FTP servers: <a href="http://ftp.gnu.org/gnu/gcc/" rel="nofollow">http://ftp.gnu.org/gnu/gcc/</a><p>Until then, let's wait.<p>EDIT: Looks like the tarballs are being mirrored, and 4.8 is indeed out.
评论 #5423686 未加载
评论 #5423924 未加载
评论 #5423670 未加载
davidcuddebackabout 12 years ago
This page shows the C++11 features that are added by each version of GCC, in case you're curious how C++11 support has changed from 4.7 to 4.8: <a href="http://gcc.gnu.org/projects/cxx0x.html" rel="nofollow">http://gcc.gnu.org/projects/cxx0x.html</a><p>EDIT: I see that some of the C++11 changes are also listed on the change log (<a href="http://gcc.gnu.org/gcc-4.8/changes.html" rel="nofollow">http://gcc.gnu.org/gcc-4.8/changes.html</a>), but that page seems to be missing the changes in concurrency support: bidirectional fences, memory model, `at_quick_exit`, and thread-local storage.
ben0x539about 12 years ago
So how many times has gcc 4.8.0 left the solar system already? :)
cprabout 12 years ago
Interesting. Looks like they took Clang's excellent error reporting to heart.
评论 #5424946 未加载
hamidrabout 12 years ago
GCC 4.8 Release Series Changes, New Features, and Fixes | <a href="http://gcc.gnu.org/gcc-4.8/changes.html" rel="nofollow">http://gcc.gnu.org/gcc-4.8/changes.html</a><p>GCC 4.8 release | <a href="https://news.ycombinator.com/item?id=5386795" rel="nofollow">https://news.ycombinator.com/item?id=5386795</a>
评论 #5423621 未加载
mtanskiabout 12 years ago
With all these folks excited by gcc releases (and really the C++11 features) it would seam like there's lots of folks still using C++. However, I have the hardest time in the world recruiting good C++ engineers (here in NYC at least).
评论 #5424444 未加载
shared4youabout 12 years ago
Link to official announcement by Jakub: <a href="http://gcc.gnu.org/ml/gcc-announce/2013/msg00001.html" rel="nofollow">http://gcc.gnu.org/ml/gcc-announce/2013/msg00001.html</a>
skybrianabout 12 years ago
Doesn't say anything about Go changes. What are they?
评论 #5423954 未加载
willvarfarabout 12 years ago
-fsanitize=thread and -fsanitize=address !!!! :D
评论 #5426315 未加载
z3phyrabout 12 years ago
Off Topic Question: As a compiler (C++ compiler esp) slides through its versions, it gets better optimising features and every newer version can produce faster binaries.<p>Can this cycle end? Or, will the cycle continue forever? (Like gcc 5 more efficient, gcc 6 even more efficient.....etc)
评论 #5427879 未加载
greabout 12 years ago
"Release History<p>GCC 4.8.0 March 22, 2012 (changes, documentation)"<p>2013? Confusing...
评论 #5423824 未加载
mpyneabout 12 years ago
"As of this time no releases of GCC 4.8 have yet been made."
评论 #5425826 未加载