Path: utzoo!attcan!uunet!mailrus!tut.cis.ohio-state.edu!ucbvax!BRL.MIL!mike From: mike@BRL.MIL (Mike Muuss) Newsgroups: comp.sys.sgi Subject: Re: Outright bug in the SGI C compiler... Message-ID: <8911291631.aa03560@SEM.BRL.MIL> Date: 29 Nov 89 21:31:22 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 One workaround might be to create a union between the function pointer and a long. Assign into the pointer element, compare the long element. Ugly, but it will get you going. You can probably hide it with some macros if you have to do it a lot. Best, -Mike