awmorgan
awmorgan
If I change the ADDRESSOF macro for clang to just do &(value) and comment out the test cases for gcc/clang that use rvalue keys then this test case that failed...
need to figure out a way to make that addressof rvalue macro work for keys that are arrays
The out of range panic is because `addOffset` is being passed a -8 from `-int64(r.pointerSize)` ``` case strings.HasSuffix(callFn.name, ".$typeassert"): if r.debug { fmt.Fprintln(os.Stderr, indent+"interface assert:", operands[1:]) } // Load various...
@dgryski @aykevl I did some more investigation on this issue. It appears that the issue is caused by the type not having a method set. ``` package main func main()...