ruby-cvs:21936
From: ko1 ruby-lang.org
Date: Tue, 25 Dec 2007 21:37:17 +0900 (JST)
Subject: [ruby-cvs:21936] Ruby:r14699 (trunk): * compile.c (iseq_compile_each): fix stack consistency error
ko1 2007-12-25 21:37:16 +0900 (Tue, 25 Dec 2007)
New Revision: 14699
Modified files:
trunk/ChangeLog
trunk/bootstraptest/test_knownbug.rb
trunk/bootstraptest/test_syntax.rb
trunk/compile.c
Log:
* 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 <mame AT tsg.ne.jp>
* bootstraptest/test_knownbug.rb, test_syntax.rb: move fixed test.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/compile.c?r1=14699&r2=14698
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14699&r2=14698
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_syntax.rb?r1=14699&r2=14698
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14699&r2=14698