This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
The -fvolatile switch to gcc
- From: Ray Newman <raymond at one dot com dot au>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 15 Nov 2004 17:47:06 +1000
- Subject: The -fvolatile switch to gcc
I am using cc (GCC) 3.4.2 [FreeBSD] 20040728 and find that the
-fvolatile switch has gone away. I used this in previous versions as my
code accessed a shared memory segment indirectly (and not so indirectly).
Is there a replacement for this switch or is this now the default action?
Ray Newman