[PATCH] PR fortran/101514 - ICE: out of memory allocating 18446744073709551600 bytes

2021-07-20 Thread Harald Anlauf via Gcc-patches
While investigating one of Gerhard's latest bug reports, which was almost obvious to fix after a hint by Richard Biener, I found further variants of valid and invalid code that lead to either NULL pointer dereferences or similar OOM situations. Regtested on x86_64-pc-linux-gnu. OK for mainline /

Re: [PATCH] PR fortran/101514 - ICE: out of memory allocating 18446744073709551600 bytes

2021-07-21 Thread Tobias Burnus
On 20.07.21 21:49, Harald Anlauf via Gcc-patches wrote: While investigating one of Gerhard's latest bug reports, which was almost obvious to fix after a hint by Richard Biener, I found further variants of valid and invalid code that lead to either NULL pointer dereferences or similar OOM situati