From 4061f623a6ab220259c77be5f97617a05aa67d51 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Sun, 25 Jun 2000 17:27:28 +0000 Subject: Vector support: type node creation & debugging support From-SVN: r34696 --- gcc/dbxout.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index f0b9860..b2ce424 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1003,6 +1003,9 @@ dbxout_type (type, full, show_arg_types) register tree tem; static int anonymous_type_number = 0; + if (TREE_CODE (type) == VECTOR_TYPE) + type = TYPE_DEBUG_REPRESENTATION_TYPE (type); + /* If there was an input error and we don't really have a type, avoid crashing and write something that is at least valid by assuming `int'. */ -- cgit v1.1