From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 442 invoked by alias); 16 May 2003 03:56:01 -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 421 invoked by uid 71); 16 May 2003 03:56:00 -0000 Resent-Date: 16 May 2003 03:56:00 -0000 Resent-Message-ID: <20030516035600.420.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, tenm078902@sanyo.co.jp Received: (qmail 32588 invoked by uid 48); 16 May 2003 03:55:52 -0000 Message-Id: <20030516035552.32579.qmail@sources.redhat.com> Date: Fri, 16 May 2003 03:56:00 -0000 From: tenm078902@sanyo.co.jp Reply-To: tenm078902@sanyo.co.jp To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: other/10810: gcc-3.3 fails make check X-SW-Source: 2003-05/txt/msg01825.txt.bz2 List-Id: >Number: 10810 >Category: other >Synopsis: gcc-3.3 fails make check >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri May 16 03:56:00 UTC 2003 >Closed-Date: >Last-Modified: >Originator: Takaharu Tenma >Release: gcc-3.3 >Organization: >Environment: HP-B2600 Workstation HPUX11.00 (hppa2.0w-hp-hpux11.00) >Description: make check fails at test-demangle line 791 as: ./test-demangle < ../../../libiberty/testsuite/demangle-expected FAIL at line 791, style gnu: in: __cl__C11VHDLLibraryGt4PixX3Z11VHDLLibraryZ14VHDLLibraryRepZt4List1Z10VHDLEntity@ out: exp: VHDLLibrary::operator()(PixX >) const ./test-demangle: 649 tests, 1 failures >How-To-Repeat: build gcc-3.3 and run make check >Fix: This test (line791) contains 80 chars, overruns the buffer in test-demangle.c diff -u2 /home/tenma/gcc-3.3/libiberty/testsuite/test-demangle.c.\~1\~ /home/tenma/gcc-3.3/libiberty/testsuite/test-demangle.c --- /home/tenma/gcc-3.3/libiberty/testsuite/test-demangle.c.~1~ Thu Sep 12 04:58:02 2002 +++ /home/tenma/gcc-3.3/libiberty/testsuite/test-demangle.c Fri May 16 12:37:29 2003 @@ -38,5 +38,5 @@ /* Safely read a single line of arbitrary length from standard input. */ -#define LINELEN 80 +#define LINELEN 160 static void >Release-Note: >Audit-Trail: >Unformatted: