From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id 570FFBD73 for ; Tue, 16 Aug 2005 19:45:30 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id j7GHjTbC013740 for ; Tue, 16 Aug 2005 19:45:30 +0200 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA08362 for ; Tue, 16 Aug 2005 19:45:29 +0200 (MET DST) Received: from smtp8.wanadoo.fr (smtp8.wanadoo.fr [193.252.22.23]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id j7GHjTF1028188 for ; Tue, 16 Aug 2005 19:45:29 +0200 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf0802.wanadoo.fr (SMTP Server) with ESMTP id 2169B1C00289 for ; Tue, 16 Aug 2005 19:45:29 +0200 (CEST) Received: from oemcomputer (Mix-Lyon-302-4-114.w193-248.abo.wanadoo.fr [193.248.231.114]) by mwinf0802.wanadoo.fr (SMTP Server) with SMTP id 368711C00286; Tue, 16 Aug 2005 19:45:28 +0200 (CEST) X-ME-UUID: 20050816174528223.368711C00286@mwinf0802.wanadoo.fr Message-ID: <002601c5a28a$0d245a80$72e7f8c1@oemcomputer> From: "Damien Guichard" To: "caml users" , "Damien Doligez" References: <980AFB50-5AF7-4FAA-A51E-564D686D6F8D@inria.fr> Subject: Re: [Caml-list] Objective Caml release 3.08.4 Date: Tue, 16 Aug 2005 19:43:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Miltered: at concorde with ID 43022639.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 43022639.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; damien:01 caml-list:01 ocaml:01 bug:01 ocamlopt:01 constructors:01 -rectypes:01 stack:01 constructors:01 bug:01 ocaml:01 damien:01 dedication:98 unbound:01 equality:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.3 Many thanks for your dedication and continuing OCaml development. > Bug fixes: > - ocamlopt: code generation problem on AMD64 PR#3640 > - wrong code generated for some classes PR#3576 > - fatal error when compiling some OO code PR#3745 > - problem with comparison on constant constructors PR#3608 > - better detection of cycles when using -rectypes > - missing case of module equality PR#3738 > - better error messages for unbound type variables > - stack overflow while printing type error message PR#3705 My program does intensive <, >, and = comparisons on many constant constructors. Should i worry whereas everything seems to work fine (till now) ? Where can i get more info about this bug PR#3608 ? My environment is OCaml 3.08.3 on Win98se. Considerations, - damien