This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13210] \u and \U will cause compile error
- From: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Nov 2003 06:59:28 -0000
- Subject: [Bug c/13210] \u and \U will cause compile error
- References: <20031127025639.13210.hai.ling@philips.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From zack at gcc dot gnu dot org 2003-11-27 06:59 -------
*None* of the escape sequences you have written in your sample code are valid.
You get a different error message for \u and \U than the others, because (in
C99) those can *begin* valid escape seqences -- but they are not valid by
themselves.
If you describe what you are trying to do with this bizarre code, we can maybe
tell you what it should look like.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13210