aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-02-08 04:11:04 +0000
committerMark Mitchell <mark@codesourcery.com>2005-02-08 04:11:04 +0000
commit854ea1447212907ee12d8a78abc0fbc7fb3d64c0 (patch)
treec93e1f32b8dd1b3a7c7f8d245b3674be92f536f5 /gcc/cp/ChangeLog
parentc75b25d13d6df3c72c61e8d06731f16fac90956b (diff)
* parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
on boolean variables. (cp_lexer_stop_debugging): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94731 138bc75d-0d04-0410-961f-82ee72b054a4
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 32e664533d5..5cb87420553 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-07 Mark Mitchell <mark@codesourcery.com>
+
+ * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
+ on boolean variables.
+ (cp_lexer_stop_debugging): Likewise.
+
2005-02-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
PR c++/17401