https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108448
--- Comment #16 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Gavin Howard from comment #0) > [1]: > https://git.yzena.com/Yzena/Yc/src/commit/ > 6afdc86bd2c17f98b2f9e97e79e37fdf8c6b7708/src/alloc/stackpool.c#L441 > > [2]: > https://git.yzena.com/Yzena/Yc/src/commit/ > c9a855a0b6d9c5758e4d605977bdf571830132a2/src/alloc/stackpool.c#L442-L443 These links are dead. That's why we want references to a standalone testcase given (lines in it or functions and so on)... (In reply to Andrew Pinski from comment #15) > I wonder if removing malloc from y_realloc fixes the issue. > It doesn't, sadly. I'll cvise it. I will likely have to cut it down more then as there's a lot of scaffolding.