From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19830 invoked by alias); 28 Jun 2002 08:06:03 -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 19786 invoked by uid 71); 28 Jun 2002 08:06:01 -0000 Resent-Date: 28 Jun 2002 08:06:01 -0000 Resent-Message-ID: <20020628080601.19785.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, John David Anglin Resent-Reply-To: gcc-gnats@gcc.gnu.org, joel.soete@freebel.net Received: (qmail 13463 invoked by uid 61); 28 Jun 2002 08:02:14 -0000 Message-Id: <20020628080214.13462.qmail@sources.redhat.com> Date: Fri, 28 Jun 2002 02:16:00 -0000 From: joel.soete@freebel.net Reply-To: joel.soete@freebel.net To: gcc-gnats@gcc.gnu.org Cc: John David Anglin X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: John David Anglin Subject: c/7150: gcc -dM -E ... SegFault X-SW-Source: 2002-06/txt/msg00688.txt.bz2 List-Id: >Number: 7150 >Category: c >Synopsis: gcc -dM -E ... SegFault >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri Jun 28 01:06:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: joel.soete@freebel.net >Release: gcc-3.2 (snapshot) >Organization: >Environment: parisc-linux >Description: In the continuity of PR: c/7138: gcc-3.2 failed to compile kernel, I try to have a look in the preprocessor output with -dM -E option which do "Segmentation Fault" as follow: palx2000:/Develop/parisc-linux/src/linux/arch/parisc/kernel# gcc -dM -E -D__ASSEMBLY__ -traditional -D__KERNEL__ -I/Develop/parisc-linux/src/linux/include -c -o pacache.CPP pacache.S In file included from /Develop/parisc-linux/src/linux/include/asm/assembly.h:31, from pacache.S:44: /Develop/parisc-linux/src/linux/include/asm/offset.h:3: unterminated #ifndef cc1: internal compiler error: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Here is also some additional more expert comment: "The '-c' shouldn't be there but cc1 shouldn't ICE on an unterminated #ifdef. Is the #ifdef actually unterminated? Would you file a PR on this one as well? I'm also seeing a problem with the preprocessor on the vax :( Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605) " Thanks in advance for additional attention, Joel >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: