From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14743 invoked by alias); 31 May 2006 20:11:42 -0000 Received: (qmail 11436 invoked by alias); 31 May 2006 20:08:46 -0000 Date: Wed, 31 May 2006 20:12:00 -0000 Message-ID: <20060531200846.11435.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/27385] [4.1/4.2 regression] ICE with invalid array initializer In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "mmitchel 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-05/txt/msg03249.txt.bz2 List-Id: ------- Comment #5 from mmitchel at gcc dot gnu dot org 2006-05-31 20:08 ------- Subject: Bug 27385 Author: mmitchel Date: Wed May 31 20:07:35 2006 New Revision: 114280 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114280 Log: PR c++/27801 * call.c (perform_implicit_conversion): Do not actually perform conversions in templates. PR c++/26496 * call.c (resolve_args): Check for invalid uses of bound non-static member functions. * init.c (build_offset_ref): Return error_mark_node for errors. PR c++/27385 * decl.c (reshape_init): Robustify. (reshape_init_array_1): Likewise. PR c++/27801 * g++.dg/template/cond6.C: New test. PR c++/26496 * g++.dg/template/crash51.C: New test. * g++.old-deja/g++.mike/net36.C: Tweak error markers. PR c++/27385 * g++.dg/init/array20.C: New test. Modified: branches/gcc-4_1-branch/gcc/cp/ChangeLog branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27385