aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/NEWS
diff options
context:
space:
mode:
authorJason Merrill <jason@yorick.cygnus.com>1997-09-16 21:08:30 +0000
committerJason Merrill <jason@gcc.gnu.org>1997-09-16 17:08:30 -0400
commit5c825fc20b3eb4103360771e557739bd60df1fff (patch)
treea890d01e42cdefb5aba18bcc5d7a10fe91211caf /gcc/cp/NEWS
parent21002281e55cbe5b1c8fbacc9074629612dd1b4a (diff)
downloadgcc-5c825fc20b3eb4103360771e557739bd60df1fff.zip
gcc-5c825fc20b3eb4103360771e557739bd60df1fff.tar.gz
gcc-5c825fc20b3eb4103360771e557739bd60df1fff.tar.bz2
decl.c (store_parm_decls): last_parm_cleanup_insn is the insn after the exception spec.
* decl.c (store_parm_decls): last_parm_cleanup_insn is the insn after the exception spec. From-SVN: r15497
Diffstat (limited to 'gcc/cp/NEWS')
-rw-r--r--gcc/cp/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/NEWS b/gcc/cp/NEWS
index ecfa34f..0a8df4c 100644
--- a/gcc/cp/NEWS
+++ b/gcc/cp/NEWS
@@ -7,6 +7,8 @@
for more information.
+* Member function templates are now supported.
+
* New flags -Wsign-promo (warn about potentially confusing promotions in
overload resolution), -Wno-pmf-conversion (don't warn about converting
from a bound member function pointer to function pointer).