[Bug debug/19521] omitted stab for gcov initialization function

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-19 01:06 --- Does -gfull make this work? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19521

[Bug debug/19521] omitted stab for gcov initialization function

2005-01-18 Thread stuart at apple dot com
--- Additional Comments From stuart at apple dot com 2005-01-19 00:49 --- This is a regression from 3.3; I think the cause is this line in cgraphunit.c (cgraph_build_static_cdtor): (approximately line 1847) DECL_IGNORED_P (decl) = 1; Deleting this line "fixes" the symptom, but I beli

[Bug debug/19521] omitted stab for gcov initialization function

2005-01-18 Thread stuart at apple dot com
--- Additional Comments From stuart at apple dot com 2005-01-19 00:40 --- Created an attachment (id=7986) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7986&action=view) gcov-1.c testcase Attaching the testcase for convenience. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19