Commit 893174fa by Tom Tromey Committed by Tom Tromey

re PR preprocessor/15500 (gcc ignores locale when converting wide string…

re PR preprocessor/15500 (gcc ignores locale when converting wide string literals to wchar_t strings)

	PR libcpp/15500:
	* doc/cpp.texi (Implementation-defined behavior): Mention
	-finput-charset.

From-SVN: r134441
parent 6e3c5c30
2008-04-18 Tom Tromey <tromey@redhat.com>
PR libcpp/15500:
* doc/cpp.texi (Implementation-defined behavior): Mention
-finput-charset.
2008-04-18 Ian Lance Taylor <iant@google.com>
* fold-const.c (pointer_may_wrap_p): New static function.
......
......@@ -11,7 +11,7 @@
@copying
@c man begin COPYRIGHT
Copyright @copyright{} 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
......@@ -3857,9 +3857,10 @@ and stick to it.
@item The mapping of physical source file multi-byte characters to the
execution character set.
Currently, CPP requires its input to be ASCII or UTF-8. The execution
character set may be controlled by the user, with the
@option{-fexec-charset} and @option{-fwide-exec-charset} options.
The input character set can be specified using the
@option{-finput-charset} option, while the execution character set may
be controlled using the @option{-fexec-charset} and
@option{-fwide-exec-charset} options.
@item Identifier characters.
@anchor{Identifier characters}
......
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