aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1998-09-04 01:43:58 +0000
committerJason Merrill <jason@gcc.gnu.org>1998-09-03 21:43:58 -0400
commit1a408d072445bf265b5253db191c6a8bb8cc241d (patch)
tree099820fe5676e2fb643da24199144057dd74fa85 /gcc/cp/NEWS
parent71827aaacc89337bdbcb24e8bc6998954d5a2483 (diff)
downloadgcc-1a408d072445bf265b5253db191c6a8bb8cc241d.zip
gcc-1a408d072445bf265b5253db191c6a8bb8cc241d.tar.gz
gcc-1a408d072445bf265b5253db191c6a8bb8cc241d.tar.bz2
decl2.c (import_export_vtable): Always make artificials comdat.
* decl2.c (import_export_vtable): Always make artificials comdat. (import_export_decl): Likewise. * pt.c (mark_decl_instantiated): Likewise. From-SVN: r22230
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index e114bd0..9cb7d5b 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -1,4 +1,4 @@
-*** Changes since EGCS 1.0:
+*** Changes in EGCS 1.1:
* Namespaces are fully supported. The library has not yet been converted
to use namespace std, however, and the old std-faking code is still on by