From: Nathan Sidwell Date: Sun, 13 Jul 2003 14:30:02 +0000 (+0000) Subject: document covariants implemented X-Git-Tag: releases/gcc-3.4.0~4907 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75e74c719018b6ba19d6130457ad75c439842101;p=thirdparty%2Fgcc.git document covariants implemented From-SVN: r69287 --- diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index a94852cfac73..9463c33a35fa 100644 --- a/gcc/cp/NEWS +++ b/gcc/cp/NEWS @@ -70,6 +70,9 @@ X x __attribute__((...)) (1); +* Covariant returns are implemented for all but varadic functions that + require an adjustment. + *** Changes in GCC 3.3: * The "new X = 3" extension has been removed; you must now use "new X(3)".