This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libmudflap/40778] [4.5/4.6/4.7 Regression] Mudflap instrumentation missing in cloned function.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40778

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com,
                   |                            |jakub at gcc dot gnu.org

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-17 11:15:34 UTC ---
A fix has been posted but richi wants to do it differently:
http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01331.html
Frank, do you remember why you don't want to instrument DECL_ARTIFICIAL
functions?
Would just DECL_STATIC_CONSTRUCTOR/DECL_STATIC_DESTRUCTOR test be sufficient
instead?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]