tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ooc-compiler] Re: [Tinycc-devel] invalid escaped char


From: Michael van Acken
Subject: Re: [ooc-compiler] Re: [Tinycc-devel] invalid escaped char
Date: 05 Oct 2003 16:09:56 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

s duclos <address@hidden> writes:

> Hi :)
> 
> I have no idea what this surrogate stuff is about :))
> [...]
> Micheal, the code I'm referring to is in:
> /usr/local/lib/oo2c/obj/Object.oh:14:
> 
> #define Object__surrogateLow "\░00"
> [...]

This is actually a bug in the code generator.  The character after the
first "\" is junk due to overflow -- it tries to write a 16-bit
character code using an 8-bit octal escape.

This output is definitely not intended.  I have no idea what gcc makes
of it.

-- mva




reply via email to

[Prev in Thread] Current Thread [Next in Thread]