标签: c++ recursion segmentation-fault
在GCC 4.8中,为什么以下代码片段为:
int foo() { return foo(); }
导致分段错误而不是堆栈溢出?