From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24739 invoked by alias); 21 Jul 2005 16:39:23 -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 24678 invoked by uid 48); 21 Jul 2005 16:39:17 -0000 Date: Thu, 21 Jul 2005 16:44:00 -0000 Message-ID: <20050721163917.24677.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050721161836.22592.matz@suse.de> References: <20050721161836.22592.matz@suse.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/22592] -fvisibility-inlines-hidden broken differently X-Bugzilla-Reason: CC X-SW-Source: 2005-07/txt/msg02584.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-21 16:39 ------- No I think this code is in fact invalid and should error out like this. Note you also declared operator== as being hidden too. So if you call that, it would break too. -- What |Removed |Added ---------------------------------------------------------------------------- Component|middle-end |c++ http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22592