--- Comment #9 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-19
02:51 ---
Subject: Re: [4.1 Regression] libobjc testsuite failures
> --- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:13
> ---
> Objective-C is not release-critical.
This is only one of s
--- Comment #8 from mmitchel at gcc dot gnu dot org 2005-11-19 02:13
---
Objective-C is not release-critical.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-14
19:51 ---
Subject: Re: [4.1 Regression] libobjc testsuite failures
> worked with the #pragma weaks. Or would it? Anyhow, please confirm how you
> configured the compiler. I'm particularly interested in what assem
--- 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 othe
--- Comment #5 from aoliva at gcc dot gnu dot org 2005-11-14 14:25 ---
Hmm, this is tricky. I hadn't considered the case of having one of these
functions defined with a symbol that does not have external linkage. I suppose
we may have to take care of this case :-( even though it probab
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Keywords||build
Summary|libobjc testsuite failures |[4.1 Regression