On 11/13/2015 04:11 PM, Marek Polacek wrote:
Sorry, I changed my mind. Since QUAL_UNION_TYPE is Ada-only thing and we check (RECORD_TYPE || UNION_TYPE) in a lot of places in the C FE, introducing RECORD_OR_UNION_TYPE_P everywhere would unnecessarily slow things down.
I don't think so, the three codes are adjacent so we should be generating "(unsigned)(code - RECORD_TYPE) < 3".
Bernd