/prebuilts/go/linux-x86/test/fixedbugs/ |
bug433.go | 8 // functions in the right order. This failed with gccgo.
|
bug477.go | 8 // a compilation error with gccgo.
|
bug487.go | 7 // The gccgo compiler did not reliably report mismatches between the
|
gcc67968.go | 9 // gccgo compiler crash building the equality and hash functions for a
|
issue15722.go | 8 // method type expression. NB: gccgo and gc have slightly different
|
issue4618.go | 37 if int(ng) != 0 && (runtime.Compiler != "gccgo" || int(ng) != 1) {
|
bug417.go | 7 // Some indirect uses of types crashed gccgo, because it assumed that
|
issue7740.go | 25 case "gccgo":
|
/prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/ |
x.go | 7 // hidden method. This used to cause a link error with gccgo.
|
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
importer_test.go | 120 // This test relies on gccgo being around, which it most likely will be if we 121 // were compiled with gccgo. 122 if runtime.Compiler != "gccgo" { 123 t.Skip("This test needs gccgo") 146 cmd := exec.Command("gccgo", "-fgo-pkgpath="+test.pkgpath, "-c", "-o", ofile, gofile) 150 t.Fatalf("gccgo %s failed: %s", gofile, err)
|
gccgoinstallation_test.go | 151 // This test relies on gccgo being around, which it most likely will be if we 152 // were compiled with gccgo. 153 if runtime.Compiler != "gccgo" { 154 t.Skip("This test needs gccgo") 159 err := inst.InitFromDriver("gccgo")
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
importer_test.go | 120 // This test relies on gccgo being around, which it most likely will be if we 121 // were compiled with gccgo. 122 if runtime.Compiler != "gccgo" { 123 t.Skip("This test needs gccgo") 146 cmd := exec.Command("gccgo", "-fgo-pkgpath="+test.pkgpath, "-c", "-o", ofile, gofile) 150 t.Fatalf("gccgo %s failed: %s", gofile, err)
|
gccgoinstallation_test.go | 151 // This test relies on gccgo being around, which it most likely will be if we 152 // were compiled with gccgo. 153 if runtime.Compiler != "gccgo" { 154 t.Skip("This test needs gccgo") 159 err := inst.InitFromDriver("gccgo")
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
sum_amd64.go | 5 // +build amd64,!gccgo,!appengine
|
sum_arm.go | 5 // +build arm,!gccgo,!appengine
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/ |
sum_amd64.go | 5 // +build amd64,!gccgo,!appengine
|
sum_arm.go | 5 // +build arm,!gccgo,!appengine,!nacl
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug417.go | 7 // Some indirect uses of types crashed gccgo, because it assumed that
|
issue7740.go | 25 case "gccgo":
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/ |
sum_amd64.go | 5 // +build amd64,!gccgo,!appengine
|
sum_arm.go | 5 // +build arm,!gccgo,!appengine,!nacl
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue10303.go | 44 if runtime.Compiler == "gccgo" { 45 t.Skip("gccgo permits C pointers on the stack")
|
/prebuilts/go/darwin-x86/test/ |
tinyfin.go | 17 // Does not work on gccgo due to partially conservative GC. 19 if runtime.Compiler == "gccgo" {
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue10303.go | 44 if runtime.Compiler == "gccgo" { 45 t.Skip("gccgo permits C pointers on the stack")
|
/prebuilts/go/linux-x86/test/ |
tinyfin.go | 17 // Does not work on gccgo due to partially conservative GC. 19 if runtime.Compiler == "gccgo" {
|