From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32239 invoked by alias); 4 Apr 2004 07:54:53 -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 32206 invoked by alias); 4 Apr 2004 07:54:52 -0000 Date: Sun, 04 Apr 2004 07:54:00 -0000 Message-ID: <20040404075452.32205.qmail@sources.redhat.com> From: "dave at hiauly1 dot hia dot nrc dot ca" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040321182857.14671.danglin@gcc.gnu.org> References: <20040321182857.14671.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/14671] [3.5 regression] caller-save.c:491: internal compiler error: Segmentation fault X-Bugzilla-Reason: CC X-SW-Source: 2004-04/txt/msg00318.txt.bz2 List-Id: ------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2004-04-04 07:54 ------- Subject: Re: [3.5 regression] caller-save.c:491: interna > Which does not make senses as reg_known_value is marked as GTY with a length > of > reg_known_value_size, unless this length is wrong at the point gc_collect is > called which means this is > most likely caused by a patch by Jan. No. On March 18, xcalloc was being used to allocate reg_known_value and it wasn't marked. RTH seems to have applied a patch to mark reg_known_value on the 24th. So, possibly this PR is fixed. Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14671