Pierre Labastie wrote: > Le 27/03/2013 01:15, Bruce Dubbs a écrit : >> Pierre Labastie wrote: >> >>> The tests in chapter 6 are very clean (no errors in glibc except the >>> ignored ones), only one in gcc libmudflap. >> Yes, I only got: >> >> FAIL: libmudflap.c++/pass41-frag.cxx (3 optimization variations) >> >> Running >> /sources/gcc-4.8.0/libmudflap/testsuite/libmudflap.cth/cthfrags.exp ... >> ERROR: tcl error sourcing >> /sources/gcc-4.8.0/libmudflap/testsuite/libmudflap.cth/cthfrags.exp. >> ERROR: couldn't compile regular expression pattern: out of memory >> >> That's interesting because I have 10G or memory. Perhaps it means its a >> stack memory issue. >> >> > It really looks like it is a tcl error (I cannot think of a reason why > gcc would try to compire a *regular* expression). I found this bug report: > http://sourceforge.net/tracker/?func=detail&aid=3603557&group_id=10894&atid=110894 > It seems to indicate that the limit on memory could be increased at > compile time on tcl 8.6. > > Anyway, I would not count those errors as GCC's.
Well, yes and no. The error is triggered by the gcc regex. I looked at the bug and it does say that it is fixed with a compile time overridable, but I don't see how to do that. It's not in tcl's configure and a search of the source doesn't show anything obvious. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page