Re: [PATCH] Dump functions for verification failures

2017-05-17 Thread Richard Biener
On Wed, May 17, 2017 at 4:12 AM, Andi Kleen wrote: > From: Andi Kleen > > When a verification check fails it is useful to dump the current > function to the dump file, so it's easier to figure out what > actually went wrong. > > Add function dumps for gimple or SSA verification failures. > > Sugg

[PATCH] Dump functions for verification failures

2017-05-16 Thread Andi Kleen
From: Andi Kleen When a verification check fails it is useful to dump the current function to the dump file, so it's easier to figure out what actually went wrong. Add function dumps for gimple or SSA verification failures. Suggested by Jakub. Passes bootstrap and testing on x86_64-linux gcc/