Re: [PATCH v1 0/3] dwarf: purge DIEs for unreferenced extern globals.

2017-07-17 Thread Richard Biener
On Wed, Jul 12, 2017 at 5:42 PM, Franklin “Snaipe” Mathieu wrote: > From: Franklin “Snaipe” Mathieu > > Hello GCC folks, > > This patch series addresses PR 81135 [1]. > > * patch 1/3 is for trunk (built/tested on trunk@250093). > * patch 2/3 is the gcc7 backport (built/tested on gcc-7-branch@2496

[PATCH v1 0/3] dwarf: purge DIEs for unreferenced extern globals.

2017-07-12 Thread Franklin “Snaipe” Mathieu
From: Franklin “Snaipe” Mathieu Hello GCC folks, This patch series addresses PR 81135 [1]. * patch 1/3 is for trunk (built/tested on trunk@250093). * patch 2/3 is the gcc7 backport (built/tested on gcc-7-branch@249680). * patch 3/3 is the gcc6 backport (built/tested on gcc-6-branch@249671). [1