From: Jason Merrill Date: Tue, 25 Aug 1998 09:47:27 +0000 (-0600) Subject: decl.c (duplicate_decls): Don't complain about different exceptions from an internal... X-Git-Tag: prereleases/egcs-1.1-prerelease~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d6aa2ea17002ecf3791f336f9806f6358cfaf5;p=thirdparty%2Fgcc.git decl.c (duplicate_decls): Don't complain about different exceptions from an internal decl even if pedantic. � * decl.c (duplicate_decls): Don't complain about different exceptions from an internal decl even if pedantic. From-SVN: r21962 --- 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