summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cp/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cp/NEWS')
-rw-r--r--contrib/gcc/cp/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/gcc/cp/NEWS b/contrib/gcc/cp/NEWS
index 97d4cd8..36720c6 100644
--- a/contrib/gcc/cp/NEWS
+++ b/contrib/gcc/cp/NEWS
@@ -1,4 +1,6 @@
-*** Changes in GCC 3.2.2:
+*** Changes in GCC 3.3:
+
+* The "new X = 3" extension has been removed; you must now use "new X(3)".
* G++ no longer allows in-class initializations of static data members
that do not have arithmetic or enumeration type. For example:
OpenPOWER on IntegriCloud