This is the mail archive of the gcc@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]

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


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