This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFDiscussion: Macros used throughout gcc but not defined anywhere
Paul Koning wrote:
VAXC
config/vax/xm-vms.h <global> 30 #if defined(VAXC) || defined(__DECC)
config/vax/xm-vms.h <global> 113 #if defined(VAXC) || defined(__DECC)
I believe VAXC is defined by the DEC VAX C compiler.
Right, but I suspect that gcc has not been bootstrapped with VAX C for so
long that it will fail. I'd like to check but I can't, since I don't have
enough disk quota on my VAX (VMS!) accounts. Boostrapping would also
probably take about a week...
Gabriel.