From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1887 invoked by alias); 13 Jul 2006 13:14:34 -0000 Received: (qmail 1833 invoked by uid 48); 13 Jul 2006 13:14:26 -0000 Date: Thu, 13 Jul 2006 13:14:00 -0000 Message-ID: <20060713131426.1832.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/28051] [4.0 regression] ICE on invalid conversion operator In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt at gcc dot gnu dot org" 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 X-SW-Source: 2006-07/txt/msg00976.txt.bz2 List-Id: ------- Comment #9 from reichelt at gcc dot gnu dot org 2006-07-13 13:14 ------- The bug is not fixed on the 4.0 branch. The ICE only happens in a different position: bug.cc: In instantiation of 'B<0>': bug.cc:8: instantiated from here bug.cc:5: error: no type named 'X' in 'struct A<0>' bug.cc:4: internal compiler error: in lookup_member, at cp/search.c:1204 Please submit a full bug report, [etc.] Since the testcase was already added to the testsuite we now have a new FAIL: FAIL: g++.dg/template/using10.C (test for excess errors) -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|[4.0/4.1 regression] ICE on |[4.0 regression] ICE on |invalid conversion operator |invalid conversion operator http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28051