| commit | 9af58d44269149e169cf7136763cc4f20dbef03d | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Dec 14 21:55:23 2011 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Wed Dec 14 21:55:23 2011 +0000 |
| tree | 0b09d1dfbcb2325eab744f94d0de5c9b5dcc3008 | |
| parent | 00b29189b77e8638254e2c642c85149dc2e8c54d [diff] |
Halve the constexpr recursion depth in this test in an attempt to make the freebsd bots happy. In the longer term, we should have a mechanism for moving constexpr recursion off the call stack, to support the default limit of 512 suggested by the standard. llvm-svn: 146596