summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index 89447970b02..9c99d3e4e30 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -1,5 +1,7 @@
*** Changes in GCC 3.0:
+* Support for signatures, a G++ extension, have been removed.
+
* Certain invalid conversions that were previously accepted will now
be rejected. For example, assigning function pointers of one type
to function pointers of another type now requires a cast, whereas