From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" To: lucier@math.purdue.edu Cc: egcs-bugs@cygnus.com, lucier@math.purdue.edu, feeley@iro.umontreal.ca, staff@math.purdue.edu Subject: Re: Problem with unsigned long long on ultrasparc Date: Thu, 20 Aug 1998 18:26:00 -0000 Message-id: <199808210124.SAA21261@dm.cobaltmicro.com> References: <199808202122.QAA22453@polya.math.purdue.edu> X-SW-Source: 1998-08/msg00424.html List-Id: Date: Thu, 20 Aug 1998 16:22:03 -0500 (EST) From: Brad Lucier With this version of gcc: peano-30% gcc -v Reading specs from /opt/egcs-19980816/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.54/specs gcc version egcs-2.91.54 19980816 (gcc2 ss-980609 experimental) ... peano-27% gcc -O1 -mcpu=ultrasparc -o testlong testlong.c peano-28% testlong 4294967295ll 2147483648ll Problem This is on Solaris 2.5.1. Please check the latest in CVS as I believe a change I made on the 17th cures this problem, I cannot make the compiler output the code you are seeing. Later, David S. Miller davem@dm.cobaltmicro.com