Snapshot gcc-10-20230119 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/10-20230119/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 10 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hi!
I just received a report about struct sockaddr_storage in the man pages. It
reminded me of some concern I've always had about it: it doesn't seem to be a
usable type.
It has some alignment promises that make it "just work" most of the time, but
it's still a UB mine, according to ISO C.