diff options
Diffstat (limited to 'contrib/gcc/cp/NEWS')
-rw-r--r-- | contrib/gcc/cp/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc/cp/NEWS b/contrib/gcc/cp/NEWS index 36720c6..75a5823 100644 --- a/contrib/gcc/cp/NEWS +++ b/contrib/gcc/cp/NEWS @@ -1,3 +1,7 @@ +*** Changes in GCC 3.4: + +* Changes in GCC 3.4 are described in 'gcc-3.4/changes.html' + *** Changes in GCC 3.3: * The "new X = 3" extension has been removed; you must now use "new X(3)". |