This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Always pass an open file descriptor to c_common_read_pch
- From: Ritzert at t-online dot de
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 Aug 2003 12:08:21 +0200 (CEST)
- Subject: Re: [PATCH] Always pass an open file descriptor to c_common_read_pch
Oh, forgot the testcase. Here it is. The webmailer won't let me add the
empty 2include.Hs...
Bot files should go in the testsuite/g++.dg/pch directory.
I've verified that the test fails without and passes with the patch.
Michael
// { dg-options "-include 2include.H -include 2include.H" }
int main()
{
return 0;
}