> Setting TYPE_PRECISION is mostly useless, because most of gcc assumes > it's the same as TYPE_SIZE and ignores it.
Then you need to change that and not TYPE_SIZE. > It seems to work just fine in testing, and I'm trying to make it > non-fundamental. I'm very skeptical... In any case, having a type whose TYPE_SIZE is smaller than the size of its MODE is a lie which will bite you back at some point. -- Eric Botcazou