how do the -fvolatile- switches work?

Marcus Binny marcusbinny@yahoo.com
Thu Oct 9 04:34:00 GMT 2003


I could not figure out how does the -fvolatile or
-fvolatile-global switches work? 

for code like

extern int flag;

void foo ()
{
	while (!flag) ;
}

-O2 keeps flag into a register only. I tried
-fvolatile switches but no help. I wanted -O2 to load
globals from memory only. Is that possible from
command line? without declaring globals volatile.

M



__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com



More information about the Gcc-help mailing list