/prebuilts/go/linux-x86/test/fixedbugs/ |
gcc61264.go | 7 // PR61264: IncDec statements involving composite literals caused in ICE in gccgo.
|
gcc61265.go | 7 // PR61265: The gccgo middle-end failed to represent array composite literals
|
gcc61273.go | 7 // PR61273: gccgo failed to compile a SendStmt in the PostStmt of a ForClause
|
gcc78763.go | 7 // The gccgo compiler crashed while compiling this code.
|
issue10047.go | 7 // Issue 10047: gccgo failed to compile a type switch where the switch variable
|
issue10284.go | 7 // Issue 10284: gccgo failed to allow converting a user-defined
|
issue10407.go | 7 // Issue 10407: gccgo failed to remove carriage returns
|
issue4734.go | 7 // Caused gccgo to emit multiple definitions of the same symbol.
|
issue6789.go | 7 // Issue 6789: gccgo failed to find the hash function for an
|
issue7590.go | 7 // Issue 7590: gccgo incorrectly traverses nested composite literals.
|
issue5493.go | 34 // Does not work on 32-bits, or with gccgo, due to partially 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
|
/prebuilts/go/darwin-x86/src/go/importer/ |
importer.go | 21 // or nil. Supported compilers are "gc", and "gccgo". If lookup is nil, 33 case "gccgo": 35 panic("gccgo importer for custom import path lookup not yet implemented") 39 if err := inst.InitFromDriver("gccgo"); err != nil { 73 // gccgo support
|
/prebuilts/go/linux-x86/src/go/importer/ |
importer.go | 21 // or nil. Supported compilers are "gc", and "gccgo". If lookup is nil, 33 case "gccgo": 35 panic("gccgo importer for custom import path lookup not yet implemented") 39 if err := inst.InitFromDriver("gccgo"); err != nil { 73 // gccgo support
|
/prebuilts/go/darwin-x86/test/ |
deferfin.go | 26 // Likewise for gccgo. 27 if runtime.Compiler == "gccgo" {
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5493.go | 34 // Does not work on 32-bits, or with gccgo, due to partially 37 if runtime.GOARCH != "amd64" || runtime.Compiler == "gccgo" {
|
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) {
|
/prebuilts/go/linux-x86/test/ |
deferfin.go | 26 // Likewise for gccgo. 27 if runtime.Compiler == "gccgo" {
|
/prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/ |
cipherhw_s390x.go | 5 // +build s390x,!gccgo,!appengine
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/ |
x.go | 7 // hidden method. This used to cause a link error with gccgo.
|
/prebuilts/go/linux-x86/src/crypto/internal/cipherhw/ |
cipherhw_s390x.go | 5 // +build s390x,!gccgo,!appengine
|