mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 21:25:55 +08:00
tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand.
* tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only one operand. From-SVN: r66630
This commit is contained in:
parent
3c4b64384b
commit
ec0f4995d6
@ -1,3 +1,8 @@
|
||||
2003-05-09 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
* tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
|
||||
one operand.
|
||||
|
||||
2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
|
||||
|
||||
* toplev.h (warning_with_file_and_line): Don't declare.
|
||||
|
@ -569,7 +569,7 @@ dequeue_and_dump (di)
|
||||
break;
|
||||
|
||||
case CONSTRUCTOR:
|
||||
dump_child ("elts", TREE_OPERAND (t, 1));
|
||||
dump_child ("elts", TREE_OPERAND (t, 0));
|
||||
break;
|
||||
|
||||
case BIND_EXPR:
|
||||
|
Loading…
Reference in New Issue
Block a user