Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: noalias and vectors Keywords: noalias, auto-vectorizing Message-ID: <7142@brl-smoke.ARPA> Date: 19 Jan 88 16:07:03 GMT References: <2942@hall.cray.com> <531@cresswell.quintus.UUCP> <7088@brl-smoke.ARPA> <3419@ihlpf.ATT.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <3419@ihlpf.ATT.COM> nevin1@ihlpf.UUCP (00704A-Liber,N.) writes: -Actually, from what I understand, all that noalias would mean here is that s1 -and s2 don't point to EXACTLY the same place ... Overlap would still -be allowed. Not the way I understand it.