Pointer/array compatibility

Chris Torek chris at mimsy.UUCP
Sat Sep 30 03:27:22 AEST 1989


Concerning the bogus acceptance of

	int **ipp;
	ipp = <expression of type pointer-to-array-5-of-int>;

in article <4967 at uhccux.uhcc.hawaii.edu> cs211s14 at uhccux.uhcc.hawaii.edu
(Julian Cowley) writes that he was using
>The Ultrix 3.1 cc compiler, which I thought was derived from
>PCC (i.e., reliable).

The Ultrix VAX `cc' compilers (all of them) are derived from buggy
4.2BSD VAX compilers.  One would think that, 4.3BSD-tahoe having been
out for several years, including its considerably less buggy VAX PCC,
DEC might have at least imported some of the more major fixes.
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.lang.c mailing list