This is the mail archive of the gcc-bugs@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]

[Bug c/13210] \u and \U will cause compile error


------- 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


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