This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][libcpp] Avoid ICEs with improper PCH usage
- From: Tom Tromey <tromey at redhat dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 21 Sep 2009 11:37:21 -0600
- Subject: Re: [PATCH][libcpp] Avoid ICEs with improper PCH usage
- References: <alpine.LNX.2.00.0909201520480.4520@zhemvz.fhfr.qr>
- Reply-to: tromey at redhat dot com
>>>>> "Richard" == Richard Guenther <rguenther@suse.de> writes:
Richard> This patch deals with situations like in PR36606 which use PCH
Richard> in an invalid way and thus cause random ICEs. It should reduce
Richard> the usual noise in PCH bugreports.
Richard> 2009-09-20 Richard Guenther <rguenther@suse.de>
Richard> PR pch/36606
Richard> * files.c (pch_open_file): Disallow non-toplevel PCH inclusion.
This is ok.
This is also PR 38987. I'm sorry I never responded to you in that PR, I
forgot about it.
Tom