Patch from Joern to fix dwarf1 bug: emit debug info for types defined in
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 1998 18:13:41 +0000 (18:13 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jan 1998 18:13:41 +0000 (18:13 +0000)
commit4ad6aeba1632712eb527b2ce8a51359346e86a2b
tree8401a7a70e946b01e5c7597c1298b5221a9fe170
parentc494d60bd4bb52d63c243085b91c81a2ceefd8df
Patch from Joern to fix dwarf1 bug: emit debug info for types defined in
parameter lists.
* c-decl.c (grokdeclarator): Get parameter tags from
last_function_parm_tags.
* dwarfout.c (output_formal_types): Set TREE_ASM_WRITTEN before
traversing the parameter types.
(output_type): No early exit for FUNCTION_TYPE / METHOD_TYPE context.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17490 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/dwarfout.c