This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -finstrument-functions and inlining problems (again)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc at gcc dot gnu dot org, iev at hpclab dot ceid dot upatras dot gr
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Wed, 4 Jun 2003 13:37:31 -0400
- Subject: Re: -finstrument-functions and inlining problems (again)
Hello,
A while ago, you sent an email to list about this
<http://gcc.gnu.org/ml/gcc/2002-11/msg00860.html>.
The problem why inlining and -finstrument-functions do not work
correctly are because now in 3.x inlining happens before
-finstrument-functions adds its functions, this might change in 3.5
(not going to be happing for another year) when the tree-ssa branch
gets merged in.
I think the documentation should change as it is documented as
-finstrument-functions being applied to inlined functions.
Thanks,
Andrew Pinski