This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes
- 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: 9 Nov 2004 23:26:01 -0000
- Subject: [Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes
- References: <20041109224914.18408.mgd@santafe.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-09 23:26 -------
This is a recent regression because it was fine with 20041019.
I think it was caused by:
2004-11-02 Ziemowit Laski <zlaski@apple.com>
* c-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Remove.
(c_types_compatible_p): Move function definition...
* c-objc-common.c (c_types_compatible_p): ...here.
* c-objc-common.h (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from
c-lang.c.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlaski at apple dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18408