From c337813d208f67e8091bf84502dc1cced767f015 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sun, 29 Jun 2008 09:18:50 +0000 Subject: merge revision(s) 17547: * eval.c (PUSH_FRAME, PUSH_CLASS): Add volatile to avoid a possible optimization bug on OS X/PPC. This at least makes build with gcc -O1 and `make test' pass. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@17678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9228a5390f..6513a8fda9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 29 17:34:11 2008 Akinori MUSHA + + * eval.c (PUSH_FRAME, PUSH_CLASS): Add volatile to avoid a + possible optimization bug on OS X/PPC. This at least makes + build with gcc -O1 and `make test' pass. + Sun Jun 29 17:23:51 2008 Nobuyoshi Nakada * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skip -- cgit v1.2.3