Re: ICE on wrong code [PR94192] commit

2020-04-15 Thread Fritz Reese via Gcc-patches
On Tue, Apr 14, 2020 at 7:54 AM Linus König wrote: > > Hi all, > > the PR has just recently been committed. Paul gave his offline approval. > I only realized recently, that the NULL pointer check can actually be > ommitted if the check is moved in the code. In the commit however, it is > still

ICE on wrong code [PR94192] commit

2020-04-14 Thread Linus König
Hi all, the PR has just recently been committed. Paul gave his offline approval. I only realized recently, that the NULL pointer check can actually be ommitted if the check is moved in the code. In the commit however, it is still right below the declaration. I believe both ways work fine. It