aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorpinskia <>2005-10-16 20:13:11 +0000
committerpinskia <>2005-10-16 20:13:11 +0000
commit067c535cc9a09e5c82ec38ab37e581bace953ae9 (patch)
treefcf84681133a792ef1ab8dad9656bc93e33a864d /gcc/cp/ChangeLog
parent02d90ff385b00f7c08c7121a125fb1ae6d5b1d06 (diff)
2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/23959 * decl.c (pop_switch): Only call c_do_switch_warnings when not processing templates. 2005-10-16 Andrew Pinski <pinskia@physics.uc.edu> PR c++/23959 * g++.dg/warn/Wswitch-default-1.C: New test. * g++.dg/warn/Wswitch-default-2.C: New test.
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 97a35a4b11f..022cad3a127 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
+
+ PR c++/23959
+ * decl.c (pop_switch): Only call c_do_switch_warnings
+ when not processing templates.
+
2005-10-16 Mark Mitchell <mark@codesourcery.com>
PR c++/22173