re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linking libst...
authorJan Hubicka <jh@suse.cz>
Mon, 29 Sep 2003 21:19:10 +0000 (23:19 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 29 Sep 2003 21:19:10 +0000 (21:19 +0000)
commitf820b0cf2cb6595ed42b16fd1615eb3aec0a6ada
treeac8d51ac3e224b015d329e29e83234c8093f3647
parent2cd5614273c9579fa35eff4b53a773c95b74fc75
re PR c++/12175 (Tru64 UNIX bootstrap failure: multiply defined symbols linking libstdc++.so)

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.

From-SVN: r71916
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/gcov-io.c
gcc/profile.c
gcc/varasm.c