[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug pch/11654] gcc seg fault when using pre-compiled headers and -gstabs



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.





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: