aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Zhang <jie@codesourcery.com>2010-10-15 15:27:29 +0000
committerJie Zhang <jiez@gcc.gnu.org>2010-10-15 15:27:29 +0000
commitc1721efbbbebb1dec2fa36d7ee7f4043714308fe (patch)
treee02ff48c00dbd1aa74f063ab1f2dd6775d074a5b
parent638fd1e51375689b89a78f64bc23d029ae2bafc5 (diff)
downloadgcc-c1721efbbbebb1dec2fa36d7ee7f4043714308fe.zip
gcc-c1721efbbbebb1dec2fa36d7ee7f4043714308fe.tar.gz
gcc-c1721efbbbebb1dec2fa36d7ee7f4043714308fe.tar.bz2
invoke.texi: Add -fstrict-volatile-bitfields to Option Summary and Index.
* doc/invoke.texi: Add -fstrict-volatile-bitfields to Option Summary and Index. From-SVN: r165512
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2ef1461..dd5198a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-15 Jie Zhang <jie@codesourcery.com>
+
+ * doc/invoke.texi: Add -fstrict-volatile-bitfields to
+ Option Summary and Index.
+
2010-10-15 Richard Guenther <rguenther@suse.de>
* tree.c (free_lang_data_in_decl): Clear DECL_INITIAL
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 776fdd0..ee68454 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -942,7 +942,7 @@ See S/390 and zSeries Options.
-fno-stack-limit -fsplit-stack @gol
-fleading-underscore -ftls-model=@var{model} @gol
-ftrapv -fwrapv -fbounds-check @gol
--fvisibility}
+-fvisibility -fstrict-volatile-bitfields}
@end table
@menu
@@ -18117,6 +18117,7 @@ An overview of these techniques, their benefits and how to use them
is at @uref{http://gcc.gnu.org/@/wiki/@/Visibility}.
@item -fstrict-volatile-bitfields
+@opindex fstrict-volatile-bitfields
This option should be used if accesses to volatile bitfields (or other
structure fields, although the compiler usually honors those types
anyway) should use a single access in a mode of the same size as the