PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED] http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11654
------- Additional Comments From geoffk at geoffk dot org 2003-07-24 06:46 ------- Subject: Re: New: gcc seg fault when using pre-compiled headers and -gstabs This is known. I have a testcase for this: ==> include-1.c <== /* { dg-options "-I. -include $srcdir/gcc.dg/pch/include-1a.h" } */ int main(void) { return 0; } ==> include-1.hs <== #include <stdio.h> ==> include-1a.h <== #include "include-1.h" It seems to be an incomplete merge from Apple's tree; that testcase was originally written for Apple's compiler and it now passes there. You can assign this bug to me, I will eventually get around to it. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.