Path: utzoo!utgpu!watserv1!watmath!att!att!tut.cis.ohio-state.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!mips!sgi!decwrl!infopiz!lupine!lupine.ncd.com From: rfg@lupine.ncd.com (Ron Guilmette) Newsgroups: comp.bugs.sys5 Subject: A generic V.4 bug? Message-ID: <2404@lupine.NCD.COM> Date: 3 Nov 90 22:51:20 GMT Sender: rfg@NCD.COM Organization: Network Computing Devices, Inc., Mt. View, CA Lines: 17 Please do me a favor and try this short test of your nearest V.4 system. Then report your results to me via E-mail. Put the following two lines into a file called bug.c. typedef int (*func_ptr) (); func_ptr array[5]; Then do: cc -g -c bug.c dump -D -v bug.o If the results look reasonable to you then don't bother reporting your results. Thanks.