Can't compile with netbsd-7 or -current

John Klos <[email protected]> Sun, 7 Dec 2014 20:09:06 +0000 (UTC)
Newsgroups gmane.os.netbsd.ports.sh3
Message-ID <[email protected]>
Hi,

According to Nick Hudson's post, gcc 4.8.4 should work:

http://mail-index.netbsd.org/port-sh3/2014/10/15/msg000118.html

However, with either a netbsd-7 userland or a -current userland, both 
compiled from yesterday's sources, I get the same error:

===> Building for digest-20121220
gcc -DHAVE_CONFIG_H -I. -I. -DHOST=\"shle--netbsdelf\" 
-DVERSION=\"20121220\"  -Os -freorder-blocks -c digest.c -o digest.o
digest.c: In function 'digest_file':
digest.c:130:1: internal compiler error: Segmentation fault
  digest_file(char *fn, alg_t *alg)
  ^
no stack trace because unwind library not available
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://www.NetBSD.org/support/send-pr.html> for instructions.

Were the fixed bits committed?

Thanks,
John