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/26792] [4.2 Regression] C++ is broken on *-*-darwin*



------- Comment #1 from jakub at gcc dot gnu dot org  2006-06-05 09:35 -------
If darwin doesn't care about the PR other/26208 problem, it can certainly
just #define _Unwind_GetIPInfo(ctx, ip) (*(ip) = 0, _Unwind_GetIP (ctx)
in its own unwind.h or something similar.
But if it cares, it needs to allow libgcc_s symbol additions.


-- 


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


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