Subject: Re: pkg/34614 (TME Sun3 emulator operates incorrectly when testing parser sta...
To: None <fredette@NetBSD.org, gnats-admin@netbsd.org,>
From: None <SigmFSK@aol.com>
List: pkgsrc-bugs
Date: 10/18/2006 16:10:03
The following reply was made to PR pkg/34614; it has been noted by GNATS.
From: SigmFSK@aol.com
To: gnats-bugs@NetBSD.org, fredette@NetBSD.org, skrll@NetBSD.org,
pkgsrc-bugs@netbsd.org, gnats-admin@netbsd.org, skrll@netbsd.org
Cc:
Subject: Re: pkg/34614 (TME Sun3 emulator operates incorrectly when testing parser sta...
Date: Wed, 18 Oct 2006 12:07:03 EDT
Please close this issue.
The problem with testing was NetBSD 3.0 for sun3/sun3x itself (not TME).
NetBSD has a problem extending the maximum stack limit beyond DFLSSIZ
(please see problem report #34849) and this caused 20020425-1.c and
c99-intconst-1.c to not compile.
NetBSD has a problem extending the maximum data size beyond DFLDSIZ (please
see problem report #34851) and this caused 20001226-1.c to not compile.
My real-sun3 comparison hardware is actually a sun3/80, sun3x, the kernel
for which has larger default stack/data size limits than a sun3 kernel. TME
correctly duplicated the NetBSD non-stack-data-size-extension-bug that occurs
on a real sun3 running NetBSD 3.0. Go TME!