From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15697 invoked by alias); 9 Jun 2010 18:39:23 -0000 Received: (qmail 15599 invoked by uid 48); 9 Jun 2010 18:39:09 -0000 Date: Wed, 09 Jun 2010 18:39:00 -0000 Message-ID: <20100609183909.15598.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/44460] [4.6 Regression] r160380 breaks libjava bootstrap on *-apple-darwin* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2010-06/txt/msg01070.txt.bz2 ------- Comment #8 from dominiq at lps dot ens dot fr 2010-06-09 18:39 ------- > > The following http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00692.html > > It definitly avoids the ICE, but it would be nice to know if libstdc++ > > testsuite passes. > > It does fix the bootstrap failure. I am currently regtesting (at gfortran -m32) > and should have the results for libstdc++ in a couple of hours. On x86_64-apple-darwin10.3.0 I have bootstrapped successfully revision 160431 with revision 160380 reverted and revision 160454 with revision 160380 and the patch in http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00692.html. For the later the regtest failures are those reported in http://gcc.gnu.org/ml/gcc-testresults/2010-06/msg00587.html . Note that the 2*16 failures for libstdc++ are due to revision 159362 (see also the regress logs for ppc). Martin Jambor knows about them and I'll fill a PR for yesterday later tonight or tomorrow (filling PR against darwin sucks!-). Obviously (as a duplicate) the patch fixes also pr44453. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44460