commit | 14531fbaa5390a7057d35e9300ae5dbb4d736ca2 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Apr 22 16:59:21 2011 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Apr 22 16:59:21 2011 -0700 |
tree | 34c956aa6ef25198c7893834527511b32ffb4135 | |
parent | 1bdb1803b9ec0b3434c7038e4c6949d0d4d96c5d [diff] |
fmt: decrease recursion depth This permits the test to run when using gccgo on system without split-stack support. See http://gcc.gnu.org/ml/gcc-patches/2011-04/msg01420.html http://gcc.gnu.org/PR48553 R=r CC=golang-dev https://golang.org/cl/4440062