diff options
author | Richard Henderson <rth@redhat.com> | 2003-01-16 18:48:09 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-01-16 18:48:09 -0800 |
commit | 50c620d648990c032a5ac8afdcbb783efc66eedd (patch) | |
tree | 2497b459ebd2d1cffb245377101a0b8fda8cd438 /gcc/testsuite/gcc.dg/pch/static-2.c | |
parent | c4274b22b9982dadb0df1caa103bce6018d232ca (diff) | |
download | gcc-50c620d648990c032a5ac8afdcbb783efc66eedd.tar.gz |
pch.exp: Copy test header to the working directory before using it either for...
* gcc.dg/pch/pch.exp: Copy test header to the working directory
before using it either for precompilation or direct use.
* gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
* gcc.dg/pch/*.c: Include foo.h, not foo.hp.
From-SVN: r61419
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/static-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/static-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/static-2.c b/gcc/testsuite/gcc.dg/pch/static-2.c index afda874e279..23e9af12679 100644 --- a/gcc/testsuite/gcc.dg/pch/static-2.c +++ b/gcc/testsuite/gcc.dg/pch/static-2.c @@ -1,4 +1,4 @@ -#include "static-2.hp" +#include "static-2.h" int bar(void) { static int counter; |