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.7.1 released

75 pointsby PopaLalmost 13 years ago

4 comments

copxalmost 13 years ago
Final Windows binaries will soon be available here:<p><a href="http://sourceforge.net/projects/mingwbuilds/files/windows-host/4.7.1/" rel="nofollow">http://sourceforge.net/projects/mingwbuilds/files/windows-ho...</a> (Prerelease binaries already available)<p>I post this link because it took me a long time to find quality Windows builds of GCC. There are many places which offer GCC for Windows, but most of the builds have problems. These ones are the best IMHO.<p>Project Description from <a href="http://sourceforge.net/projects/mingwbuilds/" rel="nofollow">http://sourceforge.net/projects/mingwbuilds/</a><p>Snapshots and releases builds of the MinGW compiler that use CRT &#38; WinAPI from the mingw-w64 project.<p>Builds support the following features: - OpenMP - LTO - Graphite - std Concurrency - Native TLS Callbacks - Wide-Character Startup (-municode) - 32-bit and 64-bit Windows - Multilib toolchains - Cross-compiling from x86_64 for i686 and vice versa.
评论 #4112374 未加载
评论 #4113853 未加载
评论 #4113809 未加载
评论 #4112226 未加载
dhxalmost 13 years ago
Bugs fixed in this <i>minor</i> bugfix release:<p><a href="http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&#38;resolution=FIXED&#38;target_milestone=4.7.1" rel="nofollow">http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&...</a><p>The exciting release announcement:<p><a href="http://gcc.gnu.org/ml/gcc/2012-06/msg00198.html" rel="nofollow">http://gcc.gnu.org/ml/gcc/2012-06/msg00198.html</a><p>And more relevant to those that missed the gcc-4.7.0 release announcement, C++11 support as of 4.7:<p><a href="http://gcc.gnu.org/projects/cxx0x.html" rel="nofollow">http://gcc.gnu.org/projects/cxx0x.html</a><p>C++11 features new to 4.7 are:<p>* Non-static data member initializers<p>* Template aliases<p>* Delegating constructors<p>* User-defined literals<p>* Extended friend declarations<p>* Explicit virtual overrides
评论 #4111693 未加载
评论 #4112847 未加载
simfooalmost 13 years ago
Wow, lots of progress with C++11 support.<p><a href="http://gcc.gnu.org/gcc-4.7/changes.html" rel="nofollow">http://gcc.gnu.org/gcc-4.7/changes.html</a>
jknuppalmost 13 years ago
Helpfully, the changes page for 4.7.1 points at 4.7 changes, which confused me for a minute because I was sure I had read these before...