]> gcc.gnu.org Git - gcc.git/commitdiff
(flag_volatile_global): Declared.
authorRichard Stallman <rms@gnu.org>
Tue, 9 Mar 1993 05:15:02 +0000 (05:15 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 9 Mar 1993 05:15:02 +0000 (05:15 +0000)
From-SVN: r3684

gcc/flags.h

index 0e3b28b3b55a9263966d481f144432e664be387d..e36a662d1b213f50e77015c8b88f6da1ad02716d 100644 (file)
@@ -229,6 +229,10 @@ extern int flag_no_peephole;
 
 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
    operations in the interest of optimization.  For example it allows
    GCC to assume arguments to sqrt are nonnegative numbers, allowing
This page took 0.061815 seconds and 5 git commands to generate.