[comp.bugs.sys5] A generic V.4 bug?

rfg@lupine.ncd.com (Ron Guilmette) (11/04/90)

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.