From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10836 invoked by alias); 16 Jun 2006 23:00:50 -0000 Received: (qmail 10749 invoked by uid 48); 16 Jun 2006 23:00:37 -0000 Date: Fri, 16 Jun 2006 23:02:00 -0000 Message-ID: <20060616230037.10748.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "bangerth at dealii 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-06/txt/msg01617.txt.bz2 List-Id: ------- Comment #2 from bangerth at dealii dot org 2006-06-16 23:00 ------- Actually, 4.0.x is the only compiler that I can get to ICE: g/x> /home/bangerth/bin/gcc-4.0.x/bin/c++ -O3 -c x.cc x.cc: In instantiation of 'B<0>': x.cc:8: instantiated from here x.cc:5: error: no type named 'X' in 'struct A<0>' x.cc:5: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in mangle_conv_op_name_for_type, at cp/mangle.c:2778 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. All the other ones issue error messages without an ICE... -- bangerth at dealii dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bangerth at dealii dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-06-16 23:00:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28051