aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-01-25 13:33:39 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-01-25 08:33:39 -0500
commitbe34355626aab9c515132bd0bd795f9100324db8 (patch)
treee202b88352ef395417495015752c6592ae899b1a /gcc/cp/NEWS
parentd3959d607ecc7113771ad2661f86ba9b94349c0e (diff)
downloadgcc-be34355626aab9c515132bd0bd795f9100324db8.zip
gcc-be34355626aab9c515132bd0bd795f9100324db8.tar.gz
gcc-be34355626aab9c515132bd0bd795f9100324db8.tar.bz2
decl.c (cp_finish_decl): When bailing on a comdat variable, also unset DECL_NOT_REALLY_EXTERN.
* decl.c (cp_finish_decl): When bailing on a comdat variable, also unset DECL_NOT_REALLY_EXTERN. From-SVN: r17477
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index 7548830..f102109 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -1,4 +1,10 @@
-*** Changes since G++ version 2.7.2:
+*** Changes since EGCS 1.0:
+
+* Template template parameters are now supported.
+
+* operator new now throws bad_alloc where appropriate.
+
+*** Changes in EGCS 1.0:
* A public review copy of the December 1996 Draft of the ISO/ANSI C++
standard is now available. See
@@ -61,7 +67,6 @@
Still not supported:
+ Member class templates.
- + Template template parameters.
+ Template friends.
* Exception handling support has been significantly improved and is on by