re PR c++/70498 (Libiberty Demangler segfaults (3))
PR c++/70498 * cp-demangle.c (d_expression_1): Formatting fix. From-SVN: r236445
This commit is contained in:
parent
a3fa753567
commit
e1fe3c698f
@ -1,3 +1,8 @@
|
||||
2016-05-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/70498
|
||||
* cp-demangle.c (d_expression_1): Formatting fix.
|
||||
|
||||
2016-05-18 Artemiy Volkov <artemiyv@acm.org>
|
||||
|
||||
* cplus-dem.c (enum type_kind_t): Add tk_rvalue_reference
|
||||
|
@ -3181,7 +3181,7 @@ d_expression_1 (struct d_info *di)
|
||||
index = d_compact_number (di);
|
||||
if (index == INT_MAX || index == -1)
|
||||
return NULL;
|
||||
index ++;
|
||||
index++;
|
||||
}
|
||||
return d_make_function_param (di, index);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user