Hello world, in working on the macroization patch, I found that, for character(kind=4) array descriptors, we have GFC_DESCRIPTOR_SIZE(a)==1. This requires quite a few special cases in the library. Is this intentional? Shouldn't this be cleaned up for the descriptor change? At which corner of the front end could we change this? Thomas