--- Comment #3 from drow at gcc dot gnu dot org 2009-04-23 16:07 ---
Subject: Re: GCC does not emit debug info for a called
function
On Tue, Apr 21, 2009 at 06:07:01PM -, pinskia at gcc dot gnu dot org wrote:
> Oh because constant folding of asin, we remove the reference to
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-04-21 18:07 ---
Oh because constant folding of asin, we remove the reference to asin so no
debugging info for asin is going to be emitted because there is no call left
for asin. Maybe -fbuiltins should not be enabled at -O0.
--
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-19 16:04 ---
Can you attach the preprocessed source? And what options are you using to
compile the program?
It might be the case that asin is defined in the glibc's header as a macro
which causes no debug information to be em