aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2002-11-14 17:46:31 +0000
committerGeoffrey Keating <geoffk@apple.com>2002-11-14 17:46:31 +0000
commitb7286a11d1a842e8a75c928aca151e1c04413043 (patch)
tree6761c37cb4ad43b62b9d1ad0705e8f7e01457cd4 /gcc/testsuite/ChangeLog
parent2d8dc0cc10960d78ee91331d0e8d14a648c82493 (diff)
Index: ChangeLog
2002-11-13 Geoffrey Keating <geoffk@apple.com> * Makefile.in (GTFILES): Add cpplib.h. * c-common.h (struct c_common_identifier): Don't skip 'node' field. * c-decl.c (build_compound_literal): Don't use var_labelno. * cpplib.h (struct cpp_hashnode): Use gengtype to mark. * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno. * varasm.c (const_labelno): Use gengtype to mark. (var_labelno): Likewise. (in_section): Likewise. (in_named_name): Likewise. (struct in_named_entry): Likewise. (in_named_htab): Likewise. (set_named_section_flags): Use GGC to allocate struct in_named_entry. (init_varasm_once): Use GGC to allocate in_named_htab. * config/darwin.c (current_pic_label_num): Mark for PCH. Index: testsuite/ChangeLog 2002-11-13 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before running test. * gcc.dg/pch: Include *.hp not *.h. * gcc.dg/pch/system-1.h: New. * gcc.dg/pch/system-1.c: New. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/pch-branch@59106 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/ChangeLog')
-rw-r--r--gcc/testsuite/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f6d7e8401c9..025e433f938 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-13 Geoffrey Keating <geoffk@apple.com>
+
+ * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
+ running test.
+ * gcc.dg/pch: Include *.hp not *.h.
+ * gcc.dg/pch/system-1.h: New.
+ * gcc.dg/pch/system-1.c: New.
+
2002-11-11 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/pch/pch.exp: Compare .s files with/without PCH,