On the Win32 random_test regression test, gcc is chewing up 1.2 gigs of
virtual memory, then dying. See below.
I'd appreciate it if one of the gcc experts who reads this list would
report the problem to the gcc folks in the appropriate form.
Also, random_test is failing other compilers, too. It would be nice if
someone could clear whatever ails it.
I'll be out-of-town for the rest of the week, so there won't be any Win32
tests run again until Monday.
Thanks,
--Beman
gcc-C++-action
d:\boost-regr\status\bin\random_test.test\gcc\debug\runtime-link-dynamic\random_test.obj
C:/boost/site/libs/random/random_test.cpp: In function `void
instantiate_urng(const std::string&, const URNG&, const ResultType&)':
C:/boost/site/libs/random/random_test.cpp:269: parse error before `;' token
C:/boost/site/libs/random/random_test.cpp:273: parse error before `(' token
C:/boost/site/libs/random/random_test.cpp: In function `void
instantiate_urng(const std::string&, const URNG&, const ResultType&)
[with
URNG = boost::rand48, ResultType = int]':
C:/boost/site/libs/random/random_test.cpp:309: instantiated from here
C:/boost/site/libs/random/random_test.cpp:270: `file' undeclared (first use
this function)
C:/boost/site/libs/random/random_test.cpp:270: (Each undeclared identifier
is
reported only once for each function it appears in.)
C:/boost/site/libs/random/random_test.cpp:274: `input' undeclared (first
use
this function)
virtual memory exhausted: Permission denied
g++ -c -Wall -ftemplate-depth-100 -g -O0
-fno-inline -I"d:\boost-regr\status" -I "C:\boost\site" -o
"d:\boost-regr\status\bin\random_test.test\gcc\debug\runtime-link-dynamic\random_test.obj"
"C:\boost\site\libs/random\random_test.cpp"
...failed gcc-C++-action
d:\boost-regr\status\bin\random_test.test\gcc\debug\runtime-link-dynamic\random_test.obj...
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
- Re: [boost] GCC problem on Win32 random_test Beman Dawes
- Re: [boost] GCC problem on Win32 random_test David Abrahams
- Re: [boost] GCC problem on Win32 random_test David Abrahams