diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-25 13:33:39 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-25 13:33:39 +0000 |
commit | a23a393dcac942c2b838956bc2994a7732223811 (patch) | |
tree | e202b88352ef395417495015752c6592ae899b1a /gcc/cp/NEWS | |
parent | 403770cf42b013d56f14bec761f7bda972426fbc (diff) | |
download | gcc-a23a393dcac942c2b838956bc2994a7732223811.tar.gz |
* decl.c (cp_finish_decl): When bailing on a comdat variable, also
unset DECL_NOT_REALLY_EXTERN.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r-- | gcc/cp/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS index 7548830396d..f102109294f 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 |