r212870 - /trunk/libgo/go/runtime/runtime_test.go

ian@gcc.gnu.org ian@gcc.gnu.org
Sun Jul 20 15:09:00 GMT 2014


Author: ian
Date: Sun Jul 20 15:09:04 2014
New Revision: 212870

URL: https://gcc.gnu.org/viewcvs?rev=212870&root=gcc&view=rev
Log:
runtime: add a missing import

This adds an import of the runtime package to fix compilation
of the TestStopCPUProfilingWithProfilerOff function.

The gccgo compiler should never have accepted this.  The patch
for the comiler is http://codereview.appspot.com/116960043 .
The test is https://codereview.appspot.com/118000043 .

Modified:
    trunk/libgo/go/runtime/runtime_test.go



More information about the Gcc-cvs mailing list