Commit 3e37bef5 by Jason Merrill

document -fshort-wchar

From-SVN: r29640
parent 5096c664
...@@ -931,6 +931,10 @@ to use single precision operations when the operands are single ...@@ -931,6 +931,10 @@ to use single precision operations when the operands are single
precision, use this option. This option has no effect when compiling precision, use this option. This option has no effect when compiling
with ANSI or GNU C conventions (the default). with ANSI or GNU C conventions (the default).
@item -fshort-wchar
Override the underlying type for @samp{wchar_t} to be @samp{short
unsigned int} instead of the default for the target. This option is
useful for building programs to run under WINE.
@end table @end table
@node C++ Dialect Options @node C++ Dialect Options
......
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