cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in streaming...
authorJan Hubicka <jh@suse.cz>
Wed, 12 Jun 2013 14:41:12 +0000 (16:41 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 12 Jun 2013 14:41:12 +0000 (14:41 +0000)
commitca0f62a888b8dab2761501f7b5452ad354e19c00
treed78ee153e238e22c85b9ff00c282bd8ba1090418
parent5c3decfd177102539ce87838154f30d01e30a41b
cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in streaming stage.

* cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about
decl has when in streaming stage.
* lto-symtab.c (lto_symtab_merge_symbols): Likewise.
* cgraph.h (cgraph_state): Add CGRAPH_LTO_STREAMING.

* lto.c (read_cgraph_and_symbols): Set cgraph into streaming state.

From-SVN: r200018
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraph.h
gcc/lto-symtab.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/symtab.c