[gnu.gcc.bug] gcc 1.31 parse error

luis@titan.hbar.rice.edu (Luis Soltero) (01/28/89)

the following program causes gcc to generate a parse error.
gcc versinon 1.31 running under uPort sysv/386 r3.1

typedef short INT;
unsigned INT x;
main(){}


if you remove the "unsigned" and leave the "INT x" the program compiles fine.

thanks,
--luis@titan.rice.edu