From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5347 invoked by alias); 30 Jun 2005 15:24:03 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4665 invoked by uid 48); 30 Jun 2005 15:23:25 -0000 Date: Thu, 30 Jun 2005 15:24:00 -0000 Message-ID: <20050630152325.4664.qmail@sourceware.org> From: "matz at suse dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050630145509.22252.matz@suse.de> References: <20050630145509.22252.matz@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22252] [4.0/4.1 Regression] pragma interface/implementation still break synthesized methods X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg03588.txt.bz2 List-Id: ------- Additional Comments From matz at suse dot de 2005-06-30 15:23 ------- Ah, I see. Note that you must compile the reduced testcase (thanks for that) with -O0, or with -fno-inline, otherwise the A::A ctor will be inlined in use.cc (making the warning about the non-availability of it even more funny ;-) ), and not lead to the link error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22252