On 07/01/2014 07:40 PM, Jan Hubicka wrote:
I want to avoid the overhead of SCC hashing and canonical type computation for 
these
and here I want the concept of anonymous namespace types to be closed upwards.
That is if I have type that is not considered anonymous it should not be built 
from
non-anonymous types.

So here I need to test anonymity of non-class types...

OK. If you want to cover all compound types, you have more code to write, to cover pointer/reference/offset types and parameter types of function/method types.

Jason

Reply via email to