This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: The -fvolatile switch to gcc
- From: Ramana Radhakrishnan <ramana dot radhakrishnan at codito dot com>
- To: Ray Newman <raymond at one dot com dot au>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 15 Nov 2004 13:54:16 +0530
- Subject: Re: The -fvolatile switch to gcc
- References: <41985EFA.3050407@one.com.au>
Ray Newman wrote:
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).
http://gcc.gnu.org/ml/gcc-patches/2003-01/msg01447.html
I see that this has been removed on the 1st of Jan 2003 .
This was in response to PR 6059 , can be found at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6059
cheers
Ramana