merge from gcc

This commit is contained in:
DJ Delorie
2004-06-28 18:01:46 +00:00
parent 8ffc9dd4f4
commit a21da8bff0
4 changed files with 37 additions and 5 deletions

View File

@ -2398,6 +2398,8 @@ d_expr_primary (di)
const char *s;
type = cplus_demangle_type (di);
if (type == NULL)
return NULL;
/* If we have a type we know how to print, we aren't going to
print the type name itself. */