From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27554 invoked by alias); 10 May 2004 20:00:08 -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 27519 invoked by uid 48); 10 May 2004 20:00:07 -0000 Date: Tue, 11 May 2004 18:56:00 -0000 Message-ID: <20040510200007.27518.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030806091852.11828.benko@sztaki.hu> References: <20030806091852.11828.benko@sztaki.hu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11828] [3.4/3.5 regression] qualified dependent name looked up too early X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg00989.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-10 20:00 ------- Note ICC 6.0 in strict mode (-Xc -ansi) rejects the testcase in PR15367 with: pr11828.cc pr11828.cc(6): error: no instance of overloaded function "f" matches the argument list argument types are: (A) ::f (t); ^ detected during instantiation of "void g(T) [with T=A]" compilation aborted for pr11828.cc (code 2) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11828