From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11821 invoked by alias); 20 Dec 2006 16:11:17 -0000 Received: (qmail 11768 invoked by uid 48); 20 Dec 2006 16:11:06 -0000 Date: Wed, 20 Dec 2006 16:11:00 -0000 Message-ID: <20061220161106.11767.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/30259] [4.1 branch] ICE on valid code In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "edmar at freescale dot com" 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: 2006-12/txt/msg01664.txt.bz2 ------- Comment #4 from edmar at freescale dot com 2006-12-20 16:11 ------- (In reply to comment #3) > Subject: Re: [4.1 branch] ICE on valid code > > On Tue, 19 Dec 2006, edmar at freescale dot com wrote: > > > Still, On December 16 I had a complete build, and on December 17 I have an ICE. > > It feels more like a regression than moving forward... > > A complete build with, no doubt, all C++ tests failing with the problem > you noted in . Because > such a build is not particularly useful, I have taken a base with > t-ppccomm hacked to avoid building libgcc with -mlong-double-128 as the > appropriate baseline for testing. I disagree with that. First there is the C compiler, which is the most used by our customers, second, the C++ problem was manageable. Those are dejagnu results (C, C++, gfortran) from December 12: # of expected passes 40225 # of unexpected failures 58 # of expected failures 81 # of unresolved testcases 94 # of untested testcases 28 # of unsupported tests 493 # of expected passes 13148 # of unexpected failures 43 # of unexpected successes 2 # of expected failures 65 # of unresolved testcases 40 # of unsupported tests 136 # of expected passes 15334 # of unexpected failures 94 # of expected failures 6 # of unresolved testcases 6 # of unsupported tests 91 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30259