From 52bb29144f80a0b2279e70a8ac7be323ed95c5c2 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 12:37:16 +0000 Subject: * compile.c (iseq_compile_each): fix stack consistency error (break is compiled to throw instead of jump insn). these problems are reported by Yusuke ENDOH * bootstraptest/test_knownbug.rb, test_syntax.rb: move fixed test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 94abdaad8..f4aadbc5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 25 21:32:54 2007 Koichi Sasada + + * compile.c (iseq_compile_each): fix stack consistency error + (break is compiled to throw instead of jump insn). + these problems are reported by Yusuke ENDOH + + * bootstraptest/test_knownbug.rb, test_syntax.rb: move fixed test. + Tue Dec 25 21:32:44 2007 Tanaka Akira * parse.y (struct parser_params): make parser_ruby_sourcefile common -- cgit