document covariants implemented

From-SVN: r69287
This commit is contained in:
Nathan Sidwell 2003-07-13 14:30:02 +00:00
parent db0e878d33
commit 75e74c7190

View File

@ -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)".