Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83; site umcp-cs.UUCP
Path: utzoo!watmath!clyde!floyd!harpo!seismo!rlgvax!cvl!umcp-cs!chris
From: chris@umcp-cs.UUCP
Newsgroups: net.lang.c
Subject: Re: inconsistency in C manual
Message-ID: <6033@umcp-cs.UUCP>
Date: Tue, 20-Mar-84 08:48:10 EST
Article-I.D.: umcp-cs.6033
Posted: Tue Mar 20 08:48:10 1984
Date-Received: Wed, 21-Mar-84 02:48:56 EST
References: <3623@utzoo.UUCP> <631@bbncca.ARPA>
Organization: Univ. of Maryland, Computer Science Dept.
Lines: 17

Probably the bug referred to is the one where the compiler prints
"structure reference must be addressible" instead of compiling the
code.  Running the following through 4.1BSD PCC:

    struct xxx { int i, j; };
    struct xxx foo ();
    main () {
	register k = foo () . j;
    }

yields:

, line 4: structure reference must be addressable
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci
UUCP:	{seismo,allegra,brl-bmd}!umcp-cs!chris
CSNet:	chris@umcp-cs		ARPA:	chris.umcp-cs@CSNet-Relay