public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "marxin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug gcov-profile/97722] undefined symbol: __gcov_indirect_call_callee
Date: Thu, 05 Nov 2020 08:41:06 +0000	[thread overview]
Message-ID: <bug-97722-4-7fQWNSdM8k@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-97722-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97722

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
It seems that you mix objects generated by GCC 9+ and something older.
I changed the variable __gcov_indirect_call_call in:

  r9-3281-g3edbcdbead288664(04 Oct 2018 12:41)(mliska@suse.cz): [took: 0.421s]
result: FAILED (1)
nm: /usr/lib64/libLLVM.so.10: undefined symbol:
_ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev, version
GLIBCXX_3.4.26

Fix divergence in indirect profiling (PR gcov-profile/84107).

2018-10-04  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/84107
        * tree-profile.c (init_ic_make_global_vars):
        Remove ic_void_ptr_var and ic_gcov_type_ptr_var.
        Come up with new ic_tuple* variables.  Emit
        __gcov_indirect_call{,_topn} variables.
        (gimple_gen_ic_profiler): Access the variable
        and emit gimple.
        (gimple_gen_ic_func_profiler): Access
        __gcov_indirect_call.callee field.
        (gimple_init_gcov_profiler): Use ptr_type_node.
        * value-prof.c (gimple_ic): Use ptr_type_node.
2018-10-04  Martin Liska  <mliska@suse.cz>

        PR gcov-profile/84107
        * libgcov-profiler.c (__gcov_indirect_call):
        Change type to indirect_call_tuple.
        (struct indirect_call_tuple): New struct.
        (__gcov_indirect_call_topn_profiler): Change type.
        (__gcov_indirect_call_profiler_v2): Use the new
        variables.
        * libgcov.h (struct indirect_call_tuple): New struct
        definition.

From-SVN: r264840

  parent reply	other threads:[~2020-11-05  8:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-05  5:13 [Bug c++/97722] New: " jongsung.kim at gmail dot com
2020-11-05  7:41 ` [Bug gcov-profile/97722] " rguenth at gcc dot gnu.org
2020-11-05  8:41 ` marxin at gcc dot gnu.org [this message]
2020-11-09  8:24 ` jongsung.kim at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-97722-4-7fQWNSdM8k@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).