From 79d6aa2ea17002ecf3791f336f9806f6358cfaf5 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 25 Aug 1998 03:47:27 -0600 Subject: [PATCH] decl.c (duplicate_decls): Don't complain about different exceptions from an internal decl even if pedantic. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * decl.c (duplicate_decls): Don't complain about different exceptions from an internal decl even if pedantic. From-SVN: r21962 --- gcc/cp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c0b985cdbe4a..a1e91276cebd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-08-25 Jason Merrill + + * decl.c (duplicate_decls): Don't complain about different + exceptions from an internal decl even if pedantic. + 1998-08-17 Mark Mitchell * pt.c (check_explicit_specialization): Don't abort on bogus -- 2.47.2