This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/7150: gcc -dM -E ... SegFault


The following reply was made to PR c/7150; it has been noted by GNATS.

From: Neil Booth <neil@daikokuya.co.uk>
To: joel.soete@freebel.net
Cc: gcc-gnats@gcc.gnu.org, John David Anglin <dave@hiauly1.hia.nrc.ca>
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 <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
 
 Thanks, but I need a testcase to have a hope of fixing it.
 
 Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]