Re: [PATCH] Fix PR86413

2018-07-08 Thread Jason Merrill
OK. On Fri, Jul 6, 2018 at 8:14 PM, Richard Biener wrote: > > The following fixes > > FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fno-use-linker-plugin > -flto-partition=none line 14 i == 0 > > because we now prune non-local/VAR_DECLs from BLOCK trees during > free-lang-data (after we emitted ea

[PATCH] Fix PR86413

2018-07-06 Thread Richard Biener
The following fixes FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fno-use-linker-plugin -flto-partition=none line 14 i == 0 because we now prune non-local/VAR_DECLs from BLOCK trees during free-lang-data (after we emitted early dwarf). gen_block_die isn't prepared for that and now refuses to a