OSDN Git Service

compiler: Prohibit comparisons of funcs, maps, and slices to non-nil.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / go.test / test / README.gcc
1 This directory is an exact copy (except for this file) of the Go
2 testsuite from the test subdirectory of http://code.google.com/p/go.
3 This is here so that we run the same tests as the gc Go compiler.  We
4 do not, however, run the tests in the same way.  The gc compiler uses
5 the run shell script in this directory.  For gccgo, we use the file
6 go-test.exp in the parent directory to run the tests in gcc's usual
7 DejaGNU test harness.