Richard Guenther wrote:

> char and signed char (if char is signed) are the same types for the
> middle-end (but not for the Frontend).

Is that desirable?  Type-based alias analysis should be able to take
advantage of the difference between them; a "char **" and a "signed char
**" cannot point at the same thing, for example.

-- 
Mark Mitchell
CodeSourcery
[EMAIL PROTECTED]
(650) 331-3385 x713

Reply via email to