PR c++/12175
commitf01f20801d56a91fafd44bbdfb6ea691cd065046
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Sep 2003 21:19:10 +0000 (29 21:19 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Sep 2003 21:19:10 +0000 (29 21:19 +0000)
treeac8d51ac3e224b015d329e29e83234c8093f3647
parentf224753cb06317eaa457fc339ad9b10159371387
PR c++/12175
* varasm.c (notice_global_symbol): Discard external symbols.

PR optimization/12286
* gcov-io.c (gcov_read_words): Fix memmove call.
* profile.c (compute_branch_probabilities): Add extra sanity checks.

PR C++/12047
* except.c (build_eh_type_type): Call mark_used on the type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71916 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/gcov-io.c
gcc/profile.c
gcc/varasm.c