[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-18 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-18 Thread mmitchel at gcc dot gnu dot org
--- 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 -

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-14 Thread dave at hiauly1 dot hia dot nrc dot ca
--- 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

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-14 Thread aoliva at gcc dot gnu dot org
--- 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

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-14 Thread aoliva at gcc dot gnu dot org
--- 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

[Bug other/24829] [4.1 Regression] libobjc testsuite failures

2005-11-12 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Summary|libobjc testsuite failures |[4.1 Regression