From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9146 invoked by alias); 28 Jun 2002 16:46:07 -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 9127 invoked by uid 71); 28 Jun 2002 16:46:04 -0000 Date: Fri, 28 Jun 2002 10:26:00 -0000 Message-ID: <20020628164603.9125.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Neil Booth Subject: Re: c/7150: gcc -dM -E ... SegFault Reply-To: Neil Booth X-SW-Source: 2002-06/txt/msg00703.txt.bz2 List-Id: The following reply was made to PR c/7150; it has been noted by GNATS. From: Neil Booth To: joel.soete@freebel.net Cc: gcc-gnats@gcc.gnu.org, John David Anglin Subject: Re: c/7150: gcc -dM -E ... SegFault Date: Fri, 28 Jun 2002 17:38:17 +0100 joel.soete@freebel.net wrote:- > 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. Thanks, but I need a testcase to have a hope of fixing it. Neil.