This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/30479] [4.1/4.2/4.3 Regression] Precompiled headers don't seem to work with GNU ObjC
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2007 06:51:18 -0000
- Subject: [Bug objc/30479] [4.1/4.2/4.3 Regression] Precompiled headers don't seem to work with GNU ObjC
- References: <bug-30479-6483@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from pinskia at gcc dot gnu dot org 2007-01-21 06:51 -------
Subject: Bug 30479
Author: pinskia
Date: Sun Jan 21 06:51:07 2007
New Revision: 121024
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121024
Log:
2007-01-20 Andrew Pinski <pinskia@gmail.com>
PR objc/30479
* objc-act.c (hash_interface): Use IDENTIFIER_HASH_VALUE instead
of htab_hash_pointer.
(lookup_interface): Likewise.
(add_class): Likewise.
2007-01-20 Andrew Pinski <pinskia@gmail.com>
PR objc/30479
* objc.dg/pch: New directory.
* objc.dg/pch/pch.exp: New file.
* objc.dg/pch/interface-1.m: New test.
* objc.dg/pch/interface-1.hs: New include file.
* lib/objc.exp (objc_target_compile): Add
"-x objective-c-header" in front of the sources if this is
a precompiled header being compiled.
Added:
trunk/gcc/testsuite/objc.dg/pch/
trunk/gcc/testsuite/objc.dg/pch/interface-1.hs
trunk/gcc/testsuite/objc.dg/pch/interface-1.m
trunk/gcc/testsuite/objc.dg/pch/pch.exp
Modified:
trunk/gcc/objc/ChangeLog
trunk/gcc/objc/objc-act.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/lib/objc.exp
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30479