Files
Tom Tromey 95c391b64a PR exp/9514:
* parser-defs.h (insert_type, insert_type_address_space): Declare.
	(push_type_address_space): Remove.
	* parse.c (insert_into_type_stack): New function.
	(insert_type): Likewise.
	(insert_type_address_space): Rename from push_type_address_space.
	Insert tp_space_identifier.
	* c-exp.y (ptr_operator): New production.
	(abs_decl): Use ptr_operator.
	(space_identifier): Call insert_type_address_space.
	(ptype): Don't use const_or_volatile_or_space_identifier.
	(const_or_volatile_noopt): Call insert_type.
	(conversion_type_id, conversion_declarator): New productions.
	(operator): Use conversion_type_id.
testsuite
	* gdb.base/whatis.exp: Add tests.
2012-06-19 19:49:42 +00:00
..
2012-06-17 19:53:52 +00:00
2012-06-19 19:49:42 +00:00
2012-05-24 22:14:36 +00:00
2012-03-19 18:19:26 +00:00
2012-05-18 15:31:42 +00:00
2012-05-28 20:37:29 +00:00
2012-06-06 18:10:17 +00:00
2012-06-07 15:07:03 +00:00
2012-06-11 17:44:07 +00:00
2012-06-19 19:49:42 +00:00
2012-04-25 14:07:23 +00:00