mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
test: add test that fails with gofrontend
The gofrontend code doesn't correctly handle inlining a function that refers to a constant with methods. For #35739 Change-Id: I6bd0b5cd4272dbe9969634b4821e668acacfdcf9 Reviewed-on: https://go-review.googlesource.com/c/go/+/261662 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
85bb4294c0
commit
e43ef8dda2
3 changed files with 35 additions and 0 deletions
9
test/fixedbugs/issue35739.go
Normal file
9
test/fixedbugs/issue35739.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// compiledir
|
||||
|
||||
// Copyright 2020 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 35739: gccgo inlining error with constant with method.
|
||||
|
||||
package ignored
|
||||
Loading…
Add table
Add a link
Reference in a new issue