From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id VAA11918; Wed, 28 Nov 2001 21:15:48 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id VAA11914 for ; Wed, 28 Nov 2001 21:15:47 +0100 (MET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id fASKFjr22007; Wed, 28 Nov 2001 21:15:45 +0100 (MET) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id VAA11891; Wed, 28 Nov 2001 21:15:45 +0100 (MET) Date: Wed, 28 Nov 2001 21:15:44 +0100 From: Xavier Leroy To: Neil Inala Cc: caml-list@inria.fr Subject: Re: [Caml-list] bytegen.comp_expr error when doing object copying Message-ID: <20011128211544.C11698@pauillac.inria.fr> References: <20011127102130.A16765@pauillac.inria.fr> <20011127170352.63710.qmail@web14609.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20011127170352.63710.qmail@web14609.mail.yahoo.com>; from inalan@yahoo.com on Tue, Nov 27, 2001 at 09:03:52AM -0800 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > Perhaps this should go to caml-bugs only, but I thought discussions > on the list might disambiguate some assumptions I'm making. Also > I'm not sure it's a bug. In the code below (section 1), everything > seems to work fine. The code compiles with no problems. In the > almost-identical code section 2, the compiler emits the following: > > v/64 > >> Fatal error: Bytegen.comp_expr: var v_64 > Uncaught exception: Misc.Fatal_error This is most certainly a bug in the compiler. "Fatal errors" are, well, just that: internal inconsistencies in the compiler that should never happen. We will investigate, but it would have been preferable to submit a bug report to caml-bugs@inria.fr: these get archived automatically and are much harder for us to forget about :-) - Xavier Leroy ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr