Re: [PATCH] PR fortran/95828 - Buffer overflows with SELECT RANK

2020-06-25 Thread Harald Anlauf
Hi Thomas, > Thanks for tackling this! I haven't checked, but you are > probably setting a new record for bug fixes per second now :-) I'm trying hard, but I definitely cannot outpace Gerhard. Any attempt in this regard seems futile. |-: The good thing is that while hunting down things

Re: [PATCH] PR fortran/95828 - Buffer overflows with SELECT RANK

2020-06-25 Thread Thomas Koenig via Gcc-patches
Hi Harald, Another case of buffer overflow, this time coming in pairs. Regtested on x86_64-pc-linux-gnu. OK for master? OK. Thanks for tackling this! I haven't checked, but you are probably setting a new record for bug fixes per second now :-) Best regards Thomas

[PATCH] PR fortran/95828 - Buffer overflows with SELECT RANK

2020-06-24 Thread Harald Anlauf
Another case of buffer overflow, this time coming in pairs. Regtested on x86_64-pc-linux-gnu. OK for master? Thanks, Harald PR fortran/95828 - Buffer overflows with SELECT RANK With SELECT RANK, name mangling results in long internal symbols that overflows internal buffers. Fix that.