This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/39629] [4.5 Regression] Revision 145483 may have caused many failures



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]