From: Rob Pike Date: Sat, 28 Jun 2008 00:58:13 +0000 (-0700) Subject: update: hashmap compiles now X-Git-Tag: weekly.2009-11-06~3592 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=282356bf4fc9686dbabc804be584757112adb37b;p=gostls13.git update: hashmap compiles now SVN=125233 --- diff --git a/test/golden.out b/test/golden.out index 06be28a31d..bb52205ff3 100644 --- a/test/golden.out +++ b/test/golden.out @@ -13,19 +13,6 @@ BUG: known to succeed incorrectly =========== ./hashmap.go -fncalls -. MOD u(101) l(234) UINT32 -. . CALLINTER u(100) l(234) UINT32 -. . . DOTINTER u(1) l(234) 101({},{}){} -. . . . NAME-key G253 a(1) g(253) l(231) *I{} -. . . . NAME-Hash G0 a(1) l(182) -. . CALLMETH u(100) l(234) UINT32 -. . . DOTMETH u(1) l(234) 101({},{}){} -. . . . NAME-HashMap_capacity G0 a(1) l(208) 101({},{}){} -. . . AS u(1) l(234) -. . . . INDREG a(1) l(234) m G252 *{} -. . . . NAME-m G252 a(1) g(252) l(231) *{} -hashmap.go:71: fatal error: cgen: both sides functions =========== ./helloworld.go hello, world