Commit e1fe3c69 by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/70498 (Libiberty Demangler segfaults (3))

	PR c++/70498
	* cp-demangle.c (d_expression_1): Formatting fix.

From-SVN: r236445
parent a3fa7535
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment