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 10.1 Is Out

6 pointsby kbkabout 5 years ago

2 comments

krueger71about 5 years ago
Extended characters in identifiers may now be specified directly in the input encoding (UTF-8, by default), in addition to the UCN syntax (\uNNNN or \UNNNNNNNN) that is already supported:<p><pre><code> static const int π = 3; int get_naïve_pi() { return π; } </code></pre> I see large potential for the IOCCC
chmaynardabout 5 years ago
GCC 10.1 is billed as a major release but apparently GNU hasn&#x27;t published a release note -- I only see a list of regressions that were fixed in 10.1. Does that mean 10.1 is really a bug fix release with no new features? Just asking.