summaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index a94852cfac7..9463c33a35f 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)".