From 1f84ec231e3abac2f8fc874a6231d337cd03897b Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 12 Feb 2001 09:58:18 +0000 Subject: Remove old ABI support. From-SVN: r39599 --- gcc/cp/cvt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/cvt.c') diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c index 9fa2a66..1f74eb4 100644 --- a/gcc/cp/cvt.c +++ b/gcc/cp/cvt.c @@ -258,7 +258,7 @@ cp_convert_to_pointer (type, expr, force) if (TYPE_PTRMEMFUNC_P (type)) return build_ptrmemfunc (TYPE_PTRMEMFUNC_FN_TYPE (type), expr, 0); - if (flag_new_abi && TYPE_PTRMEM_P (type)) + if (TYPE_PTRMEM_P (type)) /* Under the new ABI, a NULL pointer-to-member is represented by -1, not by zero. */ expr = build_int_2 (-1, -1); -- cgit v1.1