This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug objc/18408] [4.0 Regression] ICE compiling code that involves casting classes


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]