From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98718 invoked by alias); 14 Sep 2015 07:23:52 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 98707 invoked by uid 89); 14 Sep 2015 07:23:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: smtp2-g21.free.fr Received: from smtp2-g21.free.fr (HELO smtp2-g21.free.fr) (212.27.42.2) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 14 Sep 2015 07:23:50 +0000 Received: from [172.27.0.114] (unknown [83.142.147.193]) (Authenticated sender: shill) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 04CDE4B005F for ; Mon, 14 Sep 2015 09:23:47 +0200 (CEST) Message-ID: <55F67602.1040401@free.fr> Date: Mon, 14 Sep 2015 07:23:00 -0000 From: Mason User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1 MIME-Version: 1.0 To: GCC help Subject: Re: gcc5 and std::string References: <55F2D60E.8060707@cloudius-systems.com> In-Reply-To: <55F2D60E.8060707@cloudius-systems.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-09/txt/msg00069.txt.bz2 On 11/09/2015 15:24, Avi Kivity wrote: > This post explains it: > http://developerblog.redhat.com/2015/02/05/gcc5-and-the-c11-abi/ It is quite unfortunate that both C11 and C++11 were published in 2011. As it is, I thought the above link discussed a change to the C ABI... "GCC5 and the C++11 ABI" The author should use c++11 or cxx11 in the URL name. Regards.