Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!ames!sgi!karsh@trifolium.esd.sgi.com From: karsh@trifolium.esd.sgi.com (Bruce Karsh) Newsgroups: comp.lang.c++ Subject: Volatile declaration in C++ Message-ID: <42718@sgi.sgi.com> Date: 9 Oct 89 19:07:15 GMT Sender: karsh@trifolium.esd.sgi.com Reply-To: karsh@trifolium.UUCP (Bruce Karsh) Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 17 What is the status of the volatile declartion in C++. The 2.0 compiler does not allow it, but it apparently knows about it. When you try to use it, it says: "", line 1: warning: "volatile" not implemented (ignored) Has anyone figured out how to make volatile work in cfront? Are there any plans to make volatile an official part of the language? They are really useful when you are using shared variables. -- Bruce Karsh karsh@sgi.com