From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18651 invoked by alias); 5 Jul 2005 21:21:58 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18484 invoked by uid 22791); 5 Jul 2005 21:21:42 -0000 Received: from smtp-102-tuesday.nerim.net (HELO kraid.nerim.net) (62.4.16.102) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 05 Jul 2005 21:21:42 +0000 Received: from uniton.integrable-solutions.net (gdr.net1.nerim.net [62.212.99.186]) by kraid.nerim.net (Postfix) with ESMTP id AC7C240E23 for ; Tue, 5 Jul 2005 23:21:37 +0200 (CEST) Received: from uniton.integrable-solutions.net (localhost [127.0.0.1]) by uniton.integrable-solutions.net (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j65LKUKY008093 for ; Tue, 5 Jul 2005 23:20:30 +0200 Received: (from gdr@localhost) by uniton.integrable-solutions.net (8.12.10/8.12.10/Submit) id j65LKUEA008092; Tue, 5 Jul 2005 23:20:30 +0200 To: gcc@gcc.gnu.org Subject: Re: tr1::unordered_set bizarre rounding behavior (x86) References: From: Gabriel Dos Reis In-Reply-To: Date: Tue, 05 Jul 2005 21:21:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-07/txt/msg00202.txt.bz2 Michael Veksler writes: | There is one more thing to consider: the ABI. | By changing the code in the header file will break the ABI | of tr1::unordered_set. Code compiled with older gcc and | newer and fixed-gcc will not interoperate. tr1 is very experimental and we don't guarantee anything. -- Gaby