From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 1F574BC68 for ; Sun, 8 Oct 2006 01:35:12 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id k97NZBTo022823 for ; Sun, 8 Oct 2006 01:35:11 +0200 Received: by nf-out-0910.google.com with SMTP id l36so1444184nfa for ; Sat, 07 Oct 2006 16:35:11 -0700 (PDT) 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:content-transfer-encoding:content-disposition; b=aXsT7eid+BTcyBe/ZvfQS+7NmfETUDqZKfianHS30LF2qoiQN4/8vmAjL+k+cIEkUpyL5BH07XpjZEoXIp5l29Tlw0IpeJXgu67/pkCFlcRN8EYIdY11tNvVkf3M7r86V1c5HJLyKpUmnBMOchLqj3mNzxgUFelwAsjU3CqwB64= Received: by 10.82.131.1 with SMTP id e1mr299414bud; Sat, 07 Oct 2006 16:35:10 -0700 (PDT) Received: by 10.82.191.20 with HTTP; Sat, 7 Oct 2006 16:35:10 -0700 (PDT) Message-ID: Date: Sat, 7 Oct 2006 16:35:10 -0700 From: "Kip Macy" To: Ocaml Subject: disconcerting asm warnings when building for freebsd-sparc64 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-j-chkmail-Score: MSGID : 452839AF.000 on concorde : j-chkmail score : X : 0/20 1 X-Miltered: at concorde with ID 452839AF.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; bug:01 ocaml:01 ocamlrun:01 ocamlopt:01 -warn-error:01 -nostdlib:01 compflags:01 pervasives:01 cmx:01 pervasives:01 ocamlrun:01 ocamlopt:01 -warn-error:01 -nostdlib:01 compflags:01 Is this a bug in ocaml? Or have I mis-configured gas? Thanks. ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags pervasives.cmx ` -c pervasives.ml /tmp/camlasm9a4b6a.s: Assembler messages: /tmp/camlasm9a4b6a.s:432: Warning: value 0x3cb0000000000000 truncated to 0x0 /tmp/camlasm9a4b6a.s:438: Warning: value 0x10000000000000 truncated to 0x0 /tmp/camlasm9a4b6a.s:444: Warning: value 0x7fefffffffffffff truncated to 0xfffff fff /tmp/camlasm9a4b6a.s:450: Warning: value 0x7ff0000000000001 truncated to 0x1 /tmp/camlasm9a4b6a.s:456: Warning: value 0xfff0000000000000 truncated to 0x0 /tmp/camlasm9a4b6a.s:462: Warning: value 0x7ff0000000000000 truncated to 0x0 ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int64.cmx` -c int64.ml /tmp/camlasm568d6a.s: Assembler messages: /tmp/camlasm568d6a.s:48: Warning: value 0x7fffffffffffffff truncated to 0xffffff ff /tmp/camlasm568d6a.s:54: Warning: value 0x8000000000000000 truncated to 0x0