summaryrefslogtreecommitdiff
path: root/test/safe
Commit message (Collapse)AuthorAgeFilesLines
* test: adapt old-style tests to new flag parsing.R?my Oudompheng2013-01-112-2/+2
| | | | | | | | | The -I. syntax now needs a space to be recognized in the compiler. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7098046
* cmd/gc: suspend safemode during typecheck of inlined bodies.Luuk van Dijk2012-02-104-0/+46
Should be obviously correct. Includes minimal test case. A future CL should clear up the logic around typecheckok and importpkg != nil someday. R=rsc, dsymonds, rsc CC=golang-dev http://codereview.appspot.com/5652057