From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23933 invoked by alias); 14 Mar 2003 22:56:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 23789 invoked by uid 71); 14 Mar 2003 22:56:01 -0000 Date: Fri, 14 Mar 2003 22:56:00 -0000 Message-ID: <20030314225601.23756.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: David Mosberger Subject: Re: middle-end/5419: ICE when compiling Linux kernel's kernel/sched.c on ia64 Reply-To: David Mosberger X-SW-Source: 2003-03/txt/msg00907.txt.bz2 List-Id: The following reply was made to PR middle-end/5419; it has been noted by GNATS. From: David Mosberger To: Wolfgang Bangerth Cc: davidm@hpl.hp.com, gcc-bugs@gcc.gnu.org, Subject: Re: middle-end/5419: ICE when compiling Linux kernel's kernel/sched.c on ia64 Date: Fri, 14 Mar 2003 14:48:34 -0800 >>>>> On Fri, 14 Mar 2003 16:29:18 -0600 (CST), Wolfgang Bangerth said: Wolfgang> The testcase in the PR seems corrupted: the text field Wolfgang> into which it was pasted ends with an unterminated line of Wolfgang> code -- likely that the buffer of your OS was overflowing Wolfgang> while copy-pasting. Not a likely explanation, but yes, let's assume it has been fixed. --david