Re: Ping [PATCH] PR fortran/95088 - Buffer overflows with PDTs, submodules and long symbols

2020-06-14 Thread Thomas Koenig via Gcc-patches
Hi Harald, Here's a fix for another buffer overflow which is triggered by one of Gerhard's (in)famous testsuite. Looking at the way symbols are generated, I decided to partly use a simple solution recommended by Jakub Jelinek. Regtested with no new failures on x86_64-pc-linux-gnu. OK for mast

Ping [PATCH] PR fortran/95088 - Buffer overflows with PDTs, submodules and long symbols

2020-06-14 Thread Harald Anlauf
> Here's a fix for another buffer overflow which is triggered by one of > Gerhard's (in)famous testsuite. Looking at the way symbols are generated, > I decided to partly use a simple solution recommended by Jakub Jelinek. > > Regtested with no new failures on x86_64-pc-linux-gnu. > > OK for master

[PATCH] PR fortran/95088 - Buffer overflows with PDTs, submodules and long symbols

2020-06-07 Thread Harald Anlauf
Here's a fix for another buffer overflow which is triggered by one of Gerhard's (in)famous testsuite. Looking at the way symbols are generated, I decided to partly use a simple solution recommended by Jakub Jelinek. Regtested with no new failures on x86_64-pc-linux-gnu. OK for master? Backports