From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18903 invoked by alias); 10 Aug 2004 18:49:34 -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 18884 invoked by uid 48); 10 Aug 2004 18:49:34 -0000 Date: Tue, 10 Aug 2004 18:49:00 -0000 Message-ID: <20040810184934.18883.qmail@sourceware.org> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040727131350.16781.bangerth@dealii.org> References: <20040727131350.16781.bangerth@dealii.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/16781] [3.3 regression] ICE in cxx_scope_find_binding_for_name with missing 'template' disambiguator X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg00850.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-08-10 18:49 ------- Without --enable-checking the code is rejected: bug.cc: In member function `void X::bar()': bug.cc:5: error: `foo' undeclared (first use this function) bug.cc:5: error: (Each undeclared identifier is reported only once for each function it appears in.) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16781