libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
339 stars 38 forks source link

cparser can't handle wide literals #31

Open GabrielRavier opened 4 years ago

GabrielRavier commented 4 years ago
L"\x12345600";

This errors with this message :

cparser: ./src/adt/unicode.h:65: obstack_grow_utf8: Assertion `c < 0x200000' failed.
Aborted (core dumped)