8sa1-gcc/gcc/testsuite/g++.old-deja/g++.other/defarg3.C
Mark Mitchell 2adeacc9b5 error.c (dump_expr): Handle EXACT_DIV_EXPR.
* error.c (dump_expr): Handle EXACT_DIV_EXPR.
	(dump_binary_op): Bulletproof.
	* lex.c (init_parse): Set opname_tab[EXACT_DIV_EXPR].
	* tree.c (search_tree): Don't enumerate all the nodes of classes
	`1', `2', and `<'; handle them generically.  Don't be sorry about
	"unrecognized tree codes"; just abort.
	(no_linkage_check): Don't do linkage checks for templates.

	* tree.c (cp_build_qualified_type_real): Handle
	pointer-to-member-function types correctly.

From-SVN: r28550
1999-08-06 18:20:27 +00:00

10 lines
129 B
C

// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
int* hp;
int* jp;
void f (int *ip, int kp = hp - jp)
{
}