Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!stjhmc!f14.n15.z1.fidonet.org!Dave.Harris From: Dave.Harris@f14.n15.z1.fidonet.org (Dave Harris) Newsgroups: comp.lang.c Subject: Problem with cc on Cray Message-ID: <14465.2860B4ED@stjhmc.fidonet.org> Date: 20 Jun 91 13:57:15 GMT Sender: ufgate@stjhmc.fidonet.org (newsout1.26) Organization: FidoNet node 1:15/14 - Nibbles 'n Bits, Orem UT Lines: 18 > ... > int i, li, cnt, flag, mightbe; > FILE *fv1, *fv2; > char c, e; ^^^ Try making this an int. I suspect that one of the compilers treats a char without any modifiers as unsigned and the other compiler treats it as signed. Dave Harris. -- Uucp: ...{gatech,ames,rutgers}!ncar!asuvax!stjhmc!15!14!Dave.Harris Internet: Dave.Harris@f14.n15.z1.fidonet.org