Subject: Re: egcs codegen bug, more analysis
To: None <port-sparc@netbsd.org>
From: Simon Burge <simonb@NetBSD.ORG>
List: port-sparc
Date: 08/11/1999 08:43:04
der Mouse wrote:

> Do we have anything NetBSD-specific in the SPARC egcs port, or is this
> a real egcs bug?

Doesn't seem NetBSD-specific:

	kauri:~ 6> gcc -v
	Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.5/egcs-2.91.66/specs
	gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
	kauri:~ 7> uname -a
	SunOS kauri 5.5 Generic_103093-12 sun4m sparc SUNW,SPARCstation-20
	kauri:~ 8> gcc -o z z.c
	kauri:~ 9> ./z 
	start
	wrap(0) -> 1
	Segmentation fault (core dumped)

Simon.