Re: [PATCH] cfg: Dump goto_locus if -fdump-*-*-blocks-details

2022-03-02 Thread Richard Biener via Gcc-patches
On Wed, 2 Mar 2022, Jakub Jelinek wrote: > Hi! > > When debugging the PR104589 issue, I've run into a problem that > goto_locus doesn't show up in the logs, so it wasn't clear if > the bug hasn't been introduced far earlier just by divergence > in goto_locus of some edge. > > Bootstrapped/regtes

[PATCH] cfg: Dump goto_locus if -fdump-*-*-blocks-details

2022-03-02 Thread Jakub Jelinek via Gcc-patches
Hi! When debugging the PR104589 issue, I've run into a problem that goto_locus doesn't show up in the logs, so it wasn't clear if the bug hasn't been introduced far earlier just by divergence in goto_locus of some edge. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk, or for G