Fix C++ irix6 -g compiler abort.
authorJim Wilson <wilson@cygnus.com>
Fri, 13 Feb 1998 14:40:09 +0000 (14:40 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 13 Feb 1998 14:40:09 +0000 (06:40 -0800)
commite3e7774eb1ba129805886520d9417f28bb52a41a
treefc80a2042acd394f841c86122e291c53a8eced9b
parent8017079182d9bc07dca83a8d10f1e52ee8c245ec
Fix C++ irix6 -g compiler abort.

* dwarf2out.c (decl_scope_node): New type.
(decl_scope_table): Change type to use it.
(decl_scope_table_allocated, decl_scope_depth): Change type to int.
(push_decl_scope): Use new type.  New locals containing_scope, i.
Add code to handle setting previous field.
(scope_die_for): Change type of local i to int.  Add code to use
previous field.
(dwarf2out_init): Use new type.

From-SVN: r17969
gcc/ChangeLog
gcc/dwarf2out.c