From issues-return-2485-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Wed Nov 12 03:26:05 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 43893 invoked from network); 12 Nov 2008 03:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2008 03:26:04 -0000 Received: (qmail 42291 invoked by uid 500); 12 Nov 2008 03:26:12 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 42270 invoked by uid 500); 12 Nov 2008 03:26:12 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 42259 invoked by uid 99); 12 Nov 2008 03:26:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 19:26:12 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 03:25:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3C999234C281 for ; Tue, 11 Nov 2008 19:25:44 -0800 (PST) Message-ID: <1281098312.1226460344217.JavaMail.jira@brutus> Date: Tue, 11 Nov 2008 19:25:44 -0800 (PST) From: "Martin Sebor (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Assigned: (STDCXX-796) [gcc 4.1.1] many -Winline warnings In-Reply-To: <674818278.1206463885716.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STDCXX-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor reassigned STDCXX-796: ----------------------------------- Assignee: Martin Sebor > [gcc 4.1.1] many -Winline warnings > ---------------------------------- > > Key: STDCXX-796 > URL: https://issues.apache.org/jira/browse/STDCXX-796 > Project: C++ Standard Library > Issue Type: Bug > Components: Build and Installation > Affects Versions: 4.2.0 > Environment: gcc 4.1.1 > Reporter: Martin Sebor > Assignee: Martin Sebor > Fix For: 4.2.2 > > Original Estimate: 24h > Remaining Estimate: 24h > > Optimized builds with recent versions of gcc produce thousands of inlining warnings. See: > {noformat} > $ gunzip -c linux_redhat_el-5.0-em64t-gcc-4.1.1-12d-639851-log.gz | grep "inlining failed" | wc -l > 4191 > {noformat} > We should at least make an effort to silence those coming out of library headers (e.g., by applying {{#pragma GCC system_header}} but we might want to review them first to see if they could be used to optimize our code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.