]> gcc.gnu.org Git - gcc.git/commit
Patch from Joern to fix dwarf1 bug: emit debug info for types defined in
authorJ"orn Rennecke <amylaar@cygnus.co.uk>
Mon, 26 Jan 1998 18:13:41 +0000 (18:13 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 26 Jan 1998 18:13:41 +0000 (10:13 -0800)
commit2a851b5ccfc3c95025e154f5b4c930dd90c21527
tree8401a7a70e946b01e5c7597c1298b5221a9fe170
parentac2f83cb38a4d1eb9b0ff4705f65bfdaa1b09eaa
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.

From-SVN: r17490
gcc/ChangeLog
gcc/c-decl.c
gcc/dwarfout.c
This page took 0.055172 seconds and 5 git commands to generate.