On 10/02/2011 12:10 PM, Gabriel Dos Reis wrote:
The comment wasn't about comparison of typedefs -- the patch did not compare typedefs.
*Value* representations should not change just because a type name was introduced via a typedef.
Values (and expressions in general) have types. If the types aren't ==, then neither are two equal values with those types. Are you suggesting we strip typedefs for constant values?
Jason