This is the mail archive of the gcc-patches@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] |
The aforementioned proposals do not specifically state what should be done when a UTF-16 (char16_t) character literal contains a 32-bit universal character (\Unnnnnnnn). This implementation will issue an error about the constant being too long.
If the value is not representable within 16 bits, the program is ill-formed.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |