Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site bu-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!bu-cs!root From: root@bu-cs.UUCP (Barry Shein) Newsgroups: net.unix-wizards Subject: Re: Re: PCC, lint bug Message-ID: <620@bu-cs.UUCP> Date: Wed, 4-Sep-85 20:24:15 EDT Article-I.D.: bu-cs.620 Posted: Wed Sep 4 20:24:15 1985 Date-Received: Fri, 6-Sep-85 03:16:01 EDT References: <1152@brl-tgr.ARPA>, <2754@sun.uucp> Organization: Boston Univ Comp. Sci. Lines: 14 >> int x[STUFF][THING] ; /* the name 'x' is a pointer to an int */ >WRONG WRONG WRONG >The name "x" is a pointer to an array of THING "int"s, not a pointer to an >"int". > Guy Harris RIGHT RIGHT RIGHT My explanation was flawed, we agree on the PCC/LINT bug which misses clearly illegal and useless type clashes. Sigh. -Barry Shein, Boston University