Re: [PATCH] Guard early debug generation with !seen_errors ()

2015-08-28 Thread Richard Biener
On Thu, 27 Aug 2015, Richard Biener wrote: > > This is already done for the TYPE_DECL case, the following avoids > trying to generate any debug after we've seen errors for the > calls to early_global_decl. > > Bootstrapped on x86_64-unknown-linux-gnu, testing and gdb testing in > progress. The

[PATCH] Guard early debug generation with !seen_errors ()

2015-08-27 Thread Richard Biener
This is already done for the TYPE_DECL case, the following avoids trying to generate any debug after we've seen errors for the calls to early_global_decl. Bootstrapped on x86_64-unknown-linux-gnu, testing and gdb testing in progress. Richard. 2015-08-27 Richard Biener * passes.c (r