From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6154 invoked by alias); 30 Mar 2005 21:42:38 -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 6079 invoked by uid 48); 30 Mar 2005 21:42:32 -0000 Date: Wed, 30 Mar 2005 21:42:00 -0000 Message-ID: <20050330214232.6077.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050324210416.20629.caolanm@redhat.com> References: <20050324210416.20629.caolanm@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/20629] internal compiler error: in cp_tree_equal, at cp/tree.c:1552 X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg03497.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-30 21:42 ------- (In reply to comment #4) > I'm still seeing this, but some info... > a) I'm only seeing this with LANG=C, export LANG=en_US.UTF-8 and there is no crash > b) compiling the dumped proprocessed code isn't crashing in either LANG Hmm, that usually means some memory corruption somewhere in GCC or a miscompiling of GCC. Does this happen with a build of GCC with BOOT_CFLAGS="-O0 -g"? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu dot | |org Keywords| |ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20629