| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| crash.go | ||
| deadlock.go | ||
| gc.go | ||
| main.go | ||
| map.go | ||
| memprof.go | ||
| misc.go | ||
| signal.go | ||
| stringconcat.go | ||
| syscall_windows.go |
With the gc toolchain apparently
var s *string
_ = *s
is enough to panic with a nil pointer dereference. The gccgo compiler
will simply discard the dereference, which I think is a reasonable and
acceptable optimization. Change the tests to use an exported variable
instead. The tests are not currently run, but they will be with a
later patch to gotools.
Reviewed-on: https://go-review.googlesource.com/46450
From-SVN: r249562
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| crash.go | Loading commit data... | |
| deadlock.go | Loading commit data... | |
| gc.go | Loading commit data... | |
| main.go | Loading commit data... | |
| map.go | Loading commit data... | |
| memprof.go | Loading commit data... | |
| misc.go | Loading commit data... | |
| signal.go | Loading commit data... | |
| stringconcat.go | Loading commit data... | |
| syscall_windows.go | Loading commit data... |