mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
f739dae7db
Nodes of goto statements were corrupted when written to export data. Fixes #7023. R=rsc, dave, minux.ma CC=golang-codereviews https://golang.org/cl/46190043
10 lines
274 B
Go
10 lines
274 B
Go
// compiledir
|
|
|
|
// Copyright 2014 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Issue 7023: corrupted export data when an inlined function
|
|
// contains a goto.
|
|
|
|
package ignored
|