Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gccgoflags (0.08 sec)

  1. src/cmd/go/go_test.go

    	tg.runFail("build", "x")
    	tg.grepStderr("invalid input file name \"-y.go\"", "did not reject -y.go")
    	tg.must(os.Remove(tg.path("src/x/-y.go")))
    
    	if runtime.Compiler == "gccgo" {
    		tg.runFail("build", "-gccgoflags=all=@x", "x")
    	} else {
    		tg.runFail("build", "-gcflags=all=@x", "x")
    	}
    	tg.grepStderr("invalid command-line argument @x in command", "did not reject @x during exec")
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
Back to top