projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5096c66
)
document -fshort-wchar
author
Jason Merrill
<jason@gcc.gnu.org>
Thu, 23 Sep 1999 21:19:09 +0000
(17:19 -0400)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 23 Sep 1999 21:19:09 +0000
(17:19 -0400)
From-SVN: r29640
gcc/invoke.texi
patch
|
blob
|
history
diff --git
a/gcc/invoke.texi
b/gcc/invoke.texi
index 43339b8076920d72a645a570360e202ef541ce5e..aa1f2c03ba9ad1b191ff8ee37390579aba51f402 100644
(file)
--- a/
gcc/invoke.texi
+++ b/
gcc/invoke.texi
@@
-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
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
@node C++ Dialect Options