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 other/24829] [4.1 Regression] libobjc testsuite failures



------- Comment #6 from aoliva at gcc dot gnu dot org  2005-11-14 14:30 -------
Another idea that's just occurred to me is to use a preprocessor macro to
*refer* to the symbols throughout the source files.  Say, __gthrw_(x) would
expand to __gthrw_x when weakrefs are available, and to just x otherwise.  Or
something like that.  I'll need the info requested above before deciding how to
proceed, though.


-- 


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


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