From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16251 invoked by alias); 8 Sep 2002 13:06:00 -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 16237 invoked by uid 71); 8 Sep 2002 13:06:00 -0000 Date: Sun, 08 Sep 2002 06:06:00 -0000 Message-ID: <20020908130600.16236.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Jonathan Wakely Subject: Re: c/7741: ICE on conflicting types Reply-To: Jonathan Wakely X-SW-Source: 2002-09/txt/msg00115.txt.bz2 List-Id: The following reply was made to PR c/7741; it has been noted by GNATS. From: Jonathan Wakely To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c/7741: ICE on conflicting types Date: Sun, 8 Sep 2002 14:03:43 +0100 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7741 The preprocessed source removed the comment I'd made about what caused the ICE. Removing the #include prevents the ICE, and a proper diagnostic message is issued about the conflicting type declarations. Including unistd.h causes the ICE (so it might be something screwy on my system - but it doesn't happen with GCC 3.0) jon