#GCC

Daily Times - Latest Pakistan News, World, Business, Sports, Lifestyledailytimes.com.pk@web.brid.gy
2025-11-27
2025-11-27

What will happen in the year 2099? Will be redefine C99? Or will we adopt C2099?

#programming #linux #c #clang #gcc #c23 #c99

GCC merges Algol 68 frontend!
Your next pet project can become even more creepy than before 😅

Though it seems GCC going to collect them all. There's COBOL already, now it's Algol 68, what else do we need? APL?

#dev #gcc

Mert Gör 🇹🇷hwpplayer1@infosec.exchange
2025-11-24

I practice C Programming Language #gcc #gnu #linux

Thorsten Leemhuis (acct. 1/4)kernellogger@hachyderm.io
2025-11-24

Improving GCC Buffer Overflow Detection for C Flexible Array Members

blogs.oracle.com/linux/improvi

Elena Zannoni and Qing Zhao write:

""In this blog we will take a close look at the recent #GCC additions, done by Qing Zhao, of a new attribute and a new builtin function, which further improve the detection of buffer overflows. Readers will learn about the motivation behind this work and how to use the new features via a number of examples. Various related caveats and rules are also discussed. Finally we will look at the state of the adoption of these new features in the #Linux #kernel and beyond.""

#LinuxKernel

screenshot from the top of the linked website
Kevin Karhan :verified:kkarhan@infosec.space
2025-11-23

@MonniauxD @vincent @TomF yeah, that's due to #GCC making assumptions about the underlying target hardware (I'm not even shure a non-#SSE #amd64 chip ever existed!) which usually are correct.

Fossery Tech :debian: :gnome:fosserytech@social.linux.pizza
2025-11-23

(more Linux and FOSS news in previous posts of thread)

Immich v2.3.0 updates OCR languages and fixes iOS freeze:
alternativeto.net/news/2025/11

Python Developers Looking At Introducing The Rust Programming Language In CPython:
phoronix.com/news/Proposal-Rus
(Incorporating Rust to another programming language? Why?)

Git 2.52 Released With More Preparations Toward Git 3.0:
phoronix.com/news/Git-2.52-Rel

PHP 8.5 Released With New Pipe Operator, New URI Extension & Clone With:
phoronix.com/news/PHP-8.5-Rele

Angular v21 brings experimental Signal Forms, Aria preview, and Vitest support:
alternativeto.net/news/2025/11

GCC 16 Compiler Now Ready For AVX10.2 & APX With Intel Nova Lake:
phoronix.com/news/Nova-Lake-GC

GCC Patch Enables Support For The Rust-Based Wild Linker:
phoronix.com/news/GCC-Patch-Wi

GCC Developer Discovers "Our Codebase Isn't Fully C++20 Ready":
phoronix.com/news/GCC-Fix-CPP2

GCC Steering Committee Allows New Language Front-End To Land For GCC 16:
phoronix.com/news/GCC-Allowing

C# 14 arrives: extension members and cleaner syntax lead the update:
alternativeto.net/news/2025/11

FreeBSD 15.0-RC1 Brings Build Fixes For Google Cloud & Azure, Base Repository Changes:
phoronix.com/news/FreeBSD-15.0

FreeBSD 15.0-RC3 Ships Latest OpenZFS, KDE Dropped From DVD ISO Due To Size Constraints:
phoronix.com/news/FreeBSD-15.0

Enshittification of Arduino Begins? Qualcomm Starts Clamping Down:
itsfoss.com/news/enshittificat

Sovereign Tech Fund Hiring A New Leader For Driving Open-Source Funding:
phoronix.com/news/STF-Hiring-N

Deploy Your Thanksgiving Dinner with Cranberry sOSS:
itsfoss.com/cranberry-soss/
(Fun one. Although most devs would probably be more happy if they received money instead of some jam, but I mean it's still something lol)

#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #Immich #Python #CPython #Git #PHP #Angular #GCC #GCC16 #CSharp #FreeBSD #Arduino #SovereignTechFund #CranberrysOSS #SelfHosting #VersionControl #JavaScript #JavaScriptFramework #BSD #ProgrammingLanguage #Development #Programming #Coding #FosseryTech

2025-11-22

Reminder: the "[FOSDEM 2026] Call for Participation: GCC (GNU Toolchain) Devroom" is running for another ten days (until 2025-12-01), <inbox.sourceware.org/DDZ33YE13>.
#FOSDEM #GCC @gnutools

kurtshkurtsh
2025-11-21

Whoa, Autopatch for US Government? When did hell freeze over? 😁

✅ RELEASE: Windows Autopatch available for GCC | Kurt Shintaku's Blog
kurtsh.com/2025/11/21/release-

EmailWireemailwire
2025-11-19

PANAMA CITY – (ARAB NEWSWIRE) – BingX, a leading and Web3 AI company, today announced the launch of FastTrack zurl.co/wrbkT

Any #GCC folks here?

I have a #bug that needs to be resolved upstream:
gcc.gnu.org/bugzilla/show_bug.

Could we PLEASE get clean headers?

2025-11-17

GCC 16 xem xét chuyển đổi mặc định sang C++20. Thay đổi ngôn ngữ lập trình mặc định. #CPlusPlus #C++20 #GCC #NgônNgữLậpTrình #LậpTrình #Programming #Compiler

reddit.com/r/programming/comme

N-gated Hacker Newsngate
2025-11-17

Oh dear, is having its decennial existential crisis again, pondering the earth-shattering decision to switch to ++20. 😱😴 Next they’ll be considering adding emojis to the compiler output for extra clarity. 😂🚀
inbox.sourceware.org/gcc/aQj1t

Martin Bishoptoomanysecrets
2025-11-17

2. is evolving. It supports multiple front-end dialects, and if the kernel remains too tightly tied to -only assumptions, it risks becoming brittle as compilers evolve.
3/3
Via @unix_byte

2025-11-17

Nguồn mã HALAC phiên bản 0.1.9 đã được phát hành, hỗ trợ ANS/FSE và biên dịch trên GCC, CLANG, ICC. #HALAC #SourceCode #ANSFSE #GCC #CLANG #ICC #MãNguồn #PhátTriểnPhầnMềm #LậpTrình #CongNghe #Technology #Coding

github.com/Hakan-Abbas/HALAC-H

Matthias Kretz | Virmkretz@floss.social
2025-11-17

Can we fix the following inconsistency in #CPlusPlus: compiler-explorer.com/z/qsYeTn? A conversion operator is sufficient to call wrapped function pointers. But it does not work for wrapped callable objects. And that's even though `wrapper` in the above example has the callable type in its associated namespaces (ADL). ADL was introduced to make operators work. I patched my #GCC to make it work and I like it.

#WG21 #cpp29 #cpp

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst