Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!mailrus!rutgers!mit-eddie!uw-beaver!rice!kalliope!luis From: luis@titan.hbar.rice.edu (Luis Soltero) Newsgroups: gnu.gcc.bug Subject: gcc 1.31 parse error Message-ID: Date: 27 Jan 89 20:01:01 GMT Sender: usenet@rice.edu Distribution: gnu Organization: Rice University Lines: 13 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