2015-08-27 Richard Biener <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Aug 2015 13:27:02 +0000 (13:27 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Aug 2015 13:27:02 +0000 (13:27 +0000)
commit8db97bdf563a97c566661d3cfb2075cb68b74307
tree6c8e4c2a30c588f67e6c553245819e9a7c0d4173
parent418255b17714c32cb7588a19bcfae9991ad85081
2015-08-27  Richard Biener  <rguenther@suse.de>

* passes.c (rest_of_decl_compilation): Guard early_global_decl
call with !seen_error ().
* cgraphunit.c (symbol_table::finalize_compilation_unit): Move
early debug generation and finish...
(symbol_table::compile): ... here to put it after a !seen_error ()
guard.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227258 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraphunit.c
gcc/passes.c