From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19051 invoked by alias); 22 Sep 2007 08:00:00 -0000 Received: (qmail 19015 invoked by uid 48); 22 Sep 2007 07:59:50 -0000 Date: Sat, 22 Sep 2007 08:00:00 -0000 Message-ID: <20070922075950.19014.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/33516] [4.0/4.1/4.2/4.3 Regression] Rejects typedef qualified name-lookup In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-09/txt/msg01833.txt.bz2 ------- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-22 07:59 ------- Yes, this is what debugging cc1plus reveals - the typedef-name type decl is still incomplete. Now, the question is if this is valid C++ or not ;) Using foo_bar instead of bar works as well (though foo_bar also is incomplete). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33516