One of its features is: "a C-generating back end, which can be used to generate C code for C++ programs"
source: https://www.edg.com/index.php?location=c_frontend
In fact, the Itanium C++ ABI (which has no relation to the architecture) specifically uses valid C identifiers to mangle C++ names to support products like EDG.
source: http://mentorembedded.github.io/cxx-abi/abi.html#mangling-ty...
One of its features is: "a C-generating back end, which can be used to generate C code for C++ programs"
source: https://www.edg.com/index.php?location=c_frontend
In fact, the Itanium C++ ABI (which has no relation to the architecture) specifically uses valid C identifiers to mangle C++ names to support products like EDG.
source: http://mentorembedded.github.io/cxx-abi/abi.html#mangling-ty...