Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requireGccgo (0.1 sec)

  1. src/cmd/cgo/internal/testshared/shared_test.go

    	goCmd(t, "install", "-linkshared", "./exe3")
    	run(t, "executable linked to GOPATH library", "../../bin/exe3")
    }
    
    // If gccgo is not available or not new enough, call t.Skip.
    func requireGccgo(t *testing.T) {
    	t.Helper()
    
    	if runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" {
    		t.Skip("gccgo test skipped on PPC64 until issue #60798 is resolved")
    	}
    
    	gccgoName := os.Getenv("GCCGO")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 26 01:54:41 UTC 2023
    - 36.3K bytes
    - Viewed (0)
Back to top