Commit 68f09448 by Richard Stallman

(flag_volatile_global): Declared.

From-SVN: r3684
parent 48227a2c
...@@ -229,6 +229,10 @@ extern int flag_no_peephole; ...@@ -229,6 +229,10 @@ extern int flag_no_peephole;
extern int flag_volatile; extern int flag_volatile;
/* Nonzero means treat all global and extern variables as global. */
extern int flag_volatile_global;
/* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math /* Nonzero allows GCC to violate some IEEE or ANSI rules regarding math
operations in the interest of optimization. For example it allows operations in the interest of optimization. For example it allows
GCC to assume arguments to sqrt are nonnegative numbers, allowing GCC to assume arguments to sqrt are nonnegative numbers, allowing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment