From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27130 invoked by alias); 7 Oct 2009 10:32:23 -0000 Received: (qmail 27113 invoked by uid 22791); 7 Oct 2009 10:32:22 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vsmtp4.tin.it (HELO vsmtp4.tin.it) (212.216.176.224) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Oct 2009 10:32:18 +0000 Received: from [192.168.0.4] (79.36.197.37) by vsmtp4.tin.it (8.5.113) id 4AB26CCC013C87E2; Wed, 7 Oct 2009 12:32:16 +0200 Message-ID: <4ACC6E2F.7050909@oracle.com> Date: Wed, 07 Oct 2009 10:32:00 -0000 From: Paolo Carlini User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Richard Guenther CC: gcc@gcc.gnu.org, libstdc++ Subject: Re: Any very recent inlining changes (libstdc++' ABI check fails in mainline) ? References: <4ACC6C45.30500@oracle.com> <84fc9c000910070329t3531725eqe25a5dabc837b0fb@mail.gmail.com> In-Reply-To: <84fc9c000910070329t3531725eqe25a5dabc837b0fb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-10/txt/msg00141.txt.bz2 Richard Guenther wrote: > Yes. > Thanks ;) I'm going to tighten the patterns asap, cannot hurt. For the record, on testresults there are no big traces of this issue, this is puzzling, no idea why some people do not reproduce my problems... Paolo.