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 target/22145] /usr/include/objc/objc-runtime.h on powerpc-darwin7.8.0 needs fixed included



------- Comment #2 from fxcoudert at gcc dot gnu dot org  2009-06-15 18:45 -------
I'm not sure it's still present: if I look into the 10.3.9 and the 10.4u
headers, I see: 

#ifdef __cplusplus
        Class super_class;
#else
        Class class;
#endif


The 10.5 header is very different, but it doesn't seem affected either. Is this
bug still present?


-- 

fxcoudert at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22145


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