From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21264 invoked by alias); 4 Apr 2009 00:50:31 -0000 Received: (qmail 20705 invoked by uid 48); 4 Apr 2009 00:50:16 -0000 Date: Sat, 04 Apr 2009 00:50:00 -0000 Message-ID: <20090404005016.20704.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/39629] [4.5 Regression] Revision 145483 may have caused many failures In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "3dw4rd at verizon dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00261.txt.bz2 ------- 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