On 1/15/22 10:52, Bruno Haible wrote:
Note that the compiler defines both __EDG__ and __PGIC__. The former apparently describes the C++ frontend, the latter the code generation phase.
Ouch. It's possible that some (but not all?) occurrences of __EDG__ in intprops.h should actually be __PGIC__. If users later report problems in this area I suppose we should ask about both macros.