No. It was a joke.
Where does this error comes from?
make[1]: Entering directory `/scratch/install/gcc-2.7.2.1/p'
cc -c -DIN_GCC -DGPC -g -I. -I.. -I. -I./.. -I./../config
gpc-lex.c
In file included from gpc-lex.c:102:
hash.h:122: `AND_' undeclared here (not in a function)
hash.h:122: initializer element for `wordlist[24].token' is not constant
hash.h:125: `NOT_' undeclared here (not in a function)
hash.h:125: initializer element for `wordlist[27].token' is not constant
hash.h:126: `NIL_' undeclared here (not in a function)
hash.h:126: initializer element for `wordlist[28].token' is not constant
hash.h:136: `MOD_' undeclared here (not in a function)
hash.h:136: initializer element for `wordlist[38].token' is not constant
hash.h:153: `DIV_' undeclared here (not in a function)
hash.h:153: initializer element for `wordlist[55].token' is not constant
hash.h:161: `SET_' undeclared here (not in a function)
hash.h:161: initializer element for `wordlist[63].token' is not constant
hash.h:176: `CONST_' undeclared here (not in a function)
hash.h:176: initializer element for `wordlist[78].token' is not constant
make[1]: *** [gpc-lex.o] Error 1
make[1]: Leaving directory `/scratch/install/gcc-2.7.2.1/p'
make: *** [gpc1] Error 2
Cheers.