mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 09:24:46 +08:00
* error.c (dump_tree): Use output_add_string not OB_PUTS.
From-SVN: r38021
This commit is contained in:
parent
675ad22cfc
commit
39abc9a650
@ -1,3 +1,7 @@
|
||||
2000-12-04 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* error.c (dump_tree): Use output_add_string not OB_PUTS.
|
||||
|
||||
2000-12-04 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
|
||||
|
@ -448,7 +448,7 @@ dump_type (t, flags)
|
||||
break;
|
||||
|
||||
case VECTOR_TYPE:
|
||||
OB_PUTS ("vector ");
|
||||
output_add_string (scratch_buffer, "vector ");
|
||||
dump_type (TREE_TYPE (t), flags);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user