[no subject]

2023-08-13 Thread Ansel Dogos via Gcc

Get free cash back

2023-08-13 Thread Ansel Dogos via Gcc

gcc-14-20230813 is now available

2023-08-13 Thread GCC Administrator via Gcc
Snapshot gcc-14-20230813 is now available on https://gcc.gnu.org/pub/gcc/snapshots/14-20230813/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 14 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: Should GCC warn about sizeof(flexible_struct)?

2023-08-13 Thread Richard Biener via Gcc
On Fri, Aug 11, 2023 at 8:30 PM Alejandro Colomar via Gcc wrote: > > Hi! > > Structures with flexible array members have restrictions about being > used in arrays or within other structures, as the size of the enclosing > aggregate type would be... inconsistent. > > In general, sizeof(flexible_str