From MAILER-DAEMON Thu Dec 28 17:38:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1H03ta-00051O-Ps for mharc-bug-sather@gnu.org; Thu, 28 Dec 2006 17:38:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GmDoY-0007cA-9m for bug-sather@gnu.org; Mon, 20 Nov 2006 13:24:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GmDoX-0007aM-3X for bug-sather@gnu.org; Mon, 20 Nov 2006 13:24:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GmDoW-0007aC-Sj for bug-sather@gnu.org; Mon, 20 Nov 2006 13:24:16 -0500 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GmDoU-0003v3-W2 for bug-sather@gnu.org; Mon, 20 Nov 2006 13:24:16 -0500 Received: by ug-out-1314.google.com with SMTP id j3so1390221ugf for ; Mon, 20 Nov 2006 10:24:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BK6d1TRJ6p4ysCkG2dkyhxCluDRkarhoBLfKJfvdA5fqEm2+E4DvR1e0cGjaw+DbigcL+hm374wB3XyIC+pv96+f/I1oYuaSVfvqFCx+5hnGdDLXoF1noDQi4wGYbcc6uk1vDXcJmUhELOK7pJJ3q5abdOQ2+2ps4ixSkAmU9cw= Received: by 10.78.139.1 with SMTP id m1mr5563455hud.1164047037644; Mon, 20 Nov 2006 10:23:57 -0800 (PST) Received: by 10.78.202.4 with HTTP; Mon, 20 Nov 2006 10:23:57 -0800 (PST) Message-ID: <9475b4a90611201023p4b0b4274g66794dbe2b2b48b1@mail.gmail.com> From: "Seshu Nimmala" To: bug-sather@gnu.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_43939_27438613.1164047037585" X-Mailman-Approved-At: Thu, 28 Dec 2006 17:38:41 -0500 Subject: Sather on X86_64 X-BeenThere: bug-sather@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports for the GNU Sather language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 20 Nov 2006 18:24:18 -0000 X-Original-Date: Mon, 20 Nov 2006 10:23:57 -0800 X-List-Received-Date: Mon, 20 Nov 2006 18:24:18 -0000 ------=_Part_43939_27438613.1164047037585 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline (I am sending this out to GNU mailing list after waiting for a response from the developers/maintainers of Sather; I hope someone will be able to say something on this issue) --- Hi, I am trying to use Sather on an x86_64 system with Linux. It built successfully (well, there were some warnings about the mismatch of the int size). When the tests were run from Test folder using "make test-all" command, there was a runtime error. ___________________________________________________________________ .... INT Test 23 (stepto!) succeeded Should = 1 3 5 7 9 Does = 1 3 5 7 9 INT Test 24 (stepto!) succeeded Should = 0 2 4 6 8 10 Does = 0 2 4 6 8 10 Runtime error - Integer overflow on plus (Use "-debug" to compile symbolic info) Abort ____________________________________________________________________ I found out that the above tests go without a hitch on a 32 bit Linux. Such compiler dependecies on architecture are to be fixed. I think Sather is a GREAT language and I'll try to contribute something that I can so as to keep it "alive". In order to do that at a more productive level, I have to play with it a little more and learn the details of the language. At this point, I can test a few things if someone from the GNU developer/maintainer team can provide guidance on the things to get it working more completely on 64 bit OS. The future will be 64 bit machines and as such, a Sather port on them is a must to have if one wants keep the language actively used. Thanks, Seshu --- ------=_Part_43939_27438613.1164047037585 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
(I am sending this out to GNU mailing list after waiting for a response from the developers/maintainers
of Sather; I hope someone will be able to say something on this issue)
---
Hi,
 
I am trying to use Sather on an x86_64 system with Linux. It built successfully
(well, there were some warnings about the mismatch of the int size). When the
tests were run from Test folder using "make test-all" command, there was a runtime
error.
___________________________________________________________________
....

   INT Test 23 (stepto!)   succeeded
   Should = 1 3 5 7 9
   Does   = 1 3 5 7 9

   INT Test 24 (stepto!)   succeeded
   Should = 0 2 4 6 8 10
   Does   = 0 2 4 6 8 10

Runtime error - Integer overflow on plus
(Use "-debug" to compile symbolic info)
Abort

____________________________________________________________________

I found out that the above tests go without a hitch on a 32 bit Linux. Such compiler dependecies

on architecture are to be fixed.

I think Sather is a GREAT language and I'll try to contribute something that I can so as to keep it "alive".

In order to do that at a more productive level, I have to play with it a little more and learn the details of

the language. At this point, I can test a few things if someone from the GNU developer/maintainer team can

provide guidance on the things to get it working more completely on 64 bit OS. The future will be 64 bit

machines and as such, a Sather port on them is a must to have if one wants keep the language actively used.

Thanks,

Seshu

---

------=_Part_43939_27438613.1164047037585--