Xref: utzoo comp.lang.c++:5065 comp.std.c:1833 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c++,comp.std.c Subject: Re: Volatile declaration in C++ Message-ID: <11315@smoke.BRL.MIL> Date: 16 Oct 89 14:51:59 GMT References: <42718@sgi.sgi.com> <4176@pegasus.ATT.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <4176@pegasus.ATT.COM> psrc@pegasus.ATT.COM (Paul S. R. Chisholm) writes: >And so they invented the keyword "volatile", which (among other >things) would announce the presence of aliases. If you're going to be silly, at least you should get it right. "volatile" is still specified in the C Standard, and it has nothing to do with aliases. It was "noalias", which indicated a promise by the programmer that aliases were NOT present, that was backed out.