Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site hocda.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!hocda!hom From: hom@hocda.UUCP (H.MORRIS) Newsgroups: net.lang.c Subject: Re: structure and array and string comparisons Message-ID: <392@hocda.UUCP> Date: Sat, 24-Mar-84 12:55:48 EST Article-I.D.: hocda.392 Posted: Sat Mar 24 12:55:48 1984 Date-Received: Sun, 25-Mar-84 11:59:45 EST References: <1056@druxy.UUCP> Organization: Bell Labs, Holmdel Lines: 6 Having a compiler that recognizes sequences like if(x.y.z.elt1 == t.y.z.elt1 && x.y.z.elt2 == t.y.z.elt2 ...) and generates a single block compare if appropriate instead of implementing struct compares *because we want to keep C simple* would seem to me to defeate the purpose.