On Fri, Mar 25, 2011 at 10:28:33AM -0700, Joe Buck wrote: > On Mon, Mar 21, 2011 at 03:12:14PM -0700, Jakub Jelinek wrote: > > A second GCC 4.6.0 release candidate is available at: > > > > ftp://gcc.gnu.org/pub/gcc/snapshots/4.6.0-RC-20110321/ > > > > Please test the tarballs and report any problems to Bugzilla. > > CC me on the bugs if you believe they are regressions from > > previous releases severe enough to block the 4.6.0 release. > > See http://gcc.gnu.org/ml/gcc-testresults/2011-03/msg02463.html . > > There's an ICE for gcc.c-torture/compile/limits-exprparen.c > which might be an issue. I think that the others may be due
limits-exprparen.c is http://gcc.gnu.org/PR31827, certainly not a recent regression that should block 4.6.0 release and probably nothing you will encounter in real-world testcases, furthermore for many hosts there is a workaround, just increase ulimit -s limit. Jakub