Re: [PATCH] More trivial bits from early LTO debug merge

2016-10-12 Thread Thomas Schwinge
Hi! On Mon, 19 Sep 2016 09:53:13 +0200 (CEST), Richard Biener wrote: > * debug.h (gcc_debug_hooks): Add filename parameter to early_finish > hook. > [...] With contrib/config-list.mk testing, I noticed another one that needed to be updated; log/alpha-dec-vms-make.out, log/alph

Re: [PATCH] More trivial bits from early LTO debug merge

2016-09-21 Thread Richard Biener
On Tue, 20 Sep 2016, David Edelsohn wrote: > dbxout.c has two definitions of the structure: dbx and xcoff. The > patch forgot to update the xcoff one (lucky AIX :-). Oops, sorry. I wonder why this is all guarded by #if defined (XCOFF_DEBUGGING_INFO)? Ah, for some reason everything it reference

Re: [PATCH] More trivial bits from early LTO debug merge

2016-09-20 Thread David Edelsohn
dbxout.c has two definitions of the structure: dbx and xcoff. The patch forgot to update the xcoff one (lucky AIX :-). * dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook. Thanks, David Index: dbxout.c ===

Re: [PATCH] More trivial bits from early LTO debug merge

2016-09-19 Thread Jason Merrill
OK. On Mon, Sep 19, 2016 at 3:53 AM, Richard Biener wrote: > > This merges moving filename and related CU annotation from late finish > to early finish. With this all changes to cgraphunit.c have been merged. > > [LTO] Bootstrap and test running on x86_64-unknown-linux-gnu. > > Richard. > > 2016

[PATCH] More trivial bits from early LTO debug merge

2016-09-19 Thread Richard Biener
This merges moving filename and related CU annotation from late finish to early finish. With this all changes to cgraphunit.c have been merged. [LTO] Bootstrap and test running on x86_64-unknown-linux-gnu. Richard. 2016-09-19 Richard Biener * debug.h (gcc_debug_hooks): Add filename