This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[doc, commit] Add -fstrict-volatile-bitfields to Option Summary and Index


I just found -fstrict-volatile-bitfields was not in Option Summary and Index. This patch adds it to both places. Committed as obvious.


Regards, -- Jie Zhang CodeSourcery
	* doc/invoke.texi: Add -fstrict-volatile-bitfields to
	Option Summary and Index.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 165508)
+++ doc/invoke.texi	(working copy)
@@ -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 b
 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]