From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31290 invoked by alias); 13 Feb 2004 05:39:42 -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 30384 invoked by uid 48); 13 Feb 2004 05:39:32 -0000 Date: Fri, 13 Feb 2004 05:39:00 -0000 Message-ID: <20040213053932.30382.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20020517154601.6709.marco@technoboredom.net> References: <20020517154601.6709.marco@technoboredom.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/6709] typeof() cannot be used with the :: operator X-Bugzilla-Reason: CC X-SW-Source: 2004-02/txt/msg01382.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-13 05:39 ------- The error message is now: tests/pr6709.cc: In function `int main()': tests/pr6709.cc:10: error: `X' in namespace `::' does not name a type which shows what is happening now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6709