From-SVN: r32223
This commit is contained in:
Jason Merrill 2000-02-27 16:19:35 -05:00
parent 69f217566d
commit 9fe94fd397
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
*** Changes in GCC 3.0:
*** Changes since GCC 2.95:
* G++ now supports importing member functions from base classes with a
using-declaration.
* G++ now enforces access control for nested types.
* In some obscure cases, functions with the same type could have the
same mangled name. This bug caused compiler crashes, link-time clashes,