From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2672 invoked by alias); 18 Jun 2002 15:56:19 -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 2635 invoked by uid 71); 18 Jun 2002 15:56:15 -0000 Resent-Date: 18 Jun 2002 15:56:15 -0000 Resent-Message-ID: <20020618155615.2634.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Rainer Orth Received: (qmail 29919 invoked from network); 18 Jun 2002 15:50:12 -0000 Received: from unknown (HELO momotombo.TechFak.Uni-Bielefeld.DE) (129.70.136.107) by sources.redhat.com with SMTP; 18 Jun 2002 15:50:12 -0000 Received: from bartok.TechFak.Uni-Bielefeld.DE (bartok.TechFak.Uni-Bielefeld.DE [129.70.128.62]) by momotombo.TechFak.Uni-Bielefeld.DE (8.11.6+Sun/8.11.6/TechFak/pk+ro20010720) with ESMTP id g5IFoAM06764; Tue, 18 Jun 2002 17:50:10 +0200 (MEST) Received: by bartok.TechFak.Uni-Bielefeld.DE (8.9.3/pk19971205+fulldom) id RAA365958; Tue, 18 Jun 2002 17:50:10 +0200 (MEST) Message-Id: <200206181550.RAA365958@bartok.TechFak.Uni-Bielefeld.DE> Date: Tue, 18 Jun 2002 09:16:00 -0000 From: Rainer Orth To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: 3.113 Subject: c/7068: ICE with incomplete types X-SW-Source: 2002-06/txt/msg00421.txt.bz2 List-Id: >Number: 7068 >Category: c >Synopsis: ICE with incomplete types >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Tue Jun 18 08:56:11 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Rainer Orth >Release: 3.2 20020617 (experimental) >Organization: Faculty of Technology, Bielefeld University >Environment: System: OSF1 bartok V5.1 732 alpha Machine: alpha host: alpha-dec-osf5.1 build: alpha-dec-osf5.1 target: alpha-dec-osf5.1 configured with: /vol/gnu/src/gcc/gcc/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls alpha-dec-osf5.1 >Description: During a bootstrap, cc1 crashed on the equivalent of the following code: struct itimerspec { struct timespec it_interval; struct timespec it_value; }; % ./xgcc -B./ -g -v crash.i Reading specs from ./specs Configured with: /vol/gnu/src/gcc/gcc/configure --prefix=/vol/gcc --with-local-prefix=/vol/gcc --disable-nls alpha-dec-osf5.1 Thread model: single gcc version 3.2 20020617 (experimental) ./cc1 -fpreprocessed crash.i -quiet -dumpbase crash.i -g -version -o /tmp//ccOO1w7z.s GNU C version 3.2 20020617 (experimental) (alpha-dec-osf5.1) compiled by GNU C version 3.1. crash.i:2: error: field `it_interval' has incomplete type crash.i:3: error: field `it_value' has incomplete type crash.i:4: internal compiler error: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. The problem only happens with -g. gcc 3.1 is ok as well, so this is a regression. >How-To-Repeat: Compile the code above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: