mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
* error.c (dump_decl): For enum tags, output the tag, not its value.
From-SVN: r17381
This commit is contained in:
parent
5d483f6374
commit
224c649b80
@ -1,3 +1,7 @@
|
||||
Fri Jan 16 11:40:50 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de>
|
||||
|
||||
* error.c (dump_decl): For enum tags, output the tag, not its value.
|
||||
|
||||
1998-01-13 Brendan Kehoe <brendan@cygnus.com>
|
||||
|
||||
* decl.c (init_decl_processing): Only call init_rtti_processing
|
||||
|
@ -810,6 +810,8 @@ dump_decl (t, v)
|
||||
|| (DECL_INITIAL (t) &&
|
||||
TREE_CODE (DECL_INITIAL (t)) == TEMPLATE_CONST_PARM))
|
||||
goto general;
|
||||
else if (DECL_NAME (t))
|
||||
dump_decl (DECL_NAME (t), v);
|
||||
else if (DECL_INITIAL (t))
|
||||
dump_expr (DECL_INITIAL (t), 0);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user