From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31481 invoked by alias); 22 Apr 2002 07:26:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 31465 invoked by uid 71); 22 Apr 2002 07:26:04 -0000 Date: Mon, 22 Apr 2002 00:26:00 -0000 Message-ID: <20020422072604.31464.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: c/6300: [PATCH] sparcv9-sun-solaris2.7 gcc-3.1 C testsuite failure in gcc.dg/cpp/charconst.c Reply-To: Zack Weinberg X-SW-Source: 2002-04/txt/msg01100.txt.bz2 List-Id: The following reply was made to PR c/6300; it has been noted by GNATS. From: Zack Weinberg To: "Kaveh R. Ghazi" Cc: gcc-gnats@gcc.gnu.org, gcc-patches@gcc.gnu.org, neil@daikokuya.demon.co.uk Subject: Re: c/6300: [PATCH] sparcv9-sun-solaris2.7 gcc-3.1 C testsuite failure in gcc.dg/cpp/charconst.c Date: Mon, 22 Apr 2002 00:25:33 -0700 On Sun, Apr 21, 2002 at 06:24:15PM -0700, Zack Weinberg wrote: > The cure is to call convert() to the proper type from lex_charconst, > instead of just smashing the type field. I am bootstrapping the > appended change now. If you could test it on solaris, I'd appreciate > it. Here's testsuite results for i686-linux (3.1 branch). I believe they indicate no new regressions for this change. zw === libstdc++-v3 tests === FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors) === libstdc++-v3 Summary === # of expected passes 372 # of unexpected failures 1 # of expected failures 25 === libjava tests === === libjava Summary === # of expected passes 2075 # of expected failures 18 # of untested testcases 14 === gcc tests === FAIL: gcc.c-torture/execute/20020307-2.c execution, -O1 FAIL: gcc.c-torture/execute/20020307-2.c execution, -O2 FAIL: gcc.c-torture/execute/20020307-2.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/20020307-2.c execution, -O3 -fomit-frame-pointer -funroll-loops FAIL: gcc.c-torture/execute/20020307-2.c execution, -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions FAIL: gcc.c-torture/execute/20020307-2.c execution, -O3 -g FAIL: gcc.c-torture/execute/20020402-1.c execution, -Os === gcc Summary === # of expected passes 18315 # of unexpected failures 7 # of expected failures 66 # of unsupported tests 43 === g++ tests === === g++ Summary === # of expected passes 7168 # of expected failures 86 # of untested testcases 9 # of unsupported tests 3 === g77 tests === === g77 Summary === # of expected passes 1468 === objc tests === === objc Summary === # of expected passes 1036 # of expected failures 6 zw