Subject: Odd compile problem in nfs_vnops.c
To: None <port-hp300@NetBSD.ORG>
From: Seandog <spberry@toolbox.ansci.iastate.edu>
List: port-hp300
Date: 08/30/1996 21:08:44
With -current source, and 1.1 tools/kernel, I run into the following problem.
Could this be related to the NFS v3 integration?  I'll give 1.1 source a go,
as my primary goal was to hack in 35401 (34501?) tape jukebox support.

cc  -O2 -Werror -msoft-float -I. -I../../../../arch -I../../../.. -DGENERIC -DHP360 -DHP340 -DDDB -DCOMPAT_HPUX -DCOMPAT_NOLABEL -DUSELEDS -DFPSP -DTCP_COMPAT_42 -DMROUTING -DGATEWAY -DINET -DMFS -DPROCFS -DFDESC -DKERNFS -DUNION -DNFSCLIENT -DNFSSERVER -DCD9660 -DQUOTA -DFFS -DFIFO -DNKMEMCLUSTERS=1024 -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_10 -DCOMPAT_09 -DCOMPAT_44 -DCOMPAT_43 -DDEVPAGER -DVNODEPAGER -DSWAPPAGER -D_KERNEL -Dmc68020 -Dhp300 -DFPCOPROC  -c ../../../../nfs/nfs_vnops.c
../../../../nfs/nfs_vnops.c: In function `nfsspec_close':
../../../../nfs/nfs_vnops.c:3258: internal error--insn does not satisfy its constraints:
(insn 139 54 56 (set (reg:DI 10 a2)
        (mem/s:DI (plus:SI (reg:SI 11 a3)
                (const_int 168)))) 39 {movdi} (nil)
    (nil))
cc: Internal compiler error: program cc1 got fatal signal 6
*** Error code 1

Stop.

-----
(sorry if I missed this one)
-----