This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/11654] gcc seg fault when using pre-compiled headers and -gstabs
- From: "geoffk at geoffk dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jul 2003 06:46:43 -0000
- Subject: [Bug pch/11654] gcc seg fault when using pre-compiled headers and -gstabs
- References: <20030724021919.11654.gcc@tridgell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
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.