From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14143 invoked by alias); 15 Sep 2005 22:20:57 -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 14086 invoked by uid 48); 15 Sep 2005 22:20:49 -0000 Date: Thu, 15 Sep 2005 22:20:00 -0000 Message-ID: <20050915222049.14085.qmail@sourceware.org> From: "geoffk at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050902154043.23698.pinskia@gcc.gnu.org> References: <20050902154043.23698.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23698] [4.1 Regression] accepts invalid X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg01907.txt.bz2 List-Id: ------- Additional Comments From geoffk at gcc dot gnu dot org 2005-09-15 22:20 ------- I think the relevant part of the C++ standard here is [temp.inst] paragraph 5: If the overload resolution process can determine the correct function to call without instantiating a class template definition, it is unspecified whether that instantiation actually takes place. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23698