Re: [PATCH] middle-end/93519 - avoid folding stmts in obviously unreachable code

2020-02-07 Thread Richard Biener
On Thu, 6 Feb 2020, Martin Sebor wrote: > On 2/6/20 7:52 AM, Richard Biener wrote: > > The inliner folds stmts delayed, the following arranges things so > > to not fold stmts that are obviously not reachable to avoid warnings > > from those code regions. > > > > Bootstrapped and tested on x86_64-

Re: [PATCH] middle-end/93519 - avoid folding stmts in obviously unreachable code

2020-02-06 Thread Martin Sebor
On 2/6/20 7:52 AM, Richard Biener wrote: The inliner folds stmts delayed, the following arranges things so to not fold stmts that are obviously not reachable to avoid warnings from those code regions. Bootstrapped and tested on x86_64-unknown-linux-gnu. It fixes the reported problem so it work