From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5300 invoked by alias); 3 Aug 2002 18:56:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 5292 invoked from network); 3 Aug 2002 18:56:49 -0000 Received: from unknown (HELO mx2.redhat.com) (205.180.83.106) by sources.redhat.com with SMTP; 3 Aug 2002 18:56:49 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id g73Ig7s05248 for ; Sat, 3 Aug 2002 14:42:07 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g73Iumu24912; Sat, 3 Aug 2002 14:56:49 -0400 Received: from redhat.com (IDENT:1x7YrAmxiI5kiNt6RztySdzbHnXQd6AB@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with SMTP id g73Iulo23334; Sat, 3 Aug 2002 11:56:47 -0700 Date: Sat, 03 Aug 2002 11:56:00 -0000 From: Benjamin Kosnik To: Jakub Jelinek Cc: rth@redhat.com, gcc@gcc.gnu.org Subject: Re: C++ ABI testing issues, gcc-3.3 <-> gcc-3.2 compatibility Message-Id: <20020803115647.2cb36ff4.bkoz@redhat.com> In-Reply-To: <20020803003551.J20867@sunsite.ms.mff.cuni.cz> References: <20020802091614.3930072f.bkoz@redhat.com> <20020802152317.A6797@redhat.com> <20020803003551.J20867@sunsite.ms.mff.cuni.cz> Reply-To: bkoz@redhat.com Organization: Red Hat / Chicago Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00143.txt.bz2 My second round results matched my first round. Both libstdc++ and g++ testsuites show additional errors, all around eh type issues, but only for the 3_2-branch g++ with the 3.3 libstdc++.so. The other way around resulted in no additional failures. === g++ Summary === # of expected passes 7154 # of unexpected failures 112 # of expected failures 88 # of untested testcases 9 # of unsupported tests 3 === libstdc++-v3 Summary === # of expected passes 394 # of unexpected failures 15 # of unexpected successes 26 These results are different than Jakub's, although he also seemed to find issues. -benjamin