Re: [Tinycc-devel] Initialiser overflow bug

2022-03-16 Thread grischka
Arthur Williams via Tinycc-devel wrote: On Thu, Mar 10, 2022 at 10:27:25AM -0800, Elijah Stone wrote: Hi, The following code results in an initialiser overflow ICE on the latest version of tcc (917aad3), amd64 linux. #include #include typedef struct { char b[2]; } Barb; Barb *f(Barb x,

Re: [Tinycc-devel] Initialiser overflow bug

2022-03-10 Thread Arthur Williams via Tinycc-devel
On Thu, Mar 10, 2022 at 10:27:25AM -0800, Elijah Stone wrote: > Hi, > > The following code results in an initialiser overflow ICE on the latest > version of tcc (917aad3), amd64 linux. > > #include > #include > > typedef struct { char b[2]; } Barb; > > Barb *f(Barb x, Barb y) { > return