You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following programs dies with stack overflow during the interp pass's "Update all global variables in the LLVM modules" loop, specifically the toLLVMValue call
package main
import (
"regexp"
)
var foo = regexp.MustCompile("\r\n|[\n\r]")
func main() {
println(foo.String())
}
The following programs dies with stack overflow during the interp pass's "Update all global variables in the LLVM modules" loop, specifically the
toLLVMValue
callA selection of the output follows:
The text was updated successfully, but these errors were encountered: