Re: [PATCH] PR fortran/95687 - ICE in get_unique_hashed_string, at fortran/class.c:508

2020-06-20 Thread Thomas Koenig via Gcc-patches
Hi Harald, Regtested again. OK now? OK. Thanks for the patch! Regards Thomas

[PATCH] PR fortran/95687 - ICE in get_unique_hashed_string, at fortran/class.c:508

2020-06-17 Thread Harald Anlauf
Dominique reported a flaw in my initial patch (thanks!): I used XALLOCAVEC where I should have used XNEWVEC. This is rectified in the attached patch. > And yet ABRBG (another one by Gerhard) provoking a buffer overflow. > > Sigh. At least this time we caught it on master. > > Regtested on x86_64