------- 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 -0000, pinskia at gcc dot gnu dot org wrote: > 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. In addition to that, there's still no debug info for it with -fno-builtin. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39814