Joseph Myers 6ac0194d21 re PR c/14050 ([DR289] c99 restrict doesn't work in abs declarator)
PR c/14050
	* c-decl.c (set_array_declarator_inner): Don't give error for
	static or type qualifiers in abstract declarator.  Remove
	abstract_p parameter.
	* c-tree.h (set_array_declarator_inner): Update prototype.
	* c-parser.c (c_parser_direct_declarator_inner): Update call to
	set_array_declarator_inner.
	* doc/standards.texi: Update for C99 TC3.

testsuite:
	* gcc.dg/c99-arraydecl-1.c: Don't expect errors for static or type
	qualifiers in abstract declarator.

From-SVN: r130362
2007-11-22 23:12:29 +00:00
..
2007-11-19 16:35:13 -05:00
2007-09-15 21:53:45 +00:00