Your message dated Fri, 19 Sep 2003 21:14:27 -0700
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 1:3.3.1ds0-0pre0
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 23 May 2003 14:35:14 +0000
>From [EMAIL PROTECTED] Fri May 23 09:35:13 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.havok.com (crystale.telekinesys) [62.221.5.114] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19JDdY-0006do-00; Fri, 23 May 2003 09:35:13 -0500
Received: from stag.telekinesys (stag.telekinesys [10.55.4.167])
        by crystale.telekinesys (8.12.9/8.12.9/Debian-3) with ESMTP id 
h4NEb32X021899;
        Fri, 23 May 2003 15:37:03 +0100
Received: from stephen by stag.telekinesys with local (Exim 3.35 #1 (Debian))
        id 19JDpa-00085q-00; Fri, 23 May 2003 15:47:38 +0100
From: Stephen Kennedy <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: g++-3.3: Warning option -Winline broken
X-Reportbug-Version: 1.36
X-Mailer: reportbug 1.36
Date: Fri, 23 May 2003 15:47:37 +0100
Reply-To: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-milter (http://amavis.org/)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-6.0 required=4.0
        tests=BAYES_01,HAS_PACKAGE
        version=2.53-bugs.debian.org_2003_05_22
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_22 
(1.174.2.15-2003-03-30-exp)

Package: g++-3.3
Version: 1:3.3-2
Severity: normal


The docs state that -Winline should only warn for functions declared
inline but not inlinable.

We use -Winline to ensure that critical code is inlined, but in v3.3
this option is useless.


Script started on Fri May 23 15:44:26 2003
% cat a.cpp
class Foo
{
        public:
                Foo();
};

int main()
{
        Foo f;
        return 0;
}

Foo::Foo()
{

}
% g++-3.3 -O3 -Winline a.cpp
a.cpp: In function `int main()':
a.cpp:15: warning: inlining failed in call to `Foo::Foo()'
a.cpp:17: warning: called from here
Script done on Fri May 23 15:44:34 2003

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux stag 2.4.20-1-686 #1 Sat Mar 22 13:16:21 EST 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages g++-3.3 depends on:
ii  gcc-3.3                       1:3.3-2    The GNU C compiler
ii  gcc-3.3-base                  1:3.3-2    The GNU Compiler Collection (base 
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  libstdc++5-3.3-dev            1:3.3-2    The GNU Standard C++ Library v3 (d


---------------------------------------
Received: (at 194451-done) by bugs.debian.org; 20 Sep 2003 04:14:30 +0000
>From [EMAIL PROTECTED] Fri Sep 19 23:14:28 2003
Return-path: <[EMAIL PROTECTED]>
Received: from h24-77-96-253.sbm.shawcable.net (straylight.cyberhqz.com) 
[24.77.96.253] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1A0Z8e-0006CE-00; Fri, 19 Sep 2003 23:14:28 -0500
Received: from cyberhq.internal.cyberhqz.com (cyberhq.internal.cyberhqz.com 
[192.168.0.2])
        by straylight.cyberhqz.com (Postfix) with ESMTP id 2B17754035
        for <[EMAIL PROTECTED]>; Fri, 19 Sep 2003 21:14:28 -0700 (PDT)
Received: by cyberhq.internal.cyberhqz.com (Postfix, from userid 1000)
        id DBE701B96F6; Fri, 19 Sep 2003 21:14:27 -0700 (PDT)
Date: Fri, 19 Sep 2003 21:14:27 -0700
To: [EMAIL PROTECTED]
Subject: fixed in 1:3.3.1ds0-0pre0
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
From: [EMAIL PROTECTED] (Ryan Murray)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=0.0 required=4.0
        tests=none
        version=2.53-bugs.debian.org_2003_9_16
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_16 
(1.174.2.15-2003-03-30-exp)

This bug was fixed in gcc 3.3 cvs on 2003-06-17, and was seen in
Debian with the CVS 20030626 upload in 1:3.3.1ds0-0pre0 on Jun 27th.


Reply via email to