------- Comment #10 from 3dw4rd at verizon dot net 2009-04-04 00:50 -------
(From update of attachment 17585)
The last patchlet got most of the new errors on x86_64 linux.
There was one more mistake that caused an error in mt19937_64.
In bits/random.h -
change this line:
__gnu_cxx::__numeric_traits<_UIntType>::max;
to this:
__gnu_cxx::__numeric_traits<_UIntType>::__max;
Then there are no errors on x86_64 linux targets as of 145513.
The 32-bit target issues will not be addressed by this though some extra
errors will be fixed.
I attached a new patch.
Sorry for any confusion.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39629