public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* other/10810: gcc-3.3 fails make check
@ 2003-05-16  3:56 tenm078902
  0 siblings, 0 replies; only message in thread
From: tenm078902 @ 2003-05-16  3:56 UTC (permalink / raw)
  To: gcc-gnats


>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<VHDLLibrary, VHDLLibraryRep, List<VHDLEntity> >) 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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-16  3:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-16  3:56 other/10810: gcc-3.3 fails make check tenm078902

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).