Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site sjuvax.UUCP Path: utzoo!linus!philabs!prls!amdimage!amdcad!decwrl!decvax!bellcore!allegra!sjuvax!jss From: jss@sjuvax.UUCP (J. Shapiro) Newsgroups: net.unix,net.bugs.4bsd Subject: Re: Compiler bug Message-ID: <1136@sjuvax.UUCP> Date: Tue, 7-May-85 02:24:50 EDT Article-I.D.: sjuvax.1136 Posted: Tue May 7 02:24:50 1985 Date-Received: Thu, 9-May-85 01:35:37 EDT Distribution: net Organization: St. Joseph's University, Phila. PA. Lines: 17 Xref: linus net.unix:3819 net.bugs.4bsd:1196 I recently noticed that the following will not compile correctly on a 4.2 BSD system: extern int usr1(), usr2(), usr3(); int usrprocs[] = { usr1, usr2, usr3 } whereas it compiles correctly on intel machines, cromix, and Aztec C. It seems to me that this is something the linker should be able to handle correctly, and therefore should not be a bug. Comments? Would someone be good enough to check this out on a sysV machine? Jon